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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
