Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. x264 configure script
  2. Command line options: "--enable-static"
  3.  
  4. checking whether gcc works... yes
  5. checking whether gcc supports for( int i = 0; i < 9; i++ ); with -std=gnu99... yes
  6. checking whether yasm supports vpmovzxwd ymm0, xmm0... yes
  7. checking whether gcc supports __asm__("pabsw %xmm0, %xmm0");... yes
  8. checking for -mpreferred-stack-boundary=5... yes
  9. checking for pthread.h... yes
  10. checking for cpu_set_t p_aff; return CPU_COUNT(&p_aff); in sched.h... yes
  11. checking for return log2f(2); in math.h... yes
  12. checking for MADV_HUGEPAGE; in sys/mman.h... no
  13. Failed commandline was:
  14. --------------------------------------------------
  15. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -m64 -lm -lpthread -o conftest
  16. conftest.c: In function ‘main’:
  17. conftest.c:2: error: ‘MADV_HUGEPAGE’ undeclared (first use in this function)
  18. conftest.c:2: error: (Each undeclared identifier is reported only once
  19. conftest.c:2: error: for each function it appears in.)
  20. --------------------------------------------------
  21. Failed program was:
  22. --------------------------------------------------
  23. #include <sys/mman.h>
  24. int main () { MADV_HUGEPAGE; return 0; }
  25. --------------------------------------------------
  26. checking for sws_init_context(0,0,0); in libswscale/swscale.h... yes
  27. checking whether defined(AV_PIX_FMT_FLAG_RGB) is true... no
  28. --------------------------------------------------
  29. conftest.c:3:2: error: #error
  30. --------------------------------------------------
  31. Failed program was:
  32. --------------------------------------------------
  33. #include <libavutil/pixdesc.h>
  34. #if !(defined(AV_PIX_FMT_FLAG_RGB))
  35. #error
  36. #endif
  37. --------------------------------------------------
  38. checking for -lpostproc... yes
  39. checking for -lavcodec... no
  40. Failed commandline was:
  41. --------------------------------------------------
  42. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lavcodec -m64 -lm -lpthread -o conftest
  43. /usr/bin/ld: warning: libx264.so.107, needed by /usr/local/lib/libavcodec.so, not found (try using -rpath or -rpath-link)
  44. /usr/local/lib/libavcodec.so: undefined reference to `x264_bit_depth'
  45. /usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_open_138'
  46. /usr/local/lib/libavcodec.so: undefined reference to `x264_param_apply_fastfirstpass'
  47. /usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_encode'
  48. /usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_reconfig'
  49. /usr/local/lib/libavcodec.so: undefined reference to `x264_param_default'
  50. /usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_headers'
  51. /usr/local/lib/libavcodec.so: undefined reference to `x264_picture_init'
  52. /usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_close'
  53. /usr/local/lib/libavcodec.so: undefined reference to `x264_param_default_preset'
  54. /usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_delayed_frames'
  55. /usr/local/lib/libavcodec.so: undefined reference to `x264_param_parse'
  56. /usr/local/lib/libavcodec.so: undefined reference to `x264_param_apply_profile'
  57. collect2: ld returned 1 exit status
  58. --------------------------------------------------
  59. Failed program was:
  60. --------------------------------------------------
  61. int main () { return 0; }
  62. --------------------------------------------------
  63. checking for -lavcore... no
  64. Failed commandline was:
  65. --------------------------------------------------
  66. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lavcore -m64 -lm -lpthread -o conftest
  67. /usr/bin/ld: cannot find -lavcore
  68. collect2: ld returned 1 exit status
  69. --------------------------------------------------
  70. Failed program was:
  71. --------------------------------------------------
  72. int main () { return 0; }
  73. --------------------------------------------------
  74. checking for -lswscale... yes
  75. checking for -lavutil... yes
  76. checking for -lm... yes
  77. checking for -lz... yes
  78. checking for -lbz2... no
  79. Failed commandline was:
  80. --------------------------------------------------
  81. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lbz2 -m64 -lm -lpthread -o conftest
  82. /usr/bin/ld: cannot find -lbz2
  83. collect2: ld returned 1 exit status
  84. --------------------------------------------------
  85. Failed program was:
  86. --------------------------------------------------
  87. int main () { return 0; }
  88. --------------------------------------------------
  89. checking for -lpthread... yes
  90. checking for -lavifil32... no
  91. Failed commandline was:
  92. --------------------------------------------------
  93. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lavifil32 -m64 -lm -lpthread -o conftest
  94. /usr/bin/ld: cannot find -lavifil32
  95. collect2: ld returned 1 exit status
  96. --------------------------------------------------
  97. Failed program was:
  98. --------------------------------------------------
  99. int main () { return 0; }
  100. --------------------------------------------------
  101. checking for -lws2_32... no
  102. Failed commandline was:
  103. --------------------------------------------------
  104. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lws2_32 -m64 -lm -lpthread -o conftest
  105. /usr/bin/ld: cannot find -lws2_32
  106. collect2: ld returned 1 exit status
  107. --------------------------------------------------
  108. Failed program was:
  109. --------------------------------------------------
  110. int main () { return 0; }
  111. --------------------------------------------------
  112. checking for avformat_close_input(0); in libavformat/avformat.h... no
  113. Failed commandline was:
  114. --------------------------------------------------
  115. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -L. -lavformat -lpostproc -lswscale -lavutil -lm -lz -lpthread -m64 -lm -lpthread -o conftest
  116. /usr/bin/ld: warning: libx264.so.107, needed by /usr/local/lib//libavcodec.so.54, not found (try using -rpath or -rpath-link)
  117. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_bit_depth'
  118. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_encoder_open_138'
  119. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_param_apply_fastfirstpass'
  120. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_encoder_encode'
  121. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_encoder_reconfig'
  122. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_param_default'
  123. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_encoder_headers'
  124. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_picture_init'
  125. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_encoder_close'
  126. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_param_default_preset'
  127. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_encoder_delayed_frames'
  128. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_param_parse'
  129. /usr/local/lib//libavcodec.so.54: undefined reference to `x264_param_apply_profile'
  130. collect2: ld returned 1 exit status
  131. --------------------------------------------------
  132. Failed program was:
  133. --------------------------------------------------
  134. #include <libavformat/avformat.h>
  135. int main () { avformat_close_input(0); return 0; }
  136. --------------------------------------------------
  137. checking for FFMS_DestroyVideoSource(0); in ffms.h... no
  138. Failed commandline was:
  139. --------------------------------------------------
  140. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lffms2 -m64 -lm -lpthread -o conftest
  141. conftest.c:1:18: error: ffms.h: No such file or directory
  142. conftest.c: In function ‘main’:
  143. conftest.c:2: warning: implicit declaration of function ‘FFMS_DestroyVideoSource’
  144. --------------------------------------------------
  145. Failed program was:
  146. --------------------------------------------------
  147. #include <ffms.h>
  148. int main () { FFMS_DestroyVideoSource(0); return 0; }
  149. --------------------------------------------------
  150. checking for FFMS_DestroyVideoSource(0); in ffms.h... no
  151. Failed commandline was:
  152. --------------------------------------------------
  153. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lffms2 -lstdc++ -L. -lavformat -lpostproc -lswscale -lavutil -lm -lz -lpthread -m64 -lm -lpthread -o conftest
  154. conftest.c:1:18: error: ffms.h: No such file or directory
  155. conftest.c: In function ‘main’:
  156. conftest.c:2: warning: implicit declaration of function ‘FFMS_DestroyVideoSource’
  157. --------------------------------------------------
  158. Failed program was:
  159. --------------------------------------------------
  160. #include <ffms.h>
  161. int main () { FFMS_DestroyVideoSource(0); return 0; }
  162. --------------------------------------------------
  163. checking for lsmash.h... no
  164. Failed commandline was:
  165. --------------------------------------------------
  166. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -llsmash -m64 -lm -lpthread -o conftest
  167. conftest.c:1:20: error: lsmash.h: No such file or directory
  168. --------------------------------------------------
  169. Failed program was:
  170. --------------------------------------------------
  171. #include <lsmash.h>
  172. int main () { return 0; }
  173. --------------------------------------------------
  174. checking for -lz... yes
  175. checking for gpac/isomedia.h... no
  176. Failed commandline was:
  177. --------------------------------------------------
  178. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lgpac_static -lz -m64 -lm -lpthread -o conftest
  179. conftest.c:1:27: error: gpac/isomedia.h: No such file or directory
  180. --------------------------------------------------
  181. Failed program was:
  182. --------------------------------------------------
  183. #include <gpac/isomedia.h>
  184. int main () { return 0; }
  185. --------------------------------------------------
  186. checking for uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; in stdint.h... yes
  187. checking for -fno-tree-vectorize... yes
  188. checking for fseeko(stdin,0,0); in stdio.h... yes
  189. checking for -Wshadow... yes
  190. checking for perl... yes
  191.  
  192. platform: X86_64
  193. system: LINUX
  194. cli: yes
  195. libx264: internal
  196. shared: no
  197. static: yes
  198. asm: yes
  199. interlaced: yes
  200. avs: avxsynth
  201. lavf: no
  202. ffms: no
  203. mp4: no
  204. gpl: yes
  205. thread: posix
  206. opencl: yes
  207. filters: crop select_every
  208. debug: no
  209. gprof: no
  210. strip: no
  211. PIC: no
  212. bit depth: 8
  213. chroma format: all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement