[FFmpeg-user] please help

Moritz Barsnick barsnick at gmx.net
Mon Apr 27 22:43:02 CEST 2015


On Mon, Apr 27, 2015 at 15:52:27 +0530, Shyju Wilson wrote:
> my installation of ffmpeg is terminated. config.log file is attached.
> please help asap.

> # ./configure --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared
[...]
> /tmp/ffconf.i3bEz7pt.c:2:18: fatal error: faac.h: No such file or directory
>  #include <faac.h>
>                   ^
> compilation terminated.
> ERROR: libfaac not found

You requested libfaac support (--enable-libfaac) but its development
header isn't installed. You need to have /usr/include/faac.h.

Moritz


More information about the ffmpeg-user mailing list