[FFmpeg-devel] Static libfdk-aac

Steven Penny svnpenn at gmail.com
Wed Apr 24 19:51:58 CEST 2013


Normally I can build fdk-aac like this

./configure \
  --host i686-w64-mingw32 \
  --prefix /usr/i686-w64-mingw32/sys-root/mingw \
  --disable-shared
make install

and then build FFmpeg no problem. However I have noticed that if you choose to
build shared, it creates

libfdk-aac-0.dll
libfdk-aac.dll.a

>From then on you cannot create an FFmpeg static build with any combination of
configure flags, until you delete these files. Is this by design or some error?


More information about the ffmpeg-devel mailing list