Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. config:x86:x86_64:generic:linux:gcc 4.3.2 (Debian 4.3.2-1.1):--enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared --enable-libtheora
  2. ks362966:/usr/local/src/ffmpeg# tail config.log
  3. BEGIN /usr/local/src/tmp/ffconf.liKVWnLj.c
  4. 1 extern int lame_set_VBR_quality();
  5. 2 int main(void){ lame_set_VBR_quality(); }
  6. END /usr/local/src/tmp/ffconf.liKVWnLj.c
  7. gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /usr/local/src/tmp/ffconf.TAcouLSh.o /usr/local/src/tmp/ffconf.liKVWnLj.c
  8. gcc -o /usr/local/src/tmp/ffconf.IyIiLJHP /usr/local/src/tmp/ffconf.TAcouLSh.o -lm -pthread -lz -lmp3lame
  9. /usr/local/src/tmp/ffconf.TAcouLSh.o: In function `main':
  10. ffconf.liKVWnLj.c:(.text+0xa): undefined reference to `lame_set_VBR_quality'
  11. collect2: ld returned 1 exit status
  12. ERROR: libmp3lame >= 3.98.3 not found
  13. ks362966:/usr/local/src/ffmpeg# sudo mkdir -p /usr/local/share/doc/lame
  14. ks362966:/usr/local/src/ffmpeg# sudo checkinstall
  15. sudo: checkinstall: command not found
  16. ks362966:/usr/local/src/ffmpeg# ./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared --enable-libtheora
  17. ERROR: libmp3lame >= 3.98.3 not found
  18.  
  19. If you think configure made a mistake, make sure you are using the latest
  20. version from SVN. If the latest version fails, report the problem to the
  21. ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
  22. Include the log file "config.log" produced by configure as this will help
  23. solving the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement