Advertisement
mesmariusz

make install && ldconfig

Oct 18th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. root@LT310:~/x264# ./configure --enable-shared --disable-opencl
  2. platform: X86
  3. byte order: little-endian
  4. system: LINUX
  5. cli: yes
  6. libx264: internal
  7. shared: yes
  8. static: no
  9. asm: yes
  10. interlaced: yes
  11. avs: avxsynth
  12. lavf: no
  13. ffms: no
  14. mp4: no
  15. gpl: yes
  16. thread: posix
  17. opencl: no
  18. filters: crop select_every
  19. debug: no
  20. gprof: no
  21. strip: no
  22. PIC: no
  23. bit depth: 8
  24. chroma format: all
  25.  
  26. You can run 'make' or 'make fprofiled' now.
  27. root@LT310:~/x264# sudo make install && ldconfig
  28. sudo: make: nie znaleziono polecenia
  29. root@LT310:~/x264# make install && ldconfig
  30. -bash: make: nie znaleziono polecenia
  31. root@LT310:~/x264# ./configure --enable-shared --disable-opencl
  32. platform: X86
  33. byte order: little-endian
  34. system: LINUX
  35. cli: yes
  36. libx264: internal
  37. shared: yes
  38. static: no
  39. asm: yes
  40. interlaced: yes
  41. avs: avxsynth
  42. lavf: no
  43. ffms: no
  44. mp4: no
  45. gpl: yes
  46. thread: posix
  47. opencl: no
  48. filters: crop select_every
  49. debug: no
  50. gprof: no
  51. strip: no
  52. PIC: no
  53. bit depth: 8
  54. chroma format: all
  55.  
  56. You can run 'make' or 'make fprofiled' now.
  57. root@LT310:~/x264# sudo make install && ldconfig
  58. sudo: make: nie znaleziono polecenia
  59. root@LT310:~/x264# make
  60. -bash: make: nie znaleziono polecenia
  61. root@LT310:~/x264#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement