I tried to compile (and install) mpd via brew with
brew reinstall --build-from-source mpd
but ffmpeg seems to have some error with the arm64 architecture as the error states:
Undefined symbols for architecture arm64:
"av_free(void*)", referenced from:
AvioStream::~AvioStream() in libdecoder_plugins.a(FfmpegIo.cxx.o)
"av_malloc(unsigned long)", referenced from:
AvioStream::Open() in libdecoder_plugins.a(FfmpegIo.cxx.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I reinstalled ffmpeg (and even it build from source) to make sure it built the arm64 version. Can anyone help me out, about what could be problem?