mondain

javacpp-presets-x264-config.log

Oct 28th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1. x264 configure script
  2. Command line options: "--prefix=/home/mondain/workspace/github/javacpp-presets/ffmpeg/cppbuild/linux-x86_64" "--enable-static" "--enable-pic" "--host=x86_64-linux"
  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_create(0,0,0,0); in 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... yes
  13. checking for sws_init_context(0,0,0); in libswscale/swscale.h... no
  14. Failed commandline was:
  15. --------------------------------------------------
  16. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lswscale -lavutil -m64 -lm -lpthread -o conftest
  17. conftest.c:1:32: fatal error: libswscale/swscale.h: No such file or directory
  18. #include <libswscale/swscale.h>
  19. ^
  20. compilation terminated.
  21. --------------------------------------------------
  22. Failed program was:
  23. --------------------------------------------------
  24. #include <libswscale/swscale.h>
  25. int main (void) { sws_init_context(0,0,0); return 0; }
  26. --------------------------------------------------
  27. checking for -lpostproc... no
  28. Failed commandline was:
  29. --------------------------------------------------
  30. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lpostproc -m64 -lm -lpthread -o conftest
  31. /usr/bin/ld: cannot find -lpostproc
  32. collect2: error: ld returned 1 exit status
  33. --------------------------------------------------
  34. Failed program was:
  35. --------------------------------------------------
  36. int main (void) { return 0; }
  37. --------------------------------------------------
  38. checking for -lavcodec... no
  39. Failed commandline was:
  40. --------------------------------------------------
  41. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lavcodec -m64 -lm -lpthread -o conftest
  42. /usr/bin/ld: cannot find -lavcodec
  43. collect2: error: ld returned 1 exit status
  44. --------------------------------------------------
  45. Failed program was:
  46. --------------------------------------------------
  47. int main (void) { return 0; }
  48. --------------------------------------------------
  49. checking for -lswscale... no
  50. Failed commandline was:
  51. --------------------------------------------------
  52. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lswscale -m64 -lm -lpthread -o conftest
  53. /usr/bin/ld: cannot find -lswscale
  54. collect2: error: ld returned 1 exit status
  55. --------------------------------------------------
  56. Failed program was:
  57. --------------------------------------------------
  58. int main (void) { return 0; }
  59. --------------------------------------------------
  60. checking for -lavutil... no
  61. Failed commandline was:
  62. --------------------------------------------------
  63. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lavutil -m64 -lm -lpthread -o conftest
  64. /usr/bin/ld: cannot find -lavutil
  65. collect2: error: ld returned 1 exit status
  66. --------------------------------------------------
  67. Failed program was:
  68. --------------------------------------------------
  69. int main (void) { return 0; }
  70. --------------------------------------------------
  71. checking for -lm... yes
  72. checking for -lz... yes
  73. checking for -lbz2... no
  74. Failed commandline was:
  75. --------------------------------------------------
  76. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lbz2 -m64 -lm -lpthread -o conftest
  77. /usr/bin/ld: cannot find -lbz2
  78. collect2: error: ld returned 1 exit status
  79. --------------------------------------------------
  80. Failed program was:
  81. --------------------------------------------------
  82. int main (void) { return 0; }
  83. --------------------------------------------------
  84. checking for -lpthread... yes
  85. checking for -lavifil32... no
  86. Failed commandline was:
  87. --------------------------------------------------
  88. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lavifil32 -m64 -lm -lpthread -o conftest
  89. /usr/bin/ld: cannot find -lavifil32
  90. collect2: error: ld returned 1 exit status
  91. --------------------------------------------------
  92. Failed program was:
  93. --------------------------------------------------
  94. int main (void) { return 0; }
  95. --------------------------------------------------
  96. checking for -lws2_32... no
  97. Failed commandline was:
  98. --------------------------------------------------
  99. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lws2_32 -m64 -lm -lpthread -o conftest
  100. /usr/bin/ld: cannot find -lws2_32
  101. collect2: error: ld returned 1 exit status
  102. --------------------------------------------------
  103. Failed program was:
  104. --------------------------------------------------
  105. int main (void) { return 0; }
  106. --------------------------------------------------
  107. checking for avformat_close_input(0); in libavformat/avformat.h... no
  108. Failed commandline was:
  109. --------------------------------------------------
  110. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -L. -lavformat -lm -lz -lpthread -m64 -lm -lpthread -o conftest
  111. conftest.c:1:34: fatal error: libavformat/avformat.h: No such file or directory
  112. #include <libavformat/avformat.h>
  113. ^
  114. compilation terminated.
  115. --------------------------------------------------
  116. Failed program was:
  117. --------------------------------------------------
  118. #include <libavformat/avformat.h>
  119. int main (void) { avformat_close_input(0); return 0; }
  120. --------------------------------------------------
  121. checking for FFMS_DestroyVideoSource(0); in ffms.h... no
  122. Failed commandline was:
  123. --------------------------------------------------
  124. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lffms2 -m64 -lm -lpthread -o conftest
  125. conftest.c:1:18: fatal error: ffms.h: No such file or directory
  126. #include <ffms.h>
  127. ^
  128. compilation terminated.
  129. --------------------------------------------------
  130. Failed program was:
  131. --------------------------------------------------
  132. #include <ffms.h>
  133. int main (void) { FFMS_DestroyVideoSource(0); return 0; }
  134. --------------------------------------------------
  135. checking for FFMS_DestroyVideoSource(0); in ffms.h... no
  136. Failed commandline was:
  137. --------------------------------------------------
  138. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lffms2 -lstdc++ -L. -lavformat -lm -lz -lpthread -m64 -lm -lpthread -o conftest
  139. conftest.c:1:18: fatal error: ffms.h: No such file or directory
  140. #include <ffms.h>
  141. ^
  142. compilation terminated.
  143. --------------------------------------------------
  144. Failed program was:
  145. --------------------------------------------------
  146. #include <ffms.h>
  147. int main (void) { FFMS_DestroyVideoSource(0); return 0; }
  148. --------------------------------------------------
  149. checking for lsmash.h... no
  150. Failed commandline was:
  151. --------------------------------------------------
  152. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -llsmash -m64 -lm -lpthread -o conftest
  153. conftest.c:1:20: fatal error: lsmash.h: No such file or directory
  154. #include <lsmash.h>
  155. ^
  156. compilation terminated.
  157. --------------------------------------------------
  158. Failed program was:
  159. --------------------------------------------------
  160. #include <lsmash.h>
  161. int main (void) { return 0; }
  162. --------------------------------------------------
  163. checking for -lz... yes
  164. checking for gpac/isomedia.h... no
  165. Failed commandline was:
  166. --------------------------------------------------
  167. gcc conftest.c -m64 -Wall -I. -I$(SRCPATH) -std=gnu99 -mpreferred-stack-boundary=5 -lgpac_static -lz -m64 -lm -lpthread -o conftest
  168. conftest.c:1:27: fatal error: gpac/isomedia.h: No such file or directory
  169. #include <gpac/isomedia.h>
  170. ^
  171. compilation terminated.
  172. --------------------------------------------------
  173. Failed program was:
  174. --------------------------------------------------
  175. #include <gpac/isomedia.h>
  176. int main (void) { return 0; }
  177. --------------------------------------------------
  178. checking for uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; in stdint.h... yes
  179. checking for stdio.h... yes
  180. checking for -fno-tree-vectorize... yes
  181. checking for fseeko(stdin,0,0); in stdio.h... yes
  182. checking for -Wshadow... yes
  183. checking for -Wmaybe-uninitialized... yes
  184.  
  185. platform: X86_64
  186. system: LINUX
  187. cli: yes
  188. libx264: internal
  189. shared: no
  190. static: yes
  191. asm: yes
  192. interlaced: yes
  193. avs: avxsynth
  194. lavf: no
  195. ffms: no
  196. mp4: no
  197. gpl: yes
  198. thread: posix
  199. opencl: yes
  200. filters: crop select_every
  201. debug: no
  202. gprof: no
  203. strip: no
  204. PIC: yes
  205. bit depth: 8
  206. chroma format: all
Advertisement
Add Comment
Please, Sign In to add comment