Advertisement
Guest User

ffmpeg Build attempt fails in 11.10

a guest
Dec 10th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. I used this ffmpeg build site because it has worked for me in the past:
  2.  
  3. https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide#x264
  4.  
  5. The build failed with this output to terminal:
  6.  
  7. Enter a number to change any of them or press ENTER to continue:
  8.  
  9. Installing with make install...
  10.  
  11. ========================= Installation results ===========================
  12. Makefile:2: config.mak: No such file or directory
  13. Makefile:49: /common.mak: No such file or directory
  14. Makefile:92: /libavutil/Makefile: No such file or directory
  15. Makefile:92: /library.mak: No such file or directory
  16. Makefile:179: /doc/Makefile: No such file or directory
  17. Makefile:180: /tests/Makefile: No such file or directory
  18. make: *** No rule to make target `/tests/Makefile'. Stop.
  19.  
  20. **** Installation failed. Aborting package creation.
  21.  
  22. Cleaning up...OK
  23.  
  24. Bye.
  25.  
  26. ubuntu@ubuntu:~/ffmpeg$ hash x264 ffmpeg ffplay ffprobe
  27. bash: hash: ffmpeg: not found
  28. bash: hash: ffplay: not found
  29. bash: hash: ffprobe: not found
  30. ubuntu@ubuntu:~/ffmpeg$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement