macOS: ERROR: libfdk_aac not found
by admin on Apr.09, 2020, under MAC OS X, Random()
When compiling ffmpeg from source on macOS you might have stumbled across the following error message:
ERROR: libfdk_aac not found
Fortunately we may use a package manager such as Homebrew to install said package:
brew install fdk-aac
After doing so the error above will no longer occur.