Advertisement
Guest User

vlc config.log for libavcodec error

a guest
Sep 25th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 265.82 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by vlc configure 2.0.3, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = GyaanSaagar
  14. uname -m = x86_64
  15. uname -r = 3.3.4-5.fc17.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon May 7 17:29:34 UTC 2012
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/local/sbin
  34. PATH: /usr/sbin
  35. PATH: /home/panchtatvam/.local/bin
  36. PATH: /home/panchtatvam/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:4209: checking build system type
  44. configure:4223: result: x86_64-unknown-linux-gnu
  45. configure:4243: checking host system type
  46. configure:4256: result: x86_64-unknown-linux-gnu
  47. configure:4296: checking for a BSD-compatible install
  48. configure:4364: result: /usr/bin/install -c
  49. configure:4375: checking whether build environment is sane
  50. configure:4425: result: yes
  51. configure:4566: checking for a thread-safe mkdir -p
  52. configure:4605: result: /usr/bin/mkdir -p
  53. configure:4618: checking for gawk
  54. configure:4634: found /usr/bin/gawk
  55. configure:4645: result: gawk
  56. configure:4656: checking whether make sets $(MAKE)
  57. configure:4678: result: yes
  58. configure:4753: checking how to create a ustar tar archive
  59. configure:4766: tar --version
  60. tar (GNU tar) 1.26
  61. Copyright (C) 2011 Free Software Foundation, Inc.
  62. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  63. This is free software: you are free to change and redistribute it.
  64. There is NO WARRANTY, to the extent permitted by law.
  65.  
  66. Written by John Gilmore and Jay Fenlason.
  67. configure:4769: $? = 0
  68. configure:4809: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  69. configure:4812: $? = 0
  70. configure:4816: tar -xf - <conftest.tar
  71. configure:4819: $? = 0
  72. configure:4832: result: gnutar
  73. configure:4854: checking whether make supports nested variables
  74. configure:4871: result: yes
  75. configure:4887: checking whether to enable maintainer-specific portions of Makefiles
  76. configure:4896: result: yes
  77. configure:4927: checking for style of include used by make
  78. configure:4955: result: GNU
  79. configure:5026: checking for gcc
  80. configure:5042: found /usr/bin/gcc
  81. configure:5053: result: gcc
  82. configure:5282: checking for C compiler version
  83. configure:5291: gcc --version >&5
  84. gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
  85. Copyright (C) 2012 Free Software Foundation, Inc.
  86. This is free software; see the source for copying conditions. There is NO
  87. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  88.  
  89. configure:5302: $? = 0
  90. configure:5291: gcc -v >&5
  91. Using built-in specs.
  92. COLLECT_GCC=gcc
  93. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.0/lto-wrapper
  94. Target: x86_64-redhat-linux
  95. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --disable-build-with-cxx --disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  96. Thread model: posix
  97. gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
  98. configure:5302: $? = 0
  99. configure:5291: gcc -V >&5
  100. gcc: error: unrecognized command line option '-V'
  101. gcc: fatal error: no input files
  102. compilation terminated.
  103. configure:5302: $? = 4
  104. configure:5291: gcc -qversion >&5
  105. gcc: error: unrecognized command line option '-qversion'
  106. gcc: fatal error: no input files
  107. compilation terminated.
  108. configure:5302: $? = 4
  109. configure:5322: checking whether the C compiler works
  110. configure:5344: gcc conftest.c >&5
  111. configure:5348: $? = 0
  112. configure:5396: result: yes
  113. configure:5399: checking for C compiler default output file name
  114. configure:5401: result: a.out
  115. configure:5407: checking for suffix of executables
  116. configure:5414: gcc -o conftest conftest.c >&5
  117. configure:5418: $? = 0
  118. configure:5440: result:
  119. configure:5462: checking whether we are cross compiling
  120. configure:5470: gcc -o conftest conftest.c >&5
  121. configure:5474: $? = 0
  122. configure:5481: ./conftest
  123. configure:5485: $? = 0
  124. configure:5500: result: no
  125. configure:5505: checking for suffix of object files
  126. configure:5527: gcc -c conftest.c >&5
  127. configure:5531: $? = 0
  128. configure:5552: result: o
  129. configure:5556: checking whether we are using the GNU C compiler
  130. configure:5575: gcc -c conftest.c >&5
  131. configure:5575: $? = 0
  132. configure:5584: result: yes
  133. configure:5593: checking whether gcc accepts -g
  134. configure:5613: gcc -c -g conftest.c >&5
  135. configure:5613: $? = 0
  136. configure:5654: result: yes
  137. configure:5671: checking for gcc option to accept ISO C89
  138. configure:5734: gcc -c -g -O2 conftest.c >&5
  139. configure:5734: $? = 0
  140. configure:5747: result: none needed
  141. configure:5769: checking dependency style of gcc
  142. configure:5880: result: gcc3
  143. configure:5895: checking for gcc option to accept ISO C99
  144. configure:6044: gcc -c -g -O2 conftest.c >&5
  145. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  146. conftest.c: In function 'main':
  147. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  148. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  149. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  150. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  151. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  152. configure:6044: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h */
  155. | #define PACKAGE_NAME "vlc"
  156. | #define PACKAGE_TARNAME "vlc"
  157. | #define PACKAGE_VERSION "2.0.3"
  158. | #define PACKAGE_STRING "vlc 2.0.3"
  159. | #define PACKAGE_BUGREPORT ""
  160. | #define PACKAGE_URL ""
  161. | #define PACKAGE "vlc"
  162. | #define VERSION "2.0.3"
  163. | /* end confdefs.h. */
  164. | #include <stdarg.h>
  165. | #include <stdbool.h>
  166. | #include <stdlib.h>
  167. | #include <wchar.h>
  168. | #include <stdio.h>
  169. |
  170. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  171. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  172. | #define showlist(...) puts (#__VA_ARGS__)
  173. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  174. | static void
  175. | test_varargs_macros (void)
  176. | {
  177. | int x = 1234;
  178. | int y = 5678;
  179. | debug ("Flag");
  180. | debug ("X = %d\n", x);
  181. | showlist (The first, second, and third items.);
  182. | report (x>y, "x is %d but y is %d", x, y);
  183. | }
  184. |
  185. | // Check long long types.
  186. | #define BIG64 18446744073709551615ull
  187. | #define BIG32 4294967295ul
  188. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  189. | #if !BIG_OK
  190. | your preprocessor is broken;
  191. | #endif
  192. | #if BIG_OK
  193. | #else
  194. | your preprocessor is broken;
  195. | #endif
  196. | static long long int bignum = -9223372036854775807LL;
  197. | static unsigned long long int ubignum = BIG64;
  198. |
  199. | struct incomplete_array
  200. | {
  201. | int datasize;
  202. | double data[];
  203. | };
  204. |
  205. | struct named_init {
  206. | int number;
  207. | const wchar_t *name;
  208. | double average;
  209. | };
  210. |
  211. | typedef const char *ccp;
  212. |
  213. | static inline int
  214. | test_restrict (ccp restrict text)
  215. | {
  216. | // See if C++-style comments work.
  217. | // Iterate through items via the restricted pointer.
  218. | // Also check for declarations in for loops.
  219. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  220. | continue;
  221. | return 0;
  222. | }
  223. |
  224. | // Check varargs and va_copy.
  225. | static void
  226. | test_varargs (const char *format, ...)
  227. | {
  228. | va_list args;
  229. | va_start (args, format);
  230. | va_list args_copy;
  231. | va_copy (args_copy, args);
  232. |
  233. | const char *str;
  234. | int number;
  235. | float fnumber;
  236. |
  237. | while (*format)
  238. | {
  239. | switch (*format++)
  240. | {
  241. | case 's': // string
  242. | str = va_arg (args_copy, const char *);
  243. | break;
  244. | case 'd': // int
  245. | number = va_arg (args_copy, int);
  246. | break;
  247. | case 'f': // float
  248. | fnumber = va_arg (args_copy, double);
  249. | break;
  250. | default:
  251. | break;
  252. | }
  253. | }
  254. | va_end (args_copy);
  255. | va_end (args);
  256. | }
  257. |
  258. | int
  259. | main ()
  260. | {
  261. |
  262. | // Check bool.
  263. | _Bool success = false;
  264. |
  265. | // Check restrict.
  266. | if (test_restrict ("String literal") == 0)
  267. | success = true;
  268. | char *restrict newvar = "Another string";
  269. |
  270. | // Check varargs.
  271. | test_varargs ("s, d' f .", "string", 65, 34.234);
  272. | test_varargs_macros ();
  273. |
  274. | // Check flexible array members.
  275. | struct incomplete_array *ia =
  276. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  277. | ia->datasize = 10;
  278. | for (int i = 0; i < ia->datasize; ++i)
  279. | ia->data[i] = i * 1.234;
  280. |
  281. | // Check named initializers.
  282. | struct named_init ni = {
  283. | .number = 34,
  284. | .name = L"Test wide string",
  285. | .average = 543.34343,
  286. | };
  287. |
  288. | ni.number = 58;
  289. |
  290. | int dynamic_array[ni.number];
  291. | dynamic_array[ni.number - 1] = 543;
  292. |
  293. | // work around unused variable warnings
  294. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  295. | || dynamic_array[ni.number - 1] != 543);
  296. |
  297. | ;
  298. | return 0;
  299. | }
  300. configure:6044: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  301. configure:6044: $? = 0
  302. configure:6064: result: -std=gnu99
  303. configure:6078: checking how to run the C preprocessor
  304. configure:6109: gcc -std=gnu99 -E conftest.c
  305. configure:6109: $? = 0
  306. configure:6123: gcc -std=gnu99 -E conftest.c
  307. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  308. compilation terminated.
  309. configure:6123: $? = 1
  310. configure: failed program was:
  311. | /* confdefs.h */
  312. | #define PACKAGE_NAME "vlc"
  313. | #define PACKAGE_TARNAME "vlc"
  314. | #define PACKAGE_VERSION "2.0.3"
  315. | #define PACKAGE_STRING "vlc 2.0.3"
  316. | #define PACKAGE_BUGREPORT ""
  317. | #define PACKAGE_URL ""
  318. | #define PACKAGE "vlc"
  319. | #define VERSION "2.0.3"
  320. | /* end confdefs.h. */
  321. | #include <ac_nonexistent.h>
  322. configure:6148: result: gcc -std=gnu99 -E
  323. configure:6168: gcc -std=gnu99 -E conftest.c
  324. configure:6168: $? = 0
  325. configure:6182: gcc -std=gnu99 -E conftest.c
  326. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  327. compilation terminated.
  328. configure:6182: $? = 1
  329. configure: failed program was:
  330. | /* confdefs.h */
  331. | #define PACKAGE_NAME "vlc"
  332. | #define PACKAGE_TARNAME "vlc"
  333. | #define PACKAGE_VERSION "2.0.3"
  334. | #define PACKAGE_STRING "vlc 2.0.3"
  335. | #define PACKAGE_BUGREPORT ""
  336. | #define PACKAGE_URL ""
  337. | #define PACKAGE "vlc"
  338. | #define VERSION "2.0.3"
  339. | /* end confdefs.h. */
  340. | #include <ac_nonexistent.h>
  341. configure:6211: checking for grep that handles long lines and -e
  342. configure:6269: result: /usr/bin/grep
  343. configure:6274: checking for egrep
  344. configure:6336: result: /usr/bin/grep -E
  345. configure:6341: checking for ANSI C header files
  346. configure:6361: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  347. configure:6361: $? = 0
  348. configure:6434: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  349. configure:6434: $? = 0
  350. configure:6434: ./conftest
  351. configure:6434: $? = 0
  352. configure:6445: result: yes
  353. configure:6458: checking for sys/types.h
  354. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  355. configure:6458: $? = 0
  356. configure:6458: result: yes
  357. configure:6458: checking for sys/stat.h
  358. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  359. configure:6458: $? = 0
  360. configure:6458: result: yes
  361. configure:6458: checking for stdlib.h
  362. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  363. configure:6458: $? = 0
  364. configure:6458: result: yes
  365. configure:6458: checking for string.h
  366. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  367. configure:6458: $? = 0
  368. configure:6458: result: yes
  369. configure:6458: checking for memory.h
  370. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  371. configure:6458: $? = 0
  372. configure:6458: result: yes
  373. configure:6458: checking for strings.h
  374. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  375. configure:6458: $? = 0
  376. configure:6458: result: yes
  377. configure:6458: checking for inttypes.h
  378. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  379. configure:6458: $? = 0
  380. configure:6458: result: yes
  381. configure:6458: checking for stdint.h
  382. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  383. configure:6458: $? = 0
  384. configure:6458: result: yes
  385. configure:6458: checking for unistd.h
  386. configure:6458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  387. configure:6458: $? = 0
  388. configure:6458: result: yes
  389. configure:6471: checking minix/config.h usability
  390. configure:6471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  391. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  392. compilation terminated.
  393. configure:6471: $? = 1
  394. configure: failed program was:
  395. | /* confdefs.h */
  396. | #define PACKAGE_NAME "vlc"
  397. | #define PACKAGE_TARNAME "vlc"
  398. | #define PACKAGE_VERSION "2.0.3"
  399. | #define PACKAGE_STRING "vlc 2.0.3"
  400. | #define PACKAGE_BUGREPORT ""
  401. | #define PACKAGE_URL ""
  402. | #define PACKAGE "vlc"
  403. | #define VERSION "2.0.3"
  404. | #define STDC_HEADERS 1
  405. | #define HAVE_SYS_TYPES_H 1
  406. | #define HAVE_SYS_STAT_H 1
  407. | #define HAVE_STDLIB_H 1
  408. | #define HAVE_STRING_H 1
  409. | #define HAVE_MEMORY_H 1
  410. | #define HAVE_STRINGS_H 1
  411. | #define HAVE_INTTYPES_H 1
  412. | #define HAVE_STDINT_H 1
  413. | #define HAVE_UNISTD_H 1
  414. | /* end confdefs.h. */
  415. | #include <stdio.h>
  416. | #ifdef HAVE_SYS_TYPES_H
  417. | # include <sys/types.h>
  418. | #endif
  419. | #ifdef HAVE_SYS_STAT_H
  420. | # include <sys/stat.h>
  421. | #endif
  422. | #ifdef STDC_HEADERS
  423. | # include <stdlib.h>
  424. | # include <stddef.h>
  425. | #else
  426. | # ifdef HAVE_STDLIB_H
  427. | # include <stdlib.h>
  428. | # endif
  429. | #endif
  430. | #ifdef HAVE_STRING_H
  431. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  432. | # include <memory.h>
  433. | # endif
  434. | # include <string.h>
  435. | #endif
  436. | #ifdef HAVE_STRINGS_H
  437. | # include <strings.h>
  438. | #endif
  439. | #ifdef HAVE_INTTYPES_H
  440. | # include <inttypes.h>
  441. | #endif
  442. | #ifdef HAVE_STDINT_H
  443. | # include <stdint.h>
  444. | #endif
  445. | #ifdef HAVE_UNISTD_H
  446. | # include <unistd.h>
  447. | #endif
  448. | #include <minix/config.h>
  449. configure:6471: result: no
  450. configure:6471: checking minix/config.h presence
  451. configure:6471: gcc -std=gnu99 -E conftest.c
  452. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  453. compilation terminated.
  454. configure:6471: $? = 1
  455. configure: failed program was:
  456. | /* confdefs.h */
  457. | #define PACKAGE_NAME "vlc"
  458. | #define PACKAGE_TARNAME "vlc"
  459. | #define PACKAGE_VERSION "2.0.3"
  460. | #define PACKAGE_STRING "vlc 2.0.3"
  461. | #define PACKAGE_BUGREPORT ""
  462. | #define PACKAGE_URL ""
  463. | #define PACKAGE "vlc"
  464. | #define VERSION "2.0.3"
  465. | #define STDC_HEADERS 1
  466. | #define HAVE_SYS_TYPES_H 1
  467. | #define HAVE_SYS_STAT_H 1
  468. | #define HAVE_STDLIB_H 1
  469. | #define HAVE_STRING_H 1
  470. | #define HAVE_MEMORY_H 1
  471. | #define HAVE_STRINGS_H 1
  472. | #define HAVE_INTTYPES_H 1
  473. | #define HAVE_STDINT_H 1
  474. | #define HAVE_UNISTD_H 1
  475. | /* end confdefs.h. */
  476. | #include <minix/config.h>
  477. configure:6471: result: no
  478. configure:6471: checking for minix/config.h
  479. configure:6471: result: no
  480. configure:6492: checking whether it is safe to define __EXTENSIONS__
  481. configure:6510: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  482. configure:6510: $? = 0
  483. configure:6517: result: yes
  484. configure:6548: checking whether gcc -std=gnu99 and cc understand -c and -o together
  485. configure:6579: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  486. configure:6583: $? = 0
  487. configure:6589: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  488. configure:6593: $? = 0
  489. configure:6604: cc -c conftest.c >&5
  490. configure:6608: $? = 0
  491. configure:6616: cc -c conftest.c -o conftest2.o >&5
  492. configure:6620: $? = 0
  493. configure:6626: cc -c conftest.c -o conftest2.o >&5
  494. configure:6630: $? = 0
  495. configure:6648: result: yes
  496. configure:6731: checking for g++
  497. configure:6747: found /usr/bin/g++
  498. configure:6758: result: g++
  499. configure:6785: checking for C++ compiler version
  500. configure:6794: g++ --version >&5
  501. g++ (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
  502. Copyright (C) 2012 Free Software Foundation, Inc.
  503. This is free software; see the source for copying conditions. There is NO
  504. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  505.  
  506. configure:6805: $? = 0
  507. configure:6794: g++ -v >&5
  508. Using built-in specs.
  509. COLLECT_GCC=g++
  510. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.0/lto-wrapper
  511. Target: x86_64-redhat-linux
  512. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --disable-build-with-cxx --disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  513. Thread model: posix
  514. gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
  515. configure:6805: $? = 0
  516. configure:6794: g++ -V >&5
  517. g++: error: unrecognized command line option '-V'
  518. g++: fatal error: no input files
  519. compilation terminated.
  520. configure:6805: $? = 4
  521. configure:6794: g++ -qversion >&5
  522. g++: error: unrecognized command line option '-qversion'
  523. g++: fatal error: no input files
  524. compilation terminated.
  525. configure:6805: $? = 4
  526. configure:6809: checking whether we are using the GNU C++ compiler
  527. configure:6828: g++ -c conftest.cpp >&5
  528. configure:6828: $? = 0
  529. configure:6837: result: yes
  530. configure:6846: checking whether g++ accepts -g
  531. configure:6866: g++ -c -g conftest.cpp >&5
  532. configure:6866: $? = 0
  533. configure:6907: result: yes
  534. configure:6932: checking dependency style of g++
  535. configure:7043: result: gcc3
  536. configure:7063: checking how to run the C preprocessor
  537. configure:7133: result: gcc -std=gnu99 -E
  538. configure:7153: gcc -std=gnu99 -E conftest.c
  539. In file included from /usr/include/limits.h:27:0,
  540. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:169,
  541. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/syslimits.h:7,
  542. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:34,
  543. from conftest.c:32:
  544. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  545. configure:7153: $? = 0
  546. configure:7167: gcc -std=gnu99 -E conftest.c
  547. conftest.c:31:28: fatal error: ac_nonexistent.h: No such file or directory
  548. compilation terminated.
  549. configure:7167: $? = 1
  550. configure: failed program was:
  551. | /* confdefs.h */
  552. | #define PACKAGE_NAME "vlc"
  553. | #define PACKAGE_TARNAME "vlc"
  554. | #define PACKAGE_VERSION "2.0.3"
  555. | #define PACKAGE_STRING "vlc 2.0.3"
  556. | #define PACKAGE_BUGREPORT ""
  557. | #define PACKAGE_URL ""
  558. | #define PACKAGE "vlc"
  559. | #define VERSION "2.0.3"
  560. | #define STDC_HEADERS 1
  561. | #define HAVE_SYS_TYPES_H 1
  562. | #define HAVE_SYS_STAT_H 1
  563. | #define HAVE_STDLIB_H 1
  564. | #define HAVE_STRING_H 1
  565. | #define HAVE_MEMORY_H 1
  566. | #define HAVE_STRINGS_H 1
  567. | #define HAVE_INTTYPES_H 1
  568. | #define HAVE_STDINT_H 1
  569. | #define HAVE_UNISTD_H 1
  570. | #define __EXTENSIONS__ 1
  571. | #define _ALL_SOURCE 1
  572. | #define _GNU_SOURCE 1
  573. | #define _POSIX_PTHREAD_SEMANTICS 1
  574. | #define _TANDEM_SOURCE 1
  575. | #define _FORTIFY_SOURCE 2
  576. | #define _FILE_OFFSET_BITS 64
  577. | #define _REENTRANT /**/
  578. | #define _THREAD_SAFE /**/
  579. | #define __LIBVLC__ /**/
  580. | /* end confdefs.h. */
  581. | #include <ac_nonexistent.h>
  582. configure:7249: checking for gcc
  583. configure:7265: found /usr/bin/gcc
  584. configure:7276: result: gcc
  585. configure:7301: checking for Objective C compiler version
  586. configure:7310: gcc --version >&5
  587. gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
  588. Copyright (C) 2012 Free Software Foundation, Inc.
  589. This is free software; see the source for copying conditions. There is NO
  590. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  591.  
  592. configure:7321: $? = 0
  593. configure:7310: gcc -v >&5
  594. Using built-in specs.
  595. COLLECT_GCC=gcc
  596. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.0/lto-wrapper
  597. Target: x86_64-redhat-linux
  598. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --disable-build-with-cxx --disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  599. Thread model: posix
  600. gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
  601. configure:7321: $? = 0
  602. configure:7310: gcc -V >&5
  603. gcc: error: unrecognized command line option '-V'
  604. gcc: fatal error: no input files
  605. compilation terminated.
  606. configure:7321: $? = 4
  607. configure:7310: gcc -qversion >&5
  608. gcc: error: unrecognized command line option '-qversion'
  609. gcc: fatal error: no input files
  610. compilation terminated.
  611. configure:7321: $? = 4
  612. configure:7325: checking whether we are using the GNU Objective C compiler
  613. configure:7344: gcc -c conftest.m >&5
  614. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  615. configure:7344: $? = 1
  616. configure: failed program was:
  617. | /* confdefs.h */
  618. | #define PACKAGE_NAME "vlc"
  619. | #define PACKAGE_TARNAME "vlc"
  620. | #define PACKAGE_VERSION "2.0.3"
  621. | #define PACKAGE_STRING "vlc 2.0.3"
  622. | #define PACKAGE_BUGREPORT ""
  623. | #define PACKAGE_URL ""
  624. | #define PACKAGE "vlc"
  625. | #define VERSION "2.0.3"
  626. | #define STDC_HEADERS 1
  627. | #define HAVE_SYS_TYPES_H 1
  628. | #define HAVE_SYS_STAT_H 1
  629. | #define HAVE_STDLIB_H 1
  630. | #define HAVE_STRING_H 1
  631. | #define HAVE_MEMORY_H 1
  632. | #define HAVE_STRINGS_H 1
  633. | #define HAVE_INTTYPES_H 1
  634. | #define HAVE_STDINT_H 1
  635. | #define HAVE_UNISTD_H 1
  636. | #define __EXTENSIONS__ 1
  637. | #define _ALL_SOURCE 1
  638. | #define _GNU_SOURCE 1
  639. | #define _POSIX_PTHREAD_SEMANTICS 1
  640. | #define _TANDEM_SOURCE 1
  641. | #define _FORTIFY_SOURCE 2
  642. | #define _FILE_OFFSET_BITS 64
  643. | #define _REENTRANT /**/
  644. | #define _THREAD_SAFE /**/
  645. | #define __LIBVLC__ /**/
  646. | /* end confdefs.h. */
  647. |
  648. | int
  649. | main ()
  650. | {
  651. | #ifndef __GNUC__
  652. | choke me
  653. | #endif
  654. |
  655. | ;
  656. | return 0;
  657. | }
  658. configure:7353: result: no
  659. configure:7362: checking whether gcc accepts -g
  660. configure:7382: gcc -c -g conftest.m >&5
  661. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  662. configure:7382: $? = 1
  663. configure: failed program was:
  664. | /* confdefs.h */
  665. | #define PACKAGE_NAME "vlc"
  666. | #define PACKAGE_TARNAME "vlc"
  667. | #define PACKAGE_VERSION "2.0.3"
  668. | #define PACKAGE_STRING "vlc 2.0.3"
  669. | #define PACKAGE_BUGREPORT ""
  670. | #define PACKAGE_URL ""
  671. | #define PACKAGE "vlc"
  672. | #define VERSION "2.0.3"
  673. | #define STDC_HEADERS 1
  674. | #define HAVE_SYS_TYPES_H 1
  675. | #define HAVE_SYS_STAT_H 1
  676. | #define HAVE_STDLIB_H 1
  677. | #define HAVE_STRING_H 1
  678. | #define HAVE_MEMORY_H 1
  679. | #define HAVE_STRINGS_H 1
  680. | #define HAVE_INTTYPES_H 1
  681. | #define HAVE_STDINT_H 1
  682. | #define HAVE_UNISTD_H 1
  683. | #define __EXTENSIONS__ 1
  684. | #define _ALL_SOURCE 1
  685. | #define _GNU_SOURCE 1
  686. | #define _POSIX_PTHREAD_SEMANTICS 1
  687. | #define _TANDEM_SOURCE 1
  688. | #define _FORTIFY_SOURCE 2
  689. | #define _FILE_OFFSET_BITS 64
  690. | #define _REENTRANT /**/
  691. | #define _THREAD_SAFE /**/
  692. | #define __LIBVLC__ /**/
  693. | /* end confdefs.h. */
  694. |
  695. | int
  696. | main ()
  697. | {
  698. |
  699. | ;
  700. | return 0;
  701. | }
  702. configure:7397: gcc -c conftest.m >&5
  703. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  704. configure:7397: $? = 1
  705. configure: failed program was:
  706. | /* confdefs.h */
  707. | #define PACKAGE_NAME "vlc"
  708. | #define PACKAGE_TARNAME "vlc"
  709. | #define PACKAGE_VERSION "2.0.3"
  710. | #define PACKAGE_STRING "vlc 2.0.3"
  711. | #define PACKAGE_BUGREPORT ""
  712. | #define PACKAGE_URL ""
  713. | #define PACKAGE "vlc"
  714. | #define VERSION "2.0.3"
  715. | #define STDC_HEADERS 1
  716. | #define HAVE_SYS_TYPES_H 1
  717. | #define HAVE_SYS_STAT_H 1
  718. | #define HAVE_STDLIB_H 1
  719. | #define HAVE_STRING_H 1
  720. | #define HAVE_MEMORY_H 1
  721. | #define HAVE_STRINGS_H 1
  722. | #define HAVE_INTTYPES_H 1
  723. | #define HAVE_STDINT_H 1
  724. | #define HAVE_UNISTD_H 1
  725. | #define __EXTENSIONS__ 1
  726. | #define _ALL_SOURCE 1
  727. | #define _GNU_SOURCE 1
  728. | #define _POSIX_PTHREAD_SEMANTICS 1
  729. | #define _TANDEM_SOURCE 1
  730. | #define _FORTIFY_SOURCE 2
  731. | #define _FILE_OFFSET_BITS 64
  732. | #define _REENTRANT /**/
  733. | #define _THREAD_SAFE /**/
  734. | #define __LIBVLC__ /**/
  735. | /* end confdefs.h. */
  736. |
  737. | int
  738. | main ()
  739. | {
  740. |
  741. | ;
  742. | return 0;
  743. | }
  744. configure:7413: gcc -c -g conftest.m >&5
  745. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  746. configure:7413: $? = 1
  747. configure: failed program was:
  748. | /* confdefs.h */
  749. | #define PACKAGE_NAME "vlc"
  750. | #define PACKAGE_TARNAME "vlc"
  751. | #define PACKAGE_VERSION "2.0.3"
  752. | #define PACKAGE_STRING "vlc 2.0.3"
  753. | #define PACKAGE_BUGREPORT ""
  754. | #define PACKAGE_URL ""
  755. | #define PACKAGE "vlc"
  756. | #define VERSION "2.0.3"
  757. | #define STDC_HEADERS 1
  758. | #define HAVE_SYS_TYPES_H 1
  759. | #define HAVE_SYS_STAT_H 1
  760. | #define HAVE_STDLIB_H 1
  761. | #define HAVE_STRING_H 1
  762. | #define HAVE_MEMORY_H 1
  763. | #define HAVE_STRINGS_H 1
  764. | #define HAVE_INTTYPES_H 1
  765. | #define HAVE_STDINT_H 1
  766. | #define HAVE_UNISTD_H 1
  767. | #define __EXTENSIONS__ 1
  768. | #define _ALL_SOURCE 1
  769. | #define _GNU_SOURCE 1
  770. | #define _POSIX_PTHREAD_SEMANTICS 1
  771. | #define _TANDEM_SOURCE 1
  772. | #define _FORTIFY_SOURCE 2
  773. | #define _FILE_OFFSET_BITS 64
  774. | #define _REENTRANT /**/
  775. | #define _THREAD_SAFE /**/
  776. | #define __LIBVLC__ /**/
  777. | /* end confdefs.h. */
  778. |
  779. | int
  780. | main ()
  781. | {
  782. |
  783. | ;
  784. | return 0;
  785. | }
  786. configure:7423: result: no
  787. configure:7448: checking dependency style of gcc
  788. configure:7557: result: gcc3
  789. configure:7575: checking dependency style of gcc
  790. configure:7684: result: gcc3
  791. configure:7699: checking for egrep
  792. configure:7761: result: /usr/bin/grep -E
  793. configure:7766: checking whether make sets $(MAKE)
  794. configure:7788: result: yes
  795. configure:7807: checking dependency style of gcc -std=gnu99
  796. configure:7916: result: gcc3
  797. configure:7937: checking for desktop-file-validate
  798. configure:7953: found /usr/bin/desktop-file-validate
  799. configure:7964: result: desktop-file-validate
  800. configure:7977: checking for an ANSI C-conforming const
  801. configure:8043: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  802. configure:8043: $? = 0
  803. configure:8050: result: yes
  804. configure:8058: checking for inline
  805. configure:8074: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  806. configure:8074: $? = 0
  807. configure:8082: result: inline
  808. configure:8100: checking for C/C++ restrict keyword
  809. configure:8125: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  810. configure:8125: $? = 0
  811. configure:8133: result: __restrict
  812. configure:8815: checking for 3rd party libraries path
  813. ./contrib/x86_64-unknown-linux-gnu not found
  814. ./contrib/x86_64-redhat-linux not found
  815. ./extras/contrib/hosts/x86_64-unknown-linux-gnu not found
  816. ./extras/contrib/hosts/x86_64-redhat-linux not found
  817. configure:8836: result: not found
  818. configure:8933: checking for an Android system
  819. configure:8950: gcc -std=gnu99 -E conftest.c
  820. conftest.c:33:12: error: #error Not Android
  821. configure:8950: $? = 1
  822. configure: failed program was:
  823. | /* confdefs.h */
  824. | #define PACKAGE_NAME "vlc"
  825. | #define PACKAGE_TARNAME "vlc"
  826. | #define PACKAGE_VERSION "2.0.3"
  827. | #define PACKAGE_STRING "vlc 2.0.3"
  828. | #define PACKAGE_BUGREPORT ""
  829. | #define PACKAGE_URL ""
  830. | #define PACKAGE "vlc"
  831. | #define VERSION "2.0.3"
  832. | #define STDC_HEADERS 1
  833. | #define HAVE_SYS_TYPES_H 1
  834. | #define HAVE_SYS_STAT_H 1
  835. | #define HAVE_STDLIB_H 1
  836. | #define HAVE_STRING_H 1
  837. | #define HAVE_MEMORY_H 1
  838. | #define HAVE_STRINGS_H 1
  839. | #define HAVE_INTTYPES_H 1
  840. | #define HAVE_STDINT_H 1
  841. | #define HAVE_UNISTD_H 1
  842. | #define __EXTENSIONS__ 1
  843. | #define _ALL_SOURCE 1
  844. | #define _GNU_SOURCE 1
  845. | #define _POSIX_PTHREAD_SEMANTICS 1
  846. | #define _TANDEM_SOURCE 1
  847. | #define _FORTIFY_SOURCE 2
  848. | #define _FILE_OFFSET_BITS 64
  849. | #define _REENTRANT /**/
  850. | #define _THREAD_SAFE /**/
  851. | #define __LIBVLC__ /**/
  852. | #define restrict __restrict
  853. | /* end confdefs.h. */
  854. | #ifndef __ANDROID__
  855. | # error Not Android
  856. | #endif
  857. |
  858. | int
  859. | main ()
  860. | {
  861. | ;
  862. | ;
  863. | return 0;
  864. | }
  865. |
  866. configure:8958: result: no
  867. configure:9028: checking how to print strings
  868. configure:9055: result: printf
  869. configure:9076: checking for a sed that does not truncate output
  870. configure:9140: result: /usr/bin/sed
  871. configure:9158: checking for fgrep
  872. configure:9220: result: /usr/bin/grep -F
  873. configure:9255: checking for ld used by gcc -std=gnu99
  874. configure:9322: result: /usr/bin/ld
  875. configure:9329: checking if the linker (/usr/bin/ld) is GNU ld
  876. configure:9344: result: yes
  877. configure:9356: checking for BSD- or MS-compatible name lister (nm)
  878. configure:9405: result: /usr/bin/nm -B
  879. configure:9535: checking the name lister (/usr/bin/nm -B) interface
  880. configure:9542: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  881. configure:9545: /usr/bin/nm -B "conftest.o"
  882. configure:9548: output
  883. 0000000000000000 B some_variable
  884. configure:9555: result: BSD nm
  885. configure:9558: checking whether ln -s works
  886. configure:9562: result: yes
  887. configure:9570: checking the maximum length of command line arguments
  888. configure:9700: result: 1572864
  889. configure:9717: checking whether the shell understands some XSI constructs
  890. configure:9727: result: yes
  891. configure:9731: checking whether the shell understands "+="
  892. configure:9737: result: yes
  893. configure:9772: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  894. configure:9812: result: func_convert_file_noop
  895. configure:9819: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  896. configure:9839: result: func_convert_file_noop
  897. configure:9846: checking for /usr/bin/ld option to reload object files
  898. configure:9853: result: -r
  899. configure:9927: checking for objdump
  900. configure:9943: found /usr/bin/objdump
  901. configure:9954: result: objdump
  902. configure:9983: checking how to recognize dependent libraries
  903. configure:10185: result: pass_all
  904. configure:10270: checking for dlltool
  905. configure:10300: result: no
  906. configure:10327: checking how to associate runtime and link libraries
  907. configure:10354: result: printf %s\n
  908. configure:10414: checking for ar
  909. configure:10430: found /usr/bin/ar
  910. configure:10441: result: ar
  911. configure:10478: checking for archiver @FILE support
  912. configure:10495: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  913. configure:10495: $? = 0
  914. configure:10498: ar cru libconftest.a @conftest.lst >&5
  915. configure:10501: $? = 0
  916. configure:10506: ar cru libconftest.a @conftest.lst >&5
  917. ar: conftest.o: No such file or directory
  918. configure:10509: $? = 1
  919. configure:10521: result: @
  920. configure:10579: checking for strip
  921. configure:10595: found /usr/bin/strip
  922. configure:10606: result: strip
  923. configure:10678: checking for ranlib
  924. configure:10694: found /usr/bin/ranlib
  925. configure:10705: result: ranlib
  926. configure:10807: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  927. configure:10927: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  928. configure:10930: $? = 0
  929. configure:10934: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  930. configure:10937: $? = 0
  931. configure:11003: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5
  932. configure:11006: $? = 0
  933. configure:11044: result: ok
  934. configure:11081: checking for sysroot
  935. configure:11111: result: no
  936. configure:11188: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  937. configure:11191: $? = 0
  938. configure:11367: checking for mt
  939. configure:11397: result: no
  940. configure:11417: checking if : is a manifest tool
  941. configure:11423: : '-?'
  942. configure:11431: result: no
  943. configure:12070: checking for dlfcn.h
  944. configure:12070: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  945. configure:12070: $? = 0
  946. configure:12070: result: yes
  947. configure:12582: checking for objdir
  948. configure:12597: result: .libs
  949. configure:12868: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  950. configure:12886: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  951. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  952. configure:12890: $? = 0
  953. configure:12903: result: no
  954. configure:13230: checking for gcc -std=gnu99 option to produce PIC
  955. configure:13237: result: -fPIC -DPIC
  956. configure:13245: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  957. configure:13263: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  958. configure:13267: $? = 0
  959. configure:13280: result: yes
  960. configure:13309: checking if gcc -std=gnu99 static flag -static works
  961. configure:13337: result: no
  962. configure:13352: checking if gcc -std=gnu99 supports -c -o file.o
  963. configure:13373: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
  964. configure:13377: $? = 0
  965. configure:13399: result: yes
  966. configure:13407: checking if gcc -std=gnu99 supports -c -o file.o
  967. configure:13454: result: yes
  968. configure:13487: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  969. configure:14640: result: yes
  970. configure:14677: checking whether -lc should be explicitly linked in
  971. configure:14685: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  972. configure:14688: $? = 0
  973. configure:14703: gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  974. configure:14706: $? = 0
  975. configure:14720: result: no
  976. configure:14880: checking dynamic linker characteristics
  977. configure:15391: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  978. configure:15391: $? = 0
  979. configure:15613: result: GNU/Linux ld.so
  980. configure:15720: checking how to hardcode library paths into programs
  981. configure:15745: result: immediate
  982. configure:15839: checking for shl_load
  983. configure:15839: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  984. /tmp/cct5bL0D.o: In function `main':
  985. /media/storage/softwares/installation/vlc-2.0.3/conftest.c:68: undefined reference to `shl_load'
  986. collect2: error: ld returned 1 exit status
  987. configure:15839: $? = 1
  988. configure: failed program was:
  989. | /* confdefs.h */
  990. | #define PACKAGE_NAME "vlc"
  991. | #define PACKAGE_TARNAME "vlc"
  992. | #define PACKAGE_VERSION "2.0.3"
  993. | #define PACKAGE_STRING "vlc 2.0.3"
  994. | #define PACKAGE_BUGREPORT ""
  995. | #define PACKAGE_URL ""
  996. | #define PACKAGE "vlc"
  997. | #define VERSION "2.0.3"
  998. | #define STDC_HEADERS 1
  999. | #define HAVE_SYS_TYPES_H 1
  1000. | #define HAVE_SYS_STAT_H 1
  1001. | #define HAVE_STDLIB_H 1
  1002. | #define HAVE_STRING_H 1
  1003. | #define HAVE_MEMORY_H 1
  1004. | #define HAVE_STRINGS_H 1
  1005. | #define HAVE_INTTYPES_H 1
  1006. | #define HAVE_STDINT_H 1
  1007. | #define HAVE_UNISTD_H 1
  1008. | #define __EXTENSIONS__ 1
  1009. | #define _ALL_SOURCE 1
  1010. | #define _GNU_SOURCE 1
  1011. | #define _POSIX_PTHREAD_SEMANTICS 1
  1012. | #define _TANDEM_SOURCE 1
  1013. | #define _FORTIFY_SOURCE 2
  1014. | #define _FILE_OFFSET_BITS 64
  1015. | #define _REENTRANT /**/
  1016. | #define _THREAD_SAFE /**/
  1017. | #define __LIBVLC__ /**/
  1018. | #define restrict __restrict
  1019. | #define HAVE_DLFCN_H 1
  1020. | #define LT_OBJDIR ".libs/"
  1021. | /* end confdefs.h. */
  1022. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  1023. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1024. | #define shl_load innocuous_shl_load
  1025. |
  1026. | /* System header to define __stub macros and hopefully few prototypes,
  1027. | which can conflict with char shl_load (); below.
  1028. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1029. | <limits.h> exists even on freestanding compilers. */
  1030. |
  1031. | #ifdef __STDC__
  1032. | # include <limits.h>
  1033. | #else
  1034. | # include <assert.h>
  1035. | #endif
  1036. |
  1037. | #undef shl_load
  1038. |
  1039. | /* Override any GCC internal prototype to avoid an error.
  1040. | Use char because int might match the return type of a GCC
  1041. | builtin and then its argument prototype would still apply. */
  1042. | #ifdef __cplusplus
  1043. | extern "C"
  1044. | #endif
  1045. | char shl_load ();
  1046. | /* The GNU C library defines this for functions which it implements
  1047. | to always fail with ENOSYS. Some functions are actually named
  1048. | something starting with __ and the normal name is an alias. */
  1049. | #if defined __stub_shl_load || defined __stub___shl_load
  1050. | choke me
  1051. | #endif
  1052. |
  1053. | int
  1054. | main ()
  1055. | {
  1056. | return shl_load ();
  1057. | ;
  1058. | return 0;
  1059. | }
  1060. configure:15839: result: no
  1061. configure:15843: checking for shl_load in -ldld
  1062. configure:15868: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldld >&5
  1063. /usr/bin/ld: cannot find -ldld
  1064. collect2: error: ld returned 1 exit status
  1065. configure:15868: $? = 1
  1066. configure: failed program was:
  1067. | /* confdefs.h */
  1068. | #define PACKAGE_NAME "vlc"
  1069. | #define PACKAGE_TARNAME "vlc"
  1070. | #define PACKAGE_VERSION "2.0.3"
  1071. | #define PACKAGE_STRING "vlc 2.0.3"
  1072. | #define PACKAGE_BUGREPORT ""
  1073. | #define PACKAGE_URL ""
  1074. | #define PACKAGE "vlc"
  1075. | #define VERSION "2.0.3"
  1076. | #define STDC_HEADERS 1
  1077. | #define HAVE_SYS_TYPES_H 1
  1078. | #define HAVE_SYS_STAT_H 1
  1079. | #define HAVE_STDLIB_H 1
  1080. | #define HAVE_STRING_H 1
  1081. | #define HAVE_MEMORY_H 1
  1082. | #define HAVE_STRINGS_H 1
  1083. | #define HAVE_INTTYPES_H 1
  1084. | #define HAVE_STDINT_H 1
  1085. | #define HAVE_UNISTD_H 1
  1086. | #define __EXTENSIONS__ 1
  1087. | #define _ALL_SOURCE 1
  1088. | #define _GNU_SOURCE 1
  1089. | #define _POSIX_PTHREAD_SEMANTICS 1
  1090. | #define _TANDEM_SOURCE 1
  1091. | #define _FORTIFY_SOURCE 2
  1092. | #define _FILE_OFFSET_BITS 64
  1093. | #define _REENTRANT /**/
  1094. | #define _THREAD_SAFE /**/
  1095. | #define __LIBVLC__ /**/
  1096. | #define restrict __restrict
  1097. | #define HAVE_DLFCN_H 1
  1098. | #define LT_OBJDIR ".libs/"
  1099. | /* end confdefs.h. */
  1100. |
  1101. | /* Override any GCC internal prototype to avoid an error.
  1102. | Use char because int might match the return type of a GCC
  1103. | builtin and then its argument prototype would still apply. */
  1104. | #ifdef __cplusplus
  1105. | extern "C"
  1106. | #endif
  1107. | char shl_load ();
  1108. | int
  1109. | main ()
  1110. | {
  1111. | return shl_load ();
  1112. | ;
  1113. | return 0;
  1114. | }
  1115. configure:15877: result: no
  1116. configure:15882: checking for dlopen
  1117. configure:15882: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1118. /tmp/cc0fr6MP.o: In function `main':
  1119. /media/storage/softwares/installation/vlc-2.0.3/conftest.c:68: undefined reference to `dlopen'
  1120. collect2: error: ld returned 1 exit status
  1121. configure:15882: $? = 1
  1122. configure: failed program was:
  1123. | /* confdefs.h */
  1124. | #define PACKAGE_NAME "vlc"
  1125. | #define PACKAGE_TARNAME "vlc"
  1126. | #define PACKAGE_VERSION "2.0.3"
  1127. | #define PACKAGE_STRING "vlc 2.0.3"
  1128. | #define PACKAGE_BUGREPORT ""
  1129. | #define PACKAGE_URL ""
  1130. | #define PACKAGE "vlc"
  1131. | #define VERSION "2.0.3"
  1132. | #define STDC_HEADERS 1
  1133. | #define HAVE_SYS_TYPES_H 1
  1134. | #define HAVE_SYS_STAT_H 1
  1135. | #define HAVE_STDLIB_H 1
  1136. | #define HAVE_STRING_H 1
  1137. | #define HAVE_MEMORY_H 1
  1138. | #define HAVE_STRINGS_H 1
  1139. | #define HAVE_INTTYPES_H 1
  1140. | #define HAVE_STDINT_H 1
  1141. | #define HAVE_UNISTD_H 1
  1142. | #define __EXTENSIONS__ 1
  1143. | #define _ALL_SOURCE 1
  1144. | #define _GNU_SOURCE 1
  1145. | #define _POSIX_PTHREAD_SEMANTICS 1
  1146. | #define _TANDEM_SOURCE 1
  1147. | #define _FORTIFY_SOURCE 2
  1148. | #define _FILE_OFFSET_BITS 64
  1149. | #define _REENTRANT /**/
  1150. | #define _THREAD_SAFE /**/
  1151. | #define __LIBVLC__ /**/
  1152. | #define restrict __restrict
  1153. | #define HAVE_DLFCN_H 1
  1154. | #define LT_OBJDIR ".libs/"
  1155. | /* end confdefs.h. */
  1156. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1157. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1158. | #define dlopen innocuous_dlopen
  1159. |
  1160. | /* System header to define __stub macros and hopefully few prototypes,
  1161. | which can conflict with char dlopen (); below.
  1162. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1163. | <limits.h> exists even on freestanding compilers. */
  1164. |
  1165. | #ifdef __STDC__
  1166. | # include <limits.h>
  1167. | #else
  1168. | # include <assert.h>
  1169. | #endif
  1170. |
  1171. | #undef dlopen
  1172. |
  1173. | /* Override any GCC internal prototype to avoid an error.
  1174. | Use char because int might match the return type of a GCC
  1175. | builtin and then its argument prototype would still apply. */
  1176. | #ifdef __cplusplus
  1177. | extern "C"
  1178. | #endif
  1179. | char dlopen ();
  1180. | /* The GNU C library defines this for functions which it implements
  1181. | to always fail with ENOSYS. Some functions are actually named
  1182. | something starting with __ and the normal name is an alias. */
  1183. | #if defined __stub_dlopen || defined __stub___dlopen
  1184. | choke me
  1185. | #endif
  1186. |
  1187. | int
  1188. | main ()
  1189. | {
  1190. | return dlopen ();
  1191. | ;
  1192. | return 0;
  1193. | }
  1194. configure:15882: result: no
  1195. configure:15886: checking for dlopen in -ldl
  1196. configure:15911: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
  1197. configure:15911: $? = 0
  1198. configure:15920: result: yes
  1199. configure:16039: checking whether a program can dlopen itself
  1200. configure:16119: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1201. configure:16122: $? = 0
  1202. configure:16140: result: yes
  1203. configure:16145: checking whether a statically linked program can dlopen itself
  1204. configure:16225: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1205. configure:16228: $? = 0
  1206. configure:16246: result: yes
  1207. configure:16285: checking whether stripping libraries is possible
  1208. configure:16290: result: yes
  1209. configure:16325: checking if libtool supports shared libraries
  1210. configure:16327: result: yes
  1211. configure:16330: checking whether to build shared libraries
  1212. configure:16351: result: yes
  1213. configure:16354: checking whether to build static libraries
  1214. configure:16358: result: no
  1215. configure:16381: checking how to run the C++ preprocessor
  1216. configure:16408: g++ -E conftest.cpp
  1217. In file included from /usr/include/limits.h:27:0,
  1218. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:169,
  1219. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/syslimits.h:7,
  1220. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:34,
  1221. from conftest.cpp:35:
  1222. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1223. configure:16408: $? = 0
  1224. configure:16422: g++ -E conftest.cpp
  1225. conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
  1226. compilation terminated.
  1227. configure:16422: $? = 1
  1228. configure: failed program was:
  1229. | /* confdefs.h */
  1230. | #define PACKAGE_NAME "vlc"
  1231. | #define PACKAGE_TARNAME "vlc"
  1232. | #define PACKAGE_VERSION "2.0.3"
  1233. | #define PACKAGE_STRING "vlc 2.0.3"
  1234. | #define PACKAGE_BUGREPORT ""
  1235. | #define PACKAGE_URL ""
  1236. | #define PACKAGE "vlc"
  1237. | #define VERSION "2.0.3"
  1238. | #define STDC_HEADERS 1
  1239. | #define HAVE_SYS_TYPES_H 1
  1240. | #define HAVE_SYS_STAT_H 1
  1241. | #define HAVE_STDLIB_H 1
  1242. | #define HAVE_STRING_H 1
  1243. | #define HAVE_MEMORY_H 1
  1244. | #define HAVE_STRINGS_H 1
  1245. | #define HAVE_INTTYPES_H 1
  1246. | #define HAVE_STDINT_H 1
  1247. | #define HAVE_UNISTD_H 1
  1248. | #define __EXTENSIONS__ 1
  1249. | #define _ALL_SOURCE 1
  1250. | #define _GNU_SOURCE 1
  1251. | #define _POSIX_PTHREAD_SEMANTICS 1
  1252. | #define _TANDEM_SOURCE 1
  1253. | #define _FORTIFY_SOURCE 2
  1254. | #define _FILE_OFFSET_BITS 64
  1255. | #define _REENTRANT /**/
  1256. | #define _THREAD_SAFE /**/
  1257. | #define __LIBVLC__ /**/
  1258. | #define restrict __restrict
  1259. | #define HAVE_DLFCN_H 1
  1260. | #define LT_OBJDIR ".libs/"
  1261. | /* end confdefs.h. */
  1262. | #include <ac_nonexistent.h>
  1263. configure:16447: result: g++ -E
  1264. configure:16467: g++ -E conftest.cpp
  1265. In file included from /usr/include/limits.h:27:0,
  1266. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:169,
  1267. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/syslimits.h:7,
  1268. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:34,
  1269. from conftest.cpp:35:
  1270. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1271. configure:16467: $? = 0
  1272. configure:16481: g++ -E conftest.cpp
  1273. conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
  1274. compilation terminated.
  1275. configure:16481: $? = 1
  1276. configure: failed program was:
  1277. | /* confdefs.h */
  1278. | #define PACKAGE_NAME "vlc"
  1279. | #define PACKAGE_TARNAME "vlc"
  1280. | #define PACKAGE_VERSION "2.0.3"
  1281. | #define PACKAGE_STRING "vlc 2.0.3"
  1282. | #define PACKAGE_BUGREPORT ""
  1283. | #define PACKAGE_URL ""
  1284. | #define PACKAGE "vlc"
  1285. | #define VERSION "2.0.3"
  1286. | #define STDC_HEADERS 1
  1287. | #define HAVE_SYS_TYPES_H 1
  1288. | #define HAVE_SYS_STAT_H 1
  1289. | #define HAVE_STDLIB_H 1
  1290. | #define HAVE_STRING_H 1
  1291. | #define HAVE_MEMORY_H 1
  1292. | #define HAVE_STRINGS_H 1
  1293. | #define HAVE_INTTYPES_H 1
  1294. | #define HAVE_STDINT_H 1
  1295. | #define HAVE_UNISTD_H 1
  1296. | #define __EXTENSIONS__ 1
  1297. | #define _ALL_SOURCE 1
  1298. | #define _GNU_SOURCE 1
  1299. | #define _POSIX_PTHREAD_SEMANTICS 1
  1300. | #define _TANDEM_SOURCE 1
  1301. | #define _FORTIFY_SOURCE 2
  1302. | #define _FILE_OFFSET_BITS 64
  1303. | #define _REENTRANT /**/
  1304. | #define _THREAD_SAFE /**/
  1305. | #define __LIBVLC__ /**/
  1306. | #define restrict __restrict
  1307. | #define HAVE_DLFCN_H 1
  1308. | #define LT_OBJDIR ".libs/"
  1309. | /* end confdefs.h. */
  1310. | #include <ac_nonexistent.h>
  1311. configure:16650: checking for ld used by g++
  1312. configure:16717: result: /usr/bin/ld -m elf_x86_64
  1313. configure:16724: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  1314. configure:16739: result: yes
  1315. configure:16794: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  1316. configure:17799: result: yes
  1317. configure:17835: g++ -c -g -O2 conftest.cpp >&5
  1318. configure:17838: $? = 0
  1319. configure:18358: checking for g++ option to produce PIC
  1320. configure:18365: result: -fPIC -DPIC
  1321. configure:18373: checking if g++ PIC flag -fPIC -DPIC works
  1322. configure:18391: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  1323. configure:18395: $? = 0
  1324. configure:18408: result: yes
  1325. configure:18431: checking if g++ static flag -static works
  1326. configure:18459: result: no
  1327. configure:18471: checking if g++ supports -c -o file.o
  1328. configure:18492: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  1329. configure:18496: $? = 0
  1330. configure:18518: result: yes
  1331. configure:18523: checking if g++ supports -c -o file.o
  1332. configure:18570: result: yes
  1333. configure:18600: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  1334. configure:18636: result: yes
  1335. configure:18777: checking dynamic linker characteristics
  1336. configure:19444: result: GNU/Linux ld.so
  1337. configure:19497: checking how to hardcode library paths into programs
  1338. configure:19522: result: immediate
  1339. configure:19627: checking for windres
  1340. configure:19657: result: no
  1341. configure:19775: checking whether NLS is requested
  1342. configure:19784: result: yes
  1343. configure:19825: checking for msgfmt
  1344. configure: trying /usr/bin/msgfmt...
  1345. 0 translated messages.
  1346. configure:19857: result: /usr/bin/msgfmt
  1347. configure:19866: checking for gmsgfmt
  1348. configure:19897: result: /usr/bin/msgfmt
  1349. configure:19948: checking for xgettext
  1350. configure: trying /usr/bin/xgettext...
  1351. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  1352. configure:19980: result: /usr/bin/xgettext
  1353. configure:20026: checking for msgmerge
  1354. configure: trying /usr/bin/msgmerge...
  1355. configure:20057: result: /usr/bin/msgmerge
  1356. configure:20114: checking for ld used by GCC
  1357. configure:20178: result: /usr/bin/ld -m elf_x86_64
  1358. configure:20185: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  1359. configure:20198: result: yes
  1360. configure:20205: checking for shared library run path origin
  1361. configure:20218: result: done
  1362. configure:20790: checking for CFPreferencesCopyAppValue
  1363. configure:20808: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1364. conftest.c:34:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  1365. compilation terminated.
  1366. configure:20808: $? = 1
  1367. configure: failed program was:
  1368. | /* confdefs.h */
  1369. | #define PACKAGE_NAME "vlc"
  1370. | #define PACKAGE_TARNAME "vlc"
  1371. | #define PACKAGE_VERSION "2.0.3"
  1372. | #define PACKAGE_STRING "vlc 2.0.3"
  1373. | #define PACKAGE_BUGREPORT ""
  1374. | #define PACKAGE_URL ""
  1375. | #define PACKAGE "vlc"
  1376. | #define VERSION "2.0.3"
  1377. | #define STDC_HEADERS 1
  1378. | #define HAVE_SYS_TYPES_H 1
  1379. | #define HAVE_SYS_STAT_H 1
  1380. | #define HAVE_STDLIB_H 1
  1381. | #define HAVE_STRING_H 1
  1382. | #define HAVE_MEMORY_H 1
  1383. | #define HAVE_STRINGS_H 1
  1384. | #define HAVE_INTTYPES_H 1
  1385. | #define HAVE_STDINT_H 1
  1386. | #define HAVE_UNISTD_H 1
  1387. | #define __EXTENSIONS__ 1
  1388. | #define _ALL_SOURCE 1
  1389. | #define _GNU_SOURCE 1
  1390. | #define _POSIX_PTHREAD_SEMANTICS 1
  1391. | #define _TANDEM_SOURCE 1
  1392. | #define _FORTIFY_SOURCE 2
  1393. | #define _FILE_OFFSET_BITS 64
  1394. | #define _REENTRANT /**/
  1395. | #define _THREAD_SAFE /**/
  1396. | #define __LIBVLC__ /**/
  1397. | #define restrict __restrict
  1398. | #define HAVE_DLFCN_H 1
  1399. | #define LT_OBJDIR ".libs/"
  1400. | /* end confdefs.h. */
  1401. | #include <CoreFoundation/CFPreferences.h>
  1402. | int
  1403. | main ()
  1404. | {
  1405. | CFPreferencesCopyAppValue(NULL, NULL)
  1406. | ;
  1407. | return 0;
  1408. | }
  1409. configure:20817: result: no
  1410. configure:20824: checking for CFLocaleCopyCurrent
  1411. configure:20842: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1412. conftest.c:34:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  1413. compilation terminated.
  1414. configure:20842: $? = 1
  1415. configure: failed program was:
  1416. | /* confdefs.h */
  1417. | #define PACKAGE_NAME "vlc"
  1418. | #define PACKAGE_TARNAME "vlc"
  1419. | #define PACKAGE_VERSION "2.0.3"
  1420. | #define PACKAGE_STRING "vlc 2.0.3"
  1421. | #define PACKAGE_BUGREPORT ""
  1422. | #define PACKAGE_URL ""
  1423. | #define PACKAGE "vlc"
  1424. | #define VERSION "2.0.3"
  1425. | #define STDC_HEADERS 1
  1426. | #define HAVE_SYS_TYPES_H 1
  1427. | #define HAVE_SYS_STAT_H 1
  1428. | #define HAVE_STDLIB_H 1
  1429. | #define HAVE_STRING_H 1
  1430. | #define HAVE_MEMORY_H 1
  1431. | #define HAVE_STRINGS_H 1
  1432. | #define HAVE_INTTYPES_H 1
  1433. | #define HAVE_STDINT_H 1
  1434. | #define HAVE_UNISTD_H 1
  1435. | #define __EXTENSIONS__ 1
  1436. | #define _ALL_SOURCE 1
  1437. | #define _GNU_SOURCE 1
  1438. | #define _POSIX_PTHREAD_SEMANTICS 1
  1439. | #define _TANDEM_SOURCE 1
  1440. | #define _FORTIFY_SOURCE 2
  1441. | #define _FILE_OFFSET_BITS 64
  1442. | #define _REENTRANT /**/
  1443. | #define _THREAD_SAFE /**/
  1444. | #define __LIBVLC__ /**/
  1445. | #define restrict __restrict
  1446. | #define HAVE_DLFCN_H 1
  1447. | #define LT_OBJDIR ".libs/"
  1448. | /* end confdefs.h. */
  1449. | #include <CoreFoundation/CFLocale.h>
  1450. | int
  1451. | main ()
  1452. | {
  1453. | CFLocaleCopyCurrent();
  1454. | ;
  1455. | return 0;
  1456. | }
  1457. configure:20851: result: no
  1458. configure:20900: checking for GNU gettext in libc
  1459. configure:20920: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1460. configure:20920: $? = 0
  1461. configure:20929: result: yes
  1462. configure:21720: checking whether to use NLS
  1463. configure:21722: result: yes
  1464. configure:21725: checking where the gettext function comes from
  1465. configure:21736: result: libc
  1466. configure:21824: checking for iconv
  1467. configure:21846: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1468. configure:21846: $? = 0
  1469. configure:21878: result: yes
  1470. configure:21881: checking for working iconv
  1471. configure:21976: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1472. configure:21976: $? = 0
  1473. configure:21976: ./conftest
  1474. configure:21976: $? = 0
  1475. configure:21988: result: yes
  1476. configure:22016: checking for iconv declaration
  1477. configure:22045: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1478. configure:22045: $? = 0
  1479. configure:22056: result:
  1480. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1481. configure:22261: checking for buggy GNU/libc versions
  1482. configure:22273: gcc -std=gnu99 -E conftest.c
  1483. In file included from /usr/include/limits.h:27:0,
  1484. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:169,
  1485. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/syslimits.h:7,
  1486. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/limits.h:34,
  1487. from conftest.c:40:
  1488. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1489. configure:22273: $? = 0
  1490. configure:22275: result: not present
  1491. configure:22295: checking for shared objects suffix
  1492. configure:22311: result: .so
  1493. configure:22322: checking whether nanosleep is declared
  1494. configure:22322: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1495. configure:22322: $? = 0
  1496. configure:22322: result: yes
  1497. configure:22337: checking for daemon
  1498. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1499. configure:22337: $? = 0
  1500. configure:22337: result: yes
  1501. configure:22337: checking for fcntl
  1502. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1503. configure:22337: $? = 0
  1504. configure:22337: result: yes
  1505. configure:22337: checking for fstatvfs
  1506. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1507. configure:22337: $? = 0
  1508. configure:22337: result: yes
  1509. configure:22337: checking for fork
  1510. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1511. conftest.c:67:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  1512. configure:22337: $? = 0
  1513. configure:22337: result: yes
  1514. configure:22337: checking for getenv
  1515. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1516. configure:22337: $? = 0
  1517. configure:22337: result: yes
  1518. configure:22337: checking for getpwuid_r
  1519. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1520. configure:22337: $? = 0
  1521. configure:22337: result: yes
  1522. configure:22337: checking for if_nameindex
  1523. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1524. configure:22337: $? = 0
  1525. configure:22337: result: yes
  1526. configure:22337: checking for if_nametoindex
  1527. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1528. configure:22337: $? = 0
  1529. configure:22337: result: yes
  1530. configure:22337: checking for isatty
  1531. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1532. configure:22337: $? = 0
  1533. configure:22337: result: yes
  1534. configure:22337: checking for lstat
  1535. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1536. configure:22337: $? = 0
  1537. configure:22337: result: yes
  1538. configure:22337: checking for memalign
  1539. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1540. configure:22337: $? = 0
  1541. configure:22337: result: yes
  1542. configure:22337: checking for mmap
  1543. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1544. configure:22337: $? = 0
  1545. configure:22337: result: yes
  1546. configure:22337: checking for openat
  1547. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1548. configure:22337: $? = 0
  1549. configure:22337: result: yes
  1550. configure:22337: checking for pread
  1551. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1552. configure:22337: $? = 0
  1553. configure:22337: result: yes
  1554. configure:22337: checking for posix_fadvise
  1555. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1556. configure:22337: $? = 0
  1557. configure:22337: result: yes
  1558. configure:22337: checking for posix_madvise
  1559. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1560. configure:22337: $? = 0
  1561. configure:22337: result: yes
  1562. configure:22337: checking for setlocale
  1563. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1564. configure:22337: $? = 0
  1565. configure:22337: result: yes
  1566. configure:22337: checking for stricmp
  1567. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1568. /tmp/cc8AZQ5G.o: In function `main':
  1569. /media/storage/softwares/installation/vlc-2.0.3/conftest.c:92: undefined reference to `stricmp'
  1570. collect2: error: ld returned 1 exit status
  1571. configure:22337: $? = 1
  1572. configure: failed program was:
  1573. | /* confdefs.h */
  1574. | #define PACKAGE_NAME "vlc"
  1575. | #define PACKAGE_TARNAME "vlc"
  1576. | #define PACKAGE_VERSION "2.0.3"
  1577. | #define PACKAGE_STRING "vlc 2.0.3"
  1578. | #define PACKAGE_BUGREPORT ""
  1579. | #define PACKAGE_URL ""
  1580. | #define PACKAGE "vlc"
  1581. | #define VERSION "2.0.3"
  1582. | #define STDC_HEADERS 1
  1583. | #define HAVE_SYS_TYPES_H 1
  1584. | #define HAVE_SYS_STAT_H 1
  1585. | #define HAVE_STDLIB_H 1
  1586. | #define HAVE_STRING_H 1
  1587. | #define HAVE_MEMORY_H 1
  1588. | #define HAVE_STRINGS_H 1
  1589. | #define HAVE_INTTYPES_H 1
  1590. | #define HAVE_STDINT_H 1
  1591. | #define HAVE_UNISTD_H 1
  1592. | #define __EXTENSIONS__ 1
  1593. | #define _ALL_SOURCE 1
  1594. | #define _GNU_SOURCE 1
  1595. | #define _POSIX_PTHREAD_SEMANTICS 1
  1596. | #define _TANDEM_SOURCE 1
  1597. | #define _FORTIFY_SOURCE 2
  1598. | #define _FILE_OFFSET_BITS 64
  1599. | #define _REENTRANT /**/
  1600. | #define _THREAD_SAFE /**/
  1601. | #define __LIBVLC__ /**/
  1602. | #define restrict __restrict
  1603. | #define HAVE_DLFCN_H 1
  1604. | #define LT_OBJDIR ".libs/"
  1605. | #define ENABLE_NLS 1
  1606. | #define HAVE_GETTEXT 1
  1607. | #define HAVE_DCGETTEXT 1
  1608. | #define HAVE_ICONV 1
  1609. | #define ICONV_CONST
  1610. | #define LIBEXT ".so"
  1611. | #define HAVE_DECL_NANOSLEEP 1
  1612. | #define HAVE_DAEMON 1
  1613. | #define HAVE_FCNTL 1
  1614. | #define HAVE_FSTATVFS 1
  1615. | #define HAVE_FORK 1
  1616. | #define HAVE_GETENV 1
  1617. | #define HAVE_GETPWUID_R 1
  1618. | #define HAVE_IF_NAMEINDEX 1
  1619. | #define HAVE_IF_NAMETOINDEX 1
  1620. | #define HAVE_ISATTY 1
  1621. | #define HAVE_LSTAT 1
  1622. | #define HAVE_MEMALIGN 1
  1623. | #define HAVE_MMAP 1
  1624. | #define HAVE_OPENAT 1
  1625. | #define HAVE_PREAD 1
  1626. | #define HAVE_POSIX_FADVISE 1
  1627. | #define HAVE_POSIX_MADVISE 1
  1628. | #define HAVE_SETLOCALE 1
  1629. | /* end confdefs.h. */
  1630. | /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
  1631. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1632. | #define stricmp innocuous_stricmp
  1633. |
  1634. | /* System header to define __stub macros and hopefully few prototypes,
  1635. | which can conflict with char stricmp (); below.
  1636. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1637. | <limits.h> exists even on freestanding compilers. */
  1638. |
  1639. | #ifdef __STDC__
  1640. | # include <limits.h>
  1641. | #else
  1642. | # include <assert.h>
  1643. | #endif
  1644. |
  1645. | #undef stricmp
  1646. |
  1647. | /* Override any GCC internal prototype to avoid an error.
  1648. | Use char because int might match the return type of a GCC
  1649. | builtin and then its argument prototype would still apply. */
  1650. | #ifdef __cplusplus
  1651. | extern "C"
  1652. | #endif
  1653. | char stricmp ();
  1654. | /* The GNU C library defines this for functions which it implements
  1655. | to always fail with ENOSYS. Some functions are actually named
  1656. | something starting with __ and the normal name is an alias. */
  1657. | #if defined __stub_stricmp || defined __stub___stricmp
  1658. | choke me
  1659. | #endif
  1660. |
  1661. | int
  1662. | main ()
  1663. | {
  1664. | return stricmp ();
  1665. | ;
  1666. | return 0;
  1667. | }
  1668. configure:22337: result: no
  1669. configure:22337: checking for strnicmp
  1670. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1671. /tmp/ccK1RQcO.o: In function `main':
  1672. /media/storage/softwares/installation/vlc-2.0.3/conftest.c:92: undefined reference to `strnicmp'
  1673. collect2: error: ld returned 1 exit status
  1674. configure:22337: $? = 1
  1675. configure: failed program was:
  1676. | /* confdefs.h */
  1677. | #define PACKAGE_NAME "vlc"
  1678. | #define PACKAGE_TARNAME "vlc"
  1679. | #define PACKAGE_VERSION "2.0.3"
  1680. | #define PACKAGE_STRING "vlc 2.0.3"
  1681. | #define PACKAGE_BUGREPORT ""
  1682. | #define PACKAGE_URL ""
  1683. | #define PACKAGE "vlc"
  1684. | #define VERSION "2.0.3"
  1685. | #define STDC_HEADERS 1
  1686. | #define HAVE_SYS_TYPES_H 1
  1687. | #define HAVE_SYS_STAT_H 1
  1688. | #define HAVE_STDLIB_H 1
  1689. | #define HAVE_STRING_H 1
  1690. | #define HAVE_MEMORY_H 1
  1691. | #define HAVE_STRINGS_H 1
  1692. | #define HAVE_INTTYPES_H 1
  1693. | #define HAVE_STDINT_H 1
  1694. | #define HAVE_UNISTD_H 1
  1695. | #define __EXTENSIONS__ 1
  1696. | #define _ALL_SOURCE 1
  1697. | #define _GNU_SOURCE 1
  1698. | #define _POSIX_PTHREAD_SEMANTICS 1
  1699. | #define _TANDEM_SOURCE 1
  1700. | #define _FORTIFY_SOURCE 2
  1701. | #define _FILE_OFFSET_BITS 64
  1702. | #define _REENTRANT /**/
  1703. | #define _THREAD_SAFE /**/
  1704. | #define __LIBVLC__ /**/
  1705. | #define restrict __restrict
  1706. | #define HAVE_DLFCN_H 1
  1707. | #define LT_OBJDIR ".libs/"
  1708. | #define ENABLE_NLS 1
  1709. | #define HAVE_GETTEXT 1
  1710. | #define HAVE_DCGETTEXT 1
  1711. | #define HAVE_ICONV 1
  1712. | #define ICONV_CONST
  1713. | #define LIBEXT ".so"
  1714. | #define HAVE_DECL_NANOSLEEP 1
  1715. | #define HAVE_DAEMON 1
  1716. | #define HAVE_FCNTL 1
  1717. | #define HAVE_FSTATVFS 1
  1718. | #define HAVE_FORK 1
  1719. | #define HAVE_GETENV 1
  1720. | #define HAVE_GETPWUID_R 1
  1721. | #define HAVE_IF_NAMEINDEX 1
  1722. | #define HAVE_IF_NAMETOINDEX 1
  1723. | #define HAVE_ISATTY 1
  1724. | #define HAVE_LSTAT 1
  1725. | #define HAVE_MEMALIGN 1
  1726. | #define HAVE_MMAP 1
  1727. | #define HAVE_OPENAT 1
  1728. | #define HAVE_PREAD 1
  1729. | #define HAVE_POSIX_FADVISE 1
  1730. | #define HAVE_POSIX_MADVISE 1
  1731. | #define HAVE_SETLOCALE 1
  1732. | /* end confdefs.h. */
  1733. | /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
  1734. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1735. | #define strnicmp innocuous_strnicmp
  1736. |
  1737. | /* System header to define __stub macros and hopefully few prototypes,
  1738. | which can conflict with char strnicmp (); below.
  1739. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1740. | <limits.h> exists even on freestanding compilers. */
  1741. |
  1742. | #ifdef __STDC__
  1743. | # include <limits.h>
  1744. | #else
  1745. | # include <assert.h>
  1746. | #endif
  1747. |
  1748. | #undef strnicmp
  1749. |
  1750. | /* Override any GCC internal prototype to avoid an error.
  1751. | Use char because int might match the return type of a GCC
  1752. | builtin and then its argument prototype would still apply. */
  1753. | #ifdef __cplusplus
  1754. | extern "C"
  1755. | #endif
  1756. | char strnicmp ();
  1757. | /* The GNU C library defines this for functions which it implements
  1758. | to always fail with ENOSYS. Some functions are actually named
  1759. | something starting with __ and the normal name is an alias. */
  1760. | #if defined __stub_strnicmp || defined __stub___strnicmp
  1761. | choke me
  1762. | #endif
  1763. |
  1764. | int
  1765. | main ()
  1766. | {
  1767. | return strnicmp ();
  1768. | ;
  1769. | return 0;
  1770. | }
  1771. configure:22337: result: no
  1772. configure:22337: checking for strptime
  1773. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1774. configure:22337: $? = 0
  1775. configure:22337: result: yes
  1776. configure:22337: checking for uselocale
  1777. configure:22337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1778. configure:22337: $? = 0
  1779. configure:22337: result: yes
  1780. configure:22346: checking for atof
  1781. configure:22346: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1782. configure:22346: $? = 0
  1783. configure:22346: result: yes
  1784. configure:22359: checking for atoll
  1785. configure:22359: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1786. configure:22359: $? = 0
  1787. configure:22359: result: yes
  1788. configure:22372: checking for dirfd
  1789. configure:22372: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1790. configure:22372: $? = 0
  1791. configure:22372: result: yes
  1792. configure:22385: checking for fdopendir
  1793. configure:22385: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1794. configure:22385: $? = 0
  1795. configure:22385: result: yes
  1796. configure:22398: checking for flockfile
  1797. configure:22398: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1798. configure:22398: $? = 0
  1799. configure:22398: result: yes
  1800. configure:22411: checking for fsync
  1801. configure:22411: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1802. configure:22411: $? = 0
  1803. configure:22411: result: yes
  1804. configure:22424: checking for getdelim
  1805. configure:22424: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1806. configure:22424: $? = 0
  1807. configure:22424: result: yes
  1808. configure:22437: checking for getpid
  1809. configure:22437: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1810. configure:22437: $? = 0
  1811. configure:22437: result: yes
  1812. configure:22450: checking for gmtime_r
  1813. configure:22450: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1814. configure:22450: $? = 0
  1815. configure:22450: result: yes
  1816. configure:22463: checking for inet_pton
  1817. configure:22463: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1818. configure:22463: $? = 0
  1819. configure:22463: result: yes
  1820. configure:22476: checking for lldiv
  1821. configure:22476: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1822. configure:22476: $? = 0
  1823. configure:22476: result: yes
  1824. configure:22489: checking for localtime_r
  1825. configure:22489: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1826. configure:22489: $? = 0
  1827. configure:22489: result: yes
  1828. configure:22502: checking for nrand48
  1829. configure:22502: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1830. configure:22502: $? = 0
  1831. configure:22502: result: yes
  1832. configure:22515: checking for rewind
  1833. configure:22515: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1834. configure:22515: $? = 0
  1835. configure:22515: result: yes
  1836. configure:22528: checking for setenv
  1837. configure:22528: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1838. configure:22528: $? = 0
  1839. configure:22528: result: yes
  1840. configure:22541: checking for strcasecmp
  1841. configure:22541: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1842. conftest.c:98:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1843. configure:22541: $? = 0
  1844. configure:22541: result: yes
  1845. configure:22554: checking for strcasestr
  1846. configure:22554: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1847. configure:22554: $? = 0
  1848. configure:22554: result: yes
  1849. configure:22567: checking for strdup
  1850. configure:22567: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1851. conftest.c:100:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1852. configure:22567: $? = 0
  1853. configure:22567: result: yes
  1854. configure:22580: checking for strlcpy
  1855. configure:22580: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1856. /tmp/ccsmlKvA.o: In function `main':
  1857. /media/storage/softwares/installation/vlc-2.0.3/conftest.c:112: undefined reference to `strlcpy'
  1858. collect2: error: ld returned 1 exit status
  1859. configure:22580: $? = 1
  1860. configure: failed program was:
  1861. | /* confdefs.h */
  1862. | #define PACKAGE_NAME "vlc"
  1863. | #define PACKAGE_TARNAME "vlc"
  1864. | #define PACKAGE_VERSION "2.0.3"
  1865. | #define PACKAGE_STRING "vlc 2.0.3"
  1866. | #define PACKAGE_BUGREPORT ""
  1867. | #define PACKAGE_URL ""
  1868. | #define PACKAGE "vlc"
  1869. | #define VERSION "2.0.3"
  1870. | #define STDC_HEADERS 1
  1871. | #define HAVE_SYS_TYPES_H 1
  1872. | #define HAVE_SYS_STAT_H 1
  1873. | #define HAVE_STDLIB_H 1
  1874. | #define HAVE_STRING_H 1
  1875. | #define HAVE_MEMORY_H 1
  1876. | #define HAVE_STRINGS_H 1
  1877. | #define HAVE_INTTYPES_H 1
  1878. | #define HAVE_STDINT_H 1
  1879. | #define HAVE_UNISTD_H 1
  1880. | #define __EXTENSIONS__ 1
  1881. | #define _ALL_SOURCE 1
  1882. | #define _GNU_SOURCE 1
  1883. | #define _POSIX_PTHREAD_SEMANTICS 1
  1884. | #define _TANDEM_SOURCE 1
  1885. | #define _FORTIFY_SOURCE 2
  1886. | #define _FILE_OFFSET_BITS 64
  1887. | #define _REENTRANT /**/
  1888. | #define _THREAD_SAFE /**/
  1889. | #define __LIBVLC__ /**/
  1890. | #define restrict __restrict
  1891. | #define HAVE_DLFCN_H 1
  1892. | #define LT_OBJDIR ".libs/"
  1893. | #define ENABLE_NLS 1
  1894. | #define HAVE_GETTEXT 1
  1895. | #define HAVE_DCGETTEXT 1
  1896. | #define HAVE_ICONV 1
  1897. | #define ICONV_CONST
  1898. | #define LIBEXT ".so"
  1899. | #define HAVE_DECL_NANOSLEEP 1
  1900. | #define HAVE_DAEMON 1
  1901. | #define HAVE_FCNTL 1
  1902. | #define HAVE_FSTATVFS 1
  1903. | #define HAVE_FORK 1
  1904. | #define HAVE_GETENV 1
  1905. | #define HAVE_GETPWUID_R 1
  1906. | #define HAVE_IF_NAMEINDEX 1
  1907. | #define HAVE_IF_NAMETOINDEX 1
  1908. | #define HAVE_ISATTY 1
  1909. | #define HAVE_LSTAT 1
  1910. | #define HAVE_MEMALIGN 1
  1911. | #define HAVE_MMAP 1
  1912. | #define HAVE_OPENAT 1
  1913. | #define HAVE_PREAD 1
  1914. | #define HAVE_POSIX_FADVISE 1
  1915. | #define HAVE_POSIX_MADVISE 1
  1916. | #define HAVE_SETLOCALE 1
  1917. | #define HAVE_STRPTIME 1
  1918. | #define HAVE_USELOCALE 1
  1919. | #define HAVE_ATOF 1
  1920. | #define HAVE_ATOLL 1
  1921. | #define HAVE_DIRFD 1
  1922. | #define HAVE_FDOPENDIR 1
  1923. | #define HAVE_FLOCKFILE 1
  1924. | #define HAVE_FSYNC 1
  1925. | #define HAVE_GETDELIM 1
  1926. | #define HAVE_GETPID 1
  1927. | #define HAVE_GMTIME_R 1
  1928. | #define HAVE_INET_PTON 1
  1929. | #define HAVE_LLDIV 1
  1930. | #define HAVE_LOCALTIME_R 1
  1931. | #define HAVE_NRAND48 1
  1932. | #define HAVE_REWIND 1
  1933. | #define HAVE_SETENV 1
  1934. | #define HAVE_STRCASECMP 1
  1935. | #define HAVE_STRCASESTR 1
  1936. | #define HAVE_STRDUP 1
  1937. | /* end confdefs.h. */
  1938. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  1939. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1940. | #define strlcpy innocuous_strlcpy
  1941. |
  1942. | /* System header to define __stub macros and hopefully few prototypes,
  1943. | which can conflict with char strlcpy (); below.
  1944. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1945. | <limits.h> exists even on freestanding compilers. */
  1946. |
  1947. | #ifdef __STDC__
  1948. | # include <limits.h>
  1949. | #else
  1950. | # include <assert.h>
  1951. | #endif
  1952. |
  1953. | #undef strlcpy
  1954. |
  1955. | /* Override any GCC internal prototype to avoid an error.
  1956. | Use char because int might match the return type of a GCC
  1957. | builtin and then its argument prototype would still apply. */
  1958. | #ifdef __cplusplus
  1959. | extern "C"
  1960. | #endif
  1961. | char strlcpy ();
  1962. | /* The GNU C library defines this for functions which it implements
  1963. | to always fail with ENOSYS. Some functions are actually named
  1964. | something starting with __ and the normal name is an alias. */
  1965. | #if defined __stub_strlcpy || defined __stub___strlcpy
  1966. | choke me
  1967. | #endif
  1968. |
  1969. | int
  1970. | main ()
  1971. | {
  1972. | return strlcpy ();
  1973. | ;
  1974. | return 0;
  1975. | }
  1976. configure:22580: result: no
  1977. configure:22593: checking for strncasecmp
  1978. configure:22593: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1979. conftest.c:101:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1980. configure:22593: $? = 0
  1981. configure:22593: result: yes
  1982. configure:22606: checking for strndup
  1983. configure:22606: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1984. conftest.c:102:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
  1985. configure:22606: $? = 0
  1986. configure:22606: result: yes
  1987. configure:22619: checking for strnlen
  1988. configure:22619: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1989. configure:22619: $? = 0
  1990. configure:22619: result: yes
  1991. configure:22632: checking for strsep
  1992. configure:22632: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1993. configure:22632: $? = 0
  1994. configure:22632: result: yes
  1995. configure:22645: checking for strtof
  1996. configure:22645: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1997. configure:22645: $? = 0
  1998. configure:22645: result: yes
  1999. configure:22658: checking for strtok_r
  2000. configure:22658: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2001. configure:22658: $? = 0
  2002. configure:22658: result: yes
  2003. configure:22671: checking for strtoll
  2004. configure:22671: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2005. configure:22671: $? = 0
  2006. configure:22671: result: yes
  2007. configure:22684: checking for swab
  2008. configure:22684: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2009. configure:22684: $? = 0
  2010. configure:22684: result: yes
  2011. configure:22697: checking for tdestroy
  2012. configure:22697: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2013. configure:22697: $? = 0
  2014. configure:22697: result: yes
  2015. configure:22713: checking for fdatasync
  2016. configure:22713: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2017. configure:22713: $? = 0
  2018. configure:22713: result: yes
  2019. configure:22744: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2020. configure:22744: $? = 0
  2021. configure:22776: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2022. configure:22776: $? = 0
  2023. configure:22792: checking for working strcoll
  2024. configure:22813: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2025. configure:22813: $? = 0
  2026. configure:22813: ./conftest
  2027. configure:22813: $? = 0
  2028. configure:22823: result: yes
  2029. configure:22835: checking for accept4
  2030. configure:22835: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2031. configure:22835: $? = 0
  2032. configure:22835: result: yes
  2033. configure:22835: checking for pipe2
  2034. configure:22835: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2035. configure:22835: $? = 0
  2036. configure:22835: result: yes
  2037. configure:22835: checking for eventfd
  2038. configure:22835: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2039. configure:22835: $? = 0
  2040. configure:22835: result: yes
  2041. configure:22835: checking for vmsplice
  2042. configure:22835: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2043. configure:22835: $? = 0
  2044. configure:22835: result: yes
  2045. configure:22835: checking for sched_getaffinity
  2046. configure:22835: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2047. configure:22835: $? = 0
  2048. configure:22835: result: yes
  2049. configure:22847: checking for library containing poll
  2050. configure:22878: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2051. configure:22878: $? = 0
  2052. configure:22895: result: none required
  2053. configure:22916: checking for struct pollfd
  2054. configure:22916: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2055. configure:22916: $? = 0
  2056. configure:22916: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2057. conftest.c: In function 'main':
  2058. conftest.c:108:28: error: expected expression before ')' token
  2059. configure:22916: $? = 1
  2060. configure: failed program was:
  2061. | /* confdefs.h */
  2062. | #define PACKAGE_NAME "vlc"
  2063. | #define PACKAGE_TARNAME "vlc"
  2064. | #define PACKAGE_VERSION "2.0.3"
  2065. | #define PACKAGE_STRING "vlc 2.0.3"
  2066. | #define PACKAGE_BUGREPORT ""
  2067. | #define PACKAGE_URL ""
  2068. | #define PACKAGE "vlc"
  2069. | #define VERSION "2.0.3"
  2070. | #define STDC_HEADERS 1
  2071. | #define HAVE_SYS_TYPES_H 1
  2072. | #define HAVE_SYS_STAT_H 1
  2073. | #define HAVE_STDLIB_H 1
  2074. | #define HAVE_STRING_H 1
  2075. | #define HAVE_MEMORY_H 1
  2076. | #define HAVE_STRINGS_H 1
  2077. | #define HAVE_INTTYPES_H 1
  2078. | #define HAVE_STDINT_H 1
  2079. | #define HAVE_UNISTD_H 1
  2080. | #define __EXTENSIONS__ 1
  2081. | #define _ALL_SOURCE 1
  2082. | #define _GNU_SOURCE 1
  2083. | #define _POSIX_PTHREAD_SEMANTICS 1
  2084. | #define _TANDEM_SOURCE 1
  2085. | #define _FORTIFY_SOURCE 2
  2086. | #define _FILE_OFFSET_BITS 64
  2087. | #define _REENTRANT /**/
  2088. | #define _THREAD_SAFE /**/
  2089. | #define __LIBVLC__ /**/
  2090. | #define restrict __restrict
  2091. | #define HAVE_DLFCN_H 1
  2092. | #define LT_OBJDIR ".libs/"
  2093. | #define ENABLE_NLS 1
  2094. | #define HAVE_GETTEXT 1
  2095. | #define HAVE_DCGETTEXT 1
  2096. | #define HAVE_ICONV 1
  2097. | #define ICONV_CONST
  2098. | #define LIBEXT ".so"
  2099. | #define HAVE_DECL_NANOSLEEP 1
  2100. | #define HAVE_DAEMON 1
  2101. | #define HAVE_FCNTL 1
  2102. | #define HAVE_FSTATVFS 1
  2103. | #define HAVE_FORK 1
  2104. | #define HAVE_GETENV 1
  2105. | #define HAVE_GETPWUID_R 1
  2106. | #define HAVE_IF_NAMEINDEX 1
  2107. | #define HAVE_IF_NAMETOINDEX 1
  2108. | #define HAVE_ISATTY 1
  2109. | #define HAVE_LSTAT 1
  2110. | #define HAVE_MEMALIGN 1
  2111. | #define HAVE_MMAP 1
  2112. | #define HAVE_OPENAT 1
  2113. | #define HAVE_PREAD 1
  2114. | #define HAVE_POSIX_FADVISE 1
  2115. | #define HAVE_POSIX_MADVISE 1
  2116. | #define HAVE_SETLOCALE 1
  2117. | #define HAVE_STRPTIME 1
  2118. | #define HAVE_USELOCALE 1
  2119. | #define HAVE_ATOF 1
  2120. | #define HAVE_ATOLL 1
  2121. | #define HAVE_DIRFD 1
  2122. | #define HAVE_FDOPENDIR 1
  2123. | #define HAVE_FLOCKFILE 1
  2124. | #define HAVE_FSYNC 1
  2125. | #define HAVE_GETDELIM 1
  2126. | #define HAVE_GETPID 1
  2127. | #define HAVE_GMTIME_R 1
  2128. | #define HAVE_INET_PTON 1
  2129. | #define HAVE_LLDIV 1
  2130. | #define HAVE_LOCALTIME_R 1
  2131. | #define HAVE_NRAND48 1
  2132. | #define HAVE_REWIND 1
  2133. | #define HAVE_SETENV 1
  2134. | #define HAVE_STRCASECMP 1
  2135. | #define HAVE_STRCASESTR 1
  2136. | #define HAVE_STRDUP 1
  2137. | #define HAVE_STRNCASECMP 1
  2138. | #define HAVE_STRNDUP 1
  2139. | #define HAVE_STRNLEN 1
  2140. | #define HAVE_STRSEP 1
  2141. | #define HAVE_STRTOF 1
  2142. | #define HAVE_STRTOK_R 1
  2143. | #define HAVE_STRTOLL 1
  2144. | #define HAVE_SWAB 1
  2145. | #define HAVE_TDESTROY 1
  2146. | #define HAVE_FDATASYNC 1
  2147. | #define HAVE_ASPRINTF 1
  2148. | #define HAVE_VASPRINTF 1
  2149. | #define HAVE_STRCOLL 1
  2150. | #define HAVE_ACCEPT4 1
  2151. | #define HAVE_PIPE2 1
  2152. | #define HAVE_EVENTFD 1
  2153. | #define HAVE_VMSPLICE 1
  2154. | #define HAVE_SCHED_GETAFFINITY 1
  2155. | #define HAVE_POLL 1
  2156. | /* end confdefs.h. */
  2157. | #include <sys/types.h>
  2158. | #if HAVE_POLL
  2159. | # include <poll.h>
  2160. | #elif defined (WIN32)
  2161. | # include <winsock2.h>
  2162. | #endif
  2163. |
  2164. |
  2165. | int
  2166. | main ()
  2167. | {
  2168. | if (sizeof ((struct pollfd)))
  2169. | return 0;
  2170. | ;
  2171. | return 0;
  2172. | }
  2173. configure:22916: result: yes
  2174. configure:22936: checking for library containing connect
  2175. configure:22967: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2176. configure:22967: $? = 0
  2177. configure:22984: result: none required
  2178. configure:23103: checking for socklen_t in sys/socket.h
  2179. configure:23126: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2180. configure:23126: $? = 0
  2181. configure:23133: result: yes
  2182. configure:23142: checking for struct sockaddr_storage
  2183. configure:23165: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2184. configure:23165: $? = 0
  2185. configure:23172: result: yes
  2186. configure:23184: checking for library containing getaddrinfo
  2187. configure:23215: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2188. configure:23215: $? = 0
  2189. configure:23232: result: none required
  2190. configure:23243: checking for getopt_long
  2191. configure:23243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2192. configure:23243: $? = 0
  2193. configure:23243: result: yes
  2194. configure:23295: checking for cos in -lm
  2195. configure:23320: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
  2196. conftest.c:105:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  2197. configure:23320: $? = 0
  2198. configure:23329: result: yes
  2199. configure:23511: checking for lrintf in -lm
  2200. configure:23536: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
  2201. conftest.c:105:6: warning: conflicting types for built-in function 'lrintf' [enabled by default]
  2202. configure:23536: $? = 0
  2203. configure:23545: result: yes
  2204. configure:23565: checking for library containing dlopen
  2205. configure:23596: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2206. /tmp/ccrIQBeD.o: In function `main':
  2207. /media/storage/softwares/installation/vlc-2.0.3/conftest.c:110: undefined reference to `dlopen'
  2208. collect2: error: ld returned 1 exit status
  2209. configure:23596: $? = 1
  2210. configure: failed program was:
  2211. | /* confdefs.h */
  2212. | #define PACKAGE_NAME "vlc"
  2213. | #define PACKAGE_TARNAME "vlc"
  2214. | #define PACKAGE_VERSION "2.0.3"
  2215. | #define PACKAGE_STRING "vlc 2.0.3"
  2216. | #define PACKAGE_BUGREPORT ""
  2217. | #define PACKAGE_URL ""
  2218. | #define PACKAGE "vlc"
  2219. | #define VERSION "2.0.3"
  2220. | #define STDC_HEADERS 1
  2221. | #define HAVE_SYS_TYPES_H 1
  2222. | #define HAVE_SYS_STAT_H 1
  2223. | #define HAVE_STDLIB_H 1
  2224. | #define HAVE_STRING_H 1
  2225. | #define HAVE_MEMORY_H 1
  2226. | #define HAVE_STRINGS_H 1
  2227. | #define HAVE_INTTYPES_H 1
  2228. | #define HAVE_STDINT_H 1
  2229. | #define HAVE_UNISTD_H 1
  2230. | #define __EXTENSIONS__ 1
  2231. | #define _ALL_SOURCE 1
  2232. | #define _GNU_SOURCE 1
  2233. | #define _POSIX_PTHREAD_SEMANTICS 1
  2234. | #define _TANDEM_SOURCE 1
  2235. | #define _FORTIFY_SOURCE 2
  2236. | #define _FILE_OFFSET_BITS 64
  2237. | #define _REENTRANT /**/
  2238. | #define _THREAD_SAFE /**/
  2239. | #define __LIBVLC__ /**/
  2240. | #define restrict __restrict
  2241. | #define HAVE_DLFCN_H 1
  2242. | #define LT_OBJDIR ".libs/"
  2243. | #define ENABLE_NLS 1
  2244. | #define HAVE_GETTEXT 1
  2245. | #define HAVE_DCGETTEXT 1
  2246. | #define HAVE_ICONV 1
  2247. | #define ICONV_CONST
  2248. | #define LIBEXT ".so"
  2249. | #define HAVE_DECL_NANOSLEEP 1
  2250. | #define HAVE_DAEMON 1
  2251. | #define HAVE_FCNTL 1
  2252. | #define HAVE_FSTATVFS 1
  2253. | #define HAVE_FORK 1
  2254. | #define HAVE_GETENV 1
  2255. | #define HAVE_GETPWUID_R 1
  2256. | #define HAVE_IF_NAMEINDEX 1
  2257. | #define HAVE_IF_NAMETOINDEX 1
  2258. | #define HAVE_ISATTY 1
  2259. | #define HAVE_LSTAT 1
  2260. | #define HAVE_MEMALIGN 1
  2261. | #define HAVE_MMAP 1
  2262. | #define HAVE_OPENAT 1
  2263. | #define HAVE_PREAD 1
  2264. | #define HAVE_POSIX_FADVISE 1
  2265. | #define HAVE_POSIX_MADVISE 1
  2266. | #define HAVE_SETLOCALE 1
  2267. | #define HAVE_STRPTIME 1
  2268. | #define HAVE_USELOCALE 1
  2269. | #define HAVE_ATOF 1
  2270. | #define HAVE_ATOLL 1
  2271. | #define HAVE_DIRFD 1
  2272. | #define HAVE_FDOPENDIR 1
  2273. | #define HAVE_FLOCKFILE 1
  2274. | #define HAVE_FSYNC 1
  2275. | #define HAVE_GETDELIM 1
  2276. | #define HAVE_GETPID 1
  2277. | #define HAVE_GMTIME_R 1
  2278. | #define HAVE_INET_PTON 1
  2279. | #define HAVE_LLDIV 1
  2280. | #define HAVE_LOCALTIME_R 1
  2281. | #define HAVE_NRAND48 1
  2282. | #define HAVE_REWIND 1
  2283. | #define HAVE_SETENV 1
  2284. | #define HAVE_STRCASECMP 1
  2285. | #define HAVE_STRCASESTR 1
  2286. | #define HAVE_STRDUP 1
  2287. | #define HAVE_STRNCASECMP 1
  2288. | #define HAVE_STRNDUP 1
  2289. | #define HAVE_STRNLEN 1
  2290. | #define HAVE_STRSEP 1
  2291. | #define HAVE_STRTOF 1
  2292. | #define HAVE_STRTOK_R 1
  2293. | #define HAVE_STRTOLL 1
  2294. | #define HAVE_SWAB 1
  2295. | #define HAVE_TDESTROY 1
  2296. | #define HAVE_FDATASYNC 1
  2297. | #define HAVE_ASPRINTF 1
  2298. | #define HAVE_VASPRINTF 1
  2299. | #define HAVE_STRCOLL 1
  2300. | #define HAVE_ACCEPT4 1
  2301. | #define HAVE_PIPE2 1
  2302. | #define HAVE_EVENTFD 1
  2303. | #define HAVE_VMSPLICE 1
  2304. | #define HAVE_SCHED_GETAFFINITY 1
  2305. | #define HAVE_POLL 1
  2306. | #define HAVE_STRUCT_POLLFD 1
  2307. | #define HAVE_LRINTF 1
  2308. | /* end confdefs.h. */
  2309. |
  2310. | /* Override any GCC internal prototype to avoid an error.
  2311. | Use char because int might match the return type of a GCC
  2312. | builtin and then its argument prototype would still apply. */
  2313. | #ifdef __cplusplus
  2314. | extern "C"
  2315. | #endif
  2316. | char dlopen ();
  2317. | int
  2318. | main ()
  2319. | {
  2320. | return dlopen ();
  2321. | ;
  2322. | return 0;
  2323. | }
  2324. configure:23596: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
  2325. configure:23596: $? = 0
  2326. configure:23613: result: -ldl
  2327. configure:23674: checking for main in -lpthread
  2328. configure:23693: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lpthread >&5
  2329. configure:23693: $? = 0
  2330. configure:23702: result: yes
  2331. configure:23812: checking for clock_nanosleep in -lrt
  2332. configure:23837: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5
  2333. configure:23837: $? = 0
  2334. configure:23846: result: yes
  2335. configure:24014: checking for strncasecmp in strings.h
  2336. In file included from /usr/include/strings.h:28:0,
  2337. from conftest.c:100:
  2338. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2339. configure:24024: result: yes
  2340. configure:24039: checking search.h usability
  2341. configure:24039: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2342. configure:24039: $? = 0
  2343. configure:24039: result: yes
  2344. configure:24039: checking search.h presence
  2345. configure:24039: gcc -std=gnu99 -E conftest.c
  2346. In file included from /usr/include/search.h:23:0,
  2347. from conftest.c:101:
  2348. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2349. configure:24039: $? = 0
  2350. configure:24039: result: yes
  2351. configure:24039: checking for search.h
  2352. configure:24039: result: yes
  2353. configure:24052: checking getopt.h usability
  2354. configure:24052: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2355. configure:24052: $? = 0
  2356. configure:24052: result: yes
  2357. configure:24052: checking getopt.h presence
  2358. configure:24052: gcc -std=gnu99 -E conftest.c
  2359. In file included from /usr/include/ctype.h:27:0,
  2360. from /usr/include/getopt.h:35,
  2361. from conftest.c:102:
  2362. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2363. configure:24052: $? = 0
  2364. configure:24052: result: yes
  2365. configure:24052: checking for getopt.h
  2366. configure:24052: result: yes
  2367. configure:24052: checking for strings.h
  2368. configure:24052: result: yes
  2369. configure:24052: checking locale.h usability
  2370. configure:24052: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2371. configure:24052: $? = 0
  2372. configure:24052: result: yes
  2373. configure:24052: checking locale.h presence
  2374. configure:24052: gcc -std=gnu99 -E conftest.c
  2375. In file included from /usr/include/locale.h:26:0,
  2376. from conftest.c:104:
  2377. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2378. configure:24052: $? = 0
  2379. configure:24052: result: yes
  2380. configure:24052: checking for locale.h
  2381. configure:24052: result: yes
  2382. configure:24052: checking xlocale.h usability
  2383. configure:24052: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2384. configure:24052: $? = 0
  2385. configure:24052: result: yes
  2386. configure:24052: checking xlocale.h presence
  2387. configure:24052: gcc -std=gnu99 -E conftest.c
  2388. configure:24052: $? = 0
  2389. configure:24052: result: yes
  2390. configure:24052: checking for xlocale.h
  2391. configure:24052: result: yes
  2392. configure:24065: checking fcntl.h usability
  2393. configure:24065: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2394. configure:24065: $? = 0
  2395. configure:24065: result: yes
  2396. configure:24065: checking fcntl.h presence
  2397. configure:24065: gcc -std=gnu99 -E conftest.c
  2398. In file included from /usr/include/fcntl.h:27:0,
  2399. from conftest.c:106:
  2400. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2401. configure:24065: $? = 0
  2402. configure:24065: result: yes
  2403. configure:24065: checking for fcntl.h
  2404. configure:24065: result: yes
  2405. configure:24065: checking sys/time.h usability
  2406. configure:24065: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2407. configure:24065: $? = 0
  2408. configure:24065: result: yes
  2409. configure:24065: checking sys/time.h presence
  2410. configure:24065: gcc -std=gnu99 -E conftest.c
  2411. In file included from /usr/include/sys/time.h:23:0,
  2412. from conftest.c:107:
  2413. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2414. configure:24065: $? = 0
  2415. configure:24065: result: yes
  2416. configure:24065: checking for sys/time.h
  2417. configure:24065: result: yes
  2418. configure:24065: checking sys/ioctl.h usability
  2419. configure:24065: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2420. configure:24065: $? = 0
  2421. configure:24065: result: yes
  2422. configure:24065: checking sys/ioctl.h presence
  2423. configure:24065: gcc -std=gnu99 -E conftest.c
  2424. In file included from /usr/include/sys/ioctl.h:22:0,
  2425. from conftest.c:108:
  2426. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2427. configure:24065: $? = 0
  2428. configure:24065: result: yes
  2429. configure:24065: checking for sys/ioctl.h
  2430. configure:24065: result: yes
  2431. configure:24065: checking for sys/stat.h
  2432. configure:24065: result: yes
  2433. configure:24078: checking arpa/inet.h usability
  2434. configure:24078: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2435. configure:24078: $? = 0
  2436. configure:24078: result: yes
  2437. configure:24078: checking arpa/inet.h presence
  2438. configure:24078: gcc -std=gnu99 -E conftest.c
  2439. In file included from /usr/include/arpa/inet.h:22:0,
  2440. from conftest.c:110:
  2441. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2442. configure:24078: $? = 0
  2443. configure:24078: result: yes
  2444. configure:24078: checking for arpa/inet.h
  2445. configure:24078: result: yes
  2446. configure:24078: checking netinet/udplite.h usability
  2447. configure:24078: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2448. conftest.c:144:29: fatal error: netinet/udplite.h: No such file or directory
  2449. compilation terminated.
  2450. configure:24078: $? = 1
  2451. configure: failed program was:
  2452. | /* confdefs.h */
  2453. | #define PACKAGE_NAME "vlc"
  2454. | #define PACKAGE_TARNAME "vlc"
  2455. | #define PACKAGE_VERSION "2.0.3"
  2456. | #define PACKAGE_STRING "vlc 2.0.3"
  2457. | #define PACKAGE_BUGREPORT ""
  2458. | #define PACKAGE_URL ""
  2459. | #define PACKAGE "vlc"
  2460. | #define VERSION "2.0.3"
  2461. | #define STDC_HEADERS 1
  2462. | #define HAVE_SYS_TYPES_H 1
  2463. | #define HAVE_SYS_STAT_H 1
  2464. | #define HAVE_STDLIB_H 1
  2465. | #define HAVE_STRING_H 1
  2466. | #define HAVE_MEMORY_H 1
  2467. | #define HAVE_STRINGS_H 1
  2468. | #define HAVE_INTTYPES_H 1
  2469. | #define HAVE_STDINT_H 1
  2470. | #define HAVE_UNISTD_H 1
  2471. | #define __EXTENSIONS__ 1
  2472. | #define _ALL_SOURCE 1
  2473. | #define _GNU_SOURCE 1
  2474. | #define _POSIX_PTHREAD_SEMANTICS 1
  2475. | #define _TANDEM_SOURCE 1
  2476. | #define _FORTIFY_SOURCE 2
  2477. | #define _FILE_OFFSET_BITS 64
  2478. | #define _REENTRANT /**/
  2479. | #define _THREAD_SAFE /**/
  2480. | #define __LIBVLC__ /**/
  2481. | #define restrict __restrict
  2482. | #define HAVE_DLFCN_H 1
  2483. | #define LT_OBJDIR ".libs/"
  2484. | #define ENABLE_NLS 1
  2485. | #define HAVE_GETTEXT 1
  2486. | #define HAVE_DCGETTEXT 1
  2487. | #define HAVE_ICONV 1
  2488. | #define ICONV_CONST
  2489. | #define LIBEXT ".so"
  2490. | #define HAVE_DECL_NANOSLEEP 1
  2491. | #define HAVE_DAEMON 1
  2492. | #define HAVE_FCNTL 1
  2493. | #define HAVE_FSTATVFS 1
  2494. | #define HAVE_FORK 1
  2495. | #define HAVE_GETENV 1
  2496. | #define HAVE_GETPWUID_R 1
  2497. | #define HAVE_IF_NAMEINDEX 1
  2498. | #define HAVE_IF_NAMETOINDEX 1
  2499. | #define HAVE_ISATTY 1
  2500. | #define HAVE_LSTAT 1
  2501. | #define HAVE_MEMALIGN 1
  2502. | #define HAVE_MMAP 1
  2503. | #define HAVE_OPENAT 1
  2504. | #define HAVE_PREAD 1
  2505. | #define HAVE_POSIX_FADVISE 1
  2506. | #define HAVE_POSIX_MADVISE 1
  2507. | #define HAVE_SETLOCALE 1
  2508. | #define HAVE_STRPTIME 1
  2509. | #define HAVE_USELOCALE 1
  2510. | #define HAVE_ATOF 1
  2511. | #define HAVE_ATOLL 1
  2512. | #define HAVE_DIRFD 1
  2513. | #define HAVE_FDOPENDIR 1
  2514. | #define HAVE_FLOCKFILE 1
  2515. | #define HAVE_FSYNC 1
  2516. | #define HAVE_GETDELIM 1
  2517. | #define HAVE_GETPID 1
  2518. | #define HAVE_GMTIME_R 1
  2519. | #define HAVE_INET_PTON 1
  2520. | #define HAVE_LLDIV 1
  2521. | #define HAVE_LOCALTIME_R 1
  2522. | #define HAVE_NRAND48 1
  2523. | #define HAVE_REWIND 1
  2524. | #define HAVE_SETENV 1
  2525. | #define HAVE_STRCASECMP 1
  2526. | #define HAVE_STRCASESTR 1
  2527. | #define HAVE_STRDUP 1
  2528. | #define HAVE_STRNCASECMP 1
  2529. | #define HAVE_STRNDUP 1
  2530. | #define HAVE_STRNLEN 1
  2531. | #define HAVE_STRSEP 1
  2532. | #define HAVE_STRTOF 1
  2533. | #define HAVE_STRTOK_R 1
  2534. | #define HAVE_STRTOLL 1
  2535. | #define HAVE_SWAB 1
  2536. | #define HAVE_TDESTROY 1
  2537. | #define HAVE_FDATASYNC 1
  2538. | #define HAVE_ASPRINTF 1
  2539. | #define HAVE_VASPRINTF 1
  2540. | #define HAVE_STRCOLL 1
  2541. | #define HAVE_ACCEPT4 1
  2542. | #define HAVE_PIPE2 1
  2543. | #define HAVE_EVENTFD 1
  2544. | #define HAVE_VMSPLICE 1
  2545. | #define HAVE_SCHED_GETAFFINITY 1
  2546. | #define HAVE_POLL 1
  2547. | #define HAVE_STRUCT_POLLFD 1
  2548. | #define HAVE_LRINTF 1
  2549. | #define HAVE_DYNAMIC_PLUGINS 1
  2550. | #define STRNCASECMP_IN_STRINGS_H 1
  2551. | #define HAVE_SEARCH_H 1
  2552. | #define HAVE_GETOPT_H 1
  2553. | #define HAVE_STRINGS_H 1
  2554. | #define HAVE_LOCALE_H 1
  2555. | #define HAVE_XLOCALE_H 1
  2556. | #define HAVE_FCNTL_H 1
  2557. | #define HAVE_SYS_TIME_H 1
  2558. | #define HAVE_SYS_IOCTL_H 1
  2559. | #define HAVE_SYS_STAT_H 1
  2560. | #define HAVE_ARPA_INET_H 1
  2561. | /* end confdefs.h. */
  2562. | #include <stdio.h>
  2563. | #ifdef HAVE_SYS_TYPES_H
  2564. | # include <sys/types.h>
  2565. | #endif
  2566. | #ifdef HAVE_SYS_STAT_H
  2567. | # include <sys/stat.h>
  2568. | #endif
  2569. | #ifdef STDC_HEADERS
  2570. | # include <stdlib.h>
  2571. | # include <stddef.h>
  2572. | #else
  2573. | # ifdef HAVE_STDLIB_H
  2574. | # include <stdlib.h>
  2575. | # endif
  2576. | #endif
  2577. | #ifdef HAVE_STRING_H
  2578. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2579. | # include <memory.h>
  2580. | # endif
  2581. | # include <string.h>
  2582. | #endif
  2583. | #ifdef HAVE_STRINGS_H
  2584. | # include <strings.h>
  2585. | #endif
  2586. | #ifdef HAVE_INTTYPES_H
  2587. | # include <inttypes.h>
  2588. | #endif
  2589. | #ifdef HAVE_STDINT_H
  2590. | # include <stdint.h>
  2591. | #endif
  2592. | #ifdef HAVE_UNISTD_H
  2593. | # include <unistd.h>
  2594. | #endif
  2595. | #include <netinet/udplite.h>
  2596. configure:24078: result: no
  2597. configure:24078: checking netinet/udplite.h presence
  2598. configure:24078: gcc -std=gnu99 -E conftest.c
  2599. conftest.c:111:29: fatal error: netinet/udplite.h: No such file or directory
  2600. compilation terminated.
  2601. configure:24078: $? = 1
  2602. configure: failed program was:
  2603. | /* confdefs.h */
  2604. | #define PACKAGE_NAME "vlc"
  2605. | #define PACKAGE_TARNAME "vlc"
  2606. | #define PACKAGE_VERSION "2.0.3"
  2607. | #define PACKAGE_STRING "vlc 2.0.3"
  2608. | #define PACKAGE_BUGREPORT ""
  2609. | #define PACKAGE_URL ""
  2610. | #define PACKAGE "vlc"
  2611. | #define VERSION "2.0.3"
  2612. | #define STDC_HEADERS 1
  2613. | #define HAVE_SYS_TYPES_H 1
  2614. | #define HAVE_SYS_STAT_H 1
  2615. | #define HAVE_STDLIB_H 1
  2616. | #define HAVE_STRING_H 1
  2617. | #define HAVE_MEMORY_H 1
  2618. | #define HAVE_STRINGS_H 1
  2619. | #define HAVE_INTTYPES_H 1
  2620. | #define HAVE_STDINT_H 1
  2621. | #define HAVE_UNISTD_H 1
  2622. | #define __EXTENSIONS__ 1
  2623. | #define _ALL_SOURCE 1
  2624. | #define _GNU_SOURCE 1
  2625. | #define _POSIX_PTHREAD_SEMANTICS 1
  2626. | #define _TANDEM_SOURCE 1
  2627. | #define _FORTIFY_SOURCE 2
  2628. | #define _FILE_OFFSET_BITS 64
  2629. | #define _REENTRANT /**/
  2630. | #define _THREAD_SAFE /**/
  2631. | #define __LIBVLC__ /**/
  2632. | #define restrict __restrict
  2633. | #define HAVE_DLFCN_H 1
  2634. | #define LT_OBJDIR ".libs/"
  2635. | #define ENABLE_NLS 1
  2636. | #define HAVE_GETTEXT 1
  2637. | #define HAVE_DCGETTEXT 1
  2638. | #define HAVE_ICONV 1
  2639. | #define ICONV_CONST
  2640. | #define LIBEXT ".so"
  2641. | #define HAVE_DECL_NANOSLEEP 1
  2642. | #define HAVE_DAEMON 1
  2643. | #define HAVE_FCNTL 1
  2644. | #define HAVE_FSTATVFS 1
  2645. | #define HAVE_FORK 1
  2646. | #define HAVE_GETENV 1
  2647. | #define HAVE_GETPWUID_R 1
  2648. | #define HAVE_IF_NAMEINDEX 1
  2649. | #define HAVE_IF_NAMETOINDEX 1
  2650. | #define HAVE_ISATTY 1
  2651. | #define HAVE_LSTAT 1
  2652. | #define HAVE_MEMALIGN 1
  2653. | #define HAVE_MMAP 1
  2654. | #define HAVE_OPENAT 1
  2655. | #define HAVE_PREAD 1
  2656. | #define HAVE_POSIX_FADVISE 1
  2657. | #define HAVE_POSIX_MADVISE 1
  2658. | #define HAVE_SETLOCALE 1
  2659. | #define HAVE_STRPTIME 1
  2660. | #define HAVE_USELOCALE 1
  2661. | #define HAVE_ATOF 1
  2662. | #define HAVE_ATOLL 1
  2663. | #define HAVE_DIRFD 1
  2664. | #define HAVE_FDOPENDIR 1
  2665. | #define HAVE_FLOCKFILE 1
  2666. | #define HAVE_FSYNC 1
  2667. | #define HAVE_GETDELIM 1
  2668. | #define HAVE_GETPID 1
  2669. | #define HAVE_GMTIME_R 1
  2670. | #define HAVE_INET_PTON 1
  2671. | #define HAVE_LLDIV 1
  2672. | #define HAVE_LOCALTIME_R 1
  2673. | #define HAVE_NRAND48 1
  2674. | #define HAVE_REWIND 1
  2675. | #define HAVE_SETENV 1
  2676. | #define HAVE_STRCASECMP 1
  2677. | #define HAVE_STRCASESTR 1
  2678. | #define HAVE_STRDUP 1
  2679. | #define HAVE_STRNCASECMP 1
  2680. | #define HAVE_STRNDUP 1
  2681. | #define HAVE_STRNLEN 1
  2682. | #define HAVE_STRSEP 1
  2683. | #define HAVE_STRTOF 1
  2684. | #define HAVE_STRTOK_R 1
  2685. | #define HAVE_STRTOLL 1
  2686. | #define HAVE_SWAB 1
  2687. | #define HAVE_TDESTROY 1
  2688. | #define HAVE_FDATASYNC 1
  2689. | #define HAVE_ASPRINTF 1
  2690. | #define HAVE_VASPRINTF 1
  2691. | #define HAVE_STRCOLL 1
  2692. | #define HAVE_ACCEPT4 1
  2693. | #define HAVE_PIPE2 1
  2694. | #define HAVE_EVENTFD 1
  2695. | #define HAVE_VMSPLICE 1
  2696. | #define HAVE_SCHED_GETAFFINITY 1
  2697. | #define HAVE_POLL 1
  2698. | #define HAVE_STRUCT_POLLFD 1
  2699. | #define HAVE_LRINTF 1
  2700. | #define HAVE_DYNAMIC_PLUGINS 1
  2701. | #define STRNCASECMP_IN_STRINGS_H 1
  2702. | #define HAVE_SEARCH_H 1
  2703. | #define HAVE_GETOPT_H 1
  2704. | #define HAVE_STRINGS_H 1
  2705. | #define HAVE_LOCALE_H 1
  2706. | #define HAVE_XLOCALE_H 1
  2707. | #define HAVE_FCNTL_H 1
  2708. | #define HAVE_SYS_TIME_H 1
  2709. | #define HAVE_SYS_IOCTL_H 1
  2710. | #define HAVE_SYS_STAT_H 1
  2711. | #define HAVE_ARPA_INET_H 1
  2712. | /* end confdefs.h. */
  2713. | #include <netinet/udplite.h>
  2714. configure:24078: result: no
  2715. configure:24078: checking for netinet/udplite.h
  2716. configure:24078: result: no
  2717. configure:24078: checking sys/eventfd.h usability
  2718. configure:24078: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2719. configure:24078: $? = 0
  2720. configure:24078: result: yes
  2721. configure:24078: checking sys/eventfd.h presence
  2722. configure:24078: gcc -std=gnu99 -E conftest.c
  2723. In file included from /usr/include/stdint.h:26:0,
  2724. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stdint.h:3,
  2725. from /usr/include/sys/eventfd.h:22,
  2726. from conftest.c:111:
  2727. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2728. configure:24078: $? = 0
  2729. configure:24078: result: yes
  2730. configure:24078: checking for sys/eventfd.h
  2731. configure:24078: result: yes
  2732. configure:24090: checking for net/if.h
  2733. configure:24090: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2734. configure:24090: $? = 0
  2735. configure:24090: result: yes
  2736. configure:24106: checking for sys/mount.h
  2737. configure:24106: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2738. configure:24106: $? = 0
  2739. configure:24106: result: yes
  2740. configure:24124: checking machine/param.h usability
  2741. configure:24124: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2742. conftest.c:147:27: fatal error: machine/param.h: No such file or directory
  2743. compilation terminated.
  2744. configure:24124: $? = 1
  2745. configure: failed program was:
  2746. | /* confdefs.h */
  2747. | #define PACKAGE_NAME "vlc"
  2748. | #define PACKAGE_TARNAME "vlc"
  2749. | #define PACKAGE_VERSION "2.0.3"
  2750. | #define PACKAGE_STRING "vlc 2.0.3"
  2751. | #define PACKAGE_BUGREPORT ""
  2752. | #define PACKAGE_URL ""
  2753. | #define PACKAGE "vlc"
  2754. | #define VERSION "2.0.3"
  2755. | #define STDC_HEADERS 1
  2756. | #define HAVE_SYS_TYPES_H 1
  2757. | #define HAVE_SYS_STAT_H 1
  2758. | #define HAVE_STDLIB_H 1
  2759. | #define HAVE_STRING_H 1
  2760. | #define HAVE_MEMORY_H 1
  2761. | #define HAVE_STRINGS_H 1
  2762. | #define HAVE_INTTYPES_H 1
  2763. | #define HAVE_STDINT_H 1
  2764. | #define HAVE_UNISTD_H 1
  2765. | #define __EXTENSIONS__ 1
  2766. | #define _ALL_SOURCE 1
  2767. | #define _GNU_SOURCE 1
  2768. | #define _POSIX_PTHREAD_SEMANTICS 1
  2769. | #define _TANDEM_SOURCE 1
  2770. | #define _FORTIFY_SOURCE 2
  2771. | #define _FILE_OFFSET_BITS 64
  2772. | #define _REENTRANT /**/
  2773. | #define _THREAD_SAFE /**/
  2774. | #define __LIBVLC__ /**/
  2775. | #define restrict __restrict
  2776. | #define HAVE_DLFCN_H 1
  2777. | #define LT_OBJDIR ".libs/"
  2778. | #define ENABLE_NLS 1
  2779. | #define HAVE_GETTEXT 1
  2780. | #define HAVE_DCGETTEXT 1
  2781. | #define HAVE_ICONV 1
  2782. | #define ICONV_CONST
  2783. | #define LIBEXT ".so"
  2784. | #define HAVE_DECL_NANOSLEEP 1
  2785. | #define HAVE_DAEMON 1
  2786. | #define HAVE_FCNTL 1
  2787. | #define HAVE_FSTATVFS 1
  2788. | #define HAVE_FORK 1
  2789. | #define HAVE_GETENV 1
  2790. | #define HAVE_GETPWUID_R 1
  2791. | #define HAVE_IF_NAMEINDEX 1
  2792. | #define HAVE_IF_NAMETOINDEX 1
  2793. | #define HAVE_ISATTY 1
  2794. | #define HAVE_LSTAT 1
  2795. | #define HAVE_MEMALIGN 1
  2796. | #define HAVE_MMAP 1
  2797. | #define HAVE_OPENAT 1
  2798. | #define HAVE_PREAD 1
  2799. | #define HAVE_POSIX_FADVISE 1
  2800. | #define HAVE_POSIX_MADVISE 1
  2801. | #define HAVE_SETLOCALE 1
  2802. | #define HAVE_STRPTIME 1
  2803. | #define HAVE_USELOCALE 1
  2804. | #define HAVE_ATOF 1
  2805. | #define HAVE_ATOLL 1
  2806. | #define HAVE_DIRFD 1
  2807. | #define HAVE_FDOPENDIR 1
  2808. | #define HAVE_FLOCKFILE 1
  2809. | #define HAVE_FSYNC 1
  2810. | #define HAVE_GETDELIM 1
  2811. | #define HAVE_GETPID 1
  2812. | #define HAVE_GMTIME_R 1
  2813. | #define HAVE_INET_PTON 1
  2814. | #define HAVE_LLDIV 1
  2815. | #define HAVE_LOCALTIME_R 1
  2816. | #define HAVE_NRAND48 1
  2817. | #define HAVE_REWIND 1
  2818. | #define HAVE_SETENV 1
  2819. | #define HAVE_STRCASECMP 1
  2820. | #define HAVE_STRCASESTR 1
  2821. | #define HAVE_STRDUP 1
  2822. | #define HAVE_STRNCASECMP 1
  2823. | #define HAVE_STRNDUP 1
  2824. | #define HAVE_STRNLEN 1
  2825. | #define HAVE_STRSEP 1
  2826. | #define HAVE_STRTOF 1
  2827. | #define HAVE_STRTOK_R 1
  2828. | #define HAVE_STRTOLL 1
  2829. | #define HAVE_SWAB 1
  2830. | #define HAVE_TDESTROY 1
  2831. | #define HAVE_FDATASYNC 1
  2832. | #define HAVE_ASPRINTF 1
  2833. | #define HAVE_VASPRINTF 1
  2834. | #define HAVE_STRCOLL 1
  2835. | #define HAVE_ACCEPT4 1
  2836. | #define HAVE_PIPE2 1
  2837. | #define HAVE_EVENTFD 1
  2838. | #define HAVE_VMSPLICE 1
  2839. | #define HAVE_SCHED_GETAFFINITY 1
  2840. | #define HAVE_POLL 1
  2841. | #define HAVE_STRUCT_POLLFD 1
  2842. | #define HAVE_LRINTF 1
  2843. | #define HAVE_DYNAMIC_PLUGINS 1
  2844. | #define STRNCASECMP_IN_STRINGS_H 1
  2845. | #define HAVE_SEARCH_H 1
  2846. | #define HAVE_GETOPT_H 1
  2847. | #define HAVE_STRINGS_H 1
  2848. | #define HAVE_LOCALE_H 1
  2849. | #define HAVE_XLOCALE_H 1
  2850. | #define HAVE_FCNTL_H 1
  2851. | #define HAVE_SYS_TIME_H 1
  2852. | #define HAVE_SYS_IOCTL_H 1
  2853. | #define HAVE_SYS_STAT_H 1
  2854. | #define HAVE_ARPA_INET_H 1
  2855. | #define HAVE_SYS_EVENTFD_H 1
  2856. | #define HAVE_NET_IF_H 1
  2857. | #define HAVE_SYS_MOUNT_H 1
  2858. | /* end confdefs.h. */
  2859. | #include <stdio.h>
  2860. | #ifdef HAVE_SYS_TYPES_H
  2861. | # include <sys/types.h>
  2862. | #endif
  2863. | #ifdef HAVE_SYS_STAT_H
  2864. | # include <sys/stat.h>
  2865. | #endif
  2866. | #ifdef STDC_HEADERS
  2867. | # include <stdlib.h>
  2868. | # include <stddef.h>
  2869. | #else
  2870. | # ifdef HAVE_STDLIB_H
  2871. | # include <stdlib.h>
  2872. | # endif
  2873. | #endif
  2874. | #ifdef HAVE_STRING_H
  2875. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2876. | # include <memory.h>
  2877. | # endif
  2878. | # include <string.h>
  2879. | #endif
  2880. | #ifdef HAVE_STRINGS_H
  2881. | # include <strings.h>
  2882. | #endif
  2883. | #ifdef HAVE_INTTYPES_H
  2884. | # include <inttypes.h>
  2885. | #endif
  2886. | #ifdef HAVE_STDINT_H
  2887. | # include <stdint.h>
  2888. | #endif
  2889. | #ifdef HAVE_UNISTD_H
  2890. | # include <unistd.h>
  2891. | #endif
  2892. | #include <machine/param.h>
  2893. configure:24124: result: no
  2894. configure:24124: checking machine/param.h presence
  2895. configure:24124: gcc -std=gnu99 -E conftest.c
  2896. conftest.c:114:27: fatal error: machine/param.h: No such file or directory
  2897. compilation terminated.
  2898. configure:24124: $? = 1
  2899. configure: failed program was:
  2900. | /* confdefs.h */
  2901. | #define PACKAGE_NAME "vlc"
  2902. | #define PACKAGE_TARNAME "vlc"
  2903. | #define PACKAGE_VERSION "2.0.3"
  2904. | #define PACKAGE_STRING "vlc 2.0.3"
  2905. | #define PACKAGE_BUGREPORT ""
  2906. | #define PACKAGE_URL ""
  2907. | #define PACKAGE "vlc"
  2908. | #define VERSION "2.0.3"
  2909. | #define STDC_HEADERS 1
  2910. | #define HAVE_SYS_TYPES_H 1
  2911. | #define HAVE_SYS_STAT_H 1
  2912. | #define HAVE_STDLIB_H 1
  2913. | #define HAVE_STRING_H 1
  2914. | #define HAVE_MEMORY_H 1
  2915. | #define HAVE_STRINGS_H 1
  2916. | #define HAVE_INTTYPES_H 1
  2917. | #define HAVE_STDINT_H 1
  2918. | #define HAVE_UNISTD_H 1
  2919. | #define __EXTENSIONS__ 1
  2920. | #define _ALL_SOURCE 1
  2921. | #define _GNU_SOURCE 1
  2922. | #define _POSIX_PTHREAD_SEMANTICS 1
  2923. | #define _TANDEM_SOURCE 1
  2924. | #define _FORTIFY_SOURCE 2
  2925. | #define _FILE_OFFSET_BITS 64
  2926. | #define _REENTRANT /**/
  2927. | #define _THREAD_SAFE /**/
  2928. | #define __LIBVLC__ /**/
  2929. | #define restrict __restrict
  2930. | #define HAVE_DLFCN_H 1
  2931. | #define LT_OBJDIR ".libs/"
  2932. | #define ENABLE_NLS 1
  2933. | #define HAVE_GETTEXT 1
  2934. | #define HAVE_DCGETTEXT 1
  2935. | #define HAVE_ICONV 1
  2936. | #define ICONV_CONST
  2937. | #define LIBEXT ".so"
  2938. | #define HAVE_DECL_NANOSLEEP 1
  2939. | #define HAVE_DAEMON 1
  2940. | #define HAVE_FCNTL 1
  2941. | #define HAVE_FSTATVFS 1
  2942. | #define HAVE_FORK 1
  2943. | #define HAVE_GETENV 1
  2944. | #define HAVE_GETPWUID_R 1
  2945. | #define HAVE_IF_NAMEINDEX 1
  2946. | #define HAVE_IF_NAMETOINDEX 1
  2947. | #define HAVE_ISATTY 1
  2948. | #define HAVE_LSTAT 1
  2949. | #define HAVE_MEMALIGN 1
  2950. | #define HAVE_MMAP 1
  2951. | #define HAVE_OPENAT 1
  2952. | #define HAVE_PREAD 1
  2953. | #define HAVE_POSIX_FADVISE 1
  2954. | #define HAVE_POSIX_MADVISE 1
  2955. | #define HAVE_SETLOCALE 1
  2956. | #define HAVE_STRPTIME 1
  2957. | #define HAVE_USELOCALE 1
  2958. | #define HAVE_ATOF 1
  2959. | #define HAVE_ATOLL 1
  2960. | #define HAVE_DIRFD 1
  2961. | #define HAVE_FDOPENDIR 1
  2962. | #define HAVE_FLOCKFILE 1
  2963. | #define HAVE_FSYNC 1
  2964. | #define HAVE_GETDELIM 1
  2965. | #define HAVE_GETPID 1
  2966. | #define HAVE_GMTIME_R 1
  2967. | #define HAVE_INET_PTON 1
  2968. | #define HAVE_LLDIV 1
  2969. | #define HAVE_LOCALTIME_R 1
  2970. | #define HAVE_NRAND48 1
  2971. | #define HAVE_REWIND 1
  2972. | #define HAVE_SETENV 1
  2973. | #define HAVE_STRCASECMP 1
  2974. | #define HAVE_STRCASESTR 1
  2975. | #define HAVE_STRDUP 1
  2976. | #define HAVE_STRNCASECMP 1
  2977. | #define HAVE_STRNDUP 1
  2978. | #define HAVE_STRNLEN 1
  2979. | #define HAVE_STRSEP 1
  2980. | #define HAVE_STRTOF 1
  2981. | #define HAVE_STRTOK_R 1
  2982. | #define HAVE_STRTOLL 1
  2983. | #define HAVE_SWAB 1
  2984. | #define HAVE_TDESTROY 1
  2985. | #define HAVE_FDATASYNC 1
  2986. | #define HAVE_ASPRINTF 1
  2987. | #define HAVE_VASPRINTF 1
  2988. | #define HAVE_STRCOLL 1
  2989. | #define HAVE_ACCEPT4 1
  2990. | #define HAVE_PIPE2 1
  2991. | #define HAVE_EVENTFD 1
  2992. | #define HAVE_VMSPLICE 1
  2993. | #define HAVE_SCHED_GETAFFINITY 1
  2994. | #define HAVE_POLL 1
  2995. | #define HAVE_STRUCT_POLLFD 1
  2996. | #define HAVE_LRINTF 1
  2997. | #define HAVE_DYNAMIC_PLUGINS 1
  2998. | #define STRNCASECMP_IN_STRINGS_H 1
  2999. | #define HAVE_SEARCH_H 1
  3000. | #define HAVE_GETOPT_H 1
  3001. | #define HAVE_STRINGS_H 1
  3002. | #define HAVE_LOCALE_H 1
  3003. | #define HAVE_XLOCALE_H 1
  3004. | #define HAVE_FCNTL_H 1
  3005. | #define HAVE_SYS_TIME_H 1
  3006. | #define HAVE_SYS_IOCTL_H 1
  3007. | #define HAVE_SYS_STAT_H 1
  3008. | #define HAVE_ARPA_INET_H 1
  3009. | #define HAVE_SYS_EVENTFD_H 1
  3010. | #define HAVE_NET_IF_H 1
  3011. | #define HAVE_SYS_MOUNT_H 1
  3012. | /* end confdefs.h. */
  3013. | #include <machine/param.h>
  3014. configure:24124: result: no
  3015. configure:24124: checking for machine/param.h
  3016. configure:24124: result: no
  3017. configure:24124: checking sys/shm.h usability
  3018. configure:24124: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3019. configure:24124: $? = 0
  3020. configure:24124: result: yes
  3021. configure:24124: checking sys/shm.h presence
  3022. configure:24124: gcc -std=gnu99 -E conftest.c
  3023. In file included from /usr/include/sys/shm.h:22:0,
  3024. from conftest.c:114:
  3025. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3026. configure:24124: $? = 0
  3027. configure:24124: result: yes
  3028. configure:24124: checking for sys/shm.h
  3029. configure:24124: result: yes
  3030. configure:24137: checking linux/version.h usability
  3031. configure:24137: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3032. configure:24137: $? = 0
  3033. configure:24137: result: yes
  3034. configure:24137: checking linux/version.h presence
  3035. configure:24137: gcc -std=gnu99 -E conftest.c
  3036. configure:24137: $? = 0
  3037. configure:24137: result: yes
  3038. configure:24137: checking for linux/version.h
  3039. configure:24137: result: yes
  3040. configure:24137: checking linux/dccp.h usability
  3041. configure:24137: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3042. configure:24137: $? = 0
  3043. configure:24137: result: yes
  3044. configure:24137: checking linux/dccp.h presence
  3045. configure:24137: gcc -std=gnu99 -E conftest.c
  3046. configure:24137: $? = 0
  3047. configure:24137: result: yes
  3048. configure:24137: checking for linux/dccp.h
  3049. configure:24137: result: yes
  3050. configure:24137: checking scsi/scsi.h usability
  3051. configure:24137: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3052. configure:24137: $? = 0
  3053. configure:24137: result: yes
  3054. configure:24137: checking scsi/scsi.h presence
  3055. configure:24137: gcc -std=gnu99 -E conftest.c
  3056. In file included from /usr/include/scsi/scsi.h:27:0,
  3057. from conftest.c:117:
  3058. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3059. configure:24137: $? = 0
  3060. configure:24137: result: yes
  3061. configure:24137: checking for scsi/scsi.h
  3062. configure:24137: result: yes
  3063. configure:24137: checking linux/magic.h usability
  3064. configure:24137: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3065. configure:24137: $? = 0
  3066. configure:24137: result: yes
  3067. configure:24137: checking linux/magic.h presence
  3068. configure:24137: gcc -std=gnu99 -E conftest.c
  3069. configure:24137: $? = 0
  3070. configure:24137: result: yes
  3071. configure:24137: checking for linux/magic.h
  3072. configure:24137: result: yes
  3073. configure:24150: checking syslog.h usability
  3074. configure:24150: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3075. configure:24150: $? = 0
  3076. configure:24150: result: yes
  3077. configure:24150: checking syslog.h presence
  3078. configure:24150: gcc -std=gnu99 -E conftest.c
  3079. In file included from /usr/include/sys/syslog.h:35:0,
  3080. from /usr/include/syslog.h:1,
  3081. from conftest.c:119:
  3082. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3083. configure:24150: $? = 0
  3084. configure:24150: result: yes
  3085. configure:24150: checking for syslog.h
  3086. configure:24150: result: yes
  3087. configure:24150: checking mntent.h usability
  3088. configure:24150: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3089. configure:24150: $? = 0
  3090. configure:24150: result: yes
  3091. configure:24150: checking mntent.h presence
  3092. configure:24150: gcc -std=gnu99 -E conftest.c
  3093. In file included from /usr/include/mntent.h:23:0,
  3094. from conftest.c:120:
  3095. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3096. configure:24150: $? = 0
  3097. configure:24150: result: yes
  3098. configure:24150: checking for mntent.h
  3099. configure:24150: result: yes
  3100. configure:24163: checking for ssize_t
  3101. configure:24163: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3102. configure:24163: $? = 0
  3103. configure:24163: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3104. conftest.c: In function 'main':
  3105. conftest.c:157:22: error: expected expression before ')' token
  3106. configure:24163: $? = 1
  3107. configure: failed program was:
  3108. | /* confdefs.h */
  3109. | #define PACKAGE_NAME "vlc"
  3110. | #define PACKAGE_TARNAME "vlc"
  3111. | #define PACKAGE_VERSION "2.0.3"
  3112. | #define PACKAGE_STRING "vlc 2.0.3"
  3113. | #define PACKAGE_BUGREPORT ""
  3114. | #define PACKAGE_URL ""
  3115. | #define PACKAGE "vlc"
  3116. | #define VERSION "2.0.3"
  3117. | #define STDC_HEADERS 1
  3118. | #define HAVE_SYS_TYPES_H 1
  3119. | #define HAVE_SYS_STAT_H 1
  3120. | #define HAVE_STDLIB_H 1
  3121. | #define HAVE_STRING_H 1
  3122. | #define HAVE_MEMORY_H 1
  3123. | #define HAVE_STRINGS_H 1
  3124. | #define HAVE_INTTYPES_H 1
  3125. | #define HAVE_STDINT_H 1
  3126. | #define HAVE_UNISTD_H 1
  3127. | #define __EXTENSIONS__ 1
  3128. | #define _ALL_SOURCE 1
  3129. | #define _GNU_SOURCE 1
  3130. | #define _POSIX_PTHREAD_SEMANTICS 1
  3131. | #define _TANDEM_SOURCE 1
  3132. | #define _FORTIFY_SOURCE 2
  3133. | #define _FILE_OFFSET_BITS 64
  3134. | #define _REENTRANT /**/
  3135. | #define _THREAD_SAFE /**/
  3136. | #define __LIBVLC__ /**/
  3137. | #define restrict __restrict
  3138. | #define HAVE_DLFCN_H 1
  3139. | #define LT_OBJDIR ".libs/"
  3140. | #define ENABLE_NLS 1
  3141. | #define HAVE_GETTEXT 1
  3142. | #define HAVE_DCGETTEXT 1
  3143. | #define HAVE_ICONV 1
  3144. | #define ICONV_CONST
  3145. | #define LIBEXT ".so"
  3146. | #define HAVE_DECL_NANOSLEEP 1
  3147. | #define HAVE_DAEMON 1
  3148. | #define HAVE_FCNTL 1
  3149. | #define HAVE_FSTATVFS 1
  3150. | #define HAVE_FORK 1
  3151. | #define HAVE_GETENV 1
  3152. | #define HAVE_GETPWUID_R 1
  3153. | #define HAVE_IF_NAMEINDEX 1
  3154. | #define HAVE_IF_NAMETOINDEX 1
  3155. | #define HAVE_ISATTY 1
  3156. | #define HAVE_LSTAT 1
  3157. | #define HAVE_MEMALIGN 1
  3158. | #define HAVE_MMAP 1
  3159. | #define HAVE_OPENAT 1
  3160. | #define HAVE_PREAD 1
  3161. | #define HAVE_POSIX_FADVISE 1
  3162. | #define HAVE_POSIX_MADVISE 1
  3163. | #define HAVE_SETLOCALE 1
  3164. | #define HAVE_STRPTIME 1
  3165. | #define HAVE_USELOCALE 1
  3166. | #define HAVE_ATOF 1
  3167. | #define HAVE_ATOLL 1
  3168. | #define HAVE_DIRFD 1
  3169. | #define HAVE_FDOPENDIR 1
  3170. | #define HAVE_FLOCKFILE 1
  3171. | #define HAVE_FSYNC 1
  3172. | #define HAVE_GETDELIM 1
  3173. | #define HAVE_GETPID 1
  3174. | #define HAVE_GMTIME_R 1
  3175. | #define HAVE_INET_PTON 1
  3176. | #define HAVE_LLDIV 1
  3177. | #define HAVE_LOCALTIME_R 1
  3178. | #define HAVE_NRAND48 1
  3179. | #define HAVE_REWIND 1
  3180. | #define HAVE_SETENV 1
  3181. | #define HAVE_STRCASECMP 1
  3182. | #define HAVE_STRCASESTR 1
  3183. | #define HAVE_STRDUP 1
  3184. | #define HAVE_STRNCASECMP 1
  3185. | #define HAVE_STRNDUP 1
  3186. | #define HAVE_STRNLEN 1
  3187. | #define HAVE_STRSEP 1
  3188. | #define HAVE_STRTOF 1
  3189. | #define HAVE_STRTOK_R 1
  3190. | #define HAVE_STRTOLL 1
  3191. | #define HAVE_SWAB 1
  3192. | #define HAVE_TDESTROY 1
  3193. | #define HAVE_FDATASYNC 1
  3194. | #define HAVE_ASPRINTF 1
  3195. | #define HAVE_VASPRINTF 1
  3196. | #define HAVE_STRCOLL 1
  3197. | #define HAVE_ACCEPT4 1
  3198. | #define HAVE_PIPE2 1
  3199. | #define HAVE_EVENTFD 1
  3200. | #define HAVE_VMSPLICE 1
  3201. | #define HAVE_SCHED_GETAFFINITY 1
  3202. | #define HAVE_POLL 1
  3203. | #define HAVE_STRUCT_POLLFD 1
  3204. | #define HAVE_LRINTF 1
  3205. | #define HAVE_DYNAMIC_PLUGINS 1
  3206. | #define STRNCASECMP_IN_STRINGS_H 1
  3207. | #define HAVE_SEARCH_H 1
  3208. | #define HAVE_GETOPT_H 1
  3209. | #define HAVE_STRINGS_H 1
  3210. | #define HAVE_LOCALE_H 1
  3211. | #define HAVE_XLOCALE_H 1
  3212. | #define HAVE_FCNTL_H 1
  3213. | #define HAVE_SYS_TIME_H 1
  3214. | #define HAVE_SYS_IOCTL_H 1
  3215. | #define HAVE_SYS_STAT_H 1
  3216. | #define HAVE_ARPA_INET_H 1
  3217. | #define HAVE_SYS_EVENTFD_H 1
  3218. | #define HAVE_NET_IF_H 1
  3219. | #define HAVE_SYS_MOUNT_H 1
  3220. | #define HAVE_SYS_SHM_H 1
  3221. | #define HAVE_LINUX_VERSION_H 1
  3222. | #define HAVE_LINUX_DCCP_H 1
  3223. | #define HAVE_SCSI_SCSI_H 1
  3224. | #define HAVE_LINUX_MAGIC_H 1
  3225. | #define HAVE_SYSLOG_H 1
  3226. | #define HAVE_MNTENT_H 1
  3227. | /* end confdefs.h. */
  3228. | #include <stdio.h>
  3229. | #ifdef HAVE_SYS_TYPES_H
  3230. | # include <sys/types.h>
  3231. | #endif
  3232. | #ifdef HAVE_SYS_STAT_H
  3233. | # include <sys/stat.h>
  3234. | #endif
  3235. | #ifdef STDC_HEADERS
  3236. | # include <stdlib.h>
  3237. | # include <stddef.h>
  3238. | #else
  3239. | # ifdef HAVE_STDLIB_H
  3240. | # include <stdlib.h>
  3241. | # endif
  3242. | #endif
  3243. | #ifdef HAVE_STRING_H
  3244. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3245. | # include <memory.h>
  3246. | # endif
  3247. | # include <string.h>
  3248. | #endif
  3249. | #ifdef HAVE_STRINGS_H
  3250. | # include <strings.h>
  3251. | #endif
  3252. | #ifdef HAVE_INTTYPES_H
  3253. | # include <inttypes.h>
  3254. | #endif
  3255. | #ifdef HAVE_STDINT_H
  3256. | # include <stdint.h>
  3257. | #endif
  3258. | #ifdef HAVE_UNISTD_H
  3259. | # include <unistd.h>
  3260. | #endif
  3261. | int
  3262. | main ()
  3263. | {
  3264. | if (sizeof ((ssize_t)))
  3265. | return 0;
  3266. | ;
  3267. | return 0;
  3268. | }
  3269. configure:24163: result: yes
  3270. configure:24177: checking pthread.h usability
  3271. configure:24177: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3272. configure:24177: $? = 0
  3273. configure:24177: result: yes
  3274. configure:24177: checking pthread.h presence
  3275. configure:24177: gcc -std=gnu99 -E conftest.c
  3276. In file included from /usr/include/pthread.h:23:0,
  3277. from conftest.c:121:
  3278. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3279. configure:24177: $? = 0
  3280. configure:24177: result: yes
  3281. configure:24177: checking for pthread.h
  3282. configure:24177: result: yes
  3283. configure:24244: checking for pkg-config
  3284. configure:24262: found /usr/bin/pkg-config
  3285. configure:24274: result: /usr/bin/pkg-config
  3286. configure:24299: checking pkg-config is at least version 0.9.0
  3287. configure:24302: result: yes
  3288. configure:24324: checking zlib.h usability
  3289. configure:24324: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3290. configure:24324: $? = 0
  3291. configure:24324: result: yes
  3292. configure:24324: checking zlib.h presence
  3293. configure:24324: gcc -std=gnu99 -E conftest.c
  3294. In file included from /usr/include/sys/types.h:26:0,
  3295. from /usr/include/zconf.h:364,
  3296. from /usr/include/zlib.h:34,
  3297. from conftest.c:122:
  3298. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3299. configure:24324: $? = 0
  3300. configure:24324: result: yes
  3301. configure:24324: checking for zlib.h
  3302. configure:24324: result: yes
  3303. configure:24372: checking for MINIZIP
  3304. configure:24379: $PKG_CONFIG --exists --print-errors "minizip "
  3305. Package minizip was not found in the pkg-config search path.
  3306. Perhaps you should add the directory containing `minizip.pc'
  3307. to the PKG_CONFIG_PATH environment variable
  3308. No package 'minizip' found
  3309. configure:24382: $? = 1
  3310. configure:24396: $PKG_CONFIG --exists --print-errors "minizip "
  3311. Package minizip was not found in the pkg-config search path.
  3312. Perhaps you should add the directory containing `minizip.pc'
  3313. to the PKG_CONFIG_PATH environment variable
  3314. No package 'minizip' found
  3315. configure:24399: $? = 1
  3316. configure:24413: result: no
  3317. No package 'minizip' found
  3318. configure:24432: checking unzip.h usability
  3319. configure:24432: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3320. conftest.c:156:19: fatal error: unzip.h: No such file or directory
  3321. compilation terminated.
  3322. configure:24432: $? = 1
  3323. configure: failed program was:
  3324. | /* confdefs.h */
  3325. | #define PACKAGE_NAME "vlc"
  3326. | #define PACKAGE_TARNAME "vlc"
  3327. | #define PACKAGE_VERSION "2.0.3"
  3328. | #define PACKAGE_STRING "vlc 2.0.3"
  3329. | #define PACKAGE_BUGREPORT ""
  3330. | #define PACKAGE_URL ""
  3331. | #define PACKAGE "vlc"
  3332. | #define VERSION "2.0.3"
  3333. | #define STDC_HEADERS 1
  3334. | #define HAVE_SYS_TYPES_H 1
  3335. | #define HAVE_SYS_STAT_H 1
  3336. | #define HAVE_STDLIB_H 1
  3337. | #define HAVE_STRING_H 1
  3338. | #define HAVE_MEMORY_H 1
  3339. | #define HAVE_STRINGS_H 1
  3340. | #define HAVE_INTTYPES_H 1
  3341. | #define HAVE_STDINT_H 1
  3342. | #define HAVE_UNISTD_H 1
  3343. | #define __EXTENSIONS__ 1
  3344. | #define _ALL_SOURCE 1
  3345. | #define _GNU_SOURCE 1
  3346. | #define _POSIX_PTHREAD_SEMANTICS 1
  3347. | #define _TANDEM_SOURCE 1
  3348. | #define _FORTIFY_SOURCE 2
  3349. | #define _FILE_OFFSET_BITS 64
  3350. | #define _REENTRANT /**/
  3351. | #define _THREAD_SAFE /**/
  3352. | #define __LIBVLC__ /**/
  3353. | #define restrict __restrict
  3354. | #define HAVE_DLFCN_H 1
  3355. | #define LT_OBJDIR ".libs/"
  3356. | #define ENABLE_NLS 1
  3357. | #define HAVE_GETTEXT 1
  3358. | #define HAVE_DCGETTEXT 1
  3359. | #define HAVE_ICONV 1
  3360. | #define ICONV_CONST
  3361. | #define LIBEXT ".so"
  3362. | #define HAVE_DECL_NANOSLEEP 1
  3363. | #define HAVE_DAEMON 1
  3364. | #define HAVE_FCNTL 1
  3365. | #define HAVE_FSTATVFS 1
  3366. | #define HAVE_FORK 1
  3367. | #define HAVE_GETENV 1
  3368. | #define HAVE_GETPWUID_R 1
  3369. | #define HAVE_IF_NAMEINDEX 1
  3370. | #define HAVE_IF_NAMETOINDEX 1
  3371. | #define HAVE_ISATTY 1
  3372. | #define HAVE_LSTAT 1
  3373. | #define HAVE_MEMALIGN 1
  3374. | #define HAVE_MMAP 1
  3375. | #define HAVE_OPENAT 1
  3376. | #define HAVE_PREAD 1
  3377. | #define HAVE_POSIX_FADVISE 1
  3378. | #define HAVE_POSIX_MADVISE 1
  3379. | #define HAVE_SETLOCALE 1
  3380. | #define HAVE_STRPTIME 1
  3381. | #define HAVE_USELOCALE 1
  3382. | #define HAVE_ATOF 1
  3383. | #define HAVE_ATOLL 1
  3384. | #define HAVE_DIRFD 1
  3385. | #define HAVE_FDOPENDIR 1
  3386. | #define HAVE_FLOCKFILE 1
  3387. | #define HAVE_FSYNC 1
  3388. | #define HAVE_GETDELIM 1
  3389. | #define HAVE_GETPID 1
  3390. | #define HAVE_GMTIME_R 1
  3391. | #define HAVE_INET_PTON 1
  3392. | #define HAVE_LLDIV 1
  3393. | #define HAVE_LOCALTIME_R 1
  3394. | #define HAVE_NRAND48 1
  3395. | #define HAVE_REWIND 1
  3396. | #define HAVE_SETENV 1
  3397. | #define HAVE_STRCASECMP 1
  3398. | #define HAVE_STRCASESTR 1
  3399. | #define HAVE_STRDUP 1
  3400. | #define HAVE_STRNCASECMP 1
  3401. | #define HAVE_STRNDUP 1
  3402. | #define HAVE_STRNLEN 1
  3403. | #define HAVE_STRSEP 1
  3404. | #define HAVE_STRTOF 1
  3405. | #define HAVE_STRTOK_R 1
  3406. | #define HAVE_STRTOLL 1
  3407. | #define HAVE_SWAB 1
  3408. | #define HAVE_TDESTROY 1
  3409. | #define HAVE_FDATASYNC 1
  3410. | #define HAVE_ASPRINTF 1
  3411. | #define HAVE_VASPRINTF 1
  3412. | #define HAVE_STRCOLL 1
  3413. | #define HAVE_ACCEPT4 1
  3414. | #define HAVE_PIPE2 1
  3415. | #define HAVE_EVENTFD 1
  3416. | #define HAVE_VMSPLICE 1
  3417. | #define HAVE_SCHED_GETAFFINITY 1
  3418. | #define HAVE_POLL 1
  3419. | #define HAVE_STRUCT_POLLFD 1
  3420. | #define HAVE_LRINTF 1
  3421. | #define HAVE_DYNAMIC_PLUGINS 1
  3422. | #define STRNCASECMP_IN_STRINGS_H 1
  3423. | #define HAVE_SEARCH_H 1
  3424. | #define HAVE_GETOPT_H 1
  3425. | #define HAVE_STRINGS_H 1
  3426. | #define HAVE_LOCALE_H 1
  3427. | #define HAVE_XLOCALE_H 1
  3428. | #define HAVE_FCNTL_H 1
  3429. | #define HAVE_SYS_TIME_H 1
  3430. | #define HAVE_SYS_IOCTL_H 1
  3431. | #define HAVE_SYS_STAT_H 1
  3432. | #define HAVE_ARPA_INET_H 1
  3433. | #define HAVE_SYS_EVENTFD_H 1
  3434. | #define HAVE_NET_IF_H 1
  3435. | #define HAVE_SYS_MOUNT_H 1
  3436. | #define HAVE_SYS_SHM_H 1
  3437. | #define HAVE_LINUX_VERSION_H 1
  3438. | #define HAVE_LINUX_DCCP_H 1
  3439. | #define HAVE_SCSI_SCSI_H 1
  3440. | #define HAVE_LINUX_MAGIC_H 1
  3441. | #define HAVE_SYSLOG_H 1
  3442. | #define HAVE_MNTENT_H 1
  3443. | #define HAVE_PTHREAD_H 1
  3444. | #define HAVE_ZLIB_H 1
  3445. | /* end confdefs.h. */
  3446. | #include <stdio.h>
  3447. | #ifdef HAVE_SYS_TYPES_H
  3448. | # include <sys/types.h>
  3449. | #endif
  3450. | #ifdef HAVE_SYS_STAT_H
  3451. | # include <sys/stat.h>
  3452. | #endif
  3453. | #ifdef STDC_HEADERS
  3454. | # include <stdlib.h>
  3455. | # include <stddef.h>
  3456. | #else
  3457. | # ifdef HAVE_STDLIB_H
  3458. | # include <stdlib.h>
  3459. | # endif
  3460. | #endif
  3461. | #ifdef HAVE_STRING_H
  3462. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3463. | # include <memory.h>
  3464. | # endif
  3465. | # include <string.h>
  3466. | #endif
  3467. | #ifdef HAVE_STRINGS_H
  3468. | # include <strings.h>
  3469. | #endif
  3470. | #ifdef HAVE_INTTYPES_H
  3471. | # include <inttypes.h>
  3472. | #endif
  3473. | #ifdef HAVE_STDINT_H
  3474. | # include <stdint.h>
  3475. | #endif
  3476. | #ifdef HAVE_UNISTD_H
  3477. | # include <unistd.h>
  3478. | #endif
  3479. | #include <unzip.h>
  3480. configure:24432: result: no
  3481. configure:24432: checking unzip.h presence
  3482. configure:24432: gcc -std=gnu99 -E conftest.c
  3483. conftest.c:123:19: fatal error: unzip.h: No such file or directory
  3484. compilation terminated.
  3485. configure:24432: $? = 1
  3486. configure: failed program was:
  3487. | /* confdefs.h */
  3488. | #define PACKAGE_NAME "vlc"
  3489. | #define PACKAGE_TARNAME "vlc"
  3490. | #define PACKAGE_VERSION "2.0.3"
  3491. | #define PACKAGE_STRING "vlc 2.0.3"
  3492. | #define PACKAGE_BUGREPORT ""
  3493. | #define PACKAGE_URL ""
  3494. | #define PACKAGE "vlc"
  3495. | #define VERSION "2.0.3"
  3496. | #define STDC_HEADERS 1
  3497. | #define HAVE_SYS_TYPES_H 1
  3498. | #define HAVE_SYS_STAT_H 1
  3499. | #define HAVE_STDLIB_H 1
  3500. | #define HAVE_STRING_H 1
  3501. | #define HAVE_MEMORY_H 1
  3502. | #define HAVE_STRINGS_H 1
  3503. | #define HAVE_INTTYPES_H 1
  3504. | #define HAVE_STDINT_H 1
  3505. | #define HAVE_UNISTD_H 1
  3506. | #define __EXTENSIONS__ 1
  3507. | #define _ALL_SOURCE 1
  3508. | #define _GNU_SOURCE 1
  3509. | #define _POSIX_PTHREAD_SEMANTICS 1
  3510. | #define _TANDEM_SOURCE 1
  3511. | #define _FORTIFY_SOURCE 2
  3512. | #define _FILE_OFFSET_BITS 64
  3513. | #define _REENTRANT /**/
  3514. | #define _THREAD_SAFE /**/
  3515. | #define __LIBVLC__ /**/
  3516. | #define restrict __restrict
  3517. | #define HAVE_DLFCN_H 1
  3518. | #define LT_OBJDIR ".libs/"
  3519. | #define ENABLE_NLS 1
  3520. | #define HAVE_GETTEXT 1
  3521. | #define HAVE_DCGETTEXT 1
  3522. | #define HAVE_ICONV 1
  3523. | #define ICONV_CONST
  3524. | #define LIBEXT ".so"
  3525. | #define HAVE_DECL_NANOSLEEP 1
  3526. | #define HAVE_DAEMON 1
  3527. | #define HAVE_FCNTL 1
  3528. | #define HAVE_FSTATVFS 1
  3529. | #define HAVE_FORK 1
  3530. | #define HAVE_GETENV 1
  3531. | #define HAVE_GETPWUID_R 1
  3532. | #define HAVE_IF_NAMEINDEX 1
  3533. | #define HAVE_IF_NAMETOINDEX 1
  3534. | #define HAVE_ISATTY 1
  3535. | #define HAVE_LSTAT 1
  3536. | #define HAVE_MEMALIGN 1
  3537. | #define HAVE_MMAP 1
  3538. | #define HAVE_OPENAT 1
  3539. | #define HAVE_PREAD 1
  3540. | #define HAVE_POSIX_FADVISE 1
  3541. | #define HAVE_POSIX_MADVISE 1
  3542. | #define HAVE_SETLOCALE 1
  3543. | #define HAVE_STRPTIME 1
  3544. | #define HAVE_USELOCALE 1
  3545. | #define HAVE_ATOF 1
  3546. | #define HAVE_ATOLL 1
  3547. | #define HAVE_DIRFD 1
  3548. | #define HAVE_FDOPENDIR 1
  3549. | #define HAVE_FLOCKFILE 1
  3550. | #define HAVE_FSYNC 1
  3551. | #define HAVE_GETDELIM 1
  3552. | #define HAVE_GETPID 1
  3553. | #define HAVE_GMTIME_R 1
  3554. | #define HAVE_INET_PTON 1
  3555. | #define HAVE_LLDIV 1
  3556. | #define HAVE_LOCALTIME_R 1
  3557. | #define HAVE_NRAND48 1
  3558. | #define HAVE_REWIND 1
  3559. | #define HAVE_SETENV 1
  3560. | #define HAVE_STRCASECMP 1
  3561. | #define HAVE_STRCASESTR 1
  3562. | #define HAVE_STRDUP 1
  3563. | #define HAVE_STRNCASECMP 1
  3564. | #define HAVE_STRNDUP 1
  3565. | #define HAVE_STRNLEN 1
  3566. | #define HAVE_STRSEP 1
  3567. | #define HAVE_STRTOF 1
  3568. | #define HAVE_STRTOK_R 1
  3569. | #define HAVE_STRTOLL 1
  3570. | #define HAVE_SWAB 1
  3571. | #define HAVE_TDESTROY 1
  3572. | #define HAVE_FDATASYNC 1
  3573. | #define HAVE_ASPRINTF 1
  3574. | #define HAVE_VASPRINTF 1
  3575. | #define HAVE_STRCOLL 1
  3576. | #define HAVE_ACCEPT4 1
  3577. | #define HAVE_PIPE2 1
  3578. | #define HAVE_EVENTFD 1
  3579. | #define HAVE_VMSPLICE 1
  3580. | #define HAVE_SCHED_GETAFFINITY 1
  3581. | #define HAVE_POLL 1
  3582. | #define HAVE_STRUCT_POLLFD 1
  3583. | #define HAVE_LRINTF 1
  3584. | #define HAVE_DYNAMIC_PLUGINS 1
  3585. | #define STRNCASECMP_IN_STRINGS_H 1
  3586. | #define HAVE_SEARCH_H 1
  3587. | #define HAVE_GETOPT_H 1
  3588. | #define HAVE_STRINGS_H 1
  3589. | #define HAVE_LOCALE_H 1
  3590. | #define HAVE_XLOCALE_H 1
  3591. | #define HAVE_FCNTL_H 1
  3592. | #define HAVE_SYS_TIME_H 1
  3593. | #define HAVE_SYS_IOCTL_H 1
  3594. | #define HAVE_SYS_STAT_H 1
  3595. | #define HAVE_ARPA_INET_H 1
  3596. | #define HAVE_SYS_EVENTFD_H 1
  3597. | #define HAVE_NET_IF_H 1
  3598. | #define HAVE_SYS_MOUNT_H 1
  3599. | #define HAVE_SYS_SHM_H 1
  3600. | #define HAVE_LINUX_VERSION_H 1
  3601. | #define HAVE_LINUX_DCCP_H 1
  3602. | #define HAVE_SCSI_SCSI_H 1
  3603. | #define HAVE_LINUX_MAGIC_H 1
  3604. | #define HAVE_SYSLOG_H 1
  3605. | #define HAVE_MNTENT_H 1
  3606. | #define HAVE_PTHREAD_H 1
  3607. | #define HAVE_ZLIB_H 1
  3608. | /* end confdefs.h. */
  3609. | #include <unzip.h>
  3610. configure:24432: result: no
  3611. configure:24432: checking for unzip.h
  3612. configure:24432: result: no
  3613. configure:24541: checking for DBUS
  3614. configure:24548: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0.0"
  3615. configure:24551: $? = 0
  3616. configure:24565: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0.0"
  3617. configure:24568: $? = 0
  3618. configure:24608: result: yes
  3619. configure:24700: checking for ntohl in sys/param.h
  3620. configure:24717: gcc -std=gnu99 -c -g -O2 -Wall -Werror conftest.c >&5
  3621. conftest.c: In function 'main':
  3622. conftest.c:129:1: error: implicit declaration of function 'ntohl' [-Werror=implicit-function-declaration]
  3623. cc1: all warnings being treated as errors
  3624. configure:24717: $? = 1
  3625. configure: failed program was:
  3626. | /* confdefs.h */
  3627. | #define PACKAGE_NAME "vlc"
  3628. | #define PACKAGE_TARNAME "vlc"
  3629. | #define PACKAGE_VERSION "2.0.3"
  3630. | #define PACKAGE_STRING "vlc 2.0.3"
  3631. | #define PACKAGE_BUGREPORT ""
  3632. | #define PACKAGE_URL ""
  3633. | #define PACKAGE "vlc"
  3634. | #define VERSION "2.0.3"
  3635. | #define STDC_HEADERS 1
  3636. | #define HAVE_SYS_TYPES_H 1
  3637. | #define HAVE_SYS_STAT_H 1
  3638. | #define HAVE_STDLIB_H 1
  3639. | #define HAVE_STRING_H 1
  3640. | #define HAVE_MEMORY_H 1
  3641. | #define HAVE_STRINGS_H 1
  3642. | #define HAVE_INTTYPES_H 1
  3643. | #define HAVE_STDINT_H 1
  3644. | #define HAVE_UNISTD_H 1
  3645. | #define __EXTENSIONS__ 1
  3646. | #define _ALL_SOURCE 1
  3647. | #define _GNU_SOURCE 1
  3648. | #define _POSIX_PTHREAD_SEMANTICS 1
  3649. | #define _TANDEM_SOURCE 1
  3650. | #define _FORTIFY_SOURCE 2
  3651. | #define _FILE_OFFSET_BITS 64
  3652. | #define _REENTRANT /**/
  3653. | #define _THREAD_SAFE /**/
  3654. | #define __LIBVLC__ /**/
  3655. | #define restrict __restrict
  3656. | #define HAVE_DLFCN_H 1
  3657. | #define LT_OBJDIR ".libs/"
  3658. | #define ENABLE_NLS 1
  3659. | #define HAVE_GETTEXT 1
  3660. | #define HAVE_DCGETTEXT 1
  3661. | #define HAVE_ICONV 1
  3662. | #define ICONV_CONST
  3663. | #define LIBEXT ".so"
  3664. | #define HAVE_DECL_NANOSLEEP 1
  3665. | #define HAVE_DAEMON 1
  3666. | #define HAVE_FCNTL 1
  3667. | #define HAVE_FSTATVFS 1
  3668. | #define HAVE_FORK 1
  3669. | #define HAVE_GETENV 1
  3670. | #define HAVE_GETPWUID_R 1
  3671. | #define HAVE_IF_NAMEINDEX 1
  3672. | #define HAVE_IF_NAMETOINDEX 1
  3673. | #define HAVE_ISATTY 1
  3674. | #define HAVE_LSTAT 1
  3675. | #define HAVE_MEMALIGN 1
  3676. | #define HAVE_MMAP 1
  3677. | #define HAVE_OPENAT 1
  3678. | #define HAVE_PREAD 1
  3679. | #define HAVE_POSIX_FADVISE 1
  3680. | #define HAVE_POSIX_MADVISE 1
  3681. | #define HAVE_SETLOCALE 1
  3682. | #define HAVE_STRPTIME 1
  3683. | #define HAVE_USELOCALE 1
  3684. | #define HAVE_ATOF 1
  3685. | #define HAVE_ATOLL 1
  3686. | #define HAVE_DIRFD 1
  3687. | #define HAVE_FDOPENDIR 1
  3688. | #define HAVE_FLOCKFILE 1
  3689. | #define HAVE_FSYNC 1
  3690. | #define HAVE_GETDELIM 1
  3691. | #define HAVE_GETPID 1
  3692. | #define HAVE_GMTIME_R 1
  3693. | #define HAVE_INET_PTON 1
  3694. | #define HAVE_LLDIV 1
  3695. | #define HAVE_LOCALTIME_R 1
  3696. | #define HAVE_NRAND48 1
  3697. | #define HAVE_REWIND 1
  3698. | #define HAVE_SETENV 1
  3699. | #define HAVE_STRCASECMP 1
  3700. | #define HAVE_STRCASESTR 1
  3701. | #define HAVE_STRDUP 1
  3702. | #define HAVE_STRNCASECMP 1
  3703. | #define HAVE_STRNDUP 1
  3704. | #define HAVE_STRNLEN 1
  3705. | #define HAVE_STRSEP 1
  3706. | #define HAVE_STRTOF 1
  3707. | #define HAVE_STRTOK_R 1
  3708. | #define HAVE_STRTOLL 1
  3709. | #define HAVE_SWAB 1
  3710. | #define HAVE_TDESTROY 1
  3711. | #define HAVE_FDATASYNC 1
  3712. | #define HAVE_ASPRINTF 1
  3713. | #define HAVE_VASPRINTF 1
  3714. | #define HAVE_STRCOLL 1
  3715. | #define HAVE_ACCEPT4 1
  3716. | #define HAVE_PIPE2 1
  3717. | #define HAVE_EVENTFD 1
  3718. | #define HAVE_VMSPLICE 1
  3719. | #define HAVE_SCHED_GETAFFINITY 1
  3720. | #define HAVE_POLL 1
  3721. | #define HAVE_STRUCT_POLLFD 1
  3722. | #define HAVE_LRINTF 1
  3723. | #define HAVE_DYNAMIC_PLUGINS 1
  3724. | #define STRNCASECMP_IN_STRINGS_H 1
  3725. | #define HAVE_SEARCH_H 1
  3726. | #define HAVE_GETOPT_H 1
  3727. | #define HAVE_STRINGS_H 1
  3728. | #define HAVE_LOCALE_H 1
  3729. | #define HAVE_XLOCALE_H 1
  3730. | #define HAVE_FCNTL_H 1
  3731. | #define HAVE_SYS_TIME_H 1
  3732. | #define HAVE_SYS_IOCTL_H 1
  3733. | #define HAVE_SYS_STAT_H 1
  3734. | #define HAVE_ARPA_INET_H 1
  3735. | #define HAVE_SYS_EVENTFD_H 1
  3736. | #define HAVE_NET_IF_H 1
  3737. | #define HAVE_SYS_MOUNT_H 1
  3738. | #define HAVE_SYS_SHM_H 1
  3739. | #define HAVE_LINUX_VERSION_H 1
  3740. | #define HAVE_LINUX_DCCP_H 1
  3741. | #define HAVE_SCSI_SCSI_H 1
  3742. | #define HAVE_LINUX_MAGIC_H 1
  3743. | #define HAVE_SYSLOG_H 1
  3744. | #define HAVE_MNTENT_H 1
  3745. | #define HAVE_PTHREAD_H 1
  3746. | #define HAVE_ZLIB_H 1
  3747. | #define ASSUME_UTF8 1
  3748. | #define HAVE_DBUS 1
  3749. | /* end confdefs.h. */
  3750. | #include <sys/param.h>
  3751. | int
  3752. | main ()
  3753. | {
  3754. | int meuh; ntohl(meuh);
  3755. | ;
  3756. | return 0;
  3757. | }
  3758. configure:24724: result: no
  3759. configure:24747: checking if gcc -std=gnu99 accepts -Wall
  3760. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall conftest.c >&5
  3761. configure:24765: $? = 0
  3762. configure:24778: result: yes
  3763. configure:24747: checking if gcc -std=gnu99 accepts -Wextra
  3764. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra conftest.c >&5
  3765. configure:24765: $? = 0
  3766. configure:24778: result: yes
  3767. configure:24747: checking if gcc -std=gnu99 accepts -Wsign-compare
  3768. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare conftest.c >&5
  3769. configure:24765: $? = 0
  3770. configure:24778: result: yes
  3771. configure:24747: checking if gcc -std=gnu99 accepts -Wundef
  3772. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef conftest.c >&5
  3773. configure:24765: $? = 0
  3774. configure:24778: result: yes
  3775. configure:24747: checking if gcc -std=gnu99 accepts -Wpointer-arith
  3776. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith conftest.c >&5
  3777. configure:24765: $? = 0
  3778. configure:24778: result: yes
  3779. configure:24747: checking if gcc -std=gnu99 accepts -Wbad-function-cast
  3780. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast conftest.c >&5
  3781. configure:24765: $? = 0
  3782. configure:24778: result: yes
  3783. configure:24747: checking if gcc -std=gnu99 accepts -Wwrite-strings
  3784. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings conftest.c >&5
  3785. configure:24765: $? = 0
  3786. configure:24778: result: yes
  3787. configure:24747: checking if gcc -std=gnu99 accepts -Wmissing-prototypes
  3788. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes conftest.c >&5
  3789. configure:24765: $? = 0
  3790. configure:24778: result: yes
  3791. configure:24747: checking if gcc -std=gnu99 accepts -Wvolatile-register-var
  3792. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var conftest.c >&5
  3793. configure:24765: $? = 0
  3794. configure:24778: result: yes
  3795. configure:24747: checking if gcc -std=gnu99 accepts -Werror-implicit-function-declaration
  3796. configure:24765: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration conftest.c >&5
  3797. configure:24765: $? = 0
  3798. configure:24778: result: yes
  3799. configure:24794: checking if gcc -std=gnu99 accepts -pipe
  3800. configure:24812: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe conftest.c >&5
  3801. configure:24812: $? = 0
  3802. configure:24825: result: yes
  3803. configure:24846: checking if g++ accepts -Wall
  3804. configure:24864: g++ -c -g -O2 -Wall conftest.cpp >&5
  3805. configure:24864: $? = 0
  3806. configure:24877: result: yes
  3807. configure:24846: checking if g++ accepts -Wextra
  3808. configure:24864: g++ -c -g -O2 -Wall -Wextra conftest.cpp >&5
  3809. configure:24864: $? = 0
  3810. configure:24877: result: yes
  3811. configure:24846: checking if g++ accepts -Wsign-compare
  3812. configure:24864: g++ -c -g -O2 -Wall -Wextra -Wsign-compare conftest.cpp >&5
  3813. configure:24864: $? = 0
  3814. configure:24877: result: yes
  3815. configure:24846: checking if g++ accepts -Wundef
  3816. configure:24864: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef conftest.cpp >&5
  3817. configure:24864: $? = 0
  3818. configure:24877: result: yes
  3819. configure:24846: checking if g++ accepts -Wpointer-arith
  3820. configure:24864: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith conftest.cpp >&5
  3821. configure:24864: $? = 0
  3822. configure:24877: result: yes
  3823. configure:24846: checking if g++ accepts -Wvolatile-register-var
  3824. configure:24864: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var conftest.cpp >&5
  3825. configure:24864: $? = 0
  3826. configure:24877: result: yes
  3827. configure:24984: checking if gcc -std=gnu99 accepts -fvisibility=hidden
  3828. configure:25002: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden conftest.c >&5
  3829. configure:25002: $? = 0
  3830. configure:25014: result: yes
  3831. configure:25157: checking if gcc -std=gnu99 accepts -ffast-math
  3832. configure:25175: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math conftest.c >&5
  3833. configure:25175: $? = 0
  3834. configure:25187: result: yes
  3835. configure:25213: checking if gcc -std=gnu99 accepts -funroll-loops
  3836. configure:25231: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops conftest.c >&5
  3837. configure:25231: $? = 0
  3838. configure:25243: result: yes
  3839. configure:25271: checking if gcc -std=gnu99 accepts -fomit-frame-pointer
  3840. configure:25289: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3841. configure:25289: $? = 0
  3842. configure:25301: result: yes
  3843. configure:25378: checking __attribute__ ((aligned ())) support
  3844. configure:25397: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3845. configure:25397: $? = 0
  3846. configure:25397: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3847. configure:25397: $? = 0
  3848. configure:25397: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3849. configure:25397: $? = 0
  3850. configure:25397: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3851. configure:25397: $? = 0
  3852. configure:25397: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3853. configure:25397: $? = 0
  3854. configure:25397: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3855. configure:25397: $? = 0
  3856. configure:25404: result: 64
  3857. configure:25414: checking for __attribute__((packed))
  3858. configure:25431: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3859. configure:25431: $? = 0
  3860. configure:25436: result: yes
  3861. configure:25455: checking execinfo.h usability
  3862. configure:25455: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3863. configure:25455: $? = 0
  3864. configure:25455: result: yes
  3865. configure:25455: checking execinfo.h presence
  3866. configure:25455: gcc -std=gnu99 -E conftest.c
  3867. In file included from /usr/include/execinfo.h:22:0,
  3868. from conftest.c:128:
  3869. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3870. configure:25455: $? = 0
  3871. configure:25455: result: yes
  3872. configure:25455: checking for execinfo.h
  3873. configure:25455: result: yes
  3874. configure:25467: checking for backtrace
  3875. configure:25467: gcc -std=gnu99 -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3876. configure:25467: $? = 0
  3877. configure:25467: result: yes
  3878. configure:25548: checking if gcc -std=gnu99 groks MMX intrinsics
  3879. configure:25578: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3880. configure:25578: $? = 0
  3881. configure:25591: result: yes
  3882. configure:25601: checking if gcc -std=gnu99 groks MMX inline assembly
  3883. configure:25623: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3884. conftest.c: In function 'main':
  3885. conftest.c:137:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3886. configure:25623: $? = 0
  3887. configure:25636: result: yes
  3888. configure:25647: checking if gcc -std=gnu99 groks MMX EXT inline assembly
  3889. configure:25669: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3890. conftest.c: In function 'main':
  3891. conftest.c:138:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3892. configure:25669: $? = 0
  3893. configure:25682: result: yes
  3894. configure:25732: checking if gcc -std=gnu99 groks SSE2 intrinsics
  3895. configure:25762: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse2 conftest.c >&5
  3896. conftest.c: In function 'main':
  3897. conftest.c:149:11: warning: cast from function call of type '__m64' to non-matching type 'long unsigned int' [-Wbad-function-cast]
  3898. configure:25762: $? = 0
  3899. configure:25775: result: yes
  3900. configure:25785: checking if gcc -std=gnu99 groks SSE inline assembly
  3901. configure:25807: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3902. conftest.c: In function 'main':
  3903. conftest.c:140:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3904. configure:25807: $? = 0
  3905. configure:25820: result: yes
  3906. configure:25830: checking if gcc -std=gnu99 groks SSE2 inline assembly
  3907. configure:25852: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3908. conftest.c: In function 'main':
  3909. conftest.c:141:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3910. configure:25852: $? = 0
  3911. configure:25865: result: yes
  3912. configure:25877: checking if gcc -std=gnu99 groks SSE3 inline assembly
  3913. configure:25899: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3914. conftest.c: In function 'main':
  3915. conftest.c:142:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3916. configure:25899: $? = 0
  3917. configure:25912: result: yes
  3918. configure:25921: checking if gcc -std=gnu99 groks SSSE3 inline assembly
  3919. configure:25943: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3920. conftest.c: In function 'main':
  3921. conftest.c:143:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3922. configure:25943: $? = 0
  3923. configure:25956: result: yes
  3924. configure:25966: checking if gcc -std=gnu99 groks SSE4.1 inline assembly
  3925. configure:25988: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3926. conftest.c: In function 'main':
  3927. conftest.c:144:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3928. configure:25988: $? = 0
  3929. configure:26001: result: yes
  3930. configure:26011: checking if gcc -std=gnu99 groks SSE4.2 inline assembly
  3931. configure:26033: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3932. conftest.c: In function 'main':
  3933. conftest.c:145:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3934. configure:26033: $? = 0
  3935. configure:26046: result: yes
  3936. configure:26056: checking if gcc -std=gnu99 groks SSE4A inline assembly
  3937. configure:26078: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3938. conftest.c: In function 'main':
  3939. conftest.c:146:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3940. configure:26078: $? = 0
  3941. configure:26091: result: yes
  3942. configure:26111: checking if gcc -std=gnu99 groks 3D Now! inline assembly
  3943. configure:26133: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3944. conftest.c: In function 'main':
  3945. conftest.c:147:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3946. configure:26133: $? = 0
  3947. configure:26146: result: yes
  3948. configure:26568: checking whether gcc -std=gnu99 accepts -mtune=athlon64
  3949. configure:26575: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  3950. configure:26575: $? = 0
  3951. configure:26591: result: yes
  3952. configure:26667: checking for LUA
  3953. configure:26674: $PKG_CONFIG --exists --print-errors "lua5.1"
  3954. Package lua5.1 was not found in the pkg-config search path.
  3955. Perhaps you should add the directory containing `lua5.1.pc'
  3956. to the PKG_CONFIG_PATH environment variable
  3957. No package 'lua5.1' found
  3958. configure:26677: $? = 1
  3959. configure:26691: $PKG_CONFIG --exists --print-errors "lua5.1"
  3960. Package lua5.1 was not found in the pkg-config search path.
  3961. Perhaps you should add the directory containing `lua5.1.pc'
  3962. to the PKG_CONFIG_PATH environment variable
  3963. No package 'lua5.1' found
  3964. configure:26694: $? = 1
  3965. configure:26708: result: no
  3966. No package 'lua5.1' found
  3967. configure:26725: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
  3968. configure:26729: checking for LUA
  3969. configure:26736: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
  3970. configure:26739: $? = 0
  3971. configure:26753: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
  3972. configure:26756: $? = 0
  3973. configure:27098: result: yes
  3974. configure:27513: checking for luac
  3975. configure:27531: found /usr/bin/luac
  3976. configure:27543: result: /usr/bin/luac
  3977. configure:27633: checking for LIBPROXY
  3978. configure:27640: $PKG_CONFIG --exists --print-errors "libproxy-1.0"
  3979. Package libproxy-1.0 was not found in the pkg-config search path.
  3980. Perhaps you should add the directory containing `libproxy-1.0.pc'
  3981. to the PKG_CONFIG_PATH environment variable
  3982. No package 'libproxy-1.0' found
  3983. configure:27643: $? = 1
  3984. configure:27657: $PKG_CONFIG --exists --print-errors "libproxy-1.0"
  3985. Package libproxy-1.0 was not found in the pkg-config search path.
  3986. Perhaps you should add the directory containing `libproxy-1.0.pc'
  3987. to the PKG_CONFIG_PATH environment variable
  3988. No package 'libproxy-1.0' found
  3989. configure:27660: $? = 1
  3990. configure:27674: result: no
  3991. No package 'libproxy-1.0' found
  3992. configure:27764: checking for live555 version 1324598400 or later
  3993. configure:27786: g++ -E -I/usr/include/liveMedia -I/usr/include/groupsock -I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment conftest.cpp
  3994. conftest.cpp:146:32: fatal error: liveMedia_version.hh: No such file or directory
  3995. compilation terminated.
  3996. configure:27786: $? = 1
  3997. configure: failed program was:
  3998. | /* confdefs.h */
  3999. | #define PACKAGE_NAME "vlc"
  4000. | #define PACKAGE_TARNAME "vlc"
  4001. | #define PACKAGE_VERSION "2.0.3"
  4002. | #define PACKAGE_STRING "vlc 2.0.3"
  4003. | #define PACKAGE_BUGREPORT ""
  4004. | #define PACKAGE_URL ""
  4005. | #define PACKAGE "vlc"
  4006. | #define VERSION "2.0.3"
  4007. | #define STDC_HEADERS 1
  4008. | #define HAVE_SYS_TYPES_H 1
  4009. | #define HAVE_SYS_STAT_H 1
  4010. | #define HAVE_STDLIB_H 1
  4011. | #define HAVE_STRING_H 1
  4012. | #define HAVE_MEMORY_H 1
  4013. | #define HAVE_STRINGS_H 1
  4014. | #define HAVE_INTTYPES_H 1
  4015. | #define HAVE_STDINT_H 1
  4016. | #define HAVE_UNISTD_H 1
  4017. | #define __EXTENSIONS__ 1
  4018. | #define _ALL_SOURCE 1
  4019. | #define _GNU_SOURCE 1
  4020. | #define _POSIX_PTHREAD_SEMANTICS 1
  4021. | #define _TANDEM_SOURCE 1
  4022. | #define _FORTIFY_SOURCE 2
  4023. | #define _FILE_OFFSET_BITS 64
  4024. | #define _REENTRANT /**/
  4025. | #define _THREAD_SAFE /**/
  4026. | #define __LIBVLC__ /**/
  4027. | #define restrict __restrict
  4028. | #define HAVE_DLFCN_H 1
  4029. | #define LT_OBJDIR ".libs/"
  4030. | #define ENABLE_NLS 1
  4031. | #define HAVE_GETTEXT 1
  4032. | #define HAVE_DCGETTEXT 1
  4033. | #define HAVE_ICONV 1
  4034. | #define ICONV_CONST
  4035. | #define LIBEXT ".so"
  4036. | #define HAVE_DECL_NANOSLEEP 1
  4037. | #define HAVE_DAEMON 1
  4038. | #define HAVE_FCNTL 1
  4039. | #define HAVE_FSTATVFS 1
  4040. | #define HAVE_FORK 1
  4041. | #define HAVE_GETENV 1
  4042. | #define HAVE_GETPWUID_R 1
  4043. | #define HAVE_IF_NAMEINDEX 1
  4044. | #define HAVE_IF_NAMETOINDEX 1
  4045. | #define HAVE_ISATTY 1
  4046. | #define HAVE_LSTAT 1
  4047. | #define HAVE_MEMALIGN 1
  4048. | #define HAVE_MMAP 1
  4049. | #define HAVE_OPENAT 1
  4050. | #define HAVE_PREAD 1
  4051. | #define HAVE_POSIX_FADVISE 1
  4052. | #define HAVE_POSIX_MADVISE 1
  4053. | #define HAVE_SETLOCALE 1
  4054. | #define HAVE_STRPTIME 1
  4055. | #define HAVE_USELOCALE 1
  4056. | #define HAVE_ATOF 1
  4057. | #define HAVE_ATOLL 1
  4058. | #define HAVE_DIRFD 1
  4059. | #define HAVE_FDOPENDIR 1
  4060. | #define HAVE_FLOCKFILE 1
  4061. | #define HAVE_FSYNC 1
  4062. | #define HAVE_GETDELIM 1
  4063. | #define HAVE_GETPID 1
  4064. | #define HAVE_GMTIME_R 1
  4065. | #define HAVE_INET_PTON 1
  4066. | #define HAVE_LLDIV 1
  4067. | #define HAVE_LOCALTIME_R 1
  4068. | #define HAVE_NRAND48 1
  4069. | #define HAVE_REWIND 1
  4070. | #define HAVE_SETENV 1
  4071. | #define HAVE_STRCASECMP 1
  4072. | #define HAVE_STRCASESTR 1
  4073. | #define HAVE_STRDUP 1
  4074. | #define HAVE_STRNCASECMP 1
  4075. | #define HAVE_STRNDUP 1
  4076. | #define HAVE_STRNLEN 1
  4077. | #define HAVE_STRSEP 1
  4078. | #define HAVE_STRTOF 1
  4079. | #define HAVE_STRTOK_R 1
  4080. | #define HAVE_STRTOLL 1
  4081. | #define HAVE_SWAB 1
  4082. | #define HAVE_TDESTROY 1
  4083. | #define HAVE_FDATASYNC 1
  4084. | #define HAVE_ASPRINTF 1
  4085. | #define HAVE_VASPRINTF 1
  4086. | #define HAVE_STRCOLL 1
  4087. | #define HAVE_ACCEPT4 1
  4088. | #define HAVE_PIPE2 1
  4089. | #define HAVE_EVENTFD 1
  4090. | #define HAVE_VMSPLICE 1
  4091. | #define HAVE_SCHED_GETAFFINITY 1
  4092. | #define HAVE_POLL 1
  4093. | #define HAVE_STRUCT_POLLFD 1
  4094. | #define HAVE_LRINTF 1
  4095. | #define HAVE_DYNAMIC_PLUGINS 1
  4096. | #define STRNCASECMP_IN_STRINGS_H 1
  4097. | #define HAVE_SEARCH_H 1
  4098. | #define HAVE_GETOPT_H 1
  4099. | #define HAVE_STRINGS_H 1
  4100. | #define HAVE_LOCALE_H 1
  4101. | #define HAVE_XLOCALE_H 1
  4102. | #define HAVE_FCNTL_H 1
  4103. | #define HAVE_SYS_TIME_H 1
  4104. | #define HAVE_SYS_IOCTL_H 1
  4105. | #define HAVE_SYS_STAT_H 1
  4106. | #define HAVE_ARPA_INET_H 1
  4107. | #define HAVE_SYS_EVENTFD_H 1
  4108. | #define HAVE_NET_IF_H 1
  4109. | #define HAVE_SYS_MOUNT_H 1
  4110. | #define HAVE_SYS_SHM_H 1
  4111. | #define HAVE_LINUX_VERSION_H 1
  4112. | #define HAVE_LINUX_DCCP_H 1
  4113. | #define HAVE_SCSI_SCSI_H 1
  4114. | #define HAVE_LINUX_MAGIC_H 1
  4115. | #define HAVE_SYSLOG_H 1
  4116. | #define HAVE_MNTENT_H 1
  4117. | #define HAVE_PTHREAD_H 1
  4118. | #define HAVE_ZLIB_H 1
  4119. | #define ASSUME_UTF8 1
  4120. | #define HAVE_DBUS 1
  4121. | #define NDEBUG 1
  4122. | #define ATTRIBUTE_ALIGNED_MAX 64
  4123. | #define HAVE_ATTRIBUTE_PACKED 1
  4124. | #define HAVE_EXECINFO_H 1
  4125. | #define HAVE_BACKTRACE 1
  4126. | #define HAVE_MMX_INTRINSICS 1
  4127. | #define CAN_COMPILE_MMX 1
  4128. | #define CAN_COMPILE_MMXEXT 1
  4129. | #define HAVE_SSE2_INTRINSICS 1
  4130. | #define CAN_COMPILE_SSE 1
  4131. | #define CAN_COMPILE_SSE2 1
  4132. | #define CAN_COMPILE_SSE3 1
  4133. | #define CAN_COMPILE_SSSE3 1
  4134. | #define CAN_COMPILE_SSE4_1 1
  4135. | #define CAN_COMPILE_SSE4_2 1
  4136. | #define CAN_COMPILE_SSE4A 1
  4137. | #define CAN_COMPILE_3DNOW 1
  4138. | #define ENABLE_SOUT 1
  4139. | #define ENABLE_HTTPD 1
  4140. | #define ENABLE_VLM 1
  4141. | /* end confdefs.h. */
  4142. |
  4143. | #include <liveMedia_version.hh>
  4144. | #if !defined (LIVEMEDIA_LIBRARY_VERSION_INT) || (LIVEMEDIA_LIBRARY_VERSION_INT < 1324598400)
  4145. | # error BOOM
  4146. | #endif
  4147. | int
  4148. | main ()
  4149. | {
  4150. |
  4151. | ;
  4152. | return 0;
  4153. | }
  4154. |
  4155. configure:27798: result: no
  4156. configure:27804: WARNING: liveMedia is missing or its installed version is too old:
  4157. Version 2011.12.23 or later is required to proceed.
  4158. You can get an updated one from http://www.live555.com/liveMedia .
  4159. configure:28072: checking for DC1394
  4160. configure:28079: $PKG_CONFIG --exists --print-errors "libraw1394 >= 2.0.1 libdc1394-2 >= 2.1.0"
  4161. Package libdc1394-2 was not found in the pkg-config search path.
  4162. Perhaps you should add the directory containing `libdc1394-2.pc'
  4163. to the PKG_CONFIG_PATH environment variable
  4164. No package 'libdc1394-2' found
  4165. configure:28082: $? = 1
  4166. configure:28096: $PKG_CONFIG --exists --print-errors "libraw1394 >= 2.0.1 libdc1394-2 >= 2.1.0"
  4167. Package libdc1394-2 was not found in the pkg-config search path.
  4168. Perhaps you should add the directory containing `libdc1394-2.pc'
  4169. to the PKG_CONFIG_PATH environment variable
  4170. No package 'libdc1394-2' found
  4171. configure:28099: $? = 1
  4172. configure:28113: result: no
  4173. No package 'libdc1394-2' found
  4174. configure:28133: WARNING: Library libraw1394 >= 2.0.1 libdc1394-2 >= 2.1.0 needed for dc1394 was not found
  4175. configure:28316: checking for DV
  4176. configure:28323: $PKG_CONFIG --exists --print-errors "libraw1394 >= 2.0.1 libavc1394 >= 0.5.3"
  4177. configure:28326: $? = 0
  4178. configure:28340: $PKG_CONFIG --exists --print-errors "libraw1394 >= 2.0.1 libavc1394 >= 0.5.3"
  4179. configure:28343: $? = 0
  4180. configure:28395: result: yes
  4181. configure:28447: checking for LINSYS_SDI
  4182. configure:28454: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.28"
  4183. Package zvbi-0.2 was not found in the pkg-config search path.
  4184. Perhaps you should add the directory containing `zvbi-0.2.pc'
  4185. to the PKG_CONFIG_PATH environment variable
  4186. No package 'zvbi-0.2' found
  4187. configure:28457: $? = 1
  4188. configure:28471: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.28"
  4189. Package zvbi-0.2 was not found in the pkg-config search path.
  4190. Perhaps you should add the directory containing `zvbi-0.2.pc'
  4191. to the PKG_CONFIG_PATH environment variable
  4192. No package 'zvbi-0.2' found
  4193. configure:28474: $? = 1
  4194. configure:28488: result: no
  4195. No package 'zvbi-0.2' found
  4196. configure:28504: WARNING: No package 'zvbi-0.2' found.
  4197. configure:28667: checking for DVDREAD
  4198. configure:28674: $PKG_CONFIG --exists --print-errors "dvdread"
  4199. configure:28677: $? = 0
  4200. configure:28691: $PKG_CONFIG --exists --print-errors "dvdread"
  4201. configure:28694: $? = 0
  4202. configure:28746: result: yes
  4203. configure:28793: checking for DVDNAV
  4204. configure:28800: $PKG_CONFIG --exists --print-errors "dvdnav"
  4205. configure:28803: $? = 0
  4206. configure:28817: $PKG_CONFIG --exists --print-errors "dvdnav"
  4207. configure:28820: $? = 0
  4208. configure:28860: result: yes
  4209. configure:28881: checking for dvdnav_get_video_resolution in -ldvdnav
  4210. configure:28906: gcc -std=gnu99 -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c -ldvdnav -ldvdnav -lpthread >&5
  4211. configure:28906: $? = 0
  4212. configure:28915: result: yes
  4213. configure:28923: checking for dvdnav_describe_title_chapters in -ldvdnav
  4214. configure:28948: gcc -std=gnu99 -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c -ldvdnav -ldvdnav -lpthread >&5
  4215. configure:28948: $? = 0
  4216. configure:28957: result: yes
  4217. configure:29149: checking for BLURAY
  4218. configure:29156: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  4219. Package libbluray was not found in the pkg-config search path.
  4220. Perhaps you should add the directory containing `libbluray.pc'
  4221. to the PKG_CONFIG_PATH environment variable
  4222. No package 'libbluray' found
  4223. configure:29159: $? = 1
  4224. configure:29173: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  4225. Package libbluray was not found in the pkg-config search path.
  4226. Perhaps you should add the directory containing `libbluray.pc'
  4227. to the PKG_CONFIG_PATH environment variable
  4228. No package 'libbluray' found
  4229. configure:29176: $? = 1
  4230. configure:29190: result: no
  4231. No package 'libbluray' found
  4232. configure:29210: WARNING: Library libbluray >= 0.2.1 needed for bluray was not found
  4233. configure:29538: checking libsmbclient.h usability
  4234. configure:29538: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  4235. conftest.c:180:26: fatal error: libsmbclient.h: No such file or directory
  4236. compilation terminated.
  4237. configure:29538: $? = 1
  4238. configure: failed program was:
  4239. | /* confdefs.h */
  4240. | #define PACKAGE_NAME "vlc"
  4241. | #define PACKAGE_TARNAME "vlc"
  4242. | #define PACKAGE_VERSION "2.0.3"
  4243. | #define PACKAGE_STRING "vlc 2.0.3"
  4244. | #define PACKAGE_BUGREPORT ""
  4245. | #define PACKAGE_URL ""
  4246. | #define PACKAGE "vlc"
  4247. | #define VERSION "2.0.3"
  4248. | #define STDC_HEADERS 1
  4249. | #define HAVE_SYS_TYPES_H 1
  4250. | #define HAVE_SYS_STAT_H 1
  4251. | #define HAVE_STDLIB_H 1
  4252. | #define HAVE_STRING_H 1
  4253. | #define HAVE_MEMORY_H 1
  4254. | #define HAVE_STRINGS_H 1
  4255. | #define HAVE_INTTYPES_H 1
  4256. | #define HAVE_STDINT_H 1
  4257. | #define HAVE_UNISTD_H 1
  4258. | #define __EXTENSIONS__ 1
  4259. | #define _ALL_SOURCE 1
  4260. | #define _GNU_SOURCE 1
  4261. | #define _POSIX_PTHREAD_SEMANTICS 1
  4262. | #define _TANDEM_SOURCE 1
  4263. | #define _FORTIFY_SOURCE 2
  4264. | #define _FILE_OFFSET_BITS 64
  4265. | #define _REENTRANT /**/
  4266. | #define _THREAD_SAFE /**/
  4267. | #define __LIBVLC__ /**/
  4268. | #define restrict __restrict
  4269. | #define HAVE_DLFCN_H 1
  4270. | #define LT_OBJDIR ".libs/"
  4271. | #define ENABLE_NLS 1
  4272. | #define HAVE_GETTEXT 1
  4273. | #define HAVE_DCGETTEXT 1
  4274. | #define HAVE_ICONV 1
  4275. | #define ICONV_CONST
  4276. | #define LIBEXT ".so"
  4277. | #define HAVE_DECL_NANOSLEEP 1
  4278. | #define HAVE_DAEMON 1
  4279. | #define HAVE_FCNTL 1
  4280. | #define HAVE_FSTATVFS 1
  4281. | #define HAVE_FORK 1
  4282. | #define HAVE_GETENV 1
  4283. | #define HAVE_GETPWUID_R 1
  4284. | #define HAVE_IF_NAMEINDEX 1
  4285. | #define HAVE_IF_NAMETOINDEX 1
  4286. | #define HAVE_ISATTY 1
  4287. | #define HAVE_LSTAT 1
  4288. | #define HAVE_MEMALIGN 1
  4289. | #define HAVE_MMAP 1
  4290. | #define HAVE_OPENAT 1
  4291. | #define HAVE_PREAD 1
  4292. | #define HAVE_POSIX_FADVISE 1
  4293. | #define HAVE_POSIX_MADVISE 1
  4294. | #define HAVE_SETLOCALE 1
  4295. | #define HAVE_STRPTIME 1
  4296. | #define HAVE_USELOCALE 1
  4297. | #define HAVE_ATOF 1
  4298. | #define HAVE_ATOLL 1
  4299. | #define HAVE_DIRFD 1
  4300. | #define HAVE_FDOPENDIR 1
  4301. | #define HAVE_FLOCKFILE 1
  4302. | #define HAVE_FSYNC 1
  4303. | #define HAVE_GETDELIM 1
  4304. | #define HAVE_GETPID 1
  4305. | #define HAVE_GMTIME_R 1
  4306. | #define HAVE_INET_PTON 1
  4307. | #define HAVE_LLDIV 1
  4308. | #define HAVE_LOCALTIME_R 1
  4309. | #define HAVE_NRAND48 1
  4310. | #define HAVE_REWIND 1
  4311. | #define HAVE_SETENV 1
  4312. | #define HAVE_STRCASECMP 1
  4313. | #define HAVE_STRCASESTR 1
  4314. | #define HAVE_STRDUP 1
  4315. | #define HAVE_STRNCASECMP 1
  4316. | #define HAVE_STRNDUP 1
  4317. | #define HAVE_STRNLEN 1
  4318. | #define HAVE_STRSEP 1
  4319. | #define HAVE_STRTOF 1
  4320. | #define HAVE_STRTOK_R 1
  4321. | #define HAVE_STRTOLL 1
  4322. | #define HAVE_SWAB 1
  4323. | #define HAVE_TDESTROY 1
  4324. | #define HAVE_FDATASYNC 1
  4325. | #define HAVE_ASPRINTF 1
  4326. | #define HAVE_VASPRINTF 1
  4327. | #define HAVE_STRCOLL 1
  4328. | #define HAVE_ACCEPT4 1
  4329. | #define HAVE_PIPE2 1
  4330. | #define HAVE_EVENTFD 1
  4331. | #define HAVE_VMSPLICE 1
  4332. | #define HAVE_SCHED_GETAFFINITY 1
  4333. | #define HAVE_POLL 1
  4334. | #define HAVE_STRUCT_POLLFD 1
  4335. | #define HAVE_LRINTF 1
  4336. | #define HAVE_DYNAMIC_PLUGINS 1
  4337. | #define STRNCASECMP_IN_STRINGS_H 1
  4338. | #define HAVE_SEARCH_H 1
  4339. | #define HAVE_GETOPT_H 1
  4340. | #define HAVE_STRINGS_H 1
  4341. | #define HAVE_LOCALE_H 1
  4342. | #define HAVE_XLOCALE_H 1
  4343. | #define HAVE_FCNTL_H 1
  4344. | #define HAVE_SYS_TIME_H 1
  4345. | #define HAVE_SYS_IOCTL_H 1
  4346. | #define HAVE_SYS_STAT_H 1
  4347. | #define HAVE_ARPA_INET_H 1
  4348. | #define HAVE_SYS_EVENTFD_H 1
  4349. | #define HAVE_NET_IF_H 1
  4350. | #define HAVE_SYS_MOUNT_H 1
  4351. | #define HAVE_SYS_SHM_H 1
  4352. | #define HAVE_LINUX_VERSION_H 1
  4353. | #define HAVE_LINUX_DCCP_H 1
  4354. | #define HAVE_SCSI_SCSI_H 1
  4355. | #define HAVE_LINUX_MAGIC_H 1
  4356. | #define HAVE_SYSLOG_H 1
  4357. | #define HAVE_MNTENT_H 1
  4358. | #define HAVE_PTHREAD_H 1
  4359. | #define HAVE_ZLIB_H 1
  4360. | #define ASSUME_UTF8 1
  4361. | #define HAVE_DBUS 1
  4362. | #define NDEBUG 1
  4363. | #define ATTRIBUTE_ALIGNED_MAX 64
  4364. | #define HAVE_ATTRIBUTE_PACKED 1
  4365. | #define HAVE_EXECINFO_H 1
  4366. | #define HAVE_BACKTRACE 1
  4367. | #define HAVE_MMX_INTRINSICS 1
  4368. | #define CAN_COMPILE_MMX 1
  4369. | #define CAN_COMPILE_MMXEXT 1
  4370. | #define HAVE_SSE2_INTRINSICS 1
  4371. | #define CAN_COMPILE_SSE 1
  4372. | #define CAN_COMPILE_SSE2 1
  4373. | #define CAN_COMPILE_SSE3 1
  4374. | #define CAN_COMPILE_SSSE3 1
  4375. | #define CAN_COMPILE_SSE4_1 1
  4376. | #define CAN_COMPILE_SSE4_2 1
  4377. | #define CAN_COMPILE_SSE4A 1
  4378. | #define CAN_COMPILE_3DNOW 1
  4379. | #define ENABLE_SOUT 1
  4380. | #define ENABLE_HTTPD 1
  4381. | #define ENABLE_VLM 1
  4382. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  4383. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  4384. | /* end confdefs.h. */
  4385. | #include <stdio.h>
  4386. | #ifdef HAVE_SYS_TYPES_H
  4387. | # include <sys/types.h>
  4388. | #endif
  4389. | #ifdef HAVE_SYS_STAT_H
  4390. | # include <sys/stat.h>
  4391. | #endif
  4392. | #ifdef STDC_HEADERS
  4393. | # include <stdlib.h>
  4394. | # include <stddef.h>
  4395. | #else
  4396. | # ifdef HAVE_STDLIB_H
  4397. | # include <stdlib.h>
  4398. | # endif
  4399. | #endif
  4400. | #ifdef HAVE_STRING_H
  4401. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4402. | # include <memory.h>
  4403. | # endif
  4404. | # include <string.h>
  4405. | #endif
  4406. | #ifdef HAVE_STRINGS_H
  4407. | # include <strings.h>
  4408. | #endif
  4409. | #ifdef HAVE_INTTYPES_H
  4410. | # include <inttypes.h>
  4411. | #endif
  4412. | #ifdef HAVE_STDINT_H
  4413. | # include <stdint.h>
  4414. | #endif
  4415. | #ifdef HAVE_UNISTD_H
  4416. | # include <unistd.h>
  4417. | #endif
  4418. | #include <libsmbclient.h>
  4419. configure:29538: result: no
  4420. configure:29538: checking libsmbclient.h presence
  4421. configure:29538: gcc -std=gnu99 -E conftest.c
  4422. conftest.c:147:26: fatal error: libsmbclient.h: No such file or directory
  4423. compilation terminated.
  4424. configure:29538: $? = 1
  4425. configure: failed program was:
  4426. | /* confdefs.h */
  4427. | #define PACKAGE_NAME "vlc"
  4428. | #define PACKAGE_TARNAME "vlc"
  4429. | #define PACKAGE_VERSION "2.0.3"
  4430. | #define PACKAGE_STRING "vlc 2.0.3"
  4431. | #define PACKAGE_BUGREPORT ""
  4432. | #define PACKAGE_URL ""
  4433. | #define PACKAGE "vlc"
  4434. | #define VERSION "2.0.3"
  4435. | #define STDC_HEADERS 1
  4436. | #define HAVE_SYS_TYPES_H 1
  4437. | #define HAVE_SYS_STAT_H 1
  4438. | #define HAVE_STDLIB_H 1
  4439. | #define HAVE_STRING_H 1
  4440. | #define HAVE_MEMORY_H 1
  4441. | #define HAVE_STRINGS_H 1
  4442. | #define HAVE_INTTYPES_H 1
  4443. | #define HAVE_STDINT_H 1
  4444. | #define HAVE_UNISTD_H 1
  4445. | #define __EXTENSIONS__ 1
  4446. | #define _ALL_SOURCE 1
  4447. | #define _GNU_SOURCE 1
  4448. | #define _POSIX_PTHREAD_SEMANTICS 1
  4449. | #define _TANDEM_SOURCE 1
  4450. | #define _FORTIFY_SOURCE 2
  4451. | #define _FILE_OFFSET_BITS 64
  4452. | #define _REENTRANT /**/
  4453. | #define _THREAD_SAFE /**/
  4454. | #define __LIBVLC__ /**/
  4455. | #define restrict __restrict
  4456. | #define HAVE_DLFCN_H 1
  4457. | #define LT_OBJDIR ".libs/"
  4458. | #define ENABLE_NLS 1
  4459. | #define HAVE_GETTEXT 1
  4460. | #define HAVE_DCGETTEXT 1
  4461. | #define HAVE_ICONV 1
  4462. | #define ICONV_CONST
  4463. | #define LIBEXT ".so"
  4464. | #define HAVE_DECL_NANOSLEEP 1
  4465. | #define HAVE_DAEMON 1
  4466. | #define HAVE_FCNTL 1
  4467. | #define HAVE_FSTATVFS 1
  4468. | #define HAVE_FORK 1
  4469. | #define HAVE_GETENV 1
  4470. | #define HAVE_GETPWUID_R 1
  4471. | #define HAVE_IF_NAMEINDEX 1
  4472. | #define HAVE_IF_NAMETOINDEX 1
  4473. | #define HAVE_ISATTY 1
  4474. | #define HAVE_LSTAT 1
  4475. | #define HAVE_MEMALIGN 1
  4476. | #define HAVE_MMAP 1
  4477. | #define HAVE_OPENAT 1
  4478. | #define HAVE_PREAD 1
  4479. | #define HAVE_POSIX_FADVISE 1
  4480. | #define HAVE_POSIX_MADVISE 1
  4481. | #define HAVE_SETLOCALE 1
  4482. | #define HAVE_STRPTIME 1
  4483. | #define HAVE_USELOCALE 1
  4484. | #define HAVE_ATOF 1
  4485. | #define HAVE_ATOLL 1
  4486. | #define HAVE_DIRFD 1
  4487. | #define HAVE_FDOPENDIR 1
  4488. | #define HAVE_FLOCKFILE 1
  4489. | #define HAVE_FSYNC 1
  4490. | #define HAVE_GETDELIM 1
  4491. | #define HAVE_GETPID 1
  4492. | #define HAVE_GMTIME_R 1
  4493. | #define HAVE_INET_PTON 1
  4494. | #define HAVE_LLDIV 1
  4495. | #define HAVE_LOCALTIME_R 1
  4496. | #define HAVE_NRAND48 1
  4497. | #define HAVE_REWIND 1
  4498. | #define HAVE_SETENV 1
  4499. | #define HAVE_STRCASECMP 1
  4500. | #define HAVE_STRCASESTR 1
  4501. | #define HAVE_STRDUP 1
  4502. | #define HAVE_STRNCASECMP 1
  4503. | #define HAVE_STRNDUP 1
  4504. | #define HAVE_STRNLEN 1
  4505. | #define HAVE_STRSEP 1
  4506. | #define HAVE_STRTOF 1
  4507. | #define HAVE_STRTOK_R 1
  4508. | #define HAVE_STRTOLL 1
  4509. | #define HAVE_SWAB 1
  4510. | #define HAVE_TDESTROY 1
  4511. | #define HAVE_FDATASYNC 1
  4512. | #define HAVE_ASPRINTF 1
  4513. | #define HAVE_VASPRINTF 1
  4514. | #define HAVE_STRCOLL 1
  4515. | #define HAVE_ACCEPT4 1
  4516. | #define HAVE_PIPE2 1
  4517. | #define HAVE_EVENTFD 1
  4518. | #define HAVE_VMSPLICE 1
  4519. | #define HAVE_SCHED_GETAFFINITY 1
  4520. | #define HAVE_POLL 1
  4521. | #define HAVE_STRUCT_POLLFD 1
  4522. | #define HAVE_LRINTF 1
  4523. | #define HAVE_DYNAMIC_PLUGINS 1
  4524. | #define STRNCASECMP_IN_STRINGS_H 1
  4525. | #define HAVE_SEARCH_H 1
  4526. | #define HAVE_GETOPT_H 1
  4527. | #define HAVE_STRINGS_H 1
  4528. | #define HAVE_LOCALE_H 1
  4529. | #define HAVE_XLOCALE_H 1
  4530. | #define HAVE_FCNTL_H 1
  4531. | #define HAVE_SYS_TIME_H 1
  4532. | #define HAVE_SYS_IOCTL_H 1
  4533. | #define HAVE_SYS_STAT_H 1
  4534. | #define HAVE_ARPA_INET_H 1
  4535. | #define HAVE_SYS_EVENTFD_H 1
  4536. | #define HAVE_NET_IF_H 1
  4537. | #define HAVE_SYS_MOUNT_H 1
  4538. | #define HAVE_SYS_SHM_H 1
  4539. | #define HAVE_LINUX_VERSION_H 1
  4540. | #define HAVE_LINUX_DCCP_H 1
  4541. | #define HAVE_SCSI_SCSI_H 1
  4542. | #define HAVE_LINUX_MAGIC_H 1
  4543. | #define HAVE_SYSLOG_H 1
  4544. | #define HAVE_MNTENT_H 1
  4545. | #define HAVE_PTHREAD_H 1
  4546. | #define HAVE_ZLIB_H 1
  4547. | #define ASSUME_UTF8 1
  4548. | #define HAVE_DBUS 1
  4549. | #define NDEBUG 1
  4550. | #define ATTRIBUTE_ALIGNED_MAX 64
  4551. | #define HAVE_ATTRIBUTE_PACKED 1
  4552. | #define HAVE_EXECINFO_H 1
  4553. | #define HAVE_BACKTRACE 1
  4554. | #define HAVE_MMX_INTRINSICS 1
  4555. | #define CAN_COMPILE_MMX 1
  4556. | #define CAN_COMPILE_MMXEXT 1
  4557. | #define HAVE_SSE2_INTRINSICS 1
  4558. | #define CAN_COMPILE_SSE 1
  4559. | #define CAN_COMPILE_SSE2 1
  4560. | #define CAN_COMPILE_SSE3 1
  4561. | #define CAN_COMPILE_SSSE3 1
  4562. | #define CAN_COMPILE_SSE4_1 1
  4563. | #define CAN_COMPILE_SSE4_2 1
  4564. | #define CAN_COMPILE_SSE4A 1
  4565. | #define CAN_COMPILE_3DNOW 1
  4566. | #define ENABLE_SOUT 1
  4567. | #define ENABLE_HTTPD 1
  4568. | #define ENABLE_VLM 1
  4569. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  4570. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  4571. | /* end confdefs.h. */
  4572. | #include <libsmbclient.h>
  4573. configure:29538: result: no
  4574. configure:29538: checking for libsmbclient.h
  4575. configure:29538: result: no
  4576. configure:29615: checking linux/videodev2.h usability
  4577. configure:29615: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  4578. configure:29615: $? = 0
  4579. configure:29615: result: yes
  4580. configure:29615: checking linux/videodev2.h presence
  4581. configure:29615: gcc -std=gnu99 -E conftest.c
  4582. In file included from /usr/include/sys/time.h:23:0,
  4583. from /usr/include/linux/videodev2.h:59,
  4584. from conftest.c:147:
  4585. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  4586. configure:29615: $? = 0
  4587. configure:29615: result: yes
  4588. configure:29615: checking for linux/videodev2.h
  4589. configure:29615: result: yes
  4590. configure:29615: checking sys/videoio.h usability
  4591. configure:29615: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  4592. conftest.c:181:25: fatal error: sys/videoio.h: No such file or directory
  4593. compilation terminated.
  4594. configure:29615: $? = 1
  4595. configure: failed program was:
  4596. | /* confdefs.h */
  4597. | #define PACKAGE_NAME "vlc"
  4598. | #define PACKAGE_TARNAME "vlc"
  4599. | #define PACKAGE_VERSION "2.0.3"
  4600. | #define PACKAGE_STRING "vlc 2.0.3"
  4601. | #define PACKAGE_BUGREPORT ""
  4602. | #define PACKAGE_URL ""
  4603. | #define PACKAGE "vlc"
  4604. | #define VERSION "2.0.3"
  4605. | #define STDC_HEADERS 1
  4606. | #define HAVE_SYS_TYPES_H 1
  4607. | #define HAVE_SYS_STAT_H 1
  4608. | #define HAVE_STDLIB_H 1
  4609. | #define HAVE_STRING_H 1
  4610. | #define HAVE_MEMORY_H 1
  4611. | #define HAVE_STRINGS_H 1
  4612. | #define HAVE_INTTYPES_H 1
  4613. | #define HAVE_STDINT_H 1
  4614. | #define HAVE_UNISTD_H 1
  4615. | #define __EXTENSIONS__ 1
  4616. | #define _ALL_SOURCE 1
  4617. | #define _GNU_SOURCE 1
  4618. | #define _POSIX_PTHREAD_SEMANTICS 1
  4619. | #define _TANDEM_SOURCE 1
  4620. | #define _FORTIFY_SOURCE 2
  4621. | #define _FILE_OFFSET_BITS 64
  4622. | #define _REENTRANT /**/
  4623. | #define _THREAD_SAFE /**/
  4624. | #define __LIBVLC__ /**/
  4625. | #define restrict __restrict
  4626. | #define HAVE_DLFCN_H 1
  4627. | #define LT_OBJDIR ".libs/"
  4628. | #define ENABLE_NLS 1
  4629. | #define HAVE_GETTEXT 1
  4630. | #define HAVE_DCGETTEXT 1
  4631. | #define HAVE_ICONV 1
  4632. | #define ICONV_CONST
  4633. | #define LIBEXT ".so"
  4634. | #define HAVE_DECL_NANOSLEEP 1
  4635. | #define HAVE_DAEMON 1
  4636. | #define HAVE_FCNTL 1
  4637. | #define HAVE_FSTATVFS 1
  4638. | #define HAVE_FORK 1
  4639. | #define HAVE_GETENV 1
  4640. | #define HAVE_GETPWUID_R 1
  4641. | #define HAVE_IF_NAMEINDEX 1
  4642. | #define HAVE_IF_NAMETOINDEX 1
  4643. | #define HAVE_ISATTY 1
  4644. | #define HAVE_LSTAT 1
  4645. | #define HAVE_MEMALIGN 1
  4646. | #define HAVE_MMAP 1
  4647. | #define HAVE_OPENAT 1
  4648. | #define HAVE_PREAD 1
  4649. | #define HAVE_POSIX_FADVISE 1
  4650. | #define HAVE_POSIX_MADVISE 1
  4651. | #define HAVE_SETLOCALE 1
  4652. | #define HAVE_STRPTIME 1
  4653. | #define HAVE_USELOCALE 1
  4654. | #define HAVE_ATOF 1
  4655. | #define HAVE_ATOLL 1
  4656. | #define HAVE_DIRFD 1
  4657. | #define HAVE_FDOPENDIR 1
  4658. | #define HAVE_FLOCKFILE 1
  4659. | #define HAVE_FSYNC 1
  4660. | #define HAVE_GETDELIM 1
  4661. | #define HAVE_GETPID 1
  4662. | #define HAVE_GMTIME_R 1
  4663. | #define HAVE_INET_PTON 1
  4664. | #define HAVE_LLDIV 1
  4665. | #define HAVE_LOCALTIME_R 1
  4666. | #define HAVE_NRAND48 1
  4667. | #define HAVE_REWIND 1
  4668. | #define HAVE_SETENV 1
  4669. | #define HAVE_STRCASECMP 1
  4670. | #define HAVE_STRCASESTR 1
  4671. | #define HAVE_STRDUP 1
  4672. | #define HAVE_STRNCASECMP 1
  4673. | #define HAVE_STRNDUP 1
  4674. | #define HAVE_STRNLEN 1
  4675. | #define HAVE_STRSEP 1
  4676. | #define HAVE_STRTOF 1
  4677. | #define HAVE_STRTOK_R 1
  4678. | #define HAVE_STRTOLL 1
  4679. | #define HAVE_SWAB 1
  4680. | #define HAVE_TDESTROY 1
  4681. | #define HAVE_FDATASYNC 1
  4682. | #define HAVE_ASPRINTF 1
  4683. | #define HAVE_VASPRINTF 1
  4684. | #define HAVE_STRCOLL 1
  4685. | #define HAVE_ACCEPT4 1
  4686. | #define HAVE_PIPE2 1
  4687. | #define HAVE_EVENTFD 1
  4688. | #define HAVE_VMSPLICE 1
  4689. | #define HAVE_SCHED_GETAFFINITY 1
  4690. | #define HAVE_POLL 1
  4691. | #define HAVE_STRUCT_POLLFD 1
  4692. | #define HAVE_LRINTF 1
  4693. | #define HAVE_DYNAMIC_PLUGINS 1
  4694. | #define STRNCASECMP_IN_STRINGS_H 1
  4695. | #define HAVE_SEARCH_H 1
  4696. | #define HAVE_GETOPT_H 1
  4697. | #define HAVE_STRINGS_H 1
  4698. | #define HAVE_LOCALE_H 1
  4699. | #define HAVE_XLOCALE_H 1
  4700. | #define HAVE_FCNTL_H 1
  4701. | #define HAVE_SYS_TIME_H 1
  4702. | #define HAVE_SYS_IOCTL_H 1
  4703. | #define HAVE_SYS_STAT_H 1
  4704. | #define HAVE_ARPA_INET_H 1
  4705. | #define HAVE_SYS_EVENTFD_H 1
  4706. | #define HAVE_NET_IF_H 1
  4707. | #define HAVE_SYS_MOUNT_H 1
  4708. | #define HAVE_SYS_SHM_H 1
  4709. | #define HAVE_LINUX_VERSION_H 1
  4710. | #define HAVE_LINUX_DCCP_H 1
  4711. | #define HAVE_SCSI_SCSI_H 1
  4712. | #define HAVE_LINUX_MAGIC_H 1
  4713. | #define HAVE_SYSLOG_H 1
  4714. | #define HAVE_MNTENT_H 1
  4715. | #define HAVE_PTHREAD_H 1
  4716. | #define HAVE_ZLIB_H 1
  4717. | #define ASSUME_UTF8 1
  4718. | #define HAVE_DBUS 1
  4719. | #define NDEBUG 1
  4720. | #define ATTRIBUTE_ALIGNED_MAX 64
  4721. | #define HAVE_ATTRIBUTE_PACKED 1
  4722. | #define HAVE_EXECINFO_H 1
  4723. | #define HAVE_BACKTRACE 1
  4724. | #define HAVE_MMX_INTRINSICS 1
  4725. | #define CAN_COMPILE_MMX 1
  4726. | #define CAN_COMPILE_MMXEXT 1
  4727. | #define HAVE_SSE2_INTRINSICS 1
  4728. | #define CAN_COMPILE_SSE 1
  4729. | #define CAN_COMPILE_SSE2 1
  4730. | #define CAN_COMPILE_SSE3 1
  4731. | #define CAN_COMPILE_SSSE3 1
  4732. | #define CAN_COMPILE_SSE4_1 1
  4733. | #define CAN_COMPILE_SSE4_2 1
  4734. | #define CAN_COMPILE_SSE4A 1
  4735. | #define CAN_COMPILE_3DNOW 1
  4736. | #define ENABLE_SOUT 1
  4737. | #define ENABLE_HTTPD 1
  4738. | #define ENABLE_VLM 1
  4739. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  4740. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  4741. | #define HAVE_LINUX_VIDEODEV2_H 1
  4742. | /* end confdefs.h. */
  4743. | #include <stdio.h>
  4744. | #ifdef HAVE_SYS_TYPES_H
  4745. | # include <sys/types.h>
  4746. | #endif
  4747. | #ifdef HAVE_SYS_STAT_H
  4748. | # include <sys/stat.h>
  4749. | #endif
  4750. | #ifdef STDC_HEADERS
  4751. | # include <stdlib.h>
  4752. | # include <stddef.h>
  4753. | #else
  4754. | # ifdef HAVE_STDLIB_H
  4755. | # include <stdlib.h>
  4756. | # endif
  4757. | #endif
  4758. | #ifdef HAVE_STRING_H
  4759. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4760. | # include <memory.h>
  4761. | # endif
  4762. | # include <string.h>
  4763. | #endif
  4764. | #ifdef HAVE_STRINGS_H
  4765. | # include <strings.h>
  4766. | #endif
  4767. | #ifdef HAVE_INTTYPES_H
  4768. | # include <inttypes.h>
  4769. | #endif
  4770. | #ifdef HAVE_STDINT_H
  4771. | # include <stdint.h>
  4772. | #endif
  4773. | #ifdef HAVE_UNISTD_H
  4774. | # include <unistd.h>
  4775. | #endif
  4776. | #include <sys/videoio.h>
  4777. configure:29615: result: no
  4778. configure:29615: checking sys/videoio.h presence
  4779. configure:29615: gcc -std=gnu99 -E conftest.c
  4780. conftest.c:148:25: fatal error: sys/videoio.h: No such file or directory
  4781. compilation terminated.
  4782. configure:29615: $? = 1
  4783. configure: failed program was:
  4784. | /* confdefs.h */
  4785. | #define PACKAGE_NAME "vlc"
  4786. | #define PACKAGE_TARNAME "vlc"
  4787. | #define PACKAGE_VERSION "2.0.3"
  4788. | #define PACKAGE_STRING "vlc 2.0.3"
  4789. | #define PACKAGE_BUGREPORT ""
  4790. | #define PACKAGE_URL ""
  4791. | #define PACKAGE "vlc"
  4792. | #define VERSION "2.0.3"
  4793. | #define STDC_HEADERS 1
  4794. | #define HAVE_SYS_TYPES_H 1
  4795. | #define HAVE_SYS_STAT_H 1
  4796. | #define HAVE_STDLIB_H 1
  4797. | #define HAVE_STRING_H 1
  4798. | #define HAVE_MEMORY_H 1
  4799. | #define HAVE_STRINGS_H 1
  4800. | #define HAVE_INTTYPES_H 1
  4801. | #define HAVE_STDINT_H 1
  4802. | #define HAVE_UNISTD_H 1
  4803. | #define __EXTENSIONS__ 1
  4804. | #define _ALL_SOURCE 1
  4805. | #define _GNU_SOURCE 1
  4806. | #define _POSIX_PTHREAD_SEMANTICS 1
  4807. | #define _TANDEM_SOURCE 1
  4808. | #define _FORTIFY_SOURCE 2
  4809. | #define _FILE_OFFSET_BITS 64
  4810. | #define _REENTRANT /**/
  4811. | #define _THREAD_SAFE /**/
  4812. | #define __LIBVLC__ /**/
  4813. | #define restrict __restrict
  4814. | #define HAVE_DLFCN_H 1
  4815. | #define LT_OBJDIR ".libs/"
  4816. | #define ENABLE_NLS 1
  4817. | #define HAVE_GETTEXT 1
  4818. | #define HAVE_DCGETTEXT 1
  4819. | #define HAVE_ICONV 1
  4820. | #define ICONV_CONST
  4821. | #define LIBEXT ".so"
  4822. | #define HAVE_DECL_NANOSLEEP 1
  4823. | #define HAVE_DAEMON 1
  4824. | #define HAVE_FCNTL 1
  4825. | #define HAVE_FSTATVFS 1
  4826. | #define HAVE_FORK 1
  4827. | #define HAVE_GETENV 1
  4828. | #define HAVE_GETPWUID_R 1
  4829. | #define HAVE_IF_NAMEINDEX 1
  4830. | #define HAVE_IF_NAMETOINDEX 1
  4831. | #define HAVE_ISATTY 1
  4832. | #define HAVE_LSTAT 1
  4833. | #define HAVE_MEMALIGN 1
  4834. | #define HAVE_MMAP 1
  4835. | #define HAVE_OPENAT 1
  4836. | #define HAVE_PREAD 1
  4837. | #define HAVE_POSIX_FADVISE 1
  4838. | #define HAVE_POSIX_MADVISE 1
  4839. | #define HAVE_SETLOCALE 1
  4840. | #define HAVE_STRPTIME 1
  4841. | #define HAVE_USELOCALE 1
  4842. | #define HAVE_ATOF 1
  4843. | #define HAVE_ATOLL 1
  4844. | #define HAVE_DIRFD 1
  4845. | #define HAVE_FDOPENDIR 1
  4846. | #define HAVE_FLOCKFILE 1
  4847. | #define HAVE_FSYNC 1
  4848. | #define HAVE_GETDELIM 1
  4849. | #define HAVE_GETPID 1
  4850. | #define HAVE_GMTIME_R 1
  4851. | #define HAVE_INET_PTON 1
  4852. | #define HAVE_LLDIV 1
  4853. | #define HAVE_LOCALTIME_R 1
  4854. | #define HAVE_NRAND48 1
  4855. | #define HAVE_REWIND 1
  4856. | #define HAVE_SETENV 1
  4857. | #define HAVE_STRCASECMP 1
  4858. | #define HAVE_STRCASESTR 1
  4859. | #define HAVE_STRDUP 1
  4860. | #define HAVE_STRNCASECMP 1
  4861. | #define HAVE_STRNDUP 1
  4862. | #define HAVE_STRNLEN 1
  4863. | #define HAVE_STRSEP 1
  4864. | #define HAVE_STRTOF 1
  4865. | #define HAVE_STRTOK_R 1
  4866. | #define HAVE_STRTOLL 1
  4867. | #define HAVE_SWAB 1
  4868. | #define HAVE_TDESTROY 1
  4869. | #define HAVE_FDATASYNC 1
  4870. | #define HAVE_ASPRINTF 1
  4871. | #define HAVE_VASPRINTF 1
  4872. | #define HAVE_STRCOLL 1
  4873. | #define HAVE_ACCEPT4 1
  4874. | #define HAVE_PIPE2 1
  4875. | #define HAVE_EVENTFD 1
  4876. | #define HAVE_VMSPLICE 1
  4877. | #define HAVE_SCHED_GETAFFINITY 1
  4878. | #define HAVE_POLL 1
  4879. | #define HAVE_STRUCT_POLLFD 1
  4880. | #define HAVE_LRINTF 1
  4881. | #define HAVE_DYNAMIC_PLUGINS 1
  4882. | #define STRNCASECMP_IN_STRINGS_H 1
  4883. | #define HAVE_SEARCH_H 1
  4884. | #define HAVE_GETOPT_H 1
  4885. | #define HAVE_STRINGS_H 1
  4886. | #define HAVE_LOCALE_H 1
  4887. | #define HAVE_XLOCALE_H 1
  4888. | #define HAVE_FCNTL_H 1
  4889. | #define HAVE_SYS_TIME_H 1
  4890. | #define HAVE_SYS_IOCTL_H 1
  4891. | #define HAVE_SYS_STAT_H 1
  4892. | #define HAVE_ARPA_INET_H 1
  4893. | #define HAVE_SYS_EVENTFD_H 1
  4894. | #define HAVE_NET_IF_H 1
  4895. | #define HAVE_SYS_MOUNT_H 1
  4896. | #define HAVE_SYS_SHM_H 1
  4897. | #define HAVE_LINUX_VERSION_H 1
  4898. | #define HAVE_LINUX_DCCP_H 1
  4899. | #define HAVE_SCSI_SCSI_H 1
  4900. | #define HAVE_LINUX_MAGIC_H 1
  4901. | #define HAVE_SYSLOG_H 1
  4902. | #define HAVE_MNTENT_H 1
  4903. | #define HAVE_PTHREAD_H 1
  4904. | #define HAVE_ZLIB_H 1
  4905. | #define ASSUME_UTF8 1
  4906. | #define HAVE_DBUS 1
  4907. | #define NDEBUG 1
  4908. | #define ATTRIBUTE_ALIGNED_MAX 64
  4909. | #define HAVE_ATTRIBUTE_PACKED 1
  4910. | #define HAVE_EXECINFO_H 1
  4911. | #define HAVE_BACKTRACE 1
  4912. | #define HAVE_MMX_INTRINSICS 1
  4913. | #define CAN_COMPILE_MMX 1
  4914. | #define CAN_COMPILE_MMXEXT 1
  4915. | #define HAVE_SSE2_INTRINSICS 1
  4916. | #define CAN_COMPILE_SSE 1
  4917. | #define CAN_COMPILE_SSE2 1
  4918. | #define CAN_COMPILE_SSE3 1
  4919. | #define CAN_COMPILE_SSSE3 1
  4920. | #define CAN_COMPILE_SSE4_1 1
  4921. | #define CAN_COMPILE_SSE4_2 1
  4922. | #define CAN_COMPILE_SSE4A 1
  4923. | #define CAN_COMPILE_3DNOW 1
  4924. | #define ENABLE_SOUT 1
  4925. | #define ENABLE_HTTPD 1
  4926. | #define ENABLE_VLM 1
  4927. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  4928. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  4929. | #define HAVE_LINUX_VIDEODEV2_H 1
  4930. | /* end confdefs.h. */
  4931. | #include <sys/videoio.h>
  4932. configure:29615: result: no
  4933. configure:29615: checking for sys/videoio.h
  4934. configure:29615: result: no
  4935. configure:29633: checking for LIBV4L2
  4936. configure:29640: $PKG_CONFIG --exists --print-errors "libv4l2"
  4937. Package libv4l2 was not found in the pkg-config search path.
  4938. Perhaps you should add the directory containing `libv4l2.pc'
  4939. to the PKG_CONFIG_PATH environment variable
  4940. No package 'libv4l2' found
  4941. configure:29643: $? = 1
  4942. configure:29657: $PKG_CONFIG --exists --print-errors "libv4l2"
  4943. Package libv4l2 was not found in the pkg-config search path.
  4944. Perhaps you should add the directory containing `libv4l2.pc'
  4945. to the PKG_CONFIG_PATH environment variable
  4946. No package 'libv4l2' found
  4947. configure:29660: $? = 1
  4948. configure:29674: result: no
  4949. No package 'libv4l2' found
  4950. configure:29691: WARNING: No package 'libv4l2' found.
  4951. configure:29764: checking DeckLinkAPIDispatch.cpp usability
  4952. configure:29764: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp >&5
  4953. conftest.cpp:181:35: fatal error: DeckLinkAPIDispatch.cpp: No such file or directory
  4954. compilation terminated.
  4955. configure:29764: $? = 1
  4956. configure: failed program was:
  4957. | /* confdefs.h */
  4958. | #define PACKAGE_NAME "vlc"
  4959. | #define PACKAGE_TARNAME "vlc"
  4960. | #define PACKAGE_VERSION "2.0.3"
  4961. | #define PACKAGE_STRING "vlc 2.0.3"
  4962. | #define PACKAGE_BUGREPORT ""
  4963. | #define PACKAGE_URL ""
  4964. | #define PACKAGE "vlc"
  4965. | #define VERSION "2.0.3"
  4966. | #define STDC_HEADERS 1
  4967. | #define HAVE_SYS_TYPES_H 1
  4968. | #define HAVE_SYS_STAT_H 1
  4969. | #define HAVE_STDLIB_H 1
  4970. | #define HAVE_STRING_H 1
  4971. | #define HAVE_MEMORY_H 1
  4972. | #define HAVE_STRINGS_H 1
  4973. | #define HAVE_INTTYPES_H 1
  4974. | #define HAVE_STDINT_H 1
  4975. | #define HAVE_UNISTD_H 1
  4976. | #define __EXTENSIONS__ 1
  4977. | #define _ALL_SOURCE 1
  4978. | #define _GNU_SOURCE 1
  4979. | #define _POSIX_PTHREAD_SEMANTICS 1
  4980. | #define _TANDEM_SOURCE 1
  4981. | #define _FORTIFY_SOURCE 2
  4982. | #define _FILE_OFFSET_BITS 64
  4983. | #define _REENTRANT /**/
  4984. | #define _THREAD_SAFE /**/
  4985. | #define __LIBVLC__ /**/
  4986. | #define restrict __restrict
  4987. | #define HAVE_DLFCN_H 1
  4988. | #define LT_OBJDIR ".libs/"
  4989. | #define ENABLE_NLS 1
  4990. | #define HAVE_GETTEXT 1
  4991. | #define HAVE_DCGETTEXT 1
  4992. | #define HAVE_ICONV 1
  4993. | #define ICONV_CONST
  4994. | #define LIBEXT ".so"
  4995. | #define HAVE_DECL_NANOSLEEP 1
  4996. | #define HAVE_DAEMON 1
  4997. | #define HAVE_FCNTL 1
  4998. | #define HAVE_FSTATVFS 1
  4999. | #define HAVE_FORK 1
  5000. | #define HAVE_GETENV 1
  5001. | #define HAVE_GETPWUID_R 1
  5002. | #define HAVE_IF_NAMEINDEX 1
  5003. | #define HAVE_IF_NAMETOINDEX 1
  5004. | #define HAVE_ISATTY 1
  5005. | #define HAVE_LSTAT 1
  5006. | #define HAVE_MEMALIGN 1
  5007. | #define HAVE_MMAP 1
  5008. | #define HAVE_OPENAT 1
  5009. | #define HAVE_PREAD 1
  5010. | #define HAVE_POSIX_FADVISE 1
  5011. | #define HAVE_POSIX_MADVISE 1
  5012. | #define HAVE_SETLOCALE 1
  5013. | #define HAVE_STRPTIME 1
  5014. | #define HAVE_USELOCALE 1
  5015. | #define HAVE_ATOF 1
  5016. | #define HAVE_ATOLL 1
  5017. | #define HAVE_DIRFD 1
  5018. | #define HAVE_FDOPENDIR 1
  5019. | #define HAVE_FLOCKFILE 1
  5020. | #define HAVE_FSYNC 1
  5021. | #define HAVE_GETDELIM 1
  5022. | #define HAVE_GETPID 1
  5023. | #define HAVE_GMTIME_R 1
  5024. | #define HAVE_INET_PTON 1
  5025. | #define HAVE_LLDIV 1
  5026. | #define HAVE_LOCALTIME_R 1
  5027. | #define HAVE_NRAND48 1
  5028. | #define HAVE_REWIND 1
  5029. | #define HAVE_SETENV 1
  5030. | #define HAVE_STRCASECMP 1
  5031. | #define HAVE_STRCASESTR 1
  5032. | #define HAVE_STRDUP 1
  5033. | #define HAVE_STRNCASECMP 1
  5034. | #define HAVE_STRNDUP 1
  5035. | #define HAVE_STRNLEN 1
  5036. | #define HAVE_STRSEP 1
  5037. | #define HAVE_STRTOF 1
  5038. | #define HAVE_STRTOK_R 1
  5039. | #define HAVE_STRTOLL 1
  5040. | #define HAVE_SWAB 1
  5041. | #define HAVE_TDESTROY 1
  5042. | #define HAVE_FDATASYNC 1
  5043. | #define HAVE_ASPRINTF 1
  5044. | #define HAVE_VASPRINTF 1
  5045. | #define HAVE_STRCOLL 1
  5046. | #define HAVE_ACCEPT4 1
  5047. | #define HAVE_PIPE2 1
  5048. | #define HAVE_EVENTFD 1
  5049. | #define HAVE_VMSPLICE 1
  5050. | #define HAVE_SCHED_GETAFFINITY 1
  5051. | #define HAVE_POLL 1
  5052. | #define HAVE_STRUCT_POLLFD 1
  5053. | #define HAVE_LRINTF 1
  5054. | #define HAVE_DYNAMIC_PLUGINS 1
  5055. | #define STRNCASECMP_IN_STRINGS_H 1
  5056. | #define HAVE_SEARCH_H 1
  5057. | #define HAVE_GETOPT_H 1
  5058. | #define HAVE_STRINGS_H 1
  5059. | #define HAVE_LOCALE_H 1
  5060. | #define HAVE_XLOCALE_H 1
  5061. | #define HAVE_FCNTL_H 1
  5062. | #define HAVE_SYS_TIME_H 1
  5063. | #define HAVE_SYS_IOCTL_H 1
  5064. | #define HAVE_SYS_STAT_H 1
  5065. | #define HAVE_ARPA_INET_H 1
  5066. | #define HAVE_SYS_EVENTFD_H 1
  5067. | #define HAVE_NET_IF_H 1
  5068. | #define HAVE_SYS_MOUNT_H 1
  5069. | #define HAVE_SYS_SHM_H 1
  5070. | #define HAVE_LINUX_VERSION_H 1
  5071. | #define HAVE_LINUX_DCCP_H 1
  5072. | #define HAVE_SCSI_SCSI_H 1
  5073. | #define HAVE_LINUX_MAGIC_H 1
  5074. | #define HAVE_SYSLOG_H 1
  5075. | #define HAVE_MNTENT_H 1
  5076. | #define HAVE_PTHREAD_H 1
  5077. | #define HAVE_ZLIB_H 1
  5078. | #define ASSUME_UTF8 1
  5079. | #define HAVE_DBUS 1
  5080. | #define NDEBUG 1
  5081. | #define ATTRIBUTE_ALIGNED_MAX 64
  5082. | #define HAVE_ATTRIBUTE_PACKED 1
  5083. | #define HAVE_EXECINFO_H 1
  5084. | #define HAVE_BACKTRACE 1
  5085. | #define HAVE_MMX_INTRINSICS 1
  5086. | #define CAN_COMPILE_MMX 1
  5087. | #define CAN_COMPILE_MMXEXT 1
  5088. | #define HAVE_SSE2_INTRINSICS 1
  5089. | #define CAN_COMPILE_SSE 1
  5090. | #define CAN_COMPILE_SSE2 1
  5091. | #define CAN_COMPILE_SSE3 1
  5092. | #define CAN_COMPILE_SSSE3 1
  5093. | #define CAN_COMPILE_SSE4_1 1
  5094. | #define CAN_COMPILE_SSE4_2 1
  5095. | #define CAN_COMPILE_SSE4A 1
  5096. | #define CAN_COMPILE_3DNOW 1
  5097. | #define ENABLE_SOUT 1
  5098. | #define ENABLE_HTTPD 1
  5099. | #define ENABLE_VLM 1
  5100. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  5101. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  5102. | #define HAVE_LINUX_VIDEODEV2_H 1
  5103. | /* end confdefs.h. */
  5104. | #include <stdio.h>
  5105. | #ifdef HAVE_SYS_TYPES_H
  5106. | # include <sys/types.h>
  5107. | #endif
  5108. | #ifdef HAVE_SYS_STAT_H
  5109. | # include <sys/stat.h>
  5110. | #endif
  5111. | #ifdef STDC_HEADERS
  5112. | # include <stdlib.h>
  5113. | # include <stddef.h>
  5114. | #else
  5115. | # ifdef HAVE_STDLIB_H
  5116. | # include <stdlib.h>
  5117. | # endif
  5118. | #endif
  5119. | #ifdef HAVE_STRING_H
  5120. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5121. | # include <memory.h>
  5122. | # endif
  5123. | # include <string.h>
  5124. | #endif
  5125. | #ifdef HAVE_STRINGS_H
  5126. | # include <strings.h>
  5127. | #endif
  5128. | #ifdef HAVE_INTTYPES_H
  5129. | # include <inttypes.h>
  5130. | #endif
  5131. | #ifdef HAVE_STDINT_H
  5132. | # include <stdint.h>
  5133. | #endif
  5134. | #ifdef HAVE_UNISTD_H
  5135. | # include <unistd.h>
  5136. | #endif
  5137. | #include <DeckLinkAPIDispatch.cpp>
  5138. configure:29764: result: no
  5139. configure:29764: checking DeckLinkAPIDispatch.cpp presence
  5140. configure:29764: g++ -E conftest.cpp
  5141. conftest.cpp:148:35: fatal error: DeckLinkAPIDispatch.cpp: No such file or directory
  5142. compilation terminated.
  5143. configure:29764: $? = 1
  5144. configure: failed program was:
  5145. | /* confdefs.h */
  5146. | #define PACKAGE_NAME "vlc"
  5147. | #define PACKAGE_TARNAME "vlc"
  5148. | #define PACKAGE_VERSION "2.0.3"
  5149. | #define PACKAGE_STRING "vlc 2.0.3"
  5150. | #define PACKAGE_BUGREPORT ""
  5151. | #define PACKAGE_URL ""
  5152. | #define PACKAGE "vlc"
  5153. | #define VERSION "2.0.3"
  5154. | #define STDC_HEADERS 1
  5155. | #define HAVE_SYS_TYPES_H 1
  5156. | #define HAVE_SYS_STAT_H 1
  5157. | #define HAVE_STDLIB_H 1
  5158. | #define HAVE_STRING_H 1
  5159. | #define HAVE_MEMORY_H 1
  5160. | #define HAVE_STRINGS_H 1
  5161. | #define HAVE_INTTYPES_H 1
  5162. | #define HAVE_STDINT_H 1
  5163. | #define HAVE_UNISTD_H 1
  5164. | #define __EXTENSIONS__ 1
  5165. | #define _ALL_SOURCE 1
  5166. | #define _GNU_SOURCE 1
  5167. | #define _POSIX_PTHREAD_SEMANTICS 1
  5168. | #define _TANDEM_SOURCE 1
  5169. | #define _FORTIFY_SOURCE 2
  5170. | #define _FILE_OFFSET_BITS 64
  5171. | #define _REENTRANT /**/
  5172. | #define _THREAD_SAFE /**/
  5173. | #define __LIBVLC__ /**/
  5174. | #define restrict __restrict
  5175. | #define HAVE_DLFCN_H 1
  5176. | #define LT_OBJDIR ".libs/"
  5177. | #define ENABLE_NLS 1
  5178. | #define HAVE_GETTEXT 1
  5179. | #define HAVE_DCGETTEXT 1
  5180. | #define HAVE_ICONV 1
  5181. | #define ICONV_CONST
  5182. | #define LIBEXT ".so"
  5183. | #define HAVE_DECL_NANOSLEEP 1
  5184. | #define HAVE_DAEMON 1
  5185. | #define HAVE_FCNTL 1
  5186. | #define HAVE_FSTATVFS 1
  5187. | #define HAVE_FORK 1
  5188. | #define HAVE_GETENV 1
  5189. | #define HAVE_GETPWUID_R 1
  5190. | #define HAVE_IF_NAMEINDEX 1
  5191. | #define HAVE_IF_NAMETOINDEX 1
  5192. | #define HAVE_ISATTY 1
  5193. | #define HAVE_LSTAT 1
  5194. | #define HAVE_MEMALIGN 1
  5195. | #define HAVE_MMAP 1
  5196. | #define HAVE_OPENAT 1
  5197. | #define HAVE_PREAD 1
  5198. | #define HAVE_POSIX_FADVISE 1
  5199. | #define HAVE_POSIX_MADVISE 1
  5200. | #define HAVE_SETLOCALE 1
  5201. | #define HAVE_STRPTIME 1
  5202. | #define HAVE_USELOCALE 1
  5203. | #define HAVE_ATOF 1
  5204. | #define HAVE_ATOLL 1
  5205. | #define HAVE_DIRFD 1
  5206. | #define HAVE_FDOPENDIR 1
  5207. | #define HAVE_FLOCKFILE 1
  5208. | #define HAVE_FSYNC 1
  5209. | #define HAVE_GETDELIM 1
  5210. | #define HAVE_GETPID 1
  5211. | #define HAVE_GMTIME_R 1
  5212. | #define HAVE_INET_PTON 1
  5213. | #define HAVE_LLDIV 1
  5214. | #define HAVE_LOCALTIME_R 1
  5215. | #define HAVE_NRAND48 1
  5216. | #define HAVE_REWIND 1
  5217. | #define HAVE_SETENV 1
  5218. | #define HAVE_STRCASECMP 1
  5219. | #define HAVE_STRCASESTR 1
  5220. | #define HAVE_STRDUP 1
  5221. | #define HAVE_STRNCASECMP 1
  5222. | #define HAVE_STRNDUP 1
  5223. | #define HAVE_STRNLEN 1
  5224. | #define HAVE_STRSEP 1
  5225. | #define HAVE_STRTOF 1
  5226. | #define HAVE_STRTOK_R 1
  5227. | #define HAVE_STRTOLL 1
  5228. | #define HAVE_SWAB 1
  5229. | #define HAVE_TDESTROY 1
  5230. | #define HAVE_FDATASYNC 1
  5231. | #define HAVE_ASPRINTF 1
  5232. | #define HAVE_VASPRINTF 1
  5233. | #define HAVE_STRCOLL 1
  5234. | #define HAVE_ACCEPT4 1
  5235. | #define HAVE_PIPE2 1
  5236. | #define HAVE_EVENTFD 1
  5237. | #define HAVE_VMSPLICE 1
  5238. | #define HAVE_SCHED_GETAFFINITY 1
  5239. | #define HAVE_POLL 1
  5240. | #define HAVE_STRUCT_POLLFD 1
  5241. | #define HAVE_LRINTF 1
  5242. | #define HAVE_DYNAMIC_PLUGINS 1
  5243. | #define STRNCASECMP_IN_STRINGS_H 1
  5244. | #define HAVE_SEARCH_H 1
  5245. | #define HAVE_GETOPT_H 1
  5246. | #define HAVE_STRINGS_H 1
  5247. | #define HAVE_LOCALE_H 1
  5248. | #define HAVE_XLOCALE_H 1
  5249. | #define HAVE_FCNTL_H 1
  5250. | #define HAVE_SYS_TIME_H 1
  5251. | #define HAVE_SYS_IOCTL_H 1
  5252. | #define HAVE_SYS_STAT_H 1
  5253. | #define HAVE_ARPA_INET_H 1
  5254. | #define HAVE_SYS_EVENTFD_H 1
  5255. | #define HAVE_NET_IF_H 1
  5256. | #define HAVE_SYS_MOUNT_H 1
  5257. | #define HAVE_SYS_SHM_H 1
  5258. | #define HAVE_LINUX_VERSION_H 1
  5259. | #define HAVE_LINUX_DCCP_H 1
  5260. | #define HAVE_SCSI_SCSI_H 1
  5261. | #define HAVE_LINUX_MAGIC_H 1
  5262. | #define HAVE_SYSLOG_H 1
  5263. | #define HAVE_MNTENT_H 1
  5264. | #define HAVE_PTHREAD_H 1
  5265. | #define HAVE_ZLIB_H 1
  5266. | #define ASSUME_UTF8 1
  5267. | #define HAVE_DBUS 1
  5268. | #define NDEBUG 1
  5269. | #define ATTRIBUTE_ALIGNED_MAX 64
  5270. | #define HAVE_ATTRIBUTE_PACKED 1
  5271. | #define HAVE_EXECINFO_H 1
  5272. | #define HAVE_BACKTRACE 1
  5273. | #define HAVE_MMX_INTRINSICS 1
  5274. | #define CAN_COMPILE_MMX 1
  5275. | #define CAN_COMPILE_MMXEXT 1
  5276. | #define HAVE_SSE2_INTRINSICS 1
  5277. | #define CAN_COMPILE_SSE 1
  5278. | #define CAN_COMPILE_SSE2 1
  5279. | #define CAN_COMPILE_SSE3 1
  5280. | #define CAN_COMPILE_SSSE3 1
  5281. | #define CAN_COMPILE_SSE4_1 1
  5282. | #define CAN_COMPILE_SSE4_2 1
  5283. | #define CAN_COMPILE_SSE4A 1
  5284. | #define CAN_COMPILE_3DNOW 1
  5285. | #define ENABLE_SOUT 1
  5286. | #define ENABLE_HTTPD 1
  5287. | #define ENABLE_VLM 1
  5288. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  5289. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  5290. | #define HAVE_LINUX_VIDEODEV2_H 1
  5291. | /* end confdefs.h. */
  5292. | #include <DeckLinkAPIDispatch.cpp>
  5293. configure:29764: result: no
  5294. configure:29764: checking for DeckLinkAPIDispatch.cpp
  5295. configure:29764: result: no
  5296. configure:29778: WARNING: Blackmagic DeckLink SDI include files not found
  5297. configure:29922: checking for GNOMEVFS
  5298. configure:29929: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0"
  5299. Package gnome-vfs-2.0 was not found in the pkg-config search path.
  5300. Perhaps you should add the directory containing `gnome-vfs-2.0.pc'
  5301. to the PKG_CONFIG_PATH environment variable
  5302. No package 'gnome-vfs-2.0' found
  5303. configure:29932: $? = 1
  5304. configure:29946: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0"
  5305. Package gnome-vfs-2.0 was not found in the pkg-config search path.
  5306. Perhaps you should add the directory containing `gnome-vfs-2.0.pc'
  5307. to the PKG_CONFIG_PATH environment variable
  5308. No package 'gnome-vfs-2.0' found
  5309. configure:29949: $? = 1
  5310. configure:29963: result: no
  5311. No package 'gnome-vfs-2.0' found
  5312. configure:29983: WARNING: Library gnome-vfs-2.0 needed for gnomevfs was not found
  5313. configure:30232: checking for cdrom_msf0 in linux/cdrom.h
  5314. configure:30242: result: yes
  5315. configure:30263: checking for scsireq in sys/scsiio.h
  5316. conftest.c:148:24: fatal error: sys/scsiio.h: No such file or directory
  5317. compilation terminated.
  5318. configure:30290: result: no
  5319. configure:30297: checking for ioc_toc_header in sys/cdio.h
  5320. conftest.c:148:22: fatal error: sys/cdio.h: No such file or directory
  5321. compilation terminated.
  5322. configure:30324: result: no
  5323. configure:30381: checking for LIBCDDB
  5324. configure:30388: $PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5"
  5325. configure:30391: $? = 0
  5326. configure:30405: $PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5"
  5327. configure:30408: $? = 0
  5328. configure:30452: result: yes
  5329. configure:30476: checking for Linux DVB version 5
  5330. configure:30497: gcc -std=gnu99 -E conftest.c
  5331. configure:30497: $? = 0
  5332. configure:30508: result: yes
  5333. configure:30769: checking for DVBPSI
  5334. configure:30776: $PKG_CONFIG --exists --print-errors "libdvbpsi"
  5335. Package libdvbpsi was not found in the pkg-config search path.
  5336. Perhaps you should add the directory containing `libdvbpsi.pc'
  5337. to the PKG_CONFIG_PATH environment variable
  5338. No package 'libdvbpsi' found
  5339. configure:30779: $? = 1
  5340. configure:30793: $PKG_CONFIG --exists --print-errors "libdvbpsi"
  5341. Package libdvbpsi was not found in the pkg-config search path.
  5342. Perhaps you should add the directory containing `libdvbpsi.pc'
  5343. to the PKG_CONFIG_PATH environment variable
  5344. No package 'libdvbpsi' found
  5345. configure:30796: $? = 1
  5346. configure:30810: result: no
  5347. No package 'libdvbpsi' found
  5348. configure:30867: checking gme/gme.h usability
  5349. configure:30867: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  5350. conftest.c:182:21: fatal error: gme/gme.h: No such file or directory
  5351. compilation terminated.
  5352. configure:30867: $? = 1
  5353. configure: failed program was:
  5354. | /* confdefs.h */
  5355. | #define PACKAGE_NAME "vlc"
  5356. | #define PACKAGE_TARNAME "vlc"
  5357. | #define PACKAGE_VERSION "2.0.3"
  5358. | #define PACKAGE_STRING "vlc 2.0.3"
  5359. | #define PACKAGE_BUGREPORT ""
  5360. | #define PACKAGE_URL ""
  5361. | #define PACKAGE "vlc"
  5362. | #define VERSION "2.0.3"
  5363. | #define STDC_HEADERS 1
  5364. | #define HAVE_SYS_TYPES_H 1
  5365. | #define HAVE_SYS_STAT_H 1
  5366. | #define HAVE_STDLIB_H 1
  5367. | #define HAVE_STRING_H 1
  5368. | #define HAVE_MEMORY_H 1
  5369. | #define HAVE_STRINGS_H 1
  5370. | #define HAVE_INTTYPES_H 1
  5371. | #define HAVE_STDINT_H 1
  5372. | #define HAVE_UNISTD_H 1
  5373. | #define __EXTENSIONS__ 1
  5374. | #define _ALL_SOURCE 1
  5375. | #define _GNU_SOURCE 1
  5376. | #define _POSIX_PTHREAD_SEMANTICS 1
  5377. | #define _TANDEM_SOURCE 1
  5378. | #define _FORTIFY_SOURCE 2
  5379. | #define _FILE_OFFSET_BITS 64
  5380. | #define _REENTRANT /**/
  5381. | #define _THREAD_SAFE /**/
  5382. | #define __LIBVLC__ /**/
  5383. | #define restrict __restrict
  5384. | #define HAVE_DLFCN_H 1
  5385. | #define LT_OBJDIR ".libs/"
  5386. | #define ENABLE_NLS 1
  5387. | #define HAVE_GETTEXT 1
  5388. | #define HAVE_DCGETTEXT 1
  5389. | #define HAVE_ICONV 1
  5390. | #define ICONV_CONST
  5391. | #define LIBEXT ".so"
  5392. | #define HAVE_DECL_NANOSLEEP 1
  5393. | #define HAVE_DAEMON 1
  5394. | #define HAVE_FCNTL 1
  5395. | #define HAVE_FSTATVFS 1
  5396. | #define HAVE_FORK 1
  5397. | #define HAVE_GETENV 1
  5398. | #define HAVE_GETPWUID_R 1
  5399. | #define HAVE_IF_NAMEINDEX 1
  5400. | #define HAVE_IF_NAMETOINDEX 1
  5401. | #define HAVE_ISATTY 1
  5402. | #define HAVE_LSTAT 1
  5403. | #define HAVE_MEMALIGN 1
  5404. | #define HAVE_MMAP 1
  5405. | #define HAVE_OPENAT 1
  5406. | #define HAVE_PREAD 1
  5407. | #define HAVE_POSIX_FADVISE 1
  5408. | #define HAVE_POSIX_MADVISE 1
  5409. | #define HAVE_SETLOCALE 1
  5410. | #define HAVE_STRPTIME 1
  5411. | #define HAVE_USELOCALE 1
  5412. | #define HAVE_ATOF 1
  5413. | #define HAVE_ATOLL 1
  5414. | #define HAVE_DIRFD 1
  5415. | #define HAVE_FDOPENDIR 1
  5416. | #define HAVE_FLOCKFILE 1
  5417. | #define HAVE_FSYNC 1
  5418. | #define HAVE_GETDELIM 1
  5419. | #define HAVE_GETPID 1
  5420. | #define HAVE_GMTIME_R 1
  5421. | #define HAVE_INET_PTON 1
  5422. | #define HAVE_LLDIV 1
  5423. | #define HAVE_LOCALTIME_R 1
  5424. | #define HAVE_NRAND48 1
  5425. | #define HAVE_REWIND 1
  5426. | #define HAVE_SETENV 1
  5427. | #define HAVE_STRCASECMP 1
  5428. | #define HAVE_STRCASESTR 1
  5429. | #define HAVE_STRDUP 1
  5430. | #define HAVE_STRNCASECMP 1
  5431. | #define HAVE_STRNDUP 1
  5432. | #define HAVE_STRNLEN 1
  5433. | #define HAVE_STRSEP 1
  5434. | #define HAVE_STRTOF 1
  5435. | #define HAVE_STRTOK_R 1
  5436. | #define HAVE_STRTOLL 1
  5437. | #define HAVE_SWAB 1
  5438. | #define HAVE_TDESTROY 1
  5439. | #define HAVE_FDATASYNC 1
  5440. | #define HAVE_ASPRINTF 1
  5441. | #define HAVE_VASPRINTF 1
  5442. | #define HAVE_STRCOLL 1
  5443. | #define HAVE_ACCEPT4 1
  5444. | #define HAVE_PIPE2 1
  5445. | #define HAVE_EVENTFD 1
  5446. | #define HAVE_VMSPLICE 1
  5447. | #define HAVE_SCHED_GETAFFINITY 1
  5448. | #define HAVE_POLL 1
  5449. | #define HAVE_STRUCT_POLLFD 1
  5450. | #define HAVE_LRINTF 1
  5451. | #define HAVE_DYNAMIC_PLUGINS 1
  5452. | #define STRNCASECMP_IN_STRINGS_H 1
  5453. | #define HAVE_SEARCH_H 1
  5454. | #define HAVE_GETOPT_H 1
  5455. | #define HAVE_STRINGS_H 1
  5456. | #define HAVE_LOCALE_H 1
  5457. | #define HAVE_XLOCALE_H 1
  5458. | #define HAVE_FCNTL_H 1
  5459. | #define HAVE_SYS_TIME_H 1
  5460. | #define HAVE_SYS_IOCTL_H 1
  5461. | #define HAVE_SYS_STAT_H 1
  5462. | #define HAVE_ARPA_INET_H 1
  5463. | #define HAVE_SYS_EVENTFD_H 1
  5464. | #define HAVE_NET_IF_H 1
  5465. | #define HAVE_SYS_MOUNT_H 1
  5466. | #define HAVE_SYS_SHM_H 1
  5467. | #define HAVE_LINUX_VERSION_H 1
  5468. | #define HAVE_LINUX_DCCP_H 1
  5469. | #define HAVE_SCSI_SCSI_H 1
  5470. | #define HAVE_LINUX_MAGIC_H 1
  5471. | #define HAVE_SYSLOG_H 1
  5472. | #define HAVE_MNTENT_H 1
  5473. | #define HAVE_PTHREAD_H 1
  5474. | #define HAVE_ZLIB_H 1
  5475. | #define ASSUME_UTF8 1
  5476. | #define HAVE_DBUS 1
  5477. | #define NDEBUG 1
  5478. | #define ATTRIBUTE_ALIGNED_MAX 64
  5479. | #define HAVE_ATTRIBUTE_PACKED 1
  5480. | #define HAVE_EXECINFO_H 1
  5481. | #define HAVE_BACKTRACE 1
  5482. | #define HAVE_MMX_INTRINSICS 1
  5483. | #define CAN_COMPILE_MMX 1
  5484. | #define CAN_COMPILE_MMXEXT 1
  5485. | #define HAVE_SSE2_INTRINSICS 1
  5486. | #define CAN_COMPILE_SSE 1
  5487. | #define CAN_COMPILE_SSE2 1
  5488. | #define CAN_COMPILE_SSE3 1
  5489. | #define CAN_COMPILE_SSSE3 1
  5490. | #define CAN_COMPILE_SSE4_1 1
  5491. | #define CAN_COMPILE_SSE4_2 1
  5492. | #define CAN_COMPILE_SSE4A 1
  5493. | #define CAN_COMPILE_3DNOW 1
  5494. | #define ENABLE_SOUT 1
  5495. | #define ENABLE_HTTPD 1
  5496. | #define ENABLE_VLM 1
  5497. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  5498. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  5499. | #define HAVE_LINUX_VIDEODEV2_H 1
  5500. | #define HAVE_LIBCDDB 1
  5501. | /* end confdefs.h. */
  5502. | #include <stdio.h>
  5503. | #ifdef HAVE_SYS_TYPES_H
  5504. | # include <sys/types.h>
  5505. | #endif
  5506. | #ifdef HAVE_SYS_STAT_H
  5507. | # include <sys/stat.h>
  5508. | #endif
  5509. | #ifdef STDC_HEADERS
  5510. | # include <stdlib.h>
  5511. | # include <stddef.h>
  5512. | #else
  5513. | # ifdef HAVE_STDLIB_H
  5514. | # include <stdlib.h>
  5515. | # endif
  5516. | #endif
  5517. | #ifdef HAVE_STRING_H
  5518. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5519. | # include <memory.h>
  5520. | # endif
  5521. | # include <string.h>
  5522. | #endif
  5523. | #ifdef HAVE_STRINGS_H
  5524. | # include <strings.h>
  5525. | #endif
  5526. | #ifdef HAVE_INTTYPES_H
  5527. | # include <inttypes.h>
  5528. | #endif
  5529. | #ifdef HAVE_STDINT_H
  5530. | # include <stdint.h>
  5531. | #endif
  5532. | #ifdef HAVE_UNISTD_H
  5533. | # include <unistd.h>
  5534. | #endif
  5535. | #include <gme/gme.h>
  5536. configure:30867: result: no
  5537. configure:30867: checking gme/gme.h presence
  5538. configure:30867: gcc -std=gnu99 -E conftest.c
  5539. conftest.c:149:21: fatal error: gme/gme.h: No such file or directory
  5540. compilation terminated.
  5541. configure:30867: $? = 1
  5542. configure: failed program was:
  5543. | /* confdefs.h */
  5544. | #define PACKAGE_NAME "vlc"
  5545. | #define PACKAGE_TARNAME "vlc"
  5546. | #define PACKAGE_VERSION "2.0.3"
  5547. | #define PACKAGE_STRING "vlc 2.0.3"
  5548. | #define PACKAGE_BUGREPORT ""
  5549. | #define PACKAGE_URL ""
  5550. | #define PACKAGE "vlc"
  5551. | #define VERSION "2.0.3"
  5552. | #define STDC_HEADERS 1
  5553. | #define HAVE_SYS_TYPES_H 1
  5554. | #define HAVE_SYS_STAT_H 1
  5555. | #define HAVE_STDLIB_H 1
  5556. | #define HAVE_STRING_H 1
  5557. | #define HAVE_MEMORY_H 1
  5558. | #define HAVE_STRINGS_H 1
  5559. | #define HAVE_INTTYPES_H 1
  5560. | #define HAVE_STDINT_H 1
  5561. | #define HAVE_UNISTD_H 1
  5562. | #define __EXTENSIONS__ 1
  5563. | #define _ALL_SOURCE 1
  5564. | #define _GNU_SOURCE 1
  5565. | #define _POSIX_PTHREAD_SEMANTICS 1
  5566. | #define _TANDEM_SOURCE 1
  5567. | #define _FORTIFY_SOURCE 2
  5568. | #define _FILE_OFFSET_BITS 64
  5569. | #define _REENTRANT /**/
  5570. | #define _THREAD_SAFE /**/
  5571. | #define __LIBVLC__ /**/
  5572. | #define restrict __restrict
  5573. | #define HAVE_DLFCN_H 1
  5574. | #define LT_OBJDIR ".libs/"
  5575. | #define ENABLE_NLS 1
  5576. | #define HAVE_GETTEXT 1
  5577. | #define HAVE_DCGETTEXT 1
  5578. | #define HAVE_ICONV 1
  5579. | #define ICONV_CONST
  5580. | #define LIBEXT ".so"
  5581. | #define HAVE_DECL_NANOSLEEP 1
  5582. | #define HAVE_DAEMON 1
  5583. | #define HAVE_FCNTL 1
  5584. | #define HAVE_FSTATVFS 1
  5585. | #define HAVE_FORK 1
  5586. | #define HAVE_GETENV 1
  5587. | #define HAVE_GETPWUID_R 1
  5588. | #define HAVE_IF_NAMEINDEX 1
  5589. | #define HAVE_IF_NAMETOINDEX 1
  5590. | #define HAVE_ISATTY 1
  5591. | #define HAVE_LSTAT 1
  5592. | #define HAVE_MEMALIGN 1
  5593. | #define HAVE_MMAP 1
  5594. | #define HAVE_OPENAT 1
  5595. | #define HAVE_PREAD 1
  5596. | #define HAVE_POSIX_FADVISE 1
  5597. | #define HAVE_POSIX_MADVISE 1
  5598. | #define HAVE_SETLOCALE 1
  5599. | #define HAVE_STRPTIME 1
  5600. | #define HAVE_USELOCALE 1
  5601. | #define HAVE_ATOF 1
  5602. | #define HAVE_ATOLL 1
  5603. | #define HAVE_DIRFD 1
  5604. | #define HAVE_FDOPENDIR 1
  5605. | #define HAVE_FLOCKFILE 1
  5606. | #define HAVE_FSYNC 1
  5607. | #define HAVE_GETDELIM 1
  5608. | #define HAVE_GETPID 1
  5609. | #define HAVE_GMTIME_R 1
  5610. | #define HAVE_INET_PTON 1
  5611. | #define HAVE_LLDIV 1
  5612. | #define HAVE_LOCALTIME_R 1
  5613. | #define HAVE_NRAND48 1
  5614. | #define HAVE_REWIND 1
  5615. | #define HAVE_SETENV 1
  5616. | #define HAVE_STRCASECMP 1
  5617. | #define HAVE_STRCASESTR 1
  5618. | #define HAVE_STRDUP 1
  5619. | #define HAVE_STRNCASECMP 1
  5620. | #define HAVE_STRNDUP 1
  5621. | #define HAVE_STRNLEN 1
  5622. | #define HAVE_STRSEP 1
  5623. | #define HAVE_STRTOF 1
  5624. | #define HAVE_STRTOK_R 1
  5625. | #define HAVE_STRTOLL 1
  5626. | #define HAVE_SWAB 1
  5627. | #define HAVE_TDESTROY 1
  5628. | #define HAVE_FDATASYNC 1
  5629. | #define HAVE_ASPRINTF 1
  5630. | #define HAVE_VASPRINTF 1
  5631. | #define HAVE_STRCOLL 1
  5632. | #define HAVE_ACCEPT4 1
  5633. | #define HAVE_PIPE2 1
  5634. | #define HAVE_EVENTFD 1
  5635. | #define HAVE_VMSPLICE 1
  5636. | #define HAVE_SCHED_GETAFFINITY 1
  5637. | #define HAVE_POLL 1
  5638. | #define HAVE_STRUCT_POLLFD 1
  5639. | #define HAVE_LRINTF 1
  5640. | #define HAVE_DYNAMIC_PLUGINS 1
  5641. | #define STRNCASECMP_IN_STRINGS_H 1
  5642. | #define HAVE_SEARCH_H 1
  5643. | #define HAVE_GETOPT_H 1
  5644. | #define HAVE_STRINGS_H 1
  5645. | #define HAVE_LOCALE_H 1
  5646. | #define HAVE_XLOCALE_H 1
  5647. | #define HAVE_FCNTL_H 1
  5648. | #define HAVE_SYS_TIME_H 1
  5649. | #define HAVE_SYS_IOCTL_H 1
  5650. | #define HAVE_SYS_STAT_H 1
  5651. | #define HAVE_ARPA_INET_H 1
  5652. | #define HAVE_SYS_EVENTFD_H 1
  5653. | #define HAVE_NET_IF_H 1
  5654. | #define HAVE_SYS_MOUNT_H 1
  5655. | #define HAVE_SYS_SHM_H 1
  5656. | #define HAVE_LINUX_VERSION_H 1
  5657. | #define HAVE_LINUX_DCCP_H 1
  5658. | #define HAVE_SCSI_SCSI_H 1
  5659. | #define HAVE_LINUX_MAGIC_H 1
  5660. | #define HAVE_SYSLOG_H 1
  5661. | #define HAVE_MNTENT_H 1
  5662. | #define HAVE_PTHREAD_H 1
  5663. | #define HAVE_ZLIB_H 1
  5664. | #define ASSUME_UTF8 1
  5665. | #define HAVE_DBUS 1
  5666. | #define NDEBUG 1
  5667. | #define ATTRIBUTE_ALIGNED_MAX 64
  5668. | #define HAVE_ATTRIBUTE_PACKED 1
  5669. | #define HAVE_EXECINFO_H 1
  5670. | #define HAVE_BACKTRACE 1
  5671. | #define HAVE_MMX_INTRINSICS 1
  5672. | #define CAN_COMPILE_MMX 1
  5673. | #define CAN_COMPILE_MMXEXT 1
  5674. | #define HAVE_SSE2_INTRINSICS 1
  5675. | #define CAN_COMPILE_SSE 1
  5676. | #define CAN_COMPILE_SSE2 1
  5677. | #define CAN_COMPILE_SSE3 1
  5678. | #define CAN_COMPILE_SSSE3 1
  5679. | #define CAN_COMPILE_SSE4_1 1
  5680. | #define CAN_COMPILE_SSE4_2 1
  5681. | #define CAN_COMPILE_SSE4A 1
  5682. | #define CAN_COMPILE_3DNOW 1
  5683. | #define ENABLE_SOUT 1
  5684. | #define ENABLE_HTTPD 1
  5685. | #define ENABLE_VLM 1
  5686. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  5687. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  5688. | #define HAVE_LINUX_VIDEODEV2_H 1
  5689. | #define HAVE_LIBCDDB 1
  5690. | /* end confdefs.h. */
  5691. | #include <gme/gme.h>
  5692. configure:30867: result: no
  5693. configure:30867: checking for gme/gme.h
  5694. configure:30867: result: no
  5695. configure:30907: checking for SID
  5696. configure:30914: $PKG_CONFIG --exists --print-errors "libsidplay2"
  5697. Package libsidplay2 was not found in the pkg-config search path.
  5698. Perhaps you should add the directory containing `libsidplay2.pc'
  5699. to the PKG_CONFIG_PATH environment variable
  5700. No package 'libsidplay2' found
  5701. configure:30917: $? = 1
  5702. configure:30931: $PKG_CONFIG --exists --print-errors "libsidplay2"
  5703. Package libsidplay2 was not found in the pkg-config search path.
  5704. Perhaps you should add the directory containing `libsidplay2.pc'
  5705. to the PKG_CONFIG_PATH environment variable
  5706. No package 'libsidplay2' found
  5707. configure:30934: $? = 1
  5708. configure:30948: result: no
  5709. No package 'libsidplay2' found
  5710. configure:30968: WARNING: No package 'libsidplay2' found (required for sid).
  5711. configure:31175: checking for OGG
  5712. configure:31182: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5713. configure:31185: $? = 0
  5714. configure:31199: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5715. configure:31202: $? = 0
  5716. configure:31254: result: yes
  5717. configure:31420: checking for MUX_OGG
  5718. configure:31427: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5719. configure:31430: $? = 0
  5720. configure:31444: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5721. configure:31447: $? = 0
  5722. configure:31499: result: yes
  5723. configure:31664: checking for SHOUT
  5724. configure:31671: $PKG_CONFIG --exists --print-errors "shout >= 2.1"
  5725. configure:31674: $? = 0
  5726. configure:31688: $PKG_CONFIG --exists --print-errors "shout >= 2.1"
  5727. configure:31691: $? = 0
  5728. configure:31743: result: yes
  5729. configure:31796: checking ebml/EbmlVersion.h usability
  5730. configure:31796: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp >&5
  5731. configure:31796: $? = 0
  5732. configure:31796: result: yes
  5733. configure:31796: checking ebml/EbmlVersion.h presence
  5734. configure:31796: g++ -E conftest.cpp
  5735. In file included from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/os_defines.h:40:0,
  5736. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/c++config.h:2058,
  5737. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/string:40,
  5738. from /usr/include/ebml/EbmlVersion.h:39,
  5739. from conftest.cpp:149:
  5740. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  5741. configure:31796: $? = 0
  5742. configure:31796: result: yes
  5743. configure:31796: checking for ebml/EbmlVersion.h
  5744. configure:31796: result: yes
  5745. configure:31802: checking for libebml version >= 1.0.0
  5746. In file included from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/os_defines.h:40:0,
  5747. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/c++config.h:2058,
  5748. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/string:40,
  5749. from /usr/include/ebml/EbmlVersion.h:39,
  5750. from conftest.cpp:150:
  5751. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  5752. configure:31815: result: yes
  5753. configure:31819: checking matroska/KaxVersion.h usability
  5754. configure:31819: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp >&5
  5755. configure:31819: $? = 0
  5756. configure:31819: result: yes
  5757. configure:31819: checking matroska/KaxVersion.h presence
  5758. configure:31819: g++ -E conftest.cpp
  5759. In file included from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/os_defines.h:40:0,
  5760. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/c++config.h:2058,
  5761. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/string:40,
  5762. from /usr/include/matroska/KaxVersion.h:36,
  5763. from conftest.cpp:150:
  5764. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  5765. configure:31819: $? = 0
  5766. configure:31819: result: yes
  5767. configure:31819: checking for matroska/KaxVersion.h
  5768. configure:31819: result: yes
  5769. configure:31825: checking for libmatroska version >= 1.0.0
  5770. In file included from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/os_defines.h:40:0,
  5771. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/x86_64-redhat-linux/bits/c++config.h:2058,
  5772. from /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/string:40,
  5773. from /usr/include/matroska/KaxVersion.h:36,
  5774. from conftest.cpp:151:
  5775. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  5776. configure:31838: result: yes
  5777. configure:31842: checking matroska/KaxAttachments.h usability
  5778. configure:31842: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp >&5
  5779. configure:31842: $? = 0
  5780. configure:31842: result: yes
  5781. configure:31842: checking matroska/KaxAttachments.h presence
  5782. configure:31842: g++ -E conftest.cpp
  5783. In file included from /usr/include/inttypes.h:26:0,
  5784. from /usr/include/ebml/c/libebml_t.h:104,
  5785. from /usr/include/ebml/EbmlTypes.h:36,
  5786. from /usr/include/matroska/KaxTypes.h:38,
  5787. from /usr/include/matroska/KaxSemantic.h:35,
  5788. from /usr/include/matroska/KaxAttachments.h:38,
  5789. from conftest.cpp:151:
  5790. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  5791. configure:31842: $? = 0
  5792. configure:31842: result: yes
  5793. configure:31842: checking for matroska/KaxAttachments.h
  5794. configure:31842: result: yes
  5795. configure:31858: checking for main in -lebml_pic
  5796. configure:31877: g++ -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp -lebml_pic >&5
  5797. /usr/bin/ld: cannot find -lebml_pic
  5798. collect2: error: ld returned 1 exit status
  5799. configure:31877: $? = 1
  5800. configure: failed program was:
  5801. | /* confdefs.h */
  5802. | #define PACKAGE_NAME "vlc"
  5803. | #define PACKAGE_TARNAME "vlc"
  5804. | #define PACKAGE_VERSION "2.0.3"
  5805. | #define PACKAGE_STRING "vlc 2.0.3"
  5806. | #define PACKAGE_BUGREPORT ""
  5807. | #define PACKAGE_URL ""
  5808. | #define PACKAGE "vlc"
  5809. | #define VERSION "2.0.3"
  5810. | #define STDC_HEADERS 1
  5811. | #define HAVE_SYS_TYPES_H 1
  5812. | #define HAVE_SYS_STAT_H 1
  5813. | #define HAVE_STDLIB_H 1
  5814. | #define HAVE_STRING_H 1
  5815. | #define HAVE_MEMORY_H 1
  5816. | #define HAVE_STRINGS_H 1
  5817. | #define HAVE_INTTYPES_H 1
  5818. | #define HAVE_STDINT_H 1
  5819. | #define HAVE_UNISTD_H 1
  5820. | #define __EXTENSIONS__ 1
  5821. | #define _ALL_SOURCE 1
  5822. | #define _GNU_SOURCE 1
  5823. | #define _POSIX_PTHREAD_SEMANTICS 1
  5824. | #define _TANDEM_SOURCE 1
  5825. | #define _FORTIFY_SOURCE 2
  5826. | #define _FILE_OFFSET_BITS 64
  5827. | #define _REENTRANT /**/
  5828. | #define _THREAD_SAFE /**/
  5829. | #define __LIBVLC__ /**/
  5830. | #define restrict __restrict
  5831. | #define HAVE_DLFCN_H 1
  5832. | #define LT_OBJDIR ".libs/"
  5833. | #define ENABLE_NLS 1
  5834. | #define HAVE_GETTEXT 1
  5835. | #define HAVE_DCGETTEXT 1
  5836. | #define HAVE_ICONV 1
  5837. | #define ICONV_CONST
  5838. | #define LIBEXT ".so"
  5839. | #define HAVE_DECL_NANOSLEEP 1
  5840. | #define HAVE_DAEMON 1
  5841. | #define HAVE_FCNTL 1
  5842. | #define HAVE_FSTATVFS 1
  5843. | #define HAVE_FORK 1
  5844. | #define HAVE_GETENV 1
  5845. | #define HAVE_GETPWUID_R 1
  5846. | #define HAVE_IF_NAMEINDEX 1
  5847. | #define HAVE_IF_NAMETOINDEX 1
  5848. | #define HAVE_ISATTY 1
  5849. | #define HAVE_LSTAT 1
  5850. | #define HAVE_MEMALIGN 1
  5851. | #define HAVE_MMAP 1
  5852. | #define HAVE_OPENAT 1
  5853. | #define HAVE_PREAD 1
  5854. | #define HAVE_POSIX_FADVISE 1
  5855. | #define HAVE_POSIX_MADVISE 1
  5856. | #define HAVE_SETLOCALE 1
  5857. | #define HAVE_STRPTIME 1
  5858. | #define HAVE_USELOCALE 1
  5859. | #define HAVE_ATOF 1
  5860. | #define HAVE_ATOLL 1
  5861. | #define HAVE_DIRFD 1
  5862. | #define HAVE_FDOPENDIR 1
  5863. | #define HAVE_FLOCKFILE 1
  5864. | #define HAVE_FSYNC 1
  5865. | #define HAVE_GETDELIM 1
  5866. | #define HAVE_GETPID 1
  5867. | #define HAVE_GMTIME_R 1
  5868. | #define HAVE_INET_PTON 1
  5869. | #define HAVE_LLDIV 1
  5870. | #define HAVE_LOCALTIME_R 1
  5871. | #define HAVE_NRAND48 1
  5872. | #define HAVE_REWIND 1
  5873. | #define HAVE_SETENV 1
  5874. | #define HAVE_STRCASECMP 1
  5875. | #define HAVE_STRCASESTR 1
  5876. | #define HAVE_STRDUP 1
  5877. | #define HAVE_STRNCASECMP 1
  5878. | #define HAVE_STRNDUP 1
  5879. | #define HAVE_STRNLEN 1
  5880. | #define HAVE_STRSEP 1
  5881. | #define HAVE_STRTOF 1
  5882. | #define HAVE_STRTOK_R 1
  5883. | #define HAVE_STRTOLL 1
  5884. | #define HAVE_SWAB 1
  5885. | #define HAVE_TDESTROY 1
  5886. | #define HAVE_FDATASYNC 1
  5887. | #define HAVE_ASPRINTF 1
  5888. | #define HAVE_VASPRINTF 1
  5889. | #define HAVE_STRCOLL 1
  5890. | #define HAVE_ACCEPT4 1
  5891. | #define HAVE_PIPE2 1
  5892. | #define HAVE_EVENTFD 1
  5893. | #define HAVE_VMSPLICE 1
  5894. | #define HAVE_SCHED_GETAFFINITY 1
  5895. | #define HAVE_POLL 1
  5896. | #define HAVE_STRUCT_POLLFD 1
  5897. | #define HAVE_LRINTF 1
  5898. | #define HAVE_DYNAMIC_PLUGINS 1
  5899. | #define STRNCASECMP_IN_STRINGS_H 1
  5900. | #define HAVE_SEARCH_H 1
  5901. | #define HAVE_GETOPT_H 1
  5902. | #define HAVE_STRINGS_H 1
  5903. | #define HAVE_LOCALE_H 1
  5904. | #define HAVE_XLOCALE_H 1
  5905. | #define HAVE_FCNTL_H 1
  5906. | #define HAVE_SYS_TIME_H 1
  5907. | #define HAVE_SYS_IOCTL_H 1
  5908. | #define HAVE_SYS_STAT_H 1
  5909. | #define HAVE_ARPA_INET_H 1
  5910. | #define HAVE_SYS_EVENTFD_H 1
  5911. | #define HAVE_NET_IF_H 1
  5912. | #define HAVE_SYS_MOUNT_H 1
  5913. | #define HAVE_SYS_SHM_H 1
  5914. | #define HAVE_LINUX_VERSION_H 1
  5915. | #define HAVE_LINUX_DCCP_H 1
  5916. | #define HAVE_SCSI_SCSI_H 1
  5917. | #define HAVE_LINUX_MAGIC_H 1
  5918. | #define HAVE_SYSLOG_H 1
  5919. | #define HAVE_MNTENT_H 1
  5920. | #define HAVE_PTHREAD_H 1
  5921. | #define HAVE_ZLIB_H 1
  5922. | #define ASSUME_UTF8 1
  5923. | #define HAVE_DBUS 1
  5924. | #define NDEBUG 1
  5925. | #define ATTRIBUTE_ALIGNED_MAX 64
  5926. | #define HAVE_ATTRIBUTE_PACKED 1
  5927. | #define HAVE_EXECINFO_H 1
  5928. | #define HAVE_BACKTRACE 1
  5929. | #define HAVE_MMX_INTRINSICS 1
  5930. | #define CAN_COMPILE_MMX 1
  5931. | #define CAN_COMPILE_MMXEXT 1
  5932. | #define HAVE_SSE2_INTRINSICS 1
  5933. | #define CAN_COMPILE_SSE 1
  5934. | #define CAN_COMPILE_SSE2 1
  5935. | #define CAN_COMPILE_SSE3 1
  5936. | #define CAN_COMPILE_SSSE3 1
  5937. | #define CAN_COMPILE_SSE4_1 1
  5938. | #define CAN_COMPILE_SSE4_2 1
  5939. | #define CAN_COMPILE_SSE4A 1
  5940. | #define CAN_COMPILE_3DNOW 1
  5941. | #define ENABLE_SOUT 1
  5942. | #define ENABLE_HTTPD 1
  5943. | #define ENABLE_VLM 1
  5944. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  5945. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  5946. | #define HAVE_LINUX_VIDEODEV2_H 1
  5947. | #define HAVE_LIBCDDB 1
  5948. | #define HAVE_EBML_EBMLVERSION_H 1
  5949. | #define HAVE_MATROSKA_KAXVERSION_H 1
  5950. | #define HAVE_MATROSKA_KAXATTACHMENTS_H 1
  5951. | /* end confdefs.h. */
  5952. |
  5953. |
  5954. | int
  5955. | main ()
  5956. | {
  5957. | return main ();
  5958. | ;
  5959. | return 0;
  5960. | }
  5961. configure:31886: result: no
  5962. configure:31905: checking for main in -lebml
  5963. configure:31924: g++ -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp -lebml >&5
  5964. configure:31924: $? = 0
  5965. configure:31933: result: yes
  5966. configure:32000: checking for LIBMODPLUG
  5967. configure:32007: $PKG_CONFIG --exists --print-errors "libmodplug >= 0.8.4 libmodplug != 0.8.8"
  5968. configure:32010: $? = 0
  5969. configure:32024: $PKG_CONFIG --exists --print-errors "libmodplug >= 0.8.4 libmodplug != 0.8.8"
  5970. configure:32027: $? = 0
  5971. configure:32079: result: yes
  5972. configure:32113: checking mpc/mpcdec.h usability
  5973. configure:32113: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  5974. conftest.c:185:24: fatal error: mpc/mpcdec.h: No such file or directory
  5975. compilation terminated.
  5976. configure:32113: $? = 1
  5977. configure: failed program was:
  5978. | /* confdefs.h */
  5979. | #define PACKAGE_NAME "vlc"
  5980. | #define PACKAGE_TARNAME "vlc"
  5981. | #define PACKAGE_VERSION "2.0.3"
  5982. | #define PACKAGE_STRING "vlc 2.0.3"
  5983. | #define PACKAGE_BUGREPORT ""
  5984. | #define PACKAGE_URL ""
  5985. | #define PACKAGE "vlc"
  5986. | #define VERSION "2.0.3"
  5987. | #define STDC_HEADERS 1
  5988. | #define HAVE_SYS_TYPES_H 1
  5989. | #define HAVE_SYS_STAT_H 1
  5990. | #define HAVE_STDLIB_H 1
  5991. | #define HAVE_STRING_H 1
  5992. | #define HAVE_MEMORY_H 1
  5993. | #define HAVE_STRINGS_H 1
  5994. | #define HAVE_INTTYPES_H 1
  5995. | #define HAVE_STDINT_H 1
  5996. | #define HAVE_UNISTD_H 1
  5997. | #define __EXTENSIONS__ 1
  5998. | #define _ALL_SOURCE 1
  5999. | #define _GNU_SOURCE 1
  6000. | #define _POSIX_PTHREAD_SEMANTICS 1
  6001. | #define _TANDEM_SOURCE 1
  6002. | #define _FORTIFY_SOURCE 2
  6003. | #define _FILE_OFFSET_BITS 64
  6004. | #define _REENTRANT /**/
  6005. | #define _THREAD_SAFE /**/
  6006. | #define __LIBVLC__ /**/
  6007. | #define restrict __restrict
  6008. | #define HAVE_DLFCN_H 1
  6009. | #define LT_OBJDIR ".libs/"
  6010. | #define ENABLE_NLS 1
  6011. | #define HAVE_GETTEXT 1
  6012. | #define HAVE_DCGETTEXT 1
  6013. | #define HAVE_ICONV 1
  6014. | #define ICONV_CONST
  6015. | #define LIBEXT ".so"
  6016. | #define HAVE_DECL_NANOSLEEP 1
  6017. | #define HAVE_DAEMON 1
  6018. | #define HAVE_FCNTL 1
  6019. | #define HAVE_FSTATVFS 1
  6020. | #define HAVE_FORK 1
  6021. | #define HAVE_GETENV 1
  6022. | #define HAVE_GETPWUID_R 1
  6023. | #define HAVE_IF_NAMEINDEX 1
  6024. | #define HAVE_IF_NAMETOINDEX 1
  6025. | #define HAVE_ISATTY 1
  6026. | #define HAVE_LSTAT 1
  6027. | #define HAVE_MEMALIGN 1
  6028. | #define HAVE_MMAP 1
  6029. | #define HAVE_OPENAT 1
  6030. | #define HAVE_PREAD 1
  6031. | #define HAVE_POSIX_FADVISE 1
  6032. | #define HAVE_POSIX_MADVISE 1
  6033. | #define HAVE_SETLOCALE 1
  6034. | #define HAVE_STRPTIME 1
  6035. | #define HAVE_USELOCALE 1
  6036. | #define HAVE_ATOF 1
  6037. | #define HAVE_ATOLL 1
  6038. | #define HAVE_DIRFD 1
  6039. | #define HAVE_FDOPENDIR 1
  6040. | #define HAVE_FLOCKFILE 1
  6041. | #define HAVE_FSYNC 1
  6042. | #define HAVE_GETDELIM 1
  6043. | #define HAVE_GETPID 1
  6044. | #define HAVE_GMTIME_R 1
  6045. | #define HAVE_INET_PTON 1
  6046. | #define HAVE_LLDIV 1
  6047. | #define HAVE_LOCALTIME_R 1
  6048. | #define HAVE_NRAND48 1
  6049. | #define HAVE_REWIND 1
  6050. | #define HAVE_SETENV 1
  6051. | #define HAVE_STRCASECMP 1
  6052. | #define HAVE_STRCASESTR 1
  6053. | #define HAVE_STRDUP 1
  6054. | #define HAVE_STRNCASECMP 1
  6055. | #define HAVE_STRNDUP 1
  6056. | #define HAVE_STRNLEN 1
  6057. | #define HAVE_STRSEP 1
  6058. | #define HAVE_STRTOF 1
  6059. | #define HAVE_STRTOK_R 1
  6060. | #define HAVE_STRTOLL 1
  6061. | #define HAVE_SWAB 1
  6062. | #define HAVE_TDESTROY 1
  6063. | #define HAVE_FDATASYNC 1
  6064. | #define HAVE_ASPRINTF 1
  6065. | #define HAVE_VASPRINTF 1
  6066. | #define HAVE_STRCOLL 1
  6067. | #define HAVE_ACCEPT4 1
  6068. | #define HAVE_PIPE2 1
  6069. | #define HAVE_EVENTFD 1
  6070. | #define HAVE_VMSPLICE 1
  6071. | #define HAVE_SCHED_GETAFFINITY 1
  6072. | #define HAVE_POLL 1
  6073. | #define HAVE_STRUCT_POLLFD 1
  6074. | #define HAVE_LRINTF 1
  6075. | #define HAVE_DYNAMIC_PLUGINS 1
  6076. | #define STRNCASECMP_IN_STRINGS_H 1
  6077. | #define HAVE_SEARCH_H 1
  6078. | #define HAVE_GETOPT_H 1
  6079. | #define HAVE_STRINGS_H 1
  6080. | #define HAVE_LOCALE_H 1
  6081. | #define HAVE_XLOCALE_H 1
  6082. | #define HAVE_FCNTL_H 1
  6083. | #define HAVE_SYS_TIME_H 1
  6084. | #define HAVE_SYS_IOCTL_H 1
  6085. | #define HAVE_SYS_STAT_H 1
  6086. | #define HAVE_ARPA_INET_H 1
  6087. | #define HAVE_SYS_EVENTFD_H 1
  6088. | #define HAVE_NET_IF_H 1
  6089. | #define HAVE_SYS_MOUNT_H 1
  6090. | #define HAVE_SYS_SHM_H 1
  6091. | #define HAVE_LINUX_VERSION_H 1
  6092. | #define HAVE_LINUX_DCCP_H 1
  6093. | #define HAVE_SCSI_SCSI_H 1
  6094. | #define HAVE_LINUX_MAGIC_H 1
  6095. | #define HAVE_SYSLOG_H 1
  6096. | #define HAVE_MNTENT_H 1
  6097. | #define HAVE_PTHREAD_H 1
  6098. | #define HAVE_ZLIB_H 1
  6099. | #define ASSUME_UTF8 1
  6100. | #define HAVE_DBUS 1
  6101. | #define NDEBUG 1
  6102. | #define ATTRIBUTE_ALIGNED_MAX 64
  6103. | #define HAVE_ATTRIBUTE_PACKED 1
  6104. | #define HAVE_EXECINFO_H 1
  6105. | #define HAVE_BACKTRACE 1
  6106. | #define HAVE_MMX_INTRINSICS 1
  6107. | #define CAN_COMPILE_MMX 1
  6108. | #define CAN_COMPILE_MMXEXT 1
  6109. | #define HAVE_SSE2_INTRINSICS 1
  6110. | #define CAN_COMPILE_SSE 1
  6111. | #define CAN_COMPILE_SSE2 1
  6112. | #define CAN_COMPILE_SSE3 1
  6113. | #define CAN_COMPILE_SSSE3 1
  6114. | #define CAN_COMPILE_SSE4_1 1
  6115. | #define CAN_COMPILE_SSE4_2 1
  6116. | #define CAN_COMPILE_SSE4A 1
  6117. | #define CAN_COMPILE_3DNOW 1
  6118. | #define ENABLE_SOUT 1
  6119. | #define ENABLE_HTTPD 1
  6120. | #define ENABLE_VLM 1
  6121. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  6122. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  6123. | #define HAVE_LINUX_VIDEODEV2_H 1
  6124. | #define HAVE_LIBCDDB 1
  6125. | #define HAVE_EBML_EBMLVERSION_H 1
  6126. | #define HAVE_MATROSKA_KAXVERSION_H 1
  6127. | #define HAVE_MATROSKA_KAXATTACHMENTS_H 1
  6128. | /* end confdefs.h. */
  6129. | #include <stdio.h>
  6130. | #ifdef HAVE_SYS_TYPES_H
  6131. | # include <sys/types.h>
  6132. | #endif
  6133. | #ifdef HAVE_SYS_STAT_H
  6134. | # include <sys/stat.h>
  6135. | #endif
  6136. | #ifdef STDC_HEADERS
  6137. | # include <stdlib.h>
  6138. | # include <stddef.h>
  6139. | #else
  6140. | # ifdef HAVE_STDLIB_H
  6141. | # include <stdlib.h>
  6142. | # endif
  6143. | #endif
  6144. | #ifdef HAVE_STRING_H
  6145. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6146. | # include <memory.h>
  6147. | # endif
  6148. | # include <string.h>
  6149. | #endif
  6150. | #ifdef HAVE_STRINGS_H
  6151. | # include <strings.h>
  6152. | #endif
  6153. | #ifdef HAVE_INTTYPES_H
  6154. | # include <inttypes.h>
  6155. | #endif
  6156. | #ifdef HAVE_STDINT_H
  6157. | # include <stdint.h>
  6158. | #endif
  6159. | #ifdef HAVE_UNISTD_H
  6160. | # include <unistd.h>
  6161. | #endif
  6162. | #include <mpc/mpcdec.h>
  6163. configure:32113: result: no
  6164. configure:32113: checking mpc/mpcdec.h presence
  6165. configure:32113: gcc -std=gnu99 -E conftest.c
  6166. conftest.c:152:24: fatal error: mpc/mpcdec.h: No such file or directory
  6167. compilation terminated.
  6168. configure:32113: $? = 1
  6169. configure: failed program was:
  6170. | /* confdefs.h */
  6171. | #define PACKAGE_NAME "vlc"
  6172. | #define PACKAGE_TARNAME "vlc"
  6173. | #define PACKAGE_VERSION "2.0.3"
  6174. | #define PACKAGE_STRING "vlc 2.0.3"
  6175. | #define PACKAGE_BUGREPORT ""
  6176. | #define PACKAGE_URL ""
  6177. | #define PACKAGE "vlc"
  6178. | #define VERSION "2.0.3"
  6179. | #define STDC_HEADERS 1
  6180. | #define HAVE_SYS_TYPES_H 1
  6181. | #define HAVE_SYS_STAT_H 1
  6182. | #define HAVE_STDLIB_H 1
  6183. | #define HAVE_STRING_H 1
  6184. | #define HAVE_MEMORY_H 1
  6185. | #define HAVE_STRINGS_H 1
  6186. | #define HAVE_INTTYPES_H 1
  6187. | #define HAVE_STDINT_H 1
  6188. | #define HAVE_UNISTD_H 1
  6189. | #define __EXTENSIONS__ 1
  6190. | #define _ALL_SOURCE 1
  6191. | #define _GNU_SOURCE 1
  6192. | #define _POSIX_PTHREAD_SEMANTICS 1
  6193. | #define _TANDEM_SOURCE 1
  6194. | #define _FORTIFY_SOURCE 2
  6195. | #define _FILE_OFFSET_BITS 64
  6196. | #define _REENTRANT /**/
  6197. | #define _THREAD_SAFE /**/
  6198. | #define __LIBVLC__ /**/
  6199. | #define restrict __restrict
  6200. | #define HAVE_DLFCN_H 1
  6201. | #define LT_OBJDIR ".libs/"
  6202. | #define ENABLE_NLS 1
  6203. | #define HAVE_GETTEXT 1
  6204. | #define HAVE_DCGETTEXT 1
  6205. | #define HAVE_ICONV 1
  6206. | #define ICONV_CONST
  6207. | #define LIBEXT ".so"
  6208. | #define HAVE_DECL_NANOSLEEP 1
  6209. | #define HAVE_DAEMON 1
  6210. | #define HAVE_FCNTL 1
  6211. | #define HAVE_FSTATVFS 1
  6212. | #define HAVE_FORK 1
  6213. | #define HAVE_GETENV 1
  6214. | #define HAVE_GETPWUID_R 1
  6215. | #define HAVE_IF_NAMEINDEX 1
  6216. | #define HAVE_IF_NAMETOINDEX 1
  6217. | #define HAVE_ISATTY 1
  6218. | #define HAVE_LSTAT 1
  6219. | #define HAVE_MEMALIGN 1
  6220. | #define HAVE_MMAP 1
  6221. | #define HAVE_OPENAT 1
  6222. | #define HAVE_PREAD 1
  6223. | #define HAVE_POSIX_FADVISE 1
  6224. | #define HAVE_POSIX_MADVISE 1
  6225. | #define HAVE_SETLOCALE 1
  6226. | #define HAVE_STRPTIME 1
  6227. | #define HAVE_USELOCALE 1
  6228. | #define HAVE_ATOF 1
  6229. | #define HAVE_ATOLL 1
  6230. | #define HAVE_DIRFD 1
  6231. | #define HAVE_FDOPENDIR 1
  6232. | #define HAVE_FLOCKFILE 1
  6233. | #define HAVE_FSYNC 1
  6234. | #define HAVE_GETDELIM 1
  6235. | #define HAVE_GETPID 1
  6236. | #define HAVE_GMTIME_R 1
  6237. | #define HAVE_INET_PTON 1
  6238. | #define HAVE_LLDIV 1
  6239. | #define HAVE_LOCALTIME_R 1
  6240. | #define HAVE_NRAND48 1
  6241. | #define HAVE_REWIND 1
  6242. | #define HAVE_SETENV 1
  6243. | #define HAVE_STRCASECMP 1
  6244. | #define HAVE_STRCASESTR 1
  6245. | #define HAVE_STRDUP 1
  6246. | #define HAVE_STRNCASECMP 1
  6247. | #define HAVE_STRNDUP 1
  6248. | #define HAVE_STRNLEN 1
  6249. | #define HAVE_STRSEP 1
  6250. | #define HAVE_STRTOF 1
  6251. | #define HAVE_STRTOK_R 1
  6252. | #define HAVE_STRTOLL 1
  6253. | #define HAVE_SWAB 1
  6254. | #define HAVE_TDESTROY 1
  6255. | #define HAVE_FDATASYNC 1
  6256. | #define HAVE_ASPRINTF 1
  6257. | #define HAVE_VASPRINTF 1
  6258. | #define HAVE_STRCOLL 1
  6259. | #define HAVE_ACCEPT4 1
  6260. | #define HAVE_PIPE2 1
  6261. | #define HAVE_EVENTFD 1
  6262. | #define HAVE_VMSPLICE 1
  6263. | #define HAVE_SCHED_GETAFFINITY 1
  6264. | #define HAVE_POLL 1
  6265. | #define HAVE_STRUCT_POLLFD 1
  6266. | #define HAVE_LRINTF 1
  6267. | #define HAVE_DYNAMIC_PLUGINS 1
  6268. | #define STRNCASECMP_IN_STRINGS_H 1
  6269. | #define HAVE_SEARCH_H 1
  6270. | #define HAVE_GETOPT_H 1
  6271. | #define HAVE_STRINGS_H 1
  6272. | #define HAVE_LOCALE_H 1
  6273. | #define HAVE_XLOCALE_H 1
  6274. | #define HAVE_FCNTL_H 1
  6275. | #define HAVE_SYS_TIME_H 1
  6276. | #define HAVE_SYS_IOCTL_H 1
  6277. | #define HAVE_SYS_STAT_H 1
  6278. | #define HAVE_ARPA_INET_H 1
  6279. | #define HAVE_SYS_EVENTFD_H 1
  6280. | #define HAVE_NET_IF_H 1
  6281. | #define HAVE_SYS_MOUNT_H 1
  6282. | #define HAVE_SYS_SHM_H 1
  6283. | #define HAVE_LINUX_VERSION_H 1
  6284. | #define HAVE_LINUX_DCCP_H 1
  6285. | #define HAVE_SCSI_SCSI_H 1
  6286. | #define HAVE_LINUX_MAGIC_H 1
  6287. | #define HAVE_SYSLOG_H 1
  6288. | #define HAVE_MNTENT_H 1
  6289. | #define HAVE_PTHREAD_H 1
  6290. | #define HAVE_ZLIB_H 1
  6291. | #define ASSUME_UTF8 1
  6292. | #define HAVE_DBUS 1
  6293. | #define NDEBUG 1
  6294. | #define ATTRIBUTE_ALIGNED_MAX 64
  6295. | #define HAVE_ATTRIBUTE_PACKED 1
  6296. | #define HAVE_EXECINFO_H 1
  6297. | #define HAVE_BACKTRACE 1
  6298. | #define HAVE_MMX_INTRINSICS 1
  6299. | #define CAN_COMPILE_MMX 1
  6300. | #define CAN_COMPILE_MMXEXT 1
  6301. | #define HAVE_SSE2_INTRINSICS 1
  6302. | #define CAN_COMPILE_SSE 1
  6303. | #define CAN_COMPILE_SSE2 1
  6304. | #define CAN_COMPILE_SSE3 1
  6305. | #define CAN_COMPILE_SSSE3 1
  6306. | #define CAN_COMPILE_SSE4_1 1
  6307. | #define CAN_COMPILE_SSE4_2 1
  6308. | #define CAN_COMPILE_SSE4A 1
  6309. | #define CAN_COMPILE_3DNOW 1
  6310. | #define ENABLE_SOUT 1
  6311. | #define ENABLE_HTTPD 1
  6312. | #define ENABLE_VLM 1
  6313. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  6314. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  6315. | #define HAVE_LINUX_VIDEODEV2_H 1
  6316. | #define HAVE_LIBCDDB 1
  6317. | #define HAVE_EBML_EBMLVERSION_H 1
  6318. | #define HAVE_MATROSKA_KAXVERSION_H 1
  6319. | #define HAVE_MATROSKA_KAXATTACHMENTS_H 1
  6320. | /* end confdefs.h. */
  6321. | #include <mpc/mpcdec.h>
  6322. configure:32113: result: no
  6323. configure:32113: checking for mpc/mpcdec.h
  6324. configure:32113: result: no
  6325. configure:32134: checking mpcdec/mpcdec.h usability
  6326. configure:32134: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  6327. configure:32134: $? = 0
  6328. configure:32134: result: yes
  6329. configure:32134: checking mpcdec/mpcdec.h presence
  6330. configure:32134: gcc -std=gnu99 -E conftest.c
  6331. In file included from /usr/include/stdio.h:28:0,
  6332. from /usr/include/mpcdec/mpcdec.h:45,
  6333. from conftest.c:152:
  6334. /usr/include/features.h:314:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  6335. configure:32134: $? = 0
  6336. configure:32134: result: yes
  6337. configure:32134: checking for mpcdec/mpcdec.h
  6338. configure:32134: result: yes
  6339. configure:32237: checking for libcrystalhd/libcrystalhd_if.h
  6340. configure:32237: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  6341. conftest.c:154:46: fatal error: libcrystalhd/bc_dts_types.h: No such file or directory
  6342. compilation terminated.
  6343. configure:32237: $? = 1
  6344. configure: failed program was:
  6345. | /* confdefs.h */
  6346. | #define PACKAGE_NAME "vlc"
  6347. | #define PACKAGE_TARNAME "vlc"
  6348. | #define PACKAGE_VERSION "2.0.3"
  6349. | #define PACKAGE_STRING "vlc 2.0.3"
  6350. | #define PACKAGE_BUGREPORT ""
  6351. | #define PACKAGE_URL ""
  6352. | #define PACKAGE "vlc"
  6353. | #define VERSION "2.0.3"
  6354. | #define STDC_HEADERS 1
  6355. | #define HAVE_SYS_TYPES_H 1
  6356. | #define HAVE_SYS_STAT_H 1
  6357. | #define HAVE_STDLIB_H 1
  6358. | #define HAVE_STRING_H 1
  6359. | #define HAVE_MEMORY_H 1
  6360. | #define HAVE_STRINGS_H 1
  6361. | #define HAVE_INTTYPES_H 1
  6362. | #define HAVE_STDINT_H 1
  6363. | #define HAVE_UNISTD_H 1
  6364. | #define __EXTENSIONS__ 1
  6365. | #define _ALL_SOURCE 1
  6366. | #define _GNU_SOURCE 1
  6367. | #define _POSIX_PTHREAD_SEMANTICS 1
  6368. | #define _TANDEM_SOURCE 1
  6369. | #define _FORTIFY_SOURCE 2
  6370. | #define _FILE_OFFSET_BITS 64
  6371. | #define _REENTRANT /**/
  6372. | #define _THREAD_SAFE /**/
  6373. | #define __LIBVLC__ /**/
  6374. | #define restrict __restrict
  6375. | #define HAVE_DLFCN_H 1
  6376. | #define LT_OBJDIR ".libs/"
  6377. | #define ENABLE_NLS 1
  6378. | #define HAVE_GETTEXT 1
  6379. | #define HAVE_DCGETTEXT 1
  6380. | #define HAVE_ICONV 1
  6381. | #define ICONV_CONST
  6382. | #define LIBEXT ".so"
  6383. | #define HAVE_DECL_NANOSLEEP 1
  6384. | #define HAVE_DAEMON 1
  6385. | #define HAVE_FCNTL 1
  6386. | #define HAVE_FSTATVFS 1
  6387. | #define HAVE_FORK 1
  6388. | #define HAVE_GETENV 1
  6389. | #define HAVE_GETPWUID_R 1
  6390. | #define HAVE_IF_NAMEINDEX 1
  6391. | #define HAVE_IF_NAMETOINDEX 1
  6392. | #define HAVE_ISATTY 1
  6393. | #define HAVE_LSTAT 1
  6394. | #define HAVE_MEMALIGN 1
  6395. | #define HAVE_MMAP 1
  6396. | #define HAVE_OPENAT 1
  6397. | #define HAVE_PREAD 1
  6398. | #define HAVE_POSIX_FADVISE 1
  6399. | #define HAVE_POSIX_MADVISE 1
  6400. | #define HAVE_SETLOCALE 1
  6401. | #define HAVE_STRPTIME 1
  6402. | #define HAVE_USELOCALE 1
  6403. | #define HAVE_ATOF 1
  6404. | #define HAVE_ATOLL 1
  6405. | #define HAVE_DIRFD 1
  6406. | #define HAVE_FDOPENDIR 1
  6407. | #define HAVE_FLOCKFILE 1
  6408. | #define HAVE_FSYNC 1
  6409. | #define HAVE_GETDELIM 1
  6410. | #define HAVE_GETPID 1
  6411. | #define HAVE_GMTIME_R 1
  6412. | #define HAVE_INET_PTON 1
  6413. | #define HAVE_LLDIV 1
  6414. | #define HAVE_LOCALTIME_R 1
  6415. | #define HAVE_NRAND48 1
  6416. | #define HAVE_REWIND 1
  6417. | #define HAVE_SETENV 1
  6418. | #define HAVE_STRCASECMP 1
  6419. | #define HAVE_STRCASESTR 1
  6420. | #define HAVE_STRDUP 1
  6421. | #define HAVE_STRNCASECMP 1
  6422. | #define HAVE_STRNDUP 1
  6423. | #define HAVE_STRNLEN 1
  6424. | #define HAVE_STRSEP 1
  6425. | #define HAVE_STRTOF 1
  6426. | #define HAVE_STRTOK_R 1
  6427. | #define HAVE_STRTOLL 1
  6428. | #define HAVE_SWAB 1
  6429. | #define HAVE_TDESTROY 1
  6430. | #define HAVE_FDATASYNC 1
  6431. | #define HAVE_ASPRINTF 1
  6432. | #define HAVE_VASPRINTF 1
  6433. | #define HAVE_STRCOLL 1
  6434. | #define HAVE_ACCEPT4 1
  6435. | #define HAVE_PIPE2 1
  6436. | #define HAVE_EVENTFD 1
  6437. | #define HAVE_VMSPLICE 1
  6438. | #define HAVE_SCHED_GETAFFINITY 1
  6439. | #define HAVE_POLL 1
  6440. | #define HAVE_STRUCT_POLLFD 1
  6441. | #define HAVE_LRINTF 1
  6442. | #define HAVE_DYNAMIC_PLUGINS 1
  6443. | #define STRNCASECMP_IN_STRINGS_H 1
  6444. | #define HAVE_SEARCH_H 1
  6445. | #define HAVE_GETOPT_H 1
  6446. | #define HAVE_STRINGS_H 1
  6447. | #define HAVE_LOCALE_H 1
  6448. | #define HAVE_XLOCALE_H 1
  6449. | #define HAVE_FCNTL_H 1
  6450. | #define HAVE_SYS_TIME_H 1
  6451. | #define HAVE_SYS_IOCTL_H 1
  6452. | #define HAVE_SYS_STAT_H 1
  6453. | #define HAVE_ARPA_INET_H 1
  6454. | #define HAVE_SYS_EVENTFD_H 1
  6455. | #define HAVE_NET_IF_H 1
  6456. | #define HAVE_SYS_MOUNT_H 1
  6457. | #define HAVE_SYS_SHM_H 1
  6458. | #define HAVE_LINUX_VERSION_H 1
  6459. | #define HAVE_LINUX_DCCP_H 1
  6460. | #define HAVE_SCSI_SCSI_H 1
  6461. | #define HAVE_LINUX_MAGIC_H 1
  6462. | #define HAVE_SYSLOG_H 1
  6463. | #define HAVE_MNTENT_H 1
  6464. | #define HAVE_PTHREAD_H 1
  6465. | #define HAVE_ZLIB_H 1
  6466. | #define ASSUME_UTF8 1
  6467. | #define HAVE_DBUS 1
  6468. | #define NDEBUG 1
  6469. | #define ATTRIBUTE_ALIGNED_MAX 64
  6470. | #define HAVE_ATTRIBUTE_PACKED 1
  6471. | #define HAVE_EXECINFO_H 1
  6472. | #define HAVE_BACKTRACE 1
  6473. | #define HAVE_MMX_INTRINSICS 1
  6474. | #define CAN_COMPILE_MMX 1
  6475. | #define CAN_COMPILE_MMXEXT 1
  6476. | #define HAVE_SSE2_INTRINSICS 1
  6477. | #define CAN_COMPILE_SSE 1
  6478. | #define CAN_COMPILE_SSE2 1
  6479. | #define CAN_COMPILE_SSE3 1
  6480. | #define CAN_COMPILE_SSSE3 1
  6481. | #define CAN_COMPILE_SSE4_1 1
  6482. | #define CAN_COMPILE_SSE4_2 1
  6483. | #define CAN_COMPILE_SSE4A 1
  6484. | #define CAN_COMPILE_3DNOW 1
  6485. | #define ENABLE_SOUT 1
  6486. | #define ENABLE_HTTPD 1
  6487. | #define ENABLE_VLM 1
  6488. | #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  6489. | #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  6490. | #define HAVE_LINUX_VIDEODEV2_H 1
  6491. | #define HAVE_LIBCDDB 1
  6492. | #define HAVE_EBML_EBMLVERSION_H 1
  6493. | #define HAVE_MATROSKA_KAXVERSION_H 1
  6494. | #define HAVE_MATROSKA_KAXATTACHMENTS_H 1
  6495. | #define HAVE_MPCDEC_MPCDEC_H 1
  6496. | /* end confdefs.h. */
  6497. |
  6498. | #include <libcrystalhd/bc_dts_types.h>
  6499. |
  6500. |
  6501. | #include <libcrystalhd/libcrystalhd_if.h>
  6502. configure:32237: result: no
  6503. configure:32446: checking mad.h usability
  6504. configure:32446: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c >&5
  6505. configure:32446: $? = 0
  6506. configure:32446: result: yes
  6507. configure:32446: checking mad.h presence
  6508. configure:32446: gcc -std=gnu99 -E conftest.c
  6509. configure:32446: $? = 0
  6510. configure:32446: result: yes
  6511. configure:32446: checking for mad.h
  6512. configure:32446: result: yes
  6513. configure:32458: checking for mad_bit_init in -lmad
  6514. configure:32483: gcc -std=gnu99 -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 conftest.c -lmad >&5
  6515. configure:32483: $? = 0
  6516. configure:32492: result: yes
  6517. configure:32536: checking if linker supports -Bsymbolic
  6518. configure:32553: gcc -std=gnu99 -o conftest -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 -Wl,-Bsymbolic conftest.c >&5
  6519. configure:32553: $? = 0
  6520. configure:32563: result: yes
  6521. configure:32575: checking for AVCODEC
  6522. configure:32582: $PKG_CONFIG --exists --print-errors "libavcodec >= 52.25.0 libavutil"
  6523. Package libavcodec was not found in the pkg-config search path.
  6524. Perhaps you should add the directory containing `libavcodec.pc'
  6525. to the PKG_CONFIG_PATH environment variable
  6526. No package 'libavcodec' found
  6527. Package libavutil was not found in the pkg-config search path.
  6528. Perhaps you should add the directory containing `libavutil.pc'
  6529. to the PKG_CONFIG_PATH environment variable
  6530. No package 'libavutil' found
  6531. configure:32585: $? = 1
  6532. configure:32599: $PKG_CONFIG --exists --print-errors "libavcodec >= 52.25.0 libavutil"
  6533. Package libavcodec was not found in the pkg-config search path.
  6534. Perhaps you should add the directory containing `libavcodec.pc'
  6535. to the PKG_CONFIG_PATH environment variable
  6536. No package 'libavcodec' found
  6537. Package libavutil was not found in the pkg-config search path.
  6538. Perhaps you should add the directory containing `libavutil.pc'
  6539. to the PKG_CONFIG_PATH environment variable
  6540. No package 'libavutil' found
  6541. configure:32602: $? = 1
  6542. configure:32616: result: no
  6543. No package 'libavcodec' found
  6544. No package 'libavutil' found
  6545. configure:32633: error: No package 'libavcodec' found
  6546. No package 'libavutil' found. Pass --disable-avcodec to ignore this error.
  6547.  
  6548. ## ---------------- ##
  6549. ## Cache variables. ##
  6550. ## ---------------- ##
  6551.  
  6552. ac_cv_3dnow_inline=yes
  6553. ac_cv_build=x86_64-unknown-linux-gnu
  6554. ac_cv_c_attr_align_try=64
  6555. ac_cv_c_attribute_aligned=64
  6556. ac_cv_c_attribute_packed=yes
  6557. ac_cv_c_compiler_gnu=yes
  6558. ac_cv_c_const=yes
  6559. ac_cv_c_fast_math=yes
  6560. ac_cv_c_inline=inline
  6561. ac_cv_c_mmx_intrinsics=yes
  6562. ac_cv_c_ntohl_sys_param_h=no
  6563. ac_cv_c_omit_frame_pointer=yes
  6564. ac_cv_c_restrict=__restrict
  6565. ac_cv_c_sse2_intrinsics=yes
  6566. ac_cv_c_unroll_loops=yes
  6567. ac_cv_c_visibility_hidden=yes
  6568. ac_cv_cxx_compiler_gnu=yes
  6569. ac_cv_env_ALSA_CFLAGS_set=
  6570. ac_cv_env_ALSA_CFLAGS_value=
  6571. ac_cv_env_ALSA_LIBS_set=
  6572. ac_cv_env_ALSA_LIBS_value=
  6573. ac_cv_env_AVCODEC_CFLAGS_set=
  6574. ac_cv_env_AVCODEC_CFLAGS_value=
  6575. ac_cv_env_AVCODEC_LIBS_set=
  6576. ac_cv_env_AVCODEC_LIBS_value=
  6577. ac_cv_env_AVFORMAT_CFLAGS_set=
  6578. ac_cv_env_AVFORMAT_CFLAGS_value=
  6579. ac_cv_env_AVFORMAT_LIBS_set=
  6580. ac_cv_env_AVFORMAT_LIBS_value=
  6581. ac_cv_env_BLURAY_CFLAGS_set=
  6582. ac_cv_env_BLURAY_CFLAGS_value=
  6583. ac_cv_env_BLURAY_LIBS_set=
  6584. ac_cv_env_BLURAY_LIBS_value=
  6585. ac_cv_env_BONJOUR_CFLAGS_set=
  6586. ac_cv_env_BONJOUR_CFLAGS_value=
  6587. ac_cv_env_BONJOUR_LIBS_set=
  6588. ac_cv_env_BONJOUR_LIBS_value=
  6589. ac_cv_env_CACA_CFLAGS_set=
  6590. ac_cv_env_CACA_CFLAGS_value=
  6591. ac_cv_env_CACA_LIBS_set=
  6592. ac_cv_env_CACA_LIBS_value=
  6593. ac_cv_env_CCASFLAGS_set=
  6594. ac_cv_env_CCASFLAGS_value=
  6595. ac_cv_env_CCAS_set=
  6596. ac_cv_env_CCAS_value=
  6597. ac_cv_env_CCC_set=
  6598. ac_cv_env_CCC_value=
  6599. ac_cv_env_CC_set=
  6600. ac_cv_env_CC_value=
  6601. ac_cv_env_CFLAGS_set=
  6602. ac_cv_env_CFLAGS_value=
  6603. ac_cv_env_CPPFLAGS_set=
  6604. ac_cv_env_CPPFLAGS_value=
  6605. ac_cv_env_CPP_set=
  6606. ac_cv_env_CPP_value=
  6607. ac_cv_env_CXXCPP_set=
  6608. ac_cv_env_CXXCPP_value=
  6609. ac_cv_env_CXXFLAGS_set=
  6610. ac_cv_env_CXXFLAGS_value=
  6611. ac_cv_env_CXX_set=
  6612. ac_cv_env_CXX_value=
  6613. ac_cv_env_DBUS_CFLAGS_set=
  6614. ac_cv_env_DBUS_CFLAGS_value=
  6615. ac_cv_env_DBUS_LIBS_set=
  6616. ac_cv_env_DBUS_LIBS_value=
  6617. ac_cv_env_DC1394_CFLAGS_set=
  6618. ac_cv_env_DC1394_CFLAGS_value=
  6619. ac_cv_env_DC1394_LIBS_set=
  6620. ac_cv_env_DC1394_LIBS_value=
  6621. ac_cv_env_DCA_CFLAGS_set=
  6622. ac_cv_env_DCA_CFLAGS_value=
  6623. ac_cv_env_DCA_LIBS_set=
  6624. ac_cv_env_DCA_LIBS_value=
  6625. ac_cv_env_DESKTOP_FILE_VALIDATE_set=
  6626. ac_cv_env_DESKTOP_FILE_VALIDATE_value=
  6627. ac_cv_env_DIRAC_CFLAGS_set=
  6628. ac_cv_env_DIRAC_CFLAGS_value=
  6629. ac_cv_env_DIRAC_LIBS_set=
  6630. ac_cv_env_DIRAC_LIBS_value=
  6631. ac_cv_env_DIRECTFB_CFLAGS_set=
  6632. ac_cv_env_DIRECTFB_CFLAGS_value=
  6633. ac_cv_env_DIRECTFB_LIBS_set=
  6634. ac_cv_env_DIRECTFB_LIBS_value=
  6635. ac_cv_env_DVBPSI_CFLAGS_set=
  6636. ac_cv_env_DVBPSI_CFLAGS_value=
  6637. ac_cv_env_DVBPSI_LIBS_set=
  6638. ac_cv_env_DVBPSI_LIBS_value=
  6639. ac_cv_env_DVDNAV_CFLAGS_set=
  6640. ac_cv_env_DVDNAV_CFLAGS_value=
  6641. ac_cv_env_DVDNAV_LIBS_set=
  6642. ac_cv_env_DVDNAV_LIBS_value=
  6643. ac_cv_env_DVDREAD_CFLAGS_set=
  6644. ac_cv_env_DVDREAD_CFLAGS_value=
  6645. ac_cv_env_DVDREAD_LIBS_set=
  6646. ac_cv_env_DVDREAD_LIBS_value=
  6647. ac_cv_env_DV_CFLAGS_set=
  6648. ac_cv_env_DV_CFLAGS_value=
  6649. ac_cv_env_DV_LIBS_set=
  6650. ac_cv_env_DV_LIBS_value=
  6651. ac_cv_env_EGL_CFLAGS_set=
  6652. ac_cv_env_EGL_CFLAGS_value=
  6653. ac_cv_env_EGL_LIBS_set=
  6654. ac_cv_env_EGL_LIBS_value=
  6655. ac_cv_env_FLAC_CFLAGS_set=
  6656. ac_cv_env_FLAC_CFLAGS_value=
  6657. ac_cv_env_FLAC_LIBS_set=
  6658. ac_cv_env_FLAC_LIBS_value=
  6659. ac_cv_env_FLUIDSYNTH_CFLAGS_set=
  6660. ac_cv_env_FLUIDSYNTH_CFLAGS_value=
  6661. ac_cv_env_FLUIDSYNTH_LIBS_set=
  6662. ac_cv_env_FLUIDSYNTH_LIBS_value=
  6663. ac_cv_env_FREETYPE_CFLAGS_set=
  6664. ac_cv_env_FREETYPE_CFLAGS_value=
  6665. ac_cv_env_FREETYPE_LIBS_set=
  6666. ac_cv_env_FREETYPE_LIBS_value=
  6667. ac_cv_env_FRIBIDI_CFLAGS_set=
  6668. ac_cv_env_FRIBIDI_CFLAGS_value=
  6669. ac_cv_env_FRIBIDI_LIBS_set=
  6670. ac_cv_env_FRIBIDI_LIBS_value=
  6671. ac_cv_env_GL_CFLAGS_set=
  6672. ac_cv_env_GL_CFLAGS_value=
  6673. ac_cv_env_GL_LIBS_set=
  6674. ac_cv_env_GL_LIBS_value=
  6675. ac_cv_env_GNOMEVFS_CFLAGS_set=
  6676. ac_cv_env_GNOMEVFS_CFLAGS_value=
  6677. ac_cv_env_GNOMEVFS_LIBS_set=
  6678. ac_cv_env_GNOMEVFS_LIBS_value=
  6679. ac_cv_env_GNUTLS_CFLAGS_set=
  6680. ac_cv_env_GNUTLS_CFLAGS_value=
  6681. ac_cv_env_GNUTLS_LIBS_set=
  6682. ac_cv_env_GNUTLS_LIBS_value=
  6683. ac_cv_env_GOOM_CFLAGS_set=
  6684. ac_cv_env_GOOM_CFLAGS_value=
  6685. ac_cv_env_GOOM_LIBS_set=
  6686. ac_cv_env_GOOM_LIBS_value=
  6687. ac_cv_env_HILDON_CFLAGS_set=
  6688. ac_cv_env_HILDON_CFLAGS_value=
  6689. ac_cv_env_HILDON_FM_CFLAGS_set=
  6690. ac_cv_env_HILDON_FM_CFLAGS_value=
  6691. ac_cv_env_HILDON_FM_LIBS_set=
  6692. ac_cv_env_HILDON_FM_LIBS_value=
  6693. ac_cv_env_HILDON_LIBS_set=
  6694. ac_cv_env_HILDON_LIBS_value=
  6695. ac_cv_env_JACK_CFLAGS_set=
  6696. ac_cv_env_JACK_CFLAGS_value=
  6697. ac_cv_env_JACK_LIBS_set=
  6698. ac_cv_env_JACK_LIBS_value=
  6699. ac_cv_env_KATE_CFLAGS_set=
  6700. ac_cv_env_KATE_CFLAGS_value=
  6701. ac_cv_env_KATE_LIBS_set=
  6702. ac_cv_env_KATE_LIBS_value=
  6703. ac_cv_env_KDE4_CONFIG_set=
  6704. ac_cv_env_KDE4_CONFIG_value=
  6705. ac_cv_env_LDFLAGS_set=
  6706. ac_cv_env_LDFLAGS_value=
  6707. ac_cv_env_LIBASS_CFLAGS_set=
  6708. ac_cv_env_LIBASS_CFLAGS_value=
  6709. ac_cv_env_LIBASS_LIBS_set=
  6710. ac_cv_env_LIBASS_LIBS_value=
  6711. ac_cv_env_LIBCDDB_CFLAGS_set=
  6712. ac_cv_env_LIBCDDB_CFLAGS_value=
  6713. ac_cv_env_LIBCDDB_LIBS_set=
  6714. ac_cv_env_LIBCDDB_LIBS_value=
  6715. ac_cv_env_LIBCDIO_CFLAGS_set=
  6716. ac_cv_env_LIBCDIO_CFLAGS_value=
  6717. ac_cv_env_LIBCDIO_LIBS_set=
  6718. ac_cv_env_LIBCDIO_LIBS_value=
  6719. ac_cv_env_LIBMODPLUG_CFLAGS_set=
  6720. ac_cv_env_LIBMODPLUG_CFLAGS_value=
  6721. ac_cv_env_LIBMODPLUG_LIBS_set=
  6722. ac_cv_env_LIBMODPLUG_LIBS_value=
  6723. ac_cv_env_LIBMPEG2_CFLAGS_set=
  6724. ac_cv_env_LIBMPEG2_CFLAGS_value=
  6725. ac_cv_env_LIBMPEG2_LIBS_set=
  6726. ac_cv_env_LIBMPEG2_LIBS_value=
  6727. ac_cv_env_LIBPROXY_CFLAGS_set=
  6728. ac_cv_env_LIBPROXY_CFLAGS_value=
  6729. ac_cv_env_LIBPROXY_LIBS_set=
  6730. ac_cv_env_LIBPROXY_LIBS_value=
  6731. ac_cv_env_LIBS_set=
  6732. ac_cv_env_LIBS_value=
  6733. ac_cv_env_LIBV4L2_CFLAGS_set=
  6734. ac_cv_env_LIBV4L2_CFLAGS_value=
  6735. ac_cv_env_LIBV4L2_LIBS_set=
  6736. ac_cv_env_LIBV4L2_LIBS_value=
  6737. ac_cv_env_LIBVA_CFLAGS_set=
  6738. ac_cv_env_LIBVA_CFLAGS_value=
  6739. ac_cv_env_LIBVA_LIBS_set=
  6740. ac_cv_env_LIBVA_LIBS_value=
  6741. ac_cv_env_LIBVCDINFO_CFLAGS_set=
  6742. ac_cv_env_LIBVCDINFO_CFLAGS_value=
  6743. ac_cv_env_LIBVCDINFO_LIBS_set=
  6744. ac_cv_env_LIBVCDINFO_LIBS_value=
  6745. ac_cv_env_LIBXML2_CFLAGS_set=
  6746. ac_cv_env_LIBXML2_CFLAGS_value=
  6747. ac_cv_env_LIBXML2_LIBS_set=
  6748. ac_cv_env_LIBXML2_LIBS_value=
  6749. ac_cv_env_LINSYS_SDI_CFLAGS_set=
  6750. ac_cv_env_LINSYS_SDI_CFLAGS_value=
  6751. ac_cv_env_LINSYS_SDI_LIBS_set=
  6752. ac_cv_env_LINSYS_SDI_LIBS_value=
  6753. ac_cv_env_LUAC_set=
  6754. ac_cv_env_LUAC_value=
  6755. ac_cv_env_LUA_CFLAGS_set=
  6756. ac_cv_env_LUA_CFLAGS_value=
  6757. ac_cv_env_LUA_LIBS_set=
  6758. ac_cv_env_LUA_LIBS_value=
  6759. ac_cv_env_MCE_CFLAGS_set=
  6760. ac_cv_env_MCE_CFLAGS_value=
  6761. ac_cv_env_MCE_LIBS_set=
  6762. ac_cv_env_MCE_LIBS_value=
  6763. ac_cv_env_MINIZIP_CFLAGS_set=
  6764. ac_cv_env_MINIZIP_CFLAGS_value=
  6765. ac_cv_env_MINIZIP_LIBS_set=
  6766. ac_cv_env_MINIZIP_LIBS_value=
  6767. ac_cv_env_MTP_CFLAGS_set=
  6768. ac_cv_env_MTP_CFLAGS_value=
  6769. ac_cv_env_MTP_LIBS_set=
  6770. ac_cv_env_MTP_LIBS_value=
  6771. ac_cv_env_MUX_OGG_CFLAGS_set=
  6772. ac_cv_env_MUX_OGG_CFLAGS_value=
  6773. ac_cv_env_MUX_OGG_LIBS_set=
  6774. ac_cv_env_MUX_OGG_LIBS_value=
  6775. ac_cv_env_NOTIFY_CFLAGS_set=
  6776. ac_cv_env_NOTIFY_CFLAGS_value=
  6777. ac_cv_env_NOTIFY_LIBS_set=
  6778. ac_cv_env_NOTIFY_LIBS_value=
  6779. ac_cv_env_OBJCFLAGS_set=
  6780. ac_cv_env_OBJCFLAGS_value=
  6781. ac_cv_env_OBJC_set=
  6782. ac_cv_env_OBJC_value=
  6783. ac_cv_env_OGG_CFLAGS_set=
  6784. ac_cv_env_OGG_CFLAGS_value=
  6785. ac_cv_env_OGG_LIBS_set=
  6786. ac_cv_env_OGG_LIBS_value=
  6787. ac_cv_env_OPENCV_CFLAGS_set=
  6788. ac_cv_env_OPENCV_CFLAGS_value=
  6789. ac_cv_env_OPENCV_LIBS_set=
  6790. ac_cv_env_OPENCV_LIBS_value=
  6791. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  6792. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  6793. ac_cv_env_PKG_CONFIG_PATH_set=
  6794. ac_cv_env_PKG_CONFIG_PATH_value=
  6795. ac_cv_env_PKG_CONFIG_set=
  6796. ac_cv_env_PKG_CONFIG_value=
  6797. ac_cv_env_PORTAUDIO_CFLAGS_set=
  6798. ac_cv_env_PORTAUDIO_CFLAGS_value=
  6799. ac_cv_env_PORTAUDIO_LIBS_set=
  6800. ac_cv_env_PORTAUDIO_LIBS_value=
  6801. ac_cv_env_POSTPROC_CFLAGS_set=
  6802. ac_cv_env_POSTPROC_CFLAGS_value=
  6803. ac_cv_env_POSTPROC_LIBS_set=
  6804. ac_cv_env_POSTPROC_LIBS_value=
  6805. ac_cv_env_PROJECTM2_CFLAGS_set=
  6806. ac_cv_env_PROJECTM2_CFLAGS_value=
  6807. ac_cv_env_PROJECTM2_LIBS_set=
  6808. ac_cv_env_PROJECTM2_LIBS_value=
  6809. ac_cv_env_PROJECTM_CFLAGS_set=
  6810. ac_cv_env_PROJECTM_CFLAGS_value=
  6811. ac_cv_env_PROJECTM_LIBS_set=
  6812. ac_cv_env_PROJECTM_LIBS_value=
  6813. ac_cv_env_PULSE_CFLAGS_set=
  6814. ac_cv_env_PULSE_CFLAGS_value=
  6815. ac_cv_env_PULSE_LIBS_set=
  6816. ac_cv_env_PULSE_LIBS_value=
  6817. ac_cv_env_QT4_CFLAGS_set=
  6818. ac_cv_env_QT4_CFLAGS_value=
  6819. ac_cv_env_QT4_LIBS_set=
  6820. ac_cv_env_QT4_LIBS_value=
  6821. ac_cv_env_SAMPLERATE_CFLAGS_set=
  6822. ac_cv_env_SAMPLERATE_CFLAGS_value=
  6823. ac_cv_env_SAMPLERATE_LIBS_set=
  6824. ac_cv_env_SAMPLERATE_LIBS_value=
  6825. ac_cv_env_SCHROEDINGER_CFLAGS_set=
  6826. ac_cv_env_SCHROEDINGER_CFLAGS_value=
  6827. ac_cv_env_SCHROEDINGER_LIBS_set=
  6828. ac_cv_env_SCHROEDINGER_LIBS_value=
  6829. ac_cv_env_SDL_CFLAGS_set=
  6830. ac_cv_env_SDL_CFLAGS_value=
  6831. ac_cv_env_SDL_IMAGE_CFLAGS_set=
  6832. ac_cv_env_SDL_IMAGE_CFLAGS_value=
  6833. ac_cv_env_SDL_IMAGE_LIBS_set=
  6834. ac_cv_env_SDL_IMAGE_LIBS_value=
  6835. ac_cv_env_SDL_LIBS_set=
  6836. ac_cv_env_SDL_LIBS_value=
  6837. ac_cv_env_SHOUT_CFLAGS_set=
  6838. ac_cv_env_SHOUT_CFLAGS_value=
  6839. ac_cv_env_SHOUT_LIBS_set=
  6840. ac_cv_env_SHOUT_LIBS_value=
  6841. ac_cv_env_SID_CFLAGS_set=
  6842. ac_cv_env_SID_CFLAGS_value=
  6843. ac_cv_env_SID_LIBS_set=
  6844. ac_cv_env_SID_LIBS_value=
  6845. ac_cv_env_SPEEXDSP_CFLAGS_set=
  6846. ac_cv_env_SPEEXDSP_CFLAGS_value=
  6847. ac_cv_env_SPEEXDSP_LIBS_set=
  6848. ac_cv_env_SPEEXDSP_LIBS_value=
  6849. ac_cv_env_SPEEX_CFLAGS_set=
  6850. ac_cv_env_SPEEX_CFLAGS_value=
  6851. ac_cv_env_SPEEX_LIBS_set=
  6852. ac_cv_env_SPEEX_LIBS_value=
  6853. ac_cv_env_SQLITE_CFLAGS_set=
  6854. ac_cv_env_SQLITE_CFLAGS_value=
  6855. ac_cv_env_SQLITE_LIBS_set=
  6856. ac_cv_env_SQLITE_LIBS_value=
  6857. ac_cv_env_SVG_CFLAGS_set=
  6858. ac_cv_env_SVG_CFLAGS_value=
  6859. ac_cv_env_SVG_LIBS_set=
  6860. ac_cv_env_SVG_LIBS_value=
  6861. ac_cv_env_SWSCALE_CFLAGS_set=
  6862. ac_cv_env_SWSCALE_CFLAGS_value=
  6863. ac_cv_env_SWSCALE_LIBS_set=
  6864. ac_cv_env_SWSCALE_LIBS_value=
  6865. ac_cv_env_TAGLIB_CFLAGS_set=
  6866. ac_cv_env_TAGLIB_CFLAGS_value=
  6867. ac_cv_env_TAGLIB_LIBS_set=
  6868. ac_cv_env_TAGLIB_LIBS_value=
  6869. ac_cv_env_THEORA_CFLAGS_set=
  6870. ac_cv_env_THEORA_CFLAGS_value=
  6871. ac_cv_env_THEORA_LIBS_set=
  6872. ac_cv_env_THEORA_LIBS_value=
  6873. ac_cv_env_TIGER_CFLAGS_set=
  6874. ac_cv_env_TIGER_CFLAGS_value=
  6875. ac_cv_env_TIGER_LIBS_set=
  6876. ac_cv_env_TIGER_LIBS_value=
  6877. ac_cv_env_TWOLAME_CFLAGS_set=
  6878. ac_cv_env_TWOLAME_CFLAGS_value=
  6879. ac_cv_env_TWOLAME_LIBS_set=
  6880. ac_cv_env_TWOLAME_LIBS_value=
  6881. ac_cv_env_UDEV_CFLAGS_set=
  6882. ac_cv_env_UDEV_CFLAGS_value=
  6883. ac_cv_env_UDEV_LIBS_set=
  6884. ac_cv_env_UDEV_LIBS_value=
  6885. ac_cv_env_UPNP_CFLAGS_set=
  6886. ac_cv_env_UPNP_CFLAGS_value=
  6887. ac_cv_env_UPNP_LIBS_set=
  6888. ac_cv_env_UPNP_LIBS_value=
  6889. ac_cv_env_VORBIS_CFLAGS_set=
  6890. ac_cv_env_VORBIS_CFLAGS_value=
  6891. ac_cv_env_VORBIS_LIBS_set=
  6892. ac_cv_env_VORBIS_LIBS_value=
  6893. ac_cv_env_X264_CFLAGS_set=
  6894. ac_cv_env_X264_CFLAGS_value=
  6895. ac_cv_env_X264_LIBS_set=
  6896. ac_cv_env_X264_LIBS_value=
  6897. ac_cv_env_XCB_CFLAGS_set=
  6898. ac_cv_env_XCB_CFLAGS_value=
  6899. ac_cv_env_XCB_COMPOSITE_CFLAGS_set=
  6900. ac_cv_env_XCB_COMPOSITE_CFLAGS_value=
  6901. ac_cv_env_XCB_COMPOSITE_LIBS_set=
  6902. ac_cv_env_XCB_COMPOSITE_LIBS_value=
  6903. ac_cv_env_XCB_KEYSYMS_CFLAGS_set=
  6904. ac_cv_env_XCB_KEYSYMS_CFLAGS_value=
  6905. ac_cv_env_XCB_KEYSYMS_LIBS_set=
  6906. ac_cv_env_XCB_KEYSYMS_LIBS_value=
  6907. ac_cv_env_XCB_LIBS_set=
  6908. ac_cv_env_XCB_LIBS_value=
  6909. ac_cv_env_XCB_RANDR_CFLAGS_set=
  6910. ac_cv_env_XCB_RANDR_CFLAGS_value=
  6911. ac_cv_env_XCB_RANDR_LIBS_set=
  6912. ac_cv_env_XCB_RANDR_LIBS_value=
  6913. ac_cv_env_XCB_SHM_CFLAGS_set=
  6914. ac_cv_env_XCB_SHM_CFLAGS_value=
  6915. ac_cv_env_XCB_SHM_LIBS_set=
  6916. ac_cv_env_XCB_SHM_LIBS_value=
  6917. ac_cv_env_XCB_XV_CFLAGS_set=
  6918. ac_cv_env_XCB_XV_CFLAGS_value=
  6919. ac_cv_env_XCB_XV_LIBS_set=
  6920. ac_cv_env_XCB_XV_LIBS_value=
  6921. ac_cv_env_XEXT_CFLAGS_set=
  6922. ac_cv_env_XEXT_CFLAGS_value=
  6923. ac_cv_env_XEXT_LIBS_set=
  6924. ac_cv_env_XEXT_LIBS_value=
  6925. ac_cv_env_XINERAMA_CFLAGS_set=
  6926. ac_cv_env_XINERAMA_CFLAGS_value=
  6927. ac_cv_env_XINERAMA_LIBS_set=
  6928. ac_cv_env_XINERAMA_LIBS_value=
  6929. ac_cv_env_XMKMF_set=
  6930. ac_cv_env_XMKMF_value=
  6931. ac_cv_env_XPM_CFLAGS_set=
  6932. ac_cv_env_XPM_CFLAGS_value=
  6933. ac_cv_env_XPM_LIBS_set=
  6934. ac_cv_env_XPM_LIBS_value=
  6935. ac_cv_env_XPROTO_CFLAGS_set=
  6936. ac_cv_env_XPROTO_CFLAGS_value=
  6937. ac_cv_env_XPROTO_LIBS_set=
  6938. ac_cv_env_XPROTO_LIBS_value=
  6939. ac_cv_env_ZVBI_CFLAGS_set=
  6940. ac_cv_env_ZVBI_CFLAGS_value=
  6941. ac_cv_env_ZVBI_LIBS_set=
  6942. ac_cv_env_ZVBI_LIBS_value=
  6943. ac_cv_env_build_alias_set=
  6944. ac_cv_env_build_alias_value=
  6945. ac_cv_env_host_alias_set=
  6946. ac_cv_env_host_alias_value=
  6947. ac_cv_env_target_alias_set=
  6948. ac_cv_env_target_alias_value=
  6949. ac_cv_func_accept4=yes
  6950. ac_cv_func_atof=yes
  6951. ac_cv_func_atoll=yes
  6952. ac_cv_func_backtrace=yes
  6953. ac_cv_func_daemon=yes
  6954. ac_cv_func_dirfd=yes
  6955. ac_cv_func_dlopen=no
  6956. ac_cv_func_eventfd=yes
  6957. ac_cv_func_fcntl=yes
  6958. ac_cv_func_fdatasync=yes
  6959. ac_cv_func_fdopendir=yes
  6960. ac_cv_func_flockfile=yes
  6961. ac_cv_func_fork=yes
  6962. ac_cv_func_fstatvfs=yes
  6963. ac_cv_func_fsync=yes
  6964. ac_cv_func_getdelim=yes
  6965. ac_cv_func_getenv=yes
  6966. ac_cv_func_getopt_long=yes
  6967. ac_cv_func_getpid=yes
  6968. ac_cv_func_getpwuid_r=yes
  6969. ac_cv_func_gmtime_r=yes
  6970. ac_cv_func_if_nameindex=yes
  6971. ac_cv_func_if_nametoindex=yes
  6972. ac_cv_func_inet_pton=yes
  6973. ac_cv_func_isatty=yes
  6974. ac_cv_func_lldiv=yes
  6975. ac_cv_func_localtime_r=yes
  6976. ac_cv_func_lstat=yes
  6977. ac_cv_func_memalign=yes
  6978. ac_cv_func_mmap=yes
  6979. ac_cv_func_nrand48=yes
  6980. ac_cv_func_openat=yes
  6981. ac_cv_func_pipe2=yes
  6982. ac_cv_func_posix_fadvise=yes
  6983. ac_cv_func_posix_madvise=yes
  6984. ac_cv_func_pread=yes
  6985. ac_cv_func_rewind=yes
  6986. ac_cv_func_sched_getaffinity=yes
  6987. ac_cv_func_setenv=yes
  6988. ac_cv_func_setlocale=yes
  6989. ac_cv_func_shl_load=no
  6990. ac_cv_func_strcasecmp=yes
  6991. ac_cv_func_strcasestr=yes
  6992. ac_cv_func_strcoll_works=yes
  6993. ac_cv_func_strdup=yes
  6994. ac_cv_func_stricmp=no
  6995. ac_cv_func_strlcpy=no
  6996. ac_cv_func_strncasecmp=yes
  6997. ac_cv_func_strndup=yes
  6998. ac_cv_func_strnicmp=no
  6999. ac_cv_func_strnlen=yes
  7000. ac_cv_func_strptime=yes
  7001. ac_cv_func_strsep=yes
  7002. ac_cv_func_strtof=yes
  7003. ac_cv_func_strtok_r=yes
  7004. ac_cv_func_strtoll=yes
  7005. ac_cv_func_swab=yes
  7006. ac_cv_func_tdestroy=yes
  7007. ac_cv_func_uselocale=yes
  7008. ac_cv_func_vmsplice=yes
  7009. ac_cv_have_decl_nanosleep=yes
  7010. ac_cv_header_DeckLinkAPIDispatch_cpp=no
  7011. ac_cv_header_arpa_inet_h=yes
  7012. ac_cv_header_dlfcn_h=yes
  7013. ac_cv_header_ebml_EbmlVersion_h=yes
  7014. ac_cv_header_execinfo_h=yes
  7015. ac_cv_header_fcntl_h=yes
  7016. ac_cv_header_getopt_h=yes
  7017. ac_cv_header_gme_gme_h=no
  7018. ac_cv_header_inttypes_h=yes
  7019. ac_cv_header_libcrystalhd_libcrystalhd_if_h=no
  7020. ac_cv_header_libsmbclient_h=no
  7021. ac_cv_header_linux_dccp_h=yes
  7022. ac_cv_header_linux_magic_h=yes
  7023. ac_cv_header_linux_version_h=yes
  7024. ac_cv_header_linux_videodev2_h=yes
  7025. ac_cv_header_locale_h=yes
  7026. ac_cv_header_machine_param_h=no
  7027. ac_cv_header_mad_h=yes
  7028. ac_cv_header_matroska_KaxAttachments_h=yes
  7029. ac_cv_header_matroska_KaxVersion_h=yes
  7030. ac_cv_header_memory_h=yes
  7031. ac_cv_header_minix_config_h=no
  7032. ac_cv_header_mntent_h=yes
  7033. ac_cv_header_mpc_mpcdec_h=no
  7034. ac_cv_header_mpcdec_mpcdec_h=yes
  7035. ac_cv_header_net_if_h=yes
  7036. ac_cv_header_netinet_udplite_h=no
  7037. ac_cv_header_pthread_h=yes
  7038. ac_cv_header_scsi_scsi_h=yes
  7039. ac_cv_header_search_h=yes
  7040. ac_cv_header_stdc=yes
  7041. ac_cv_header_stdint_h=yes
  7042. ac_cv_header_stdlib_h=yes
  7043. ac_cv_header_string_h=yes
  7044. ac_cv_header_strings_h=yes
  7045. ac_cv_header_sys_eventfd_h=yes
  7046. ac_cv_header_sys_ioctl_h=yes
  7047. ac_cv_header_sys_mount_h=yes
  7048. ac_cv_header_sys_shm_h=yes
  7049. ac_cv_header_sys_stat_h=yes
  7050. ac_cv_header_sys_time_h=yes
  7051. ac_cv_header_sys_types_h=yes
  7052. ac_cv_header_sys_videoio_h=no
  7053. ac_cv_header_syslog_h=yes
  7054. ac_cv_header_unistd_h=yes
  7055. ac_cv_header_unzip_h=no
  7056. ac_cv_header_xlocale_h=yes
  7057. ac_cv_header_zlib_h=yes
  7058. ac_cv_host=x86_64-unknown-linux-gnu
  7059. ac_cv_ld_bsymbolic=yes
  7060. ac_cv_lib_dl_dlopen=yes
  7061. ac_cv_lib_dld_shl_load=no
  7062. ac_cv_lib_dvdnav_dvdnav_describe_title_chapters=yes
  7063. ac_cv_lib_dvdnav_dvdnav_get_video_resolution=yes
  7064. ac_cv_lib_ebml_main=yes
  7065. ac_cv_lib_ebml_pic_main=no
  7066. ac_cv_lib_m_cos=yes
  7067. ac_cv_lib_m_lrintf=yes
  7068. ac_cv_lib_mad_mad_bit_init=yes
  7069. ac_cv_lib_pthread_main=yes
  7070. ac_cv_lib_rt_clock_nanosleep=yes
  7071. ac_cv_linux_s2api=yes
  7072. ac_cv_live555=no
  7073. ac_cv_mmx_inline=yes
  7074. ac_cv_mmxext_inline=yes
  7075. ac_cv_neon_inline=no
  7076. ac_cv_objc_compiler_gnu=no
  7077. ac_cv_objext=o
  7078. ac_cv_path_EGREP='/usr/bin/grep -E'
  7079. ac_cv_path_FGREP='/usr/bin/grep -F'
  7080. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  7081. ac_cv_path_GREP=/usr/bin/grep
  7082. ac_cv_path_LUAC=/usr/bin/luac
  7083. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  7084. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  7085. ac_cv_path_SED=/usr/bin/sed
  7086. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  7087. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  7088. ac_cv_path_install='/usr/bin/install -c'
  7089. ac_cv_path_mkdir=/usr/bin/mkdir
  7090. ac_cv_prog_AWK=gawk
  7091. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  7092. ac_cv_prog_CXXCPP='g++ -E'
  7093. ac_cv_prog_DESKTOP_FILE_VALIDATE=desktop-file-validate
  7094. ac_cv_prog_ac_ct_AR=ar
  7095. ac_cv_prog_ac_ct_CC=gcc
  7096. ac_cv_prog_ac_ct_CXX=g++
  7097. ac_cv_prog_ac_ct_OBJC=gcc
  7098. ac_cv_prog_ac_ct_OBJDUMP=objdump
  7099. ac_cv_prog_ac_ct_RANLIB=ranlib
  7100. ac_cv_prog_ac_ct_STRIP=strip
  7101. ac_cv_prog_cc_c89=
  7102. ac_cv_prog_cc_c99=-std=gnu99
  7103. ac_cv_prog_cc_flags__Wall=yes
  7104. ac_cv_prog_cc_flags__Wbad_function_cast=yes
  7105. ac_cv_prog_cc_flags__Werror_implicit_function_declaration=yes
  7106. ac_cv_prog_cc_flags__Wextra=yes
  7107. ac_cv_prog_cc_flags__Wmissing_prototypes=yes
  7108. ac_cv_prog_cc_flags__Wpointer_arith=yes
  7109. ac_cv_prog_cc_flags__Wsign_compare=yes
  7110. ac_cv_prog_cc_flags__Wundef=yes
  7111. ac_cv_prog_cc_flags__Wvolatile_register_var=yes
  7112. ac_cv_prog_cc_flags__Wwrite_strings=yes
  7113. ac_cv_prog_cc_flags__pipe=yes
  7114. ac_cv_prog_cc_g=yes
  7115. ac_cv_prog_cc_gcc_c_o=yes
  7116. ac_cv_prog_cxx_flags__Wall=yes
  7117. ac_cv_prog_cxx_flags__Wextra=yes
  7118. ac_cv_prog_cxx_flags__Wpointer_arith=yes
  7119. ac_cv_prog_cxx_flags__Wsign_compare=yes
  7120. ac_cv_prog_cxx_flags__Wundef=yes
  7121. ac_cv_prog_cxx_flags__Wvolatile_register_var=yes
  7122. ac_cv_prog_cxx_g=yes
  7123. ac_cv_prog_make_make_set=yes
  7124. ac_cv_prog_objc_g=no
  7125. ac_cv_safe_to_define___extensions__=yes
  7126. ac_cv_search_connect='none required'
  7127. ac_cv_search_dlopen=-ldl
  7128. ac_cv_search_getaddrinfo='none required'
  7129. ac_cv_search_poll='none required'
  7130. ac_cv_sse2_inline=yes
  7131. ac_cv_sse3_inline=yes
  7132. ac_cv_sse4_1_inline=yes
  7133. ac_cv_sse4_2_inline=yes
  7134. ac_cv_sse4a_inline=yes
  7135. ac_cv_sse_inline=yes
  7136. ac_cv_ssse3_inline=yes
  7137. ac_cv_struct_sockaddr_storage=yes
  7138. ac_cv_type_socklen_t=yes
  7139. ac_cv_type_ssize_t=yes
  7140. ac_cv_type_struct_pollfd=yes
  7141. acl_cv_hardcode_direct=no
  7142. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  7143. acl_cv_hardcode_libdir_separator=
  7144. acl_cv_hardcode_minus_L=no
  7145. acl_cv_libext=a
  7146. acl_cv_libname_spec='lib$name'
  7147. acl_cv_library_names_spec='$libname$shrext'
  7148. acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
  7149. acl_cv_prog_gnu_ld=yes
  7150. acl_cv_rpath=done
  7151. acl_cv_shlibext=so
  7152. acl_cv_wl=-Wl,
  7153. am_cv_CCAS_dependencies_compiler_type=gcc3
  7154. am_cv_CC_dependencies_compiler_type=gcc3
  7155. am_cv_CXX_dependencies_compiler_type=gcc3
  7156. am_cv_OBJC_dependencies_compiler_type=gcc3
  7157. am_cv_func_iconv=yes
  7158. am_cv_func_iconv_works=yes
  7159. am_cv_lib_iconv=no
  7160. am_cv_make_support_nested_variables=yes
  7161. am_cv_prog_tar_ustar=gnutar
  7162. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  7163. am_cv_proto_iconv_arg1=
  7164. gt_cv_func_CFLocaleCopyCurrent=no
  7165. gt_cv_func_CFPreferencesCopyAppValue=no
  7166. gt_cv_func_gnugettext1_libc=yes
  7167. lt_cv_ar_at_file=@
  7168. lt_cv_archive_cmds_need_lc=no
  7169. lt_cv_deplibs_check_method=pass_all
  7170. lt_cv_dlopen=dlopen
  7171. lt_cv_dlopen_libs=-ldl
  7172. lt_cv_dlopen_self=yes
  7173. lt_cv_dlopen_self_static=yes
  7174. lt_cv_ld_reload_flag=-r
  7175. lt_cv_nm_interface='BSD nm'
  7176. lt_cv_objdir=.libs
  7177. lt_cv_path_LD=/usr/bin/ld
  7178. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  7179. lt_cv_path_NM='/usr/bin/nm -B'
  7180. lt_cv_path_mainfest_tool=no
  7181. lt_cv_prog_compiler_c_o=yes
  7182. lt_cv_prog_compiler_c_o_CXX=yes
  7183. lt_cv_prog_compiler_c_o_RC=yes
  7184. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  7185. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  7186. lt_cv_prog_compiler_pic_works=yes
  7187. lt_cv_prog_compiler_pic_works_CXX=yes
  7188. lt_cv_prog_compiler_rtti_exceptions=no
  7189. lt_cv_prog_compiler_static_works=no
  7190. lt_cv_prog_compiler_static_works_CXX=no
  7191. lt_cv_prog_gnu_ld=yes
  7192. lt_cv_prog_gnu_ldcxx=yes
  7193. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  7194. lt_cv_shlibpath_overrides_runpath=no
  7195. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  7196. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  7197. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  7198. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  7199. lt_cv_sys_max_cmd_len=1572864
  7200. lt_cv_to_host_file_cmd=func_convert_file_noop
  7201. lt_cv_to_tool_file_cmd=func_convert_file_noop
  7202. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  7203. pkg_cv_DBUS_LIBS='-L/lib64 -ldbus-1 -lpthread -lrt '
  7204. pkg_cv_DVDNAV_CFLAGS=' '
  7205. pkg_cv_DVDNAV_LIBS='-ldvdnav -lpthread '
  7206. pkg_cv_DVDREAD_CFLAGS=' '
  7207. pkg_cv_DVDREAD_LIBS='-ldvdread '
  7208. pkg_cv_DV_CFLAGS=' '
  7209. pkg_cv_DV_LIBS='-lavc1394 -lrom1394 -lraw1394 '
  7210. pkg_cv_LIBCDDB_CFLAGS=' '
  7211. pkg_cv_LIBCDDB_LIBS='-lcddb '
  7212. pkg_cv_LIBMODPLUG_CFLAGS='-I/usr/include/libmodplug '
  7213. pkg_cv_LIBMODPLUG_LIBS='-lmodplug '
  7214. pkg_cv_LUA_CFLAGS=' '
  7215. pkg_cv_LUA_LIBS='-llua -lm -ldl '
  7216. pkg_cv_MUX_OGG_CFLAGS=' '
  7217. pkg_cv_MUX_OGG_LIBS='-logg '
  7218. pkg_cv_OGG_CFLAGS=' '
  7219. pkg_cv_OGG_LIBS='-logg '
  7220. pkg_cv_SHOUT_CFLAGS='-pthread '
  7221. pkg_cv_SHOUT_LIBS='-lshout -lvorbis -lm -ltheora -lspeex -logg '
  7222.  
  7223. ## ----------------- ##
  7224. ## Output variables. ##
  7225. ## ----------------- ##
  7226.  
  7227. ACLOCAL='${SHELL} /media/storage/softwares/installation/vlc-2.0.3/autotools/missing --run aclocal-1.11'
  7228. ALIASES=' cvlc rvlc'
  7229. ALSA_CFLAGS=''
  7230. ALSA_LIBS=''
  7231. AMDEPBACKSLASH='\'
  7232. AMDEP_FALSE='#'
  7233. AMDEP_TRUE=''
  7234. AMTAR='$${TAR-tar}'
  7235. AM_BACKSLASH='\'
  7236. AM_CPPFLAGS=''
  7237. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  7238. AM_DEFAULT_VERBOSITY='0'
  7239. AM_V='$(V)'
  7240. AR='ar'
  7241. ARCH='x86_64 mmx sse sse2'
  7242. AS='as'
  7243. ASM=''
  7244. AUTOCONF='${SHELL} /media/storage/softwares/installation/vlc-2.0.3/autotools/missing --run autoconf'
  7245. AUTOHEADER='${SHELL} /media/storage/softwares/installation/vlc-2.0.3/autotools/missing --run autoheader'
  7246. AUTOMAKE='${SHELL} /media/storage/softwares/installation/vlc-2.0.3/autotools/missing --run automake-1.11'
  7247. AVCODEC_CFLAGS=''
  7248. AVCODEC_LIBS=''
  7249. AVFORMAT_CFLAGS=''
  7250. AVFORMAT_LIBS=''
  7251. AWK='gawk'
  7252. BLURAY_CFLAGS=''
  7253. BLURAY_LIBS=''
  7254. BONJOUR_CFLAGS=''
  7255. BONJOUR_LIBS=''
  7256. BUILD_HILDON_FALSE=''
  7257. BUILD_HILDON_TRUE=''
  7258. BUILD_HTTPD_FALSE='#'
  7259. BUILD_HTTPD_TRUE=''
  7260. BUILD_LUA_FALSE='#'
  7261. BUILD_LUA_TRUE=''
  7262. BUILD_MACOSX_VLC_APP_FALSE=''
  7263. BUILD_MACOSX_VLC_APP_TRUE=''
  7264. BUILD_OSDMENU_FALSE=''
  7265. BUILD_OSDMENU_TRUE=''
  7266. BUILD_SKINS_FALSE=''
  7267. BUILD_SKINS_TRUE=''
  7268. BUILD_VLC_FALSE=''
  7269. BUILD_VLC_TRUE=''
  7270. CACA_CFLAGS=''
  7271. CACA_LIBS=''
  7272. CC='gcc -std=gnu99'
  7273. CCAS='gcc -std=gnu99'
  7274. CCASDEPMODE='depmode=gcc3'
  7275. CCASFLAGS='-g -O2'
  7276. CCDEPMODE='depmode=gcc3'
  7277. CFLAGS='-g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64'
  7278. CFLAGS_access_avio=''
  7279. CFLAGS_access_dv=' '
  7280. CFLAGS_access_gnomevfs=''
  7281. CFLAGS_access_http=''
  7282. CFLAGS_access_jack=''
  7283. CFLAGS_access_mtp=''
  7284. CFLAGS_access_output_shout=' -pthread '
  7285. CFLAGS_avcodec=''
  7286. CFLAGS_avformat=''
  7287. CFLAGS_bonjour=''
  7288. CFLAGS_caca=''
  7289. CFLAGS_cdda=' '
  7290. CFLAGS_dbus=' -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  7291. CFLAGS_dc1394=''
  7292. CFLAGS_deinterlace=''
  7293. CFLAGS_dirac=''
  7294. CFLAGS_dtstofloat32=''
  7295. CFLAGS_dvdnav=' '
  7296. CFLAGS_dvdread=' '
  7297. CFLAGS_flac=''
  7298. CFLAGS_fluidsynth=''
  7299. CFLAGS_globalhotkeys=''
  7300. CFLAGS_goom=''
  7301. CFLAGS_hildon=''
  7302. CFLAGS_i420_yuy2_altivec=''
  7303. CFLAGS_inhibit=' -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  7304. CFLAGS_jack=''
  7305. CFLAGS_kate=''
  7306. CFLAGS_libass=''
  7307. CFLAGS_libbluray=''
  7308. CFLAGS_libmpeg2=''
  7309. CFLAGS_libvlccore=' -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  7310. CFLAGS_linsys_sdi=''
  7311. CFLAGS_lua=' '
  7312. CFLAGS_memcpyaltivec=''
  7313. CFLAGS_motion=''
  7314. CFLAGS_mtp=''
  7315. CFLAGS_mux_ogg=' '
  7316. CFLAGS_notify=''
  7317. CFLAGS_ogg=' '
  7318. CFLAGS_opencv_example=''
  7319. CFLAGS_opencv_wrapper=''
  7320. CFLAGS_panoramix=''
  7321. CFLAGS_portaudio=''
  7322. CFLAGS_postproc=''
  7323. CFLAGS_samplerate=''
  7324. CFLAGS_schroedinger=''
  7325. CFLAGS_sdl_image=''
  7326. CFLAGS_sid=''
  7327. CFLAGS_speex=''
  7328. CFLAGS_sqlite=''
  7329. CFLAGS_stream_out_switcher=''
  7330. CFLAGS_svg=''
  7331. CFLAGS_swscale=''
  7332. CFLAGS_telepathy=' -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  7333. CFLAGS_theora=''
  7334. CFLAGS_twolame=''
  7335. CFLAGS_udev=''
  7336. CFLAGS_upnp=''
  7337. CFLAGS_vcdx=''
  7338. CFLAGS_vorbis=''
  7339. CFLAGS_vout_ios=''
  7340. CFLAGS_vout_sdl=''
  7341. CFLAGS_x264=''
  7342. CFLAGS_xcb_window=''
  7343. CFLAGS_xml=''
  7344. CFLAGS_xosd=''
  7345. CFLAGS_zvbi=''
  7346. CONTRIB_DIR=''
  7347. COPYRIGHT_MESSAGE=''
  7348. COPYRIGHT_YEARS='1996-2012'
  7349. CPP='gcc -std=gnu99 -E'
  7350. CPPFLAGS=''
  7351. CPPFLAGS_a52tofloat32=''
  7352. CPPFLAGS_access_dv=''
  7353. CPPFLAGS_access_gnomevfs=''
  7354. CPPFLAGS_access_jack=''
  7355. CPPFLAGS_access_mtp=''
  7356. CPPFLAGS_access_output_shout=''
  7357. CPPFLAGS_bonjour=''
  7358. CPPFLAGS_caca=''
  7359. CPPFLAGS_dc1394=''
  7360. CPPFLAGS_decklink=''
  7361. CPPFLAGS_dirac=''
  7362. CPPFLAGS_directfb=''
  7363. CPPFLAGS_dmo=''
  7364. CPPFLAGS_dtstofloat32=''
  7365. CPPFLAGS_dvdread=''
  7366. CPPFLAGS_faad=''
  7367. CPPFLAGS_flac=''
  7368. CPPFLAGS_fluidsynth=''
  7369. CPPFLAGS_freetype=''
  7370. CPPFLAGS_goom=''
  7371. CPPFLAGS_jack=''
  7372. CPPFLAGS_kate=''
  7373. CPPFLAGS_libass=''
  7374. CPPFLAGS_libbluray=''
  7375. CPPFLAGS_libmpeg2=''
  7376. CPPFLAGS_mpgatofixed32=''
  7377. CPPFLAGS_mtp=''
  7378. CPPFLAGS_mux_ogg=''
  7379. CPPFLAGS_notify=''
  7380. CPPFLAGS_ogg=''
  7381. CPPFLAGS_opencv_example=''
  7382. CPPFLAGS_opencv_wrapper=''
  7383. CPPFLAGS_portaudio=''
  7384. CPPFLAGS_qt4=''
  7385. CPPFLAGS_quicktime=''
  7386. CPPFLAGS_realvideo=''
  7387. CPPFLAGS_samplerate=''
  7388. CPPFLAGS_schroedinger=''
  7389. CPPFLAGS_skins2=' -I${top_srcdir}/modules/access/zip/unzip'
  7390. CPPFLAGS_speex=''
  7391. CPPFLAGS_sqlite=''
  7392. CPPFLAGS_svg=''
  7393. CPPFLAGS_theora=''
  7394. CPPFLAGS_twolame=''
  7395. CPPFLAGS_udev=''
  7396. CPPFLAGS_upnp=''
  7397. CPPFLAGS_vorbis=''
  7398. CPPFLAGS_x264=''
  7399. CPPFLAGS_xml=''
  7400. CXX='g++'
  7401. CXXCPP='g++ -E'
  7402. CXXDEPMODE='depmode=gcc3'
  7403. CXXFLAGS='-g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer'
  7404. CXXFLAGS_dshow=''
  7405. CXXFLAGS_live555=''
  7406. CXXFLAGS_mkv=' '
  7407. CXXFLAGS_mod=' -I/usr/include/libmodplug '
  7408. CXXFLAGS_projectm=''
  7409. CXXFLAGS_qt4=''
  7410. CXXFLAGS_skins2=''
  7411. CXXFLAGS_taglib=''
  7412. CXXFLAGS_upnp=''
  7413. CYGPATH_W='echo'
  7414. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  7415. DBUS_LIBS='-L/lib64 -ldbus-1 -lpthread -lrt '
  7416. DC1394_CFLAGS=''
  7417. DC1394_LIBS=''
  7418. DCA_CFLAGS=''
  7419. DCA_LIBS=''
  7420. DEFS=''
  7421. DEFS_BIGENDIAN=''
  7422. DEPDIR='.deps'
  7423. DESKTOP_FILE_VALIDATE='desktop-file-validate'
  7424. DIRAC_CFLAGS=''
  7425. DIRAC_LIBS=''
  7426. DIRECTFB_CFLAGS=''
  7427. DIRECTFB_CONFIG=''
  7428. DIRECTFB_LIBS=''
  7429. DLLTOOL='false'
  7430. DSYMUTIL=''
  7431. DUMPBIN=''
  7432. DVBPSI_CFLAGS=''
  7433. DVBPSI_LIBS=''
  7434. DVDNAV_CFLAGS=' '
  7435. DVDNAV_LIBS='-ldvdnav -lpthread '
  7436. DVDREAD_CFLAGS=' '
  7437. DVDREAD_LIBS='-ldvdread '
  7438. DV_CFLAGS=' '
  7439. DV_LIBS='-lavc1394 -lrom1394 -lraw1394 '
  7440. ECHO_C=''
  7441. ECHO_N='-n'
  7442. ECHO_T=''
  7443. EGL_CFLAGS=''
  7444. EGL_LIBS=''
  7445. EGREP='/usr/bin/grep -E'
  7446. ENABLE_QT4_FALSE=''
  7447. ENABLE_QT4_TRUE=''
  7448. ENABLE_SOUT_FALSE='#'
  7449. ENABLE_SOUT_TRUE=''
  7450. ENABLE_VLM_FALSE='#'
  7451. ENABLE_VLM_TRUE=''
  7452. EXEEXT=''
  7453. FGREP='/usr/bin/grep -F'
  7454. FILE_LIBVLCCORE_DLL=''
  7455. FILE_LIBVLC_DLL=''
  7456. FLAC_CFLAGS=''
  7457. FLAC_LIBS=''
  7458. FLUIDSYNTH_CFLAGS=''
  7459. FLUIDSYNTH_LIBS=''
  7460. FREETYPE_CFLAGS=''
  7461. FREETYPE_LIBS=''
  7462. FRIBIDI_CFLAGS=''
  7463. FRIBIDI_LIBS=''
  7464. GCRYPT_CFLAGS=''
  7465. GCRYPT_LIBS=''
  7466. GETTEXT_MACRO_VERSION='0.18'
  7467. GL_CFLAGS=''
  7468. GL_LIBS=''
  7469. GMSGFMT='/usr/bin/msgfmt'
  7470. GMSGFMT_015='/usr/bin/msgfmt'
  7471. GNOMEVFS_CFLAGS=''
  7472. GNOMEVFS_LIBS=''
  7473. GNUGETOPT_LIBS=''
  7474. GNUTLS_CFLAGS=''
  7475. GNUTLS_LIBS=''
  7476. GOOM_CFLAGS=''
  7477. GOOM_LIBS=''
  7478. GREP='/usr/bin/grep'
  7479. HAVE_3DNOW_FALSE='#'
  7480. HAVE_3DNOW_TRUE=''
  7481. HAVE_ALSA_FALSE=''
  7482. HAVE_ALSA_TRUE=''
  7483. HAVE_ALTIVEC_FALSE=''
  7484. HAVE_ALTIVEC_TRUE='#'
  7485. HAVE_ANDROID_FALSE=''
  7486. HAVE_ANDROID_TRUE='#'
  7487. HAVE_DARWIN_FALSE=''
  7488. HAVE_DARWIN_TRUE='#'
  7489. HAVE_DVBPSI_FALSE=''
  7490. HAVE_DVBPSI_TRUE='#'
  7491. HAVE_DYNAMIC_PLUGINS_FALSE='#'
  7492. HAVE_DYNAMIC_PLUGINS_TRUE=''
  7493. HAVE_GCRYPT_FALSE=''
  7494. HAVE_GCRYPT_TRUE=''
  7495. HAVE_KAI_FALSE=''
  7496. HAVE_KAI_TRUE=''
  7497. HAVE_KVA_FALSE=''
  7498. HAVE_KVA_TRUE=''
  7499. HAVE_LINUX_DVB_FALSE='#'
  7500. HAVE_LINUX_DVB_TRUE=''
  7501. HAVE_LINUX_FALSE='#'
  7502. HAVE_LINUX_TRUE=''
  7503. HAVE_MINIZIP_FALSE=''
  7504. HAVE_MINIZIP_TRUE='#'
  7505. HAVE_MMXEXT_FALSE='#'
  7506. HAVE_MMXEXT_TRUE=''
  7507. HAVE_MMX_FALSE='#'
  7508. HAVE_MMX_TRUE=''
  7509. HAVE_NEON_FALSE=''
  7510. HAVE_NEON_TRUE='#'
  7511. HAVE_OS2_FALSE=''
  7512. HAVE_OS2_TRUE='#'
  7513. HAVE_OSS_FALSE=''
  7514. HAVE_OSS_TRUE=''
  7515. HAVE_PULSE_FALSE=''
  7516. HAVE_PULSE_TRUE=''
  7517. HAVE_QTKIT_FALSE=''
  7518. HAVE_QTKIT_TRUE='#'
  7519. HAVE_SPEEXDSP_FALSE=''
  7520. HAVE_SPEEXDSP_TRUE=''
  7521. HAVE_SSE2_FALSE='#'
  7522. HAVE_SSE2_TRUE=''
  7523. HAVE_SYMBIAN_FALSE=''
  7524. HAVE_SYMBIAN_TRUE='#'
  7525. HAVE_V4L2_FALSE='#'
  7526. HAVE_V4L2_TRUE=''
  7527. HAVE_WIN32_FALSE=''
  7528. HAVE_WIN32_TRUE='#'
  7529. HAVE_WIN64_FALSE=''
  7530. HAVE_WIN64_TRUE='#'
  7531. HAVE_WINCE_FALSE=''
  7532. HAVE_WINCE_TRUE='#'
  7533. HAVE_XCB_FALSE=''
  7534. HAVE_XCB_TRUE=''
  7535. HAVE_ZLIB_FALSE='#'
  7536. HAVE_ZLIB_TRUE=''
  7537. HILDON_CFLAGS=''
  7538. HILDON_FM_CFLAGS=''
  7539. HILDON_FM_LIBS=''
  7540. HILDON_LIBS=''
  7541. INSTALL_DATA='${INSTALL} -m 644'
  7542. INSTALL_PROGRAM='${INSTALL}'
  7543. INSTALL_SCRIPT='${INSTALL}'
  7544. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  7545. INTLLIBS=''
  7546. INTL_MACOSX_LIBS=''
  7547. JACK_CFLAGS=''
  7548. JACK_LIBS=''
  7549. KAI_LIBS=''
  7550. KATE_CFLAGS=''
  7551. KATE_LIBS=''
  7552. KDE4_CONFIG=''
  7553. KDE_SOLID_FALSE=''
  7554. KDE_SOLID_TRUE=''
  7555. KVA_LIBS=''
  7556. LD='/usr/bin/ld -m elf_x86_64'
  7557. LDFLAGS=''
  7558. LDFLAGS_android_surface=''
  7559. LDFLAGS_plugin=''
  7560. LDFLAGS_vlc=''
  7561. LDFLAGS_x264=''
  7562. LIBASS_CFLAGS=''
  7563. LIBASS_LIBS=''
  7564. LIBCDDB_CFLAGS=' '
  7565. LIBCDDB_LIBS='-lcddb '
  7566. LIBCDIO_CFLAGS=''
  7567. LIBCDIO_LIBS=''
  7568. LIBDL='-ldl'
  7569. LIBEXT='.so'
  7570. LIBICONV=''
  7571. LIBINTL=''
  7572. LIBM='-lm'
  7573. LIBMODPLUG_CFLAGS='-I/usr/include/libmodplug '
  7574. LIBMODPLUG_LIBS='-lmodplug '
  7575. LIBMPEG2_CFLAGS=''
  7576. LIBMPEG2_LIBS=''
  7577. LIBOBJS=' strlcpy.o'
  7578. LIBPROXY_CFLAGS=''
  7579. LIBPROXY_LIBS=''
  7580. LIBS=''
  7581. LIBS_a52tofloat32='-lm '
  7582. LIBS_aa=''
  7583. LIBS_access_avio='-lm '
  7584. LIBS_access_dv='-lavc1394 -lrom1394 -lraw1394 '
  7585. LIBS_access_eyetv=''
  7586. LIBS_access_ftp=''
  7587. LIBS_access_gnomevfs=''
  7588. LIBS_access_http='-lz '
  7589. LIBS_access_imem='-lm '
  7590. LIBS_access_jack=''
  7591. LIBS_access_mms=''
  7592. LIBS_access_mtp=''
  7593. LIBS_access_output_shout='-lshout -lvorbis -lm -ltheora -lspeex -logg '
  7594. LIBS_access_output_udp=''
  7595. LIBS_access_realrtsp=''
  7596. LIBS_access_rtmp=''
  7597. LIBS_access_sftp=''
  7598. LIBS_access_smb=''
  7599. LIBS_access_tcp=''
  7600. LIBS_access_udp=''
  7601. LIBS_adjust='-lm '
  7602. LIBS_audiobargraph_a='-lm '
  7603. LIBS_audioqueue=''
  7604. LIBS_audioscrobbler=''
  7605. LIBS_auhal=''
  7606. LIBS_avcodec='-lm '
  7607. LIBS_avformat='-lm '
  7608. LIBS_ball='-lm '
  7609. LIBS_bonjour=''
  7610. LIBS_caca=''
  7611. LIBS_cdda='-lcddb '
  7612. LIBS_chorus_flanger='-lm '
  7613. LIBS_colorthres='-lm '
  7614. LIBS_compressor='-lm '
  7615. LIBS_crystalhd=''
  7616. LIBS_dbus='-L/lib64 -ldbus-1 -lpthread -lrt -lm '
  7617. LIBS_dc1394=''
  7618. LIBS_dirac=''
  7619. LIBS_direct2d=''
  7620. LIBS_direct3d=''
  7621. LIBS_directfb=''
  7622. LIBS_directx=''
  7623. LIBS_dmo='-lm '
  7624. LIBS_dshow=''
  7625. LIBS_dtstofloat32='-lm '
  7626. LIBS_dvdnav='-ldvdnav -lpthread '
  7627. LIBS_dvdread='-ldvdread '
  7628. LIBS_equalizer='-lm '
  7629. LIBS_extract='-lm '
  7630. LIBS_faad='-lm '
  7631. LIBS_flac='-lm '
  7632. LIBS_fluidsynth=''
  7633. LIBS_freetype='-lm -lm '
  7634. LIBS_gaussianblur='-lm '
  7635. LIBS_globalhotkeys=''
  7636. LIBS_glwin32=''
  7637. LIBS_gme=''
  7638. LIBS_gnutls=''
  7639. LIBS_goom='-lm '
  7640. LIBS_gradient='-lm '
  7641. LIBS_grain='-lm '
  7642. LIBS_growl=''
  7643. LIBS_headphone_channel_mixer='-lm '
  7644. LIBS_hildon=''
  7645. LIBS_hotkeys='-lm '
  7646. LIBS_hqdn3d='-lm '
  7647. LIBS_i420_rgb='-lm '
  7648. LIBS_i420_rgb_mmx=''
  7649. LIBS_inhibit='-L/lib64 -ldbus-1 -lpthread -lrt '
  7650. LIBS_jack=''
  7651. LIBS_kate='-lm '
  7652. LIBS_libass=''
  7653. LIBS_libbluray=''
  7654. LIBS_libmpeg2=''
  7655. LIBS_libvlc='-lpthread '
  7656. LIBS_libvlccore='-L/lib64 -ldbus-1 -lpthread -lrt -lrt -lpthread '
  7657. LIBS_linsys_sdi=''
  7658. LIBS_lirc=''
  7659. LIBS_live555=''
  7660. LIBS_lua='-llua -lm -ldl -ldl -lm '
  7661. LIBS_macosx=''
  7662. LIBS_macosx_dialog_provider=''
  7663. LIBS_memcpyaltivec=''
  7664. LIBS_minimal_macosx=''
  7665. LIBS_mkv='-lmatroska -lebml -lz '
  7666. LIBS_mod='-lmodplug -lm '
  7667. LIBS_mono='-lm '
  7668. LIBS_mosaic='-lm '
  7669. LIBS_motion=''
  7670. LIBS_mp4='-lz '
  7671. LIBS_mpc='-lmpcdec -lm '
  7672. LIBS_mpgatofixed32='-lmad '
  7673. LIBS_mtp=''
  7674. LIBS_mux_ogg='-logg '
  7675. LIBS_ncurses=''
  7676. LIBS_netsync=''
  7677. LIBS_noise='-lm '
  7678. LIBS_normvol='-lm '
  7679. LIBS_notify=''
  7680. LIBS_ogg='-logg '
  7681. LIBS_oldrc=''
  7682. LIBS_omxil=''
  7683. LIBS_opencv_example=''
  7684. LIBS_opencv_wrapper=''
  7685. LIBS_panoramix='-lm '
  7686. LIBS_param_eq='-lm '
  7687. LIBS_plugin='-lpthread '
  7688. LIBS_png=''
  7689. LIBS_portaudio=''
  7690. LIBS_postproc='-lm '
  7691. LIBS_projectm=''
  7692. LIBS_psychedelic='-lm '
  7693. LIBS_qt4='-lm '
  7694. LIBS_quartztext=''
  7695. LIBS_quicktime='-lm '
  7696. LIBS_realvideo='-ldl -lm '
  7697. LIBS_remoteosd=''
  7698. LIBS_ripple='-lm '
  7699. LIBS_rotate='-lm '
  7700. LIBS_rtp=''
  7701. LIBS_samplerate='-lm '
  7702. LIBS_sap='-lz '
  7703. LIBS_scene='-lm '
  7704. LIBS_schroedinger=''
  7705. LIBS_screen=''
  7706. LIBS_sdl_image=''
  7707. LIBS_sid=''
  7708. LIBS_skins2='${top_builddir}/modules/access/zip/unzip/libunzip.la -lz -lm '
  7709. LIBS_spatializer='-lm '
  7710. LIBS_speex='-lm '
  7711. LIBS_sqlite=''
  7712. LIBS_stream_out_raop=''
  7713. LIBS_stream_out_rtp=''
  7714. LIBS_stream_out_select=''
  7715. LIBS_stream_out_standard=''
  7716. LIBS_stream_out_switcher=''
  7717. LIBS_svg=''
  7718. LIBS_swscale='-lm '
  7719. LIBS_taglib=''
  7720. LIBS_telepathy='-L/lib64 -ldbus-1 -lpthread -lrt '
  7721. LIBS_theora=''
  7722. LIBS_tremor=''
  7723. LIBS_ts=''
  7724. LIBS_twolame='-lm '
  7725. LIBS_udev=''
  7726. LIBS_unzip='-lz '
  7727. LIBS_upnp=''
  7728. LIBS_vcd=''
  7729. LIBS_vcdx=''
  7730. LIBS_visual='-lm '
  7731. LIBS_vlc='-lpthread '
  7732. LIBS_vod_rtsp=''
  7733. LIBS_vorbis=''
  7734. LIBS_vout_ios=''
  7735. LIBS_vout_macosx=''
  7736. LIBS_vout_sdl=''
  7737. LIBS_wave='-lm '
  7738. LIBS_waveout=''
  7739. LIBS_win32text=''
  7740. LIBS_wingapi=''
  7741. LIBS_wingdi=''
  7742. LIBS_x264='-lm -lm '
  7743. LIBS_xml=''
  7744. LIBS_xosd=''
  7745. LIBS_zip='-lz '
  7746. LIBS_zvbi=''
  7747. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  7748. LIBV4L2_CFLAGS=''
  7749. LIBV4L2_LIBS=''
  7750. LIBVA_CFLAGS=''
  7751. LIBVA_LIBS=''
  7752. LIBVCDINFO_CFLAGS=''
  7753. LIBVCDINFO_LIBS=''
  7754. LIBXML2_CFLAGS=''
  7755. LIBXML2_LIBS=''
  7756. LINSYS_SDI_CFLAGS=''
  7757. LINSYS_SDI_LIBS=''
  7758. LIPO=''
  7759. LN_S='ln -s'
  7760. LOADER_FALSE=''
  7761. LOADER_TRUE=''
  7762. LTLIBICONV=''
  7763. LTLIBINTL=''
  7764. LTLIBOBJS=''
  7765. LTLIBa52tofloat32=''
  7766. LTLIBaa=''
  7767. LTLIBaccess_avio=''
  7768. LTLIBaccess_dv='libaccess_dv_plugin.la'
  7769. LTLIBaccess_eyetv=''
  7770. LTLIBaccess_gnomevfs=''
  7771. LTLIBaccess_jack=''
  7772. LTLIBaccess_mtp=''
  7773. LTLIBaccess_output_shout='libaccess_output_shout_plugin.la'
  7774. LTLIBaccess_realrtsp=''
  7775. LTLIBaccess_sftp=''
  7776. LTLIBaccess_shm='libaccess_shm_plugin.la'
  7777. LTLIBaccess_smb=''
  7778. LTLIBandroid_surface=''
  7779. LTLIBaout_directx=''
  7780. LTLIBatmo=''
  7781. LTLIBaudioqueue=''
  7782. LTLIBauhal=''
  7783. LTLIBavcodec=''
  7784. LTLIBavformat=''
  7785. LTLIBbonjour=''
  7786. LTLIBcaca=''
  7787. LTLIBcdda='libcdda_plugin.la'
  7788. LTLIBcrystalhd=''
  7789. LTLIBdbus='libdbus_plugin.la'
  7790. LTLIBdc1394=''
  7791. LTLIBdecklink=''
  7792. LTLIBdirac=''
  7793. LTLIBdirect2d=''
  7794. LTLIBdirect3d=''
  7795. LTLIBdirectfb=''
  7796. LTLIBdirectx=''
  7797. LTLIBdmo=''
  7798. LTLIBdshow=''
  7799. LTLIBdtstofloat32=''
  7800. LTLIBdvdnav='libdvdnav_plugin.la'
  7801. LTLIBdvdread='libdvdread_plugin.la'
  7802. LTLIBdynamicoverlay='libdynamicoverlay_plugin.la'
  7803. LTLIBegl=''
  7804. LTLIBfaad=''
  7805. LTLIBfb=''
  7806. LTLIBfbosd=''
  7807. LTLIBflac=''
  7808. LTLIBfluidsynth=''
  7809. LTLIBfreetype=''
  7810. LTLIBgl=''
  7811. LTLIBglobalhotkeys=''
  7812. LTLIBglwin32=''
  7813. LTLIBgme=''
  7814. LTLIBgnutls=''
  7815. LTLIBgoom=''
  7816. LTLIBgrowl=''
  7817. LTLIBhildon=''
  7818. LTLIBinhibit='libinhibit_plugin.la'
  7819. LTLIBiomx=''
  7820. LTLIBjack=''
  7821. LTLIBkate=''
  7822. LTLIBlibass=''
  7823. LTLIBlibbluray=''
  7824. LTLIBlibmpeg2=''
  7825. LTLIBlinsys_hdsdi='liblinsys_hdsdi_plugin.la'
  7826. LTLIBlinsys_sdi=''
  7827. LTLIBlirc=''
  7828. LTLIBlive555=''
  7829. LTLIBmacosx=''
  7830. LTLIBmacosx_dialog_provider=''
  7831. LTLIBmce=''
  7832. LTLIBmedia_library=''
  7833. LTLIBminimal_macosx=''
  7834. LTLIBmkv='libmkv_plugin.la'
  7835. LTLIBmod='libmod_plugin.la'
  7836. LTLIBmpc='libmpc_plugin.la'
  7837. LTLIBmpgatofixed32='libmpgatofixed32_plugin.la'
  7838. LTLIBmtp=''
  7839. LTLIBmux_ogg='libmux_ogg_plugin.la'
  7840. LTLIBncurses=''
  7841. LTLIBnotify=''
  7842. LTLIBogg='libogg_plugin.la'
  7843. LTLIBomxil=''
  7844. LTLIBopencv_example=''
  7845. LTLIBopencv_wrapper=''
  7846. LTLIBopensles_android=''
  7847. LTLIBosd_parser=''
  7848. LTLIBosdmenu=''
  7849. LTLIBpanoramix=''
  7850. LTLIBpng=''
  7851. LTLIBportaudio=''
  7852. LTLIBpostproc=''
  7853. LTLIBprojectm=''
  7854. LTLIBpvr=''
  7855. LTLIBqt4=''
  7856. LTLIBqtcapture=''
  7857. LTLIBqtsound=''
  7858. LTLIBquartztext=''
  7859. LTLIBquicktime=''
  7860. LTLIBrealvideo=''
  7861. LTLIBsamplerate=''
  7862. LTLIBschroedinger=''
  7863. LTLIBscreen=''
  7864. LTLIBsdl_image=''
  7865. LTLIBshine=''
  7866. LTLIBsid=''
  7867. LTLIBskins2=''
  7868. LTLIBspeex=''
  7869. LTLIBsqlite=''
  7870. LTLIBstream_out_switcher=''
  7871. LTLIBsvg=''
  7872. LTLIBswscale=''
  7873. LTLIBtaglib=''
  7874. LTLIBtelepathy='libtelepathy_plugin.la'
  7875. LTLIBtelx=''
  7876. LTLIBtheora=''
  7877. LTLIBtremor=''
  7878. LTLIBtwolame=''
  7879. LTLIBudev=''
  7880. LTLIBupnp=''
  7881. LTLIBvcd='libvcd_plugin.la'
  7882. LTLIBvcdx=''
  7883. LTLIBvisual=''
  7884. LTLIBvorbis=''
  7885. LTLIBvout_ios=''
  7886. LTLIBvout_macosx=''
  7887. LTLIBvout_sdl=''
  7888. LTLIBwaveout=''
  7889. LTLIBwingapi=''
  7890. LTLIBwingdi=''
  7891. LTLIBwma_fixed=''
  7892. LTLIBx264=''
  7893. LTLIBxcb_glx=''
  7894. LTLIBxcb_xv=''
  7895. LTLIBxml=''
  7896. LTLIBxosd=''
  7897. LTLIBzvbi=''
  7898. LUAC='/usr/bin/luac'
  7899. LUA_CFLAGS=' '
  7900. LUA_LIBS='-llua -lm -ldl '
  7901. MACOSX_DEPLOYMENT_TARGET=''
  7902. MAINT=''
  7903. MAINTAINER_MODE_FALSE='#'
  7904. MAINTAINER_MODE_TRUE=''
  7905. MAKEINFO='${SHELL} /media/storage/softwares/installation/vlc-2.0.3/autotools/missing --run makeinfo'
  7906. MANIFEST_TOOL=':'
  7907. MCE_CFLAGS=''
  7908. MCE_LIBS=''
  7909. MERGE_FFMPEG_FALSE=''
  7910. MERGE_FFMPEG_TRUE='#'
  7911. MINIZIP_CFLAGS='-I\${top_srcdir}/modules/access/zip/unzip'
  7912. MINIZIP_LIBS='\${top_builddir}/modules/access/zip/unzip/libunzip.la'
  7913. MKDIR_P='/usr/bin/mkdir -p'
  7914. MOC=''
  7915. MSGFMT='/usr/bin/msgfmt'
  7916. MSGFMT_015='/usr/bin/msgfmt'
  7917. MSGMERGE='/usr/bin/msgmerge'
  7918. MTP_CFLAGS=''
  7919. MTP_LIBS=''
  7920. MUX_OGG_CFLAGS=' '
  7921. MUX_OGG_LIBS='-logg '
  7922. NEON_CFLAGS=''
  7923. NM='/usr/bin/nm -B'
  7924. NMEDIT=''
  7925. NOTIFY_CFLAGS=''
  7926. NOTIFY_LIBS=''
  7927. OBJC='gcc'
  7928. OBJCDEPMODE='depmode=gcc3'
  7929. OBJCFLAGS=' -fvisibility=hidden -ffast-math -funroll-loops -fomit-frame-pointer'
  7930. OBJCFLAGS_growl=''
  7931. OBJCFLAGS_macosx=''
  7932. OBJCFLAGS_minimal_macosx=''
  7933. OBJCOPY=''
  7934. OBJDUMP='objdump'
  7935. OBJEXT='o'
  7936. OGG_CFLAGS=' '
  7937. OGG_LIBS='-logg '
  7938. OPENCV_CFLAGS=''
  7939. OPENCV_LIBS=''
  7940. OSS_LIBS=''
  7941. OTOOL64=''
  7942. OTOOL=''
  7943. PACKAGE='vlc'
  7944. PACKAGE_BUGREPORT=''
  7945. PACKAGE_NAME='vlc'
  7946. PACKAGE_STRING='vlc 2.0.3'
  7947. PACKAGE_TARNAME='vlc'
  7948. PACKAGE_URL=''
  7949. PACKAGE_VERSION='2.0.3'
  7950. PATH_SEPARATOR=':'
  7951. PKGDIR='vlc'
  7952. PKG_CONFIG='/usr/bin/pkg-config'
  7953. PKG_CONFIG_LIBDIR=''
  7954. PKG_CONFIG_PATH=''
  7955. PORTAUDIO_CFLAGS=''
  7956. PORTAUDIO_LIBS=''
  7957. POSTPROC_CFLAGS=''
  7958. POSTPROC_LIBS=''
  7959. POSUB='po'
  7960. PROGRAMFILES=''
  7961. PROJECTM2_CFLAGS=''
  7962. PROJECTM2_LIBS=''
  7963. PROJECTM_CFLAGS=''
  7964. PROJECTM_LIBS=''
  7965. PULSE_CFLAGS=''
  7966. PULSE_LIBS=''
  7967. QT4_CFLAGS=''
  7968. QT4_LIBS=''
  7969. RANLIB='ranlib'
  7970. RC=''
  7971. RCC=''
  7972. SAMPLERATE_CFLAGS=''
  7973. SAMPLERATE_LIBS=''
  7974. SCHROEDINGER_CFLAGS=''
  7975. SCHROEDINGER_LIBS=''
  7976. SDL_CFLAGS=''
  7977. SDL_IMAGE_CFLAGS=''
  7978. SDL_IMAGE_LIBS=''
  7979. SDL_LIBS=''
  7980. SED='/usr/bin/sed'
  7981. SET_MAKE=''
  7982. SHELL='/bin/sh'
  7983. SHOUT_CFLAGS='-pthread '
  7984. SHOUT_LIBS='-lshout -lvorbis -lm -ltheora -lspeex -logg '
  7985. SID_CFLAGS=''
  7986. SID_LIBS=''
  7987. SOCKET_LIBS=''
  7988. SPEEXDSP_CFLAGS=''
  7989. SPEEXDSP_LIBS=''
  7990. SPEEX_CFLAGS=''
  7991. SPEEX_LIBS=''
  7992. SQLITE_CFLAGS=''
  7993. SQLITE_LIBS=''
  7994. STRIP='strip'
  7995. SVG_CFLAGS=''
  7996. SVG_LIBS=''
  7997. SWSCALE_CFLAGS=''
  7998. SWSCALE_LIBS=''
  7999. SYS='linux'
  8000. TAGLIB_CFLAGS=''
  8001. TAGLIB_LIBS=''
  8002. THEORA_CFLAGS=''
  8003. THEORA_LIBS=''
  8004. TIGER_CFLAGS=''
  8005. TIGER_LIBS=''
  8006. TWOLAME_CFLAGS=''
  8007. TWOLAME_LIBS=''
  8008. U2D=''
  8009. UDEV_CFLAGS=''
  8010. UDEV_LIBS=''
  8011. UIC=''
  8012. UPNP_CFLAGS=''
  8013. UPNP_LIBS=''
  8014. USE_NLS='yes'
  8015. VERSION='2.0.3'
  8016. VERSION_EXTRA='0'
  8017. VERSION_MAJOR='2'
  8018. VERSION_MESSAGE=''
  8019. VERSION_MINOR='0'
  8020. VERSION_REVISION='3'
  8021. VORBIS_CFLAGS=''
  8022. VORBIS_LIBS=''
  8023. WINDRES=''
  8024. WINE_SDK_PATH=''
  8025. X264_CFLAGS=''
  8026. X264_LIBS=''
  8027. XCB_CFLAGS=''
  8028. XCB_COMPOSITE_CFLAGS=''
  8029. XCB_COMPOSITE_LIBS=''
  8030. XCB_KEYSYMS_CFLAGS=''
  8031. XCB_KEYSYMS_LIBS=''
  8032. XCB_LIBS=''
  8033. XCB_RANDR_CFLAGS=''
  8034. XCB_RANDR_LIBS=''
  8035. XCB_SHM_CFLAGS=''
  8036. XCB_SHM_LIBS=''
  8037. XCB_XV_CFLAGS=''
  8038. XCB_XV_LIBS=''
  8039. XEXT_CFLAGS=''
  8040. XEXT_LIBS=''
  8041. XGETTEXT='/usr/bin/xgettext'
  8042. XGETTEXT_015='/usr/bin/xgettext'
  8043. XGETTEXT_EXTRA_OPTIONS=''
  8044. XINERAMA_CFLAGS=''
  8045. XINERAMA_LIBS=''
  8046. XMKMF=''
  8047. XPM_CFLAGS=''
  8048. XPM_LIBS=''
  8049. XPROTO_CFLAGS=''
  8050. XPROTO_LIBS=''
  8051. X_CFLAGS=''
  8052. X_EXTRA_LIBS=''
  8053. X_LIBS=''
  8054. X_PRE_LIBS=''
  8055. ZVBI_CFLAGS=''
  8056. ZVBI_LIBS=''
  8057. ac_ct_AR='ar'
  8058. ac_ct_CC='gcc'
  8059. ac_ct_CXX='g++'
  8060. ac_ct_DUMPBIN=''
  8061. ac_ct_OBJC='gcc'
  8062. am__EXEEXT_FALSE=''
  8063. am__EXEEXT_TRUE=''
  8064. am__fastdepCCAS_FALSE='#'
  8065. am__fastdepCCAS_TRUE=''
  8066. am__fastdepCC_FALSE='#'
  8067. am__fastdepCC_TRUE=''
  8068. am__fastdepCXX_FALSE='#'
  8069. am__fastdepCXX_TRUE=''
  8070. am__fastdepOBJC_FALSE='#'
  8071. am__fastdepOBJC_TRUE=''
  8072. am__include='include'
  8073. am__isrc=''
  8074. am__leading_dot='.'
  8075. am__nodep='_no'
  8076. am__quote=''
  8077. am__tar='tar --format=ustar -chf - "$$tardir"'
  8078. am__untar='tar -xf -'
  8079. bindir='${exec_prefix}/bin'
  8080. build='x86_64-unknown-linux-gnu'
  8081. build_alias=''
  8082. build_cpu='x86_64'
  8083. build_os='linux-gnu'
  8084. build_vendor='unknown'
  8085. datadir='${datarootdir}'
  8086. datarootdir='${prefix}/share'
  8087. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  8088. dvidir='${docdir}'
  8089. exec_prefix='NONE'
  8090. host='x86_64-unknown-linux-gnu'
  8091. host_alias=''
  8092. host_cpu='x86_64'
  8093. host_os='linux-gnu'
  8094. host_vendor='unknown'
  8095. htmldir='${docdir}'
  8096. includedir='${prefix}/include'
  8097. infodir='${datarootdir}/info'
  8098. install_sh='${SHELL} /media/storage/softwares/installation/vlc-2.0.3/autotools/install-sh'
  8099. libdir='${exec_prefix}/lib'
  8100. libexecdir='${exec_prefix}/libexec'
  8101. localedir='${datarootdir}/locale'
  8102. localstatedir='${prefix}/var'
  8103. mandir='${datarootdir}/man'
  8104. mkdir_p='/usr/bin/mkdir -p'
  8105. oldincludedir='/usr/include'
  8106. pdfdir='${docdir}'
  8107. prefix='NONE'
  8108. program_transform_name='s,x,x,'
  8109. psdir='${docdir}'
  8110. sbindir='${exec_prefix}/sbin'
  8111. sharedstatedir='${prefix}/com'
  8112. soliddatadir=''
  8113. sysconfdir='${prefix}/etc'
  8114. target_alias=''
  8115. vlcdatadir='${datadir}/${PKGDIR}'
  8116. vlclibdir='${libdir}/${PKGDIR}'
  8117.  
  8118. ## ----------- ##
  8119. ## confdefs.h. ##
  8120. ## ----------- ##
  8121.  
  8122. /* confdefs.h */
  8123. #define PACKAGE_NAME "vlc"
  8124. #define PACKAGE_TARNAME "vlc"
  8125. #define PACKAGE_VERSION "2.0.3"
  8126. #define PACKAGE_STRING "vlc 2.0.3"
  8127. #define PACKAGE_BUGREPORT ""
  8128. #define PACKAGE_URL ""
  8129. #define PACKAGE "vlc"
  8130. #define VERSION "2.0.3"
  8131. #define STDC_HEADERS 1
  8132. #define HAVE_SYS_TYPES_H 1
  8133. #define HAVE_SYS_STAT_H 1
  8134. #define HAVE_STDLIB_H 1
  8135. #define HAVE_STRING_H 1
  8136. #define HAVE_MEMORY_H 1
  8137. #define HAVE_STRINGS_H 1
  8138. #define HAVE_INTTYPES_H 1
  8139. #define HAVE_STDINT_H 1
  8140. #define HAVE_UNISTD_H 1
  8141. #define __EXTENSIONS__ 1
  8142. #define _ALL_SOURCE 1
  8143. #define _GNU_SOURCE 1
  8144. #define _POSIX_PTHREAD_SEMANTICS 1
  8145. #define _TANDEM_SOURCE 1
  8146. #define _FORTIFY_SOURCE 2
  8147. #define _FILE_OFFSET_BITS 64
  8148. #define _REENTRANT /**/
  8149. #define _THREAD_SAFE /**/
  8150. #define __LIBVLC__ /**/
  8151. #define restrict __restrict
  8152. #define HAVE_DLFCN_H 1
  8153. #define LT_OBJDIR ".libs/"
  8154. #define ENABLE_NLS 1
  8155. #define HAVE_GETTEXT 1
  8156. #define HAVE_DCGETTEXT 1
  8157. #define HAVE_ICONV 1
  8158. #define ICONV_CONST
  8159. #define LIBEXT ".so"
  8160. #define HAVE_DECL_NANOSLEEP 1
  8161. #define HAVE_DAEMON 1
  8162. #define HAVE_FCNTL 1
  8163. #define HAVE_FSTATVFS 1
  8164. #define HAVE_FORK 1
  8165. #define HAVE_GETENV 1
  8166. #define HAVE_GETPWUID_R 1
  8167. #define HAVE_IF_NAMEINDEX 1
  8168. #define HAVE_IF_NAMETOINDEX 1
  8169. #define HAVE_ISATTY 1
  8170. #define HAVE_LSTAT 1
  8171. #define HAVE_MEMALIGN 1
  8172. #define HAVE_MMAP 1
  8173. #define HAVE_OPENAT 1
  8174. #define HAVE_PREAD 1
  8175. #define HAVE_POSIX_FADVISE 1
  8176. #define HAVE_POSIX_MADVISE 1
  8177. #define HAVE_SETLOCALE 1
  8178. #define HAVE_STRPTIME 1
  8179. #define HAVE_USELOCALE 1
  8180. #define HAVE_ATOF 1
  8181. #define HAVE_ATOLL 1
  8182. #define HAVE_DIRFD 1
  8183. #define HAVE_FDOPENDIR 1
  8184. #define HAVE_FLOCKFILE 1
  8185. #define HAVE_FSYNC 1
  8186. #define HAVE_GETDELIM 1
  8187. #define HAVE_GETPID 1
  8188. #define HAVE_GMTIME_R 1
  8189. #define HAVE_INET_PTON 1
  8190. #define HAVE_LLDIV 1
  8191. #define HAVE_LOCALTIME_R 1
  8192. #define HAVE_NRAND48 1
  8193. #define HAVE_REWIND 1
  8194. #define HAVE_SETENV 1
  8195. #define HAVE_STRCASECMP 1
  8196. #define HAVE_STRCASESTR 1
  8197. #define HAVE_STRDUP 1
  8198. #define HAVE_STRNCASECMP 1
  8199. #define HAVE_STRNDUP 1
  8200. #define HAVE_STRNLEN 1
  8201. #define HAVE_STRSEP 1
  8202. #define HAVE_STRTOF 1
  8203. #define HAVE_STRTOK_R 1
  8204. #define HAVE_STRTOLL 1
  8205. #define HAVE_SWAB 1
  8206. #define HAVE_TDESTROY 1
  8207. #define HAVE_FDATASYNC 1
  8208. #define HAVE_ASPRINTF 1
  8209. #define HAVE_VASPRINTF 1
  8210. #define HAVE_STRCOLL 1
  8211. #define HAVE_ACCEPT4 1
  8212. #define HAVE_PIPE2 1
  8213. #define HAVE_EVENTFD 1
  8214. #define HAVE_VMSPLICE 1
  8215. #define HAVE_SCHED_GETAFFINITY 1
  8216. #define HAVE_POLL 1
  8217. #define HAVE_STRUCT_POLLFD 1
  8218. #define HAVE_LRINTF 1
  8219. #define HAVE_DYNAMIC_PLUGINS 1
  8220. #define STRNCASECMP_IN_STRINGS_H 1
  8221. #define HAVE_SEARCH_H 1
  8222. #define HAVE_GETOPT_H 1
  8223. #define HAVE_STRINGS_H 1
  8224. #define HAVE_LOCALE_H 1
  8225. #define HAVE_XLOCALE_H 1
  8226. #define HAVE_FCNTL_H 1
  8227. #define HAVE_SYS_TIME_H 1
  8228. #define HAVE_SYS_IOCTL_H 1
  8229. #define HAVE_SYS_STAT_H 1
  8230. #define HAVE_ARPA_INET_H 1
  8231. #define HAVE_SYS_EVENTFD_H 1
  8232. #define HAVE_NET_IF_H 1
  8233. #define HAVE_SYS_MOUNT_H 1
  8234. #define HAVE_SYS_SHM_H 1
  8235. #define HAVE_LINUX_VERSION_H 1
  8236. #define HAVE_LINUX_DCCP_H 1
  8237. #define HAVE_SCSI_SCSI_H 1
  8238. #define HAVE_LINUX_MAGIC_H 1
  8239. #define HAVE_SYSLOG_H 1
  8240. #define HAVE_MNTENT_H 1
  8241. #define HAVE_PTHREAD_H 1
  8242. #define HAVE_ZLIB_H 1
  8243. #define ASSUME_UTF8 1
  8244. #define HAVE_DBUS 1
  8245. #define NDEBUG 1
  8246. #define ATTRIBUTE_ALIGNED_MAX 64
  8247. #define HAVE_ATTRIBUTE_PACKED 1
  8248. #define HAVE_EXECINFO_H 1
  8249. #define HAVE_BACKTRACE 1
  8250. #define HAVE_MMX_INTRINSICS 1
  8251. #define CAN_COMPILE_MMX 1
  8252. #define CAN_COMPILE_MMXEXT 1
  8253. #define HAVE_SSE2_INTRINSICS 1
  8254. #define CAN_COMPILE_SSE 1
  8255. #define CAN_COMPILE_SSE2 1
  8256. #define CAN_COMPILE_SSE3 1
  8257. #define CAN_COMPILE_SSSE3 1
  8258. #define CAN_COMPILE_SSE4_1 1
  8259. #define CAN_COMPILE_SSE4_2 1
  8260. #define CAN_COMPILE_SSE4A 1
  8261. #define CAN_COMPILE_3DNOW 1
  8262. #define ENABLE_SOUT 1
  8263. #define ENABLE_HTTPD 1
  8264. #define ENABLE_VLM 1
  8265. #define HAVE_DVDNAV_GET_VIDEO_RESOLUTION 1
  8266. #define HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS 1
  8267. #define HAVE_LINUX_VIDEODEV2_H 1
  8268. #define HAVE_LIBCDDB 1
  8269. #define HAVE_EBML_EBMLVERSION_H 1
  8270. #define HAVE_MATROSKA_KAXVERSION_H 1
  8271. #define HAVE_MATROSKA_KAXATTACHMENTS_H 1
  8272. #define HAVE_MPCDEC_MPCDEC_H 1
  8273. #define HAVE_MAD_H 1
  8274.  
  8275. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement