[FFmpeg-user] Ffmpeg Installation with H264 fails - ERROR: libfdk_aac not found

mark_a_lee-abeng at yahoo.ca mark_a_lee-abeng at yahoo.ca
Thu Jun 5 02:25:12 CEST 2014


I've followed the compilation guide here https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu to attempt installing on Debian Wheezy on a HP Pavilion with an AMD Turion 64 processor. At first I had issues the failure errors were related to not finding libx264.

After a bit of reading I used "-iquote$HOME/ffmpeg_build/include" to set the path rather that "I$HOME/ffmpeg_build/include" and the termination shifted to failure ti find aacenc_lib. Below is the tail of config.log and below that a copy of the taiol of the console about "
No such file or directory", all of which are in their correct location. I've attached the config.log help you help me solve two days of trial and error.


From config.log:


BEGIN /tmp/ffconf.5cEBpRaH.c
    1    #include <fdk-aac/aacenc_lib.h>
    2    int x;
END /tmp/ffconf.5cEBpRaH.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -iquote/home/valerie/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -I/usr/include/fribidi -I/usr/include/freetype2 -E -o /tmp/ffconf.9EdFMhIq.o /tmp/ffconf.5cEBpRaH.c
/tmp/ffconf.5cEBpRaH.c:1:32: fatal error: fdk-aac/aacenc_lib.h: No such file or directory
compilation terminated.
ERROR: libfdk_aac not found

Console output:

Makefile:2: config.mak: No such file or directory
Makefile:58: /common.mak: No such file or directory
Makefile:98: /libavutil/Makefile: No such file or directory
Makefile:98: /library.mak: No such file or directory
Makefile:100: /doc/Makefile: No such file or directory
Makefile:183: /tests/Makefile: No such file or directory
make: *** No rule to make target `/tests/Makefile'.  Stop.
root at valloree:~/ffmpeg_sources/ffmpeg# make install
Makefile:2: config.mak: No such file or directory
Makefile:58: /common.mak: No such file or directory
Makefile:98: /libavutil/Makefile: No such file or directory
Makefile:98: /library.mak: No such file or directory
Makefile:100: /doc/Makefile: No such file or directory
Makefile:183: /tests/Makefile: No such file or directory
make: *** No rule to make target `/tests/Makefile'.  Stop.
root at valloree:~/ffmpeg_sources/ffmpeg# make distclean

 
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 218566 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140604/b8c20ae3/attachment.bin>


More information about the ffmpeg-user mailing list