[FFmpeg-user] Problem opening (mov, mp4, 3gp) with avformat_open_input

Leo Izen leo.izen at gmail.com
Wed Jan 15 01:44:13 CET 2014



On 01/14/2014 06:37 PM, mastereve wrote:
> Thnx for the response guys. I made it work with the following config:
> ./configure --prefix="build/x86_64" --disable-ffmpeg --disable-ffplay
> --disable-ffprobe --disable-ffserver --disable-yasm
>
> I only use the demuxer for mp4 files.. Maybe i can strip more code from the
> libraries since i don't really use other codecs nor do i use decode/encode
> stuff but it will be a hell of a big configure command
>

Try --disable-avcodec ;)
This prevents libavcodec from being built. You can also try others such 
as --disable-avdevice, --disable-avfilter, etc. so you only build 
avformat (though AFAIK you need libavutil for most of the other libraries.)


More information about the ffmpeg-user mailing list