Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. alex@griever:~/x264$ ls
  2. AUTHORS config.mak doc-pak libx264.a x264 x264.h
  3. common config.sub encoder Makefile x264.c x264.o
  4. config.guess configure extras output x264cli.h x264.pc
  5. config.h COPYING filters tools x264_config.h x264res.rc
  6. config.log doc input version.sh x264dll.c
  7. alex@griever:~/x264$ ls
  8. AUTHORS config.mak doc-pak libx264.a x264 x264.h
  9. common config.sub encoder Makefile x264.c x264.o
  10. config.guess configure extras output x264cli.h x264.pc
  11. config.h COPYING filters tools x264_config.h x264res.rc
  12. config.log doc input version.sh x264dll.c
  13. alex@griever:~/x264$ install
  14. install: missing file operand
  15. Try `install --help' for more information.
  16. alex@griever:~/x264$ sudo make install
  17. install -d /usr/local/bin
  18. install x264 /usr/local/bin
  19. alex@griever:~/x264$ cd ~/ffmpeg/
  20. alex@griever:~/ffmpeg$ ls
  21. arch.mak COPYING.LGPLv3 libavcodec LICENSE
  22. Changelog CREDITS libavdevice MAINTAINERS
  23. cmdutils.c doc libavfilter Makefile
  24. cmdutils_common_opts.h Doxyfile libavformat mt-work
  25. cmdutils.h ffmpeg.c libavresample presets
  26. common.mak ffplay.c libavutil README
  27. configure ffpresets libpostproc RELEASE
  28. COPYING.GPLv2 ffprobe.c library.mak tests
  29. COPYING.GPLv3 ffserver.c libswresample tools
  30. COPYING.LGPLv2.1 INSTALL libswscale version.sh
  31. alex@griever:~/ffmpeg$ /configure --enable-gpl --enable-libx264
  32. bash: /configure: No such file or directory
  33. alex@griever:~/ffmpeg$ cd
  34. alex@griever:~$ cd x264/
  35. alex@griever:~/x264$ ldconfig
  36. /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
  37. alex@griever:~/x264$ sudo ldconfig
  38. alex@griever:~/x264$ cd ~/ffmpeg/
  39. alex@griever:~/ffmpeg$ ./configure --enable-gpl --enable-libx264
  40. ERROR: libx264 not found
  41.  
  42. If you think configure made a mistake, make sure you are using the latest
  43. version from Git. If the latest version fails, report the problem to the
  44. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  45. Include the log file "config.log" produced by configure as this will help
  46. solving the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement