Advertisement
Guest User

Untitled

a guest
Feb 28th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.56 KB | None | 0 0
  1. halexander9000@halexander9000-904HD:~$ sudo apt-get install yasm
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. libhighgui2.1 libcvaux2.1 libavfilter2
  7. Use 'apt-get autoremove' to remove them.
  8. The following NEW packages will be installed:
  9. yasm
  10. 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
  11. Need to get 604 kB of archives.
  12. After this operation, 1,667 kB of additional disk space will be used.
  13. Get:1 http://ro.archive.ubuntu.com/ubuntu/ oneiric/main yasm i386 1.1.0-1 [604 kB]
  14. Fetched 604 kB in 1s (577 kB/s)
  15. Selecting previously deselected package yasm.
  16. (Reading database ... 273173 files and directories currently installed.)
  17. Unpacking yasm (from .../archives/yasm_1.1.0-1_i386.deb) ...
  18. Processing triggers for man-db ...
  19. Setting up yasm (1.1.0-1) ...
  20. halexander9000@halexander9000-904HD:~$ cd /home/halexander9000/Downloads/last_x264
  21. halexander9000@halexander9000-904HD:~/Downloads/last_x264$ cd /home/halexander9000/Downloads/last_x264/x264-snapshot-20120227-2245
  22. halexander9000@halexander9000-904HD:~/Downloads/last_x264/x264-snapshot-20120227-2245$ ./config
  23. bash: ./config: No such file or directory
  24. halexander9000@halexander9000-904HD:~/Downloads/last_x264/x264-snapshot-20120227-2245$ ./configure
  25. ./version.sh: line 3: git: command not found
  26. platform: X86
  27. system: LINUX
  28. cli: yes
  29. libx264: internal
  30. shared: no
  31. static: no
  32. asm: yes
  33. interlaced: yes
  34. avs: no
  35. lavf: no
  36. ffms: no
  37. gpac: no
  38. gpl: yes
  39. thread: posix
  40. filters: crop select_every
  41. debug: no
  42. gprof: no
  43. strip: no
  44. PIC: no
  45. visualize: no
  46. bit depth: 8
  47. chroma format: all
  48.  
  49. You can run 'make' or 'make fprofiled' now.
  50. halexander9000@halexander9000-904HD:~/Downloads/last_x264/x264-snapshot-20120227-2245$ make
  51. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o x264.o x264.c
  52. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o input/input.o input/input.c
  53. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o input/timecode.o input/timecode.c
  54. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o input/raw.o input/raw.c
  55. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o input/y4m.o input/y4m.c
  56. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o output/raw.o output/raw.c
  57. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska.o output/matroska.c
  58. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska_ebml.o output/matroska_ebml.c
  59. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv.o output/flv.c
  60. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv_bytestream.o output/flv_bytestream.c
  61. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/filters.o filters/filters.c
  62. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/video.o filters/video/video.c
  63. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/source.o filters/video/source.c
  64. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/internal.o filters/video/internal.c
  65. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/resize.o filters/video/resize.c
  66. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/cache.o filters/video/cache.c
  67. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/fix_vfr_pts.o filters/video/fix_vfr_pts.c
  68. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/select_every.o filters/video/select_every.c
  69. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/crop.o filters/video/crop.c
  70. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/depth.o filters/video/depth.c
  71. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o input/thread.o input/thread.c
  72. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/mc.o common/mc.c
  73. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/predict.o common/predict.c
  74. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/pixel.o common/pixel.c
  75. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/macroblock.o common/macroblock.c
  76. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/frame.o common/frame.c
  77. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/dct.o common/dct.c
  78. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/cpu.o common/cpu.c
  79. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/cabac.o common/cabac.c
  80. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/common.o common/common.c
  81. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/osdep.o common/osdep.c
  82. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/rectangle.o common/rectangle.c
  83. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/set.o common/set.c
  84. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/quant.o common/quant.c
  85. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/deblock.o common/deblock.c
  86. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/vlc.o common/vlc.c
  87. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/mvpred.o common/mvpred.c
  88. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/bitstream.o common/bitstream.c
  89. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/analyse.o encoder/analyse.c
  90. In file included from encoder/analyse.c:35:0:
  91. encoder/rdo.c: In function ‘x264_rd_cost_mb’:
  92. encoder/cabac.c:1058:17: warning: ‘*((void *)&nnzbak+20).i’ may be used uninitialized in this function [-Wuninitialized]
  93. encoder/cabac.c:1014:17: note: ‘*((void *)&nnzbak+20).i’ was declared here
  94. encoder/cabac.c:1058:17: warning: ‘*((void *)&nnzbak+12).i’ may be used uninitialized in this function [-Wuninitialized]
  95. encoder/cabac.c:1014:17: note: ‘*((void *)&nnzbak+12).i’ was declared here
  96. encoder/cabac.c:1058:17: warning: ‘*((void *)&nnzbak+4).i’ may be used uninitialized in this function [-Wuninitialized]
  97. encoder/cabac.c:1014:17: note: ‘*((void *)&nnzbak+4).i’ was declared here
  98. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][1]’ may be used uninitialized in this function [-Wuninitialized]
  99. encoder/cabac.c:1014:17: note: ‘nnzbak[2][1]’ was declared here
  100. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][0]’ may be used uninitialized in this function [-Wuninitialized]
  101. encoder/cabac.c:1014:17: note: ‘nnzbak[2][0]’ was declared here
  102. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][1]’ may be used uninitialized in this function [-Wuninitialized]
  103. encoder/cabac.c:1014:17: note: ‘nnzbak[1][1]’ was declared here
  104. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][0]’ may be used uninitialized in this function [-Wuninitialized]
  105. encoder/cabac.c:1014:17: note: ‘nnzbak[1][0]’ was declared here
  106. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][1]’ may be used uninitialized in this function [-Wuninitialized]
  107. encoder/cabac.c:1014:17: note: ‘nnzbak[0][1]’ was declared here
  108. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][0]’ may be used uninitialized in this function [-Wuninitialized]
  109. encoder/cabac.c:1014:17: note: ‘nnzbak[0][0]’ was declared here
  110. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][3]’ may be used uninitialized in this function [-Wuninitialized]
  111. encoder/cabac.c:1014:17: note: ‘nnzbak[2][3]’ was declared here
  112. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][2]’ may be used uninitialized in this function [-Wuninitialized]
  113. encoder/cabac.c:1014:17: note: ‘nnzbak[2][2]’ was declared here
  114. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][3]’ may be used uninitialized in this function [-Wuninitialized]
  115. encoder/cabac.c:1014:17: note: ‘nnzbak[1][3]’ was declared here
  116. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][2]’ may be used uninitialized in this function [-Wuninitialized]
  117. encoder/cabac.c:1014:17: note: ‘nnzbak[1][2]’ was declared here
  118. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][3]’ may be used uninitialized in this function [-Wuninitialized]
  119. encoder/cabac.c:1014:17: note: ‘nnzbak[0][3]’ was declared here
  120. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][2]’ may be used uninitialized in this function [-Wuninitialized]
  121. encoder/cabac.c:1014:17: note: ‘nnzbak[0][2]’ was declared here
  122. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/me.o encoder/me.c
  123. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/ratecontrol.o encoder/ratecontrol.c
  124. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/set.o encoder/set.c
  125. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/macroblock.o encoder/macroblock.c
  126. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cabac.o encoder/cabac.c
  127. encoder/cabac.c: In function ‘x264_macroblock_write_cabac’:
  128. encoder/cabac.c:1058:17: warning: ‘*((void *)&nnzbak+20).i’ may be used uninitialized in this function [-Wuninitialized]
  129. encoder/cabac.c:1014:17: note: ‘*((void *)&nnzbak+20).i’ was declared here
  130. encoder/cabac.c:1058:17: warning: ‘*((void *)&nnzbak+12).i’ may be used uninitialized in this function [-Wuninitialized]
  131. encoder/cabac.c:1014:17: note: ‘*((void *)&nnzbak+12).i’ was declared here
  132. encoder/cabac.c:1058:17: warning: ‘*((void *)&nnzbak+4).i’ may be used uninitialized in this function [-Wuninitialized]
  133. encoder/cabac.c:1014:17: note: ‘*((void *)&nnzbak+4).i’ was declared here
  134. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][1]’ may be used uninitialized in this function [-Wuninitialized]
  135. encoder/cabac.c:1014:17: note: ‘nnzbak[2][1]’ was declared here
  136. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][0]’ may be used uninitialized in this function [-Wuninitialized]
  137. encoder/cabac.c:1014:17: note: ‘nnzbak[2][0]’ was declared here
  138. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][1]’ may be used uninitialized in this function [-Wuninitialized]
  139. encoder/cabac.c:1014:17: note: ‘nnzbak[1][1]’ was declared here
  140. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][0]’ may be used uninitialized in this function [-Wuninitialized]
  141. encoder/cabac.c:1014:17: note: ‘nnzbak[1][0]’ was declared here
  142. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][1]’ may be used uninitialized in this function [-Wuninitialized]
  143. encoder/cabac.c:1014:17: note: ‘nnzbak[0][1]’ was declared here
  144. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][0]’ may be used uninitialized in this function [-Wuninitialized]
  145. encoder/cabac.c:1014:17: note: ‘nnzbak[0][0]’ was declared here
  146. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][3]’ may be used uninitialized in this function [-Wuninitialized]
  147. encoder/cabac.c:1014:17: note: ‘nnzbak[2][3]’ was declared here
  148. encoder/cabac.c:1058:17: warning: ‘nnzbak[2][2]’ may be used uninitialized in this function [-Wuninitialized]
  149. encoder/cabac.c:1014:17: note: ‘nnzbak[2][2]’ was declared here
  150. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][3]’ may be used uninitialized in this function [-Wuninitialized]
  151. encoder/cabac.c:1014:17: note: ‘nnzbak[1][3]’ was declared here
  152. encoder/cabac.c:1058:17: warning: ‘nnzbak[1][2]’ may be used uninitialized in this function [-Wuninitialized]
  153. encoder/cabac.c:1014:17: note: ‘nnzbak[1][2]’ was declared here
  154. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][3]’ may be used uninitialized in this function [-Wuninitialized]
  155. encoder/cabac.c:1014:17: note: ‘nnzbak[0][3]’ was declared here
  156. encoder/cabac.c:1058:17: warning: ‘nnzbak[0][2]’ may be used uninitialized in this function [-Wuninitialized]
  157. encoder/cabac.c:1014:17: note: ‘nnzbak[0][2]’ was declared here
  158. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cavlc.o encoder/cavlc.c
  159. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/encoder.o encoder/encoder.c
  160. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/lookahead.o encoder/lookahead.c
  161. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/threadpool.o common/threadpool.c
  162. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/mc-c.o common/x86/mc-c.c
  163. gcc -Wshadow -O3 -ffast-math -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/predict-c.o common/x86/predict-c.c
  164. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/const-a.o common/x86/const-a.asm
  165. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/cabac-a.o common/x86/cabac-a.asm
  166. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/dct-a.o common/x86/dct-a.asm
  167. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/deblock-a.o common/x86/deblock-a.asm
  168. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/mc-a.o common/x86/mc-a.asm
  169. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/mc-a2.o common/x86/mc-a2.asm
  170. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/pixel-a.o common/x86/pixel-a.asm
  171. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/predict-a.o common/x86/predict-a.asm
  172. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/quant-a.o common/x86/quant-a.asm
  173. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/cpu-a.o common/x86/cpu-a.asm
  174. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/dct-32.o common/x86/dct-32.asm
  175. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/bitstream-a.o common/x86/bitstream-a.asm
  176. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/sad-a.o common/x86/sad-a.asm
  177. yasm -O2 -f elf -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0 -I./common/x86/ -o common/x86/pixel-32.o common/x86/pixel-32.asm
  178. rm -f libx264.a
  179. ar rc libx264.a common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-32.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/pixel-32.o
  180. ranlib libx264.a
  181. gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/thread.o libx264.a -lm -lpthread
  182. halexander9000@halexander9000-904HD:~/Downloads/last_x264/x264-snapshot-20120227-2245$ make install
  183. install -d /usr/local/bin
  184. install x264 /usr/local/bin
  185. install: cannot create regular file `/usr/local/bin/x264': Permission denied
  186. make: *** [install-cli] Error 1
  187. halexander9000@halexander9000-904HD:~/Downloads/last_x264/x264-snapshot-20120227-2245$ instal
  188. No command 'instal' found, did you mean:
  189. Command 'install' from package 'coreutils' (main)
  190. instal: command not found
  191. halexander9000@halexander9000-904HD:~/Downloads/last_x264/x264-snapshot-20120227-2245$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement