Advertisement
Guest User

Mavrik

a guest
Jan 21st, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. ubuntu@ubuntu:~/libvpx$ cd
  2. ubuntu@ubuntu:~$ git clone --depth 1 git://source.ffmpeg.org/ffmpeg
  3. Initialized empty Git repository in /home/ubuntu/ffmpeg/.git/
  4. remote: Counting objects: 8673, done.
  5. remote: Compressing objects: 100% (5838/5838), done.
  6. remote: Total 8673 (delta 5734), reused 4553 (delta 2676)
  7. Receiving objects: 100% (8673/8673), 10.13 MiB | 150 KiB/s, done.
  8. Resolving deltas: 100% (5734/5734), done.
  9. ubuntu@ubuntu:~$ cd ffmpeg
  10. ubuntu@ubuntu:~/ffmpeg$ ./configure --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb \
  11. > --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx \
  12. > --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
  13. ERROR: libmp3lame >= 3.98.3 not found
  14.  
  15. If you think configure made a mistake, make sure you are using the latest
  16. version from Git. If the latest version fails, report the problem to the
  17. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  18. Include the log file "config.log" produced by configure as this will help
  19. solving the problem.
  20. ubuntu@ubuntu:~/ffmpeg$ make
  21. Makefile:2: config.mak: No such file or directory
  22. Makefile:46: /common.mak: No such file or directory
  23. Makefile:84: /libavutil/Makefile: No such file or directory
  24. Makefile:84: /library.mak: No such file or directory
  25. Makefile:161: /doc/Makefile: No such file or directory
  26. Makefile:162: /tests/Makefile: No such file or directory
  27. make: *** No rule to make target `/tests/Makefile'. Stop.
  28. ubuntu@ubuntu:~/ffmpeg$ sudo checkinstall --pkgname=ffmpeg --pkgversion="5:$(./version.sh)" --backup=no \
  29. > --deldoc=yes --default
  30.  
  31. checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
  32. This software is released under the GNU GPL.
  33.  
  34.  
  35. The package documentation directory ./doc-pak does not exist.
  36. Should I create a default set of package docs? [y]: y
  37.  
  38. Preparing package documentation...OK
  39.  
  40. *****************************************
  41. **** Debian package creation selected ***
  42. *****************************************
  43.  
  44. This package will be built according to these values:
  45.  
  46. 0 - Maintainer: [ root@ubuntu ]
  47. 1 - Summary: [ Package created with checkinstall 1.6.1 ]
  48. 2 - Name: [ ffmpeg ]
  49. 3 - Version: [ 5:git-2012-01-21-9e53f62 ]
  50. 4 - Release: [ 1 ]
  51. 5 - License: [ GPL ]
  52. 6 - Group: [ checkinstall ]
  53. 7 - Architecture: [ amd64 ]
  54. 8 - Source location: [ ffmpeg ]
  55. 9 - Alternate source location: [ ]
  56. 10 - Requires: [ ]
  57. 11 - Provides: [ ffmpeg ]
  58.  
  59. Enter a number to change any of them or press ENTER to continue:
  60.  
  61. Installing with make...Installing with install...
  62.  
  63. ========================= Installation results ===========================
  64. Makefile:2: config.mak: No such file or directory
  65. Makefile:46: /common.mak: No such file or directory
  66. Makefile:84: /libavutil/Makefile: No such file or directory
  67. Makefile:84: /library.mak: No such file or directory
  68. Makefile:161: /doc/Makefile: No such file or directory
  69. Makefile:162: /tests/Makefile: No such file or directory
  70. make: *** No rule to make target `/tests/Makefile'. Stop.
  71.  
  72. **** Installation failed. Aborting package creation.
  73.  
  74. Cleaning up...OK
  75.  
  76. Bye.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement