2018-06-06 18:06 GMT+02:00, Moocow9m Taliancich <[email protected]>: > I have been able to compile ffmpeg below 4.0 with no problem
I should add that your configure line looks quite broken: Afaict, you are compiling for MS Windows, the following have no effect there: --disable-vdpau --disable-vaapi --disable-libdc1394 --disable-securetransport --disable-indev=avfoundation --disable-indev=qtkit --disable-videotoolbox --disable-libxcb --disable-xlib --disable-audiotoolbox --disable-cuvid --disable-nvenc --disable-indev=jack --disable-indev=alsa --disable-outdev=alsa The following are the default and never have an effect: --disable-libgsm --disable-libspeex --enable-zlib --enable-stripping --enable-runtime-cpudetect --disable-librtmp --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libdc1394 --enable-optimizations --enable-ffplay --disable-openssl --disable-gnutls The following are most likely a very bad idea: --disable-sse --disable-ssse3 (This is the most serious issue, all the above make it so easy to miss.) If you install (or move) all dependencies into one directory, you could simplify your configure line a lot. 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".
