Advertisement
Guest User

libfaac not found error when installing ffmpeg

a guest
Mar 10th, 2012
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. root@talavera:~/ffmpeg# sudo ./configure --enable-gpl --enable-libfaac --enable-nonfree --enable-libgsm --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-version3 --extra-cflags=-I~/soft/libfaac/include
  2. ERROR: libfaac not found
  3.  
  4. If you think configure made a mistake, make sure you are using the latest
  5. version from Git. If the latest version fails, report the problem to the
  6. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  7. Include the log file "config.log" produced by configure as this will help
  8. solving the problem.
  9.  
  10. ---------------------------------------------------------------------
  11. Error in config.log:
  12.  
  13. /tmp/ffconf.anuCrZQP.c:2:18: error: faac.h: No such file or directory
  14. /tmp/ffconf.anuCrZQP.c: In function 'check_faacEncGetVersion':
  15. /tmp/ffconf.anuCrZQP.c:3: error: 'faacEncGetVersion' undeclared (first use in this function)
  16. /tmp/ffconf.anuCrZQP.c:3: error: (Each undeclared identifier is reported only once
  17. /tmp/ffconf.anuCrZQP.c:3: error: for each function it appears in.)
  18. ERROR: libfaac not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement