Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1.  
  2. ./configure
  3. yasm not found, use --disable-yasm for a crippled build
  4.  
  5. If you think configure made a mistake, make sure you are using the latest
  6. version from Git. If the latest version fails, report the problem to the
  7. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  8. Include the log file "config.log" produced by configure as this will help
  9. solving the problem.
  10. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$ make
  11. Makefile:2: config.mak: No such file or directory
  12. Makefile:47: /common.mak: No such file or directory
  13. Makefile:88: /libavutil/Makefile: No such file or directory
  14. Makefile:88: /library.mak: No such file or directory
  15. Makefile:168: /doc/Makefile: No such file or directory
  16. Makefile:169: /tests/Makefile: No such file or directory
  17. make: *** No rule to make target `/tests/Makefile'. Stop.
  18. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$ ls
  19. arch.mak config.fate COPYING.LGPLv3 ffprobe.c libavformat libswscale README
  20. Changelog config.log CREDITS ffserver.c libavresample LICENSE RELEASE
  21. cmdutils.c configure doc INSTALL libavutil MAINTAINERS tests
  22. cmdutils_common_opts.h COPYING.GPLv2 Doxyfile libavcodec libpostproc Makefile tools
  23. cmdutils.h COPYING.GPLv3 ffmpeg.c libavdevice library.mak mt-work version.sh
  24. common.mak COPYING.LGPLv2.1 ffplay.c libavfilter libswresample presets
  25. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$ make
  26. Makefile:2: config.mak: No such file or directory
  27. Makefile:47: /common.mak: No such file or directory
  28. Makefile:88: /libavutil/Makefile: No such file or directory
  29. Makefile:88: /library.mak: No such file or directory
  30. Makefile:168: /doc/Makefile: No such file or directory
  31. Makefile:169: /tests/Makefile: No such file or directory
  32. make: *** No rule to make target `/tests/Makefile'. Stop.
  33. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$ ./ffmpeg -i ~/Desktop/ccent14.wmv
  34. bash: ./ffmpeg: No such file or directory
  35.  
  36. ==================
  37.  
  38. sudo apt-get install git build-essential
  39. git clone --depth 1 git://source.ffmpeg.org/ffmpeg
  40. cd ffmpeg
  41. ./configure
  42. make
  43. ./ffmpeg -i history.wmv
  44.  
  45. ==================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement