2016-11-09 20:12 GMT+01:00 Mohamad Rasool <[email protected]>:
> I get some error while compiling ffmpeg > --disable-programs --disable-doc --disable-everything I suspect you want --disable-all (--disable-everything is a debug option for developers). > --enable-decoder=aac --enable-decoder=aac_latm --enable-decoder=flac You can do: --enable-decoder=aac*,flac (same for parser, demuxer, encoder and muxer) > --extra-ldflags='-libpath:/d/TBuild/Libraries/opus/win32/VS2010/Win32/Release > celt.lib silk_common.lib silk_float.lib' Why is this needed? Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
