Open Mantene opened 4 months ago
Either you provide variables like FFMPEG_ROOT
to Makefile
with custom location of FFmpeg and other libraries, or consider they to be installed global-wise in default location, available to building tools.
The automatic build on GitHub Actions relies on homebrew - see continuousIntegration/build_sview_osx.sh
and .github/workflows/build_macos_12.yml
. But I don't know if produced application is actually usable.
I have tried and tried to build this on a Mac. I am a home-brew user, but apparently the only way to get a working version of code blocks is with macports, so I spun up an old Mac, wiped it and made it my development server. I got code blocks working. I got all of the dependencies installed as far as I can tell - FFmpeg, OpenAL, etc. Yet I keep hitting roadblocks when I run make.
It all seems to come to this every single time:
I know FFMPEG is installed and libavcodec, libavdevice, libavfilter, libavformat, and libavutil should all be where it can find them. What am I missing? What can I do?