Matt Flax <flatmax <at> flatmax.org> writes: > Can you suggest a minimal configure command please ?
If you want to use ffmpeg (the application), start with the configure option --disable-everything and enable everything you need with --enable-protocol=foo,bar --enable-demuxer --enable-parser --enable-decoder --enable-filter enable-encoder and --enable-muxer. Use --list-demuxers and friends to see what is available. If you don't need network support, start with --disable-everything --disable-network. If you only need the libraries and not the application start with --disable-all which disables everything except libavutil and enable all libraries you need. Please do not top-post here, Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
