[FFmpeg-user] Error while installing ffmpeg on ubuntu 13.04

Lou lou at lrcd.com
Sun May 12 20:48:49 CEST 2013


On Sat, May 11, 2013, at 09:07 PM, Prathap Malempati wrote:
> ./configure --enable-gpl --enable-libass --enable-libfaac
> --enable-libfdk-aac --enable-libmp3lame \
> >   --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab
> --enable-libx264 \
> >   --enable-nonfree --enable-version3
> 
> 
> *ERROR: libfdk_aac not found

Remove --enable-libfdk-aac (and --enable-version3 which is not
required).
Or install fdk-aac as shown in:

https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide

See the end of config.log for additional clues. If you need additional
help please include the relevant section of config.log (the last 50
lines are probably more than enough).

Lou


More information about the ffmpeg-user mailing list