Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 3.0.0-git, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linux-6jho.site
  14. uname -m = i686
  15. uname -r = 3.17.0-rc3-1.40-desktop+
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Sat Sep 6 22:19:32 IST 2014
  18.  
  19. /usr/bin/uname -p = i686
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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/lib/mpi/gcc/openmpi/bin
  31. PATH: /home/a141982112/bin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /bin
  35. PATH: /usr/bin/X11
  36. PATH: /usr/X11R6/bin
  37. PATH: /usr/games
  38. PATH: /opt/kde3/bin
  39. PATH: /usr/lib/mit/bin
  40. PATH: /usr/lib/mit/sbin
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:4275: loading site script /usr/share/site/i686-pc-linux-gnu
  48. | #!/bin/sh
  49. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  50. |
  51. | # If user did not specify libdir, guess the correct target:
  52. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  53. | if test "$libdir" = '${exec_prefix}/lib' ; then
  54. |
  55. | ac_config_site_64bit_host=NONE
  56. |
  57. | case "$host" in
  58. | "" )
  59. | # User did not specify host target.
  60. | # The native platform i386 is not a bi-arch platform.
  61. | # There is no need to check for compatible sub-architecture.
  62. | ac_config_site_64bit_host=NONE
  63. |
  64. | ;;
  65. | *x86_64* | *ppc64* | *s390x* )
  66. | ac_config_site_64bit_host=YES
  67. | ;;
  68. | esac
  69. |
  70. | if test "x$ac_config_site_64bit_host" = xYES; then
  71. | libdir='${exec_prefix}/lib64'
  72. | fi
  73. | fi
  74. |
  75. | # If user did not specify libexecdir, set the correct target:
  76. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  77. |
  78. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  79. | libexecdir='${exec_prefix}/lib'
  80. | fi
  81. |
  82. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  83. | if test "x$prefix" != xNONE; then
  84. | ac_site_file1=$prefix/share/config.site
  85. | ac_site_file2=$prefix/etc/config.site
  86. | else
  87. | ac_site_file1=$ac_default_prefix/share/config.site
  88. | ac_site_file2=$ac_default_prefix/etc/config.site
  89. | fi
  90. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  91. | do
  92. | test "x$ac_site_file" = xNONE && continue
  93. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  94. | { $as_echo "/usr/share/site/i686-pc-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  95. | $as_echo "/usr/share/site/i686-pc-linux-gnu: loading site script $ac_site_file" >&6;}
  96. | sed 's/^/| /' "$ac_site_file" >&5
  97. | . "$ac_site_file" \
  98. | || { { $as_echo "/usr/share/site/i686-pc-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  99. | $as_echo "/usr/share/site/i686-pc-linux-gnu: error: in \`$ac_pwd':" >&2;}
  100. | as_fn_error $? "failed to load site script $ac_site_file
  101. | See \`config.log' for more details" "$LINENO" 5; }
  102. | fi
  103. | done
  104. configure:4421: checking build system type
  105. configure:4435: result: i686-pc-linux-gnu
  106. configure:4455: checking host system type
  107. configure:4468: result: i686-pc-linux-gnu
  108. configure:4508: checking for a BSD-compatible install
  109. configure:4576: result: /usr/bin/install -c
  110. configure:4587: checking whether build environment is sane
  111. configure:4642: result: yes
  112. configure:4793: checking for a thread-safe mkdir -p
  113. configure:4832: result: /usr/bin/mkdir -p
  114. configure:4839: checking for gawk
  115. configure:4855: found /usr/bin/gawk
  116. configure:4866: result: gawk
  117. configure:4877: checking whether make sets $(MAKE)
  118. configure:4899: result: yes
  119. configure:4975: checking how to create a ustar tar archive
  120. configure:4988: tar --version
  121. tar (GNU tar) 1.26
  122. Copyright (C) 2011 Free Software Foundation, Inc.
  123. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  124. This is free software: you are free to change and redistribute it.
  125. There is NO WARRANTY, to the extent permitted by law.
  126.  
  127. Written by John Gilmore and Jay Fenlason.
  128. configure:4991: $? = 0
  129. configure:5031: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  130. configure:5034: $? = 0
  131. configure:5038: tar -xf - <conftest.tar
  132. configure:5041: $? = 0
  133. configure:5054: result: gnutar
  134. configure:5076: checking whether make supports nested variables
  135. configure:5093: result: yes
  136. configure:5109: checking whether to enable maintainer-specific portions of Makefiles
  137. configure:5118: result: yes
  138. configure:5149: checking for style of include used by make
  139. configure:5177: result: GNU
  140. configure:5248: checking for gcc
  141. configure:5264: found /usr/bin/gcc
  142. configure:5275: result: gcc
  143. configure:5504: checking for C compiler version
  144. configure:5513: gcc --version >&5
  145. gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
  146. Copyright (C) 2012 Free Software Foundation, Inc.
  147. This is free software; see the source for copying conditions. There is NO
  148. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  149.  
  150. configure:5524: $? = 0
  151. configure:5513: gcc -v >&5
  152. Using built-in specs.
  153. COLLECT_GCC=gcc
  154. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.7/lto-wrapper
  155. Target: i586-suse-linux
  156. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  157. Thread model: posix
  158. gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux)
  159. configure:5524: $? = 0
  160. configure:5513: gcc -V >&5
  161. gcc: error: unrecognized command line option '-V'
  162. gcc: fatal error: no input files
  163. compilation terminated.
  164. configure:5524: $? = 1
  165. configure:5513: gcc -qversion >&5
  166. gcc: error: unrecognized command line option '-qversion'
  167. gcc: fatal error: no input files
  168. compilation terminated.
  169. configure:5524: $? = 1
  170. configure:5544: checking whether the C compiler works
  171. configure:5566: gcc conftest.c >&5
  172. configure:5570: $? = 0
  173. configure:5618: result: yes
  174. configure:5621: checking for C compiler default output file name
  175. configure:5623: result: a.out
  176. configure:5629: checking for suffix of executables
  177. configure:5636: gcc -o conftest conftest.c >&5
  178. configure:5640: $? = 0
  179. configure:5662: result:
  180. configure:5684: checking whether we are cross compiling
  181. configure:5692: gcc -o conftest conftest.c >&5
  182. configure:5696: $? = 0
  183. configure:5703: ./conftest
  184. configure:5707: $? = 0
  185. configure:5722: result: no
  186. configure:5727: checking for suffix of object files
  187. configure:5749: gcc -c conftest.c >&5
  188. configure:5753: $? = 0
  189. configure:5774: result: o
  190. configure:5778: checking whether we are using the GNU C compiler
  191. configure:5797: gcc -c conftest.c >&5
  192. configure:5797: $? = 0
  193. configure:5806: result: yes
  194. configure:5815: checking whether gcc accepts -g
  195. configure:5835: gcc -c -g conftest.c >&5
  196. configure:5835: $? = 0
  197. configure:5876: result: yes
  198. configure:5893: checking for gcc option to accept ISO C89
  199. configure:5956: gcc -c -g -O2 conftest.c >&5
  200. configure:5956: $? = 0
  201. configure:5969: result: none needed
  202. configure:5991: checking dependency style of gcc
  203. configure:6102: result: gcc3
  204. configure:6117: checking for gcc option to accept ISO C99
  205. configure:6266: gcc -c -g -O2 conftest.c >&5
  206. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  207. conftest.c: In function 'main':
  208. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  209. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  210. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  211. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  212. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  213. configure:6266: $? = 1
  214. configure: failed program was:
  215. | /* confdefs.h */
  216. | #define PACKAGE_NAME "vlc"
  217. | #define PACKAGE_TARNAME "vlc"
  218. | #define PACKAGE_VERSION "3.0.0-git"
  219. | #define PACKAGE_STRING "vlc 3.0.0-git"
  220. | #define PACKAGE_BUGREPORT ""
  221. | #define PACKAGE_URL ""
  222. | #define PACKAGE "vlc"
  223. | #define VERSION "3.0.0-git"
  224. | /* end confdefs.h. */
  225. | #include <stdarg.h>
  226. | #include <stdbool.h>
  227. | #include <stdlib.h>
  228. | #include <wchar.h>
  229. | #include <stdio.h>
  230. |
  231. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  232. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  233. | #define showlist(...) puts (#__VA_ARGS__)
  234. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  235. | static void
  236. | test_varargs_macros (void)
  237. | {
  238. | int x = 1234;
  239. | int y = 5678;
  240. | debug ("Flag");
  241. | debug ("X = %d\n", x);
  242. | showlist (The first, second, and third items.);
  243. | report (x>y, "x is %d but y is %d", x, y);
  244. | }
  245. |
  246. | // Check long long types.
  247. | #define BIG64 18446744073709551615ull
  248. | #define BIG32 4294967295ul
  249. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  250. | #if !BIG_OK
  251. | your preprocessor is broken;
  252. | #endif
  253. | #if BIG_OK
  254. | #else
  255. | your preprocessor is broken;
  256. | #endif
  257. | static long long int bignum = -9223372036854775807LL;
  258. | static unsigned long long int ubignum = BIG64;
  259. |
  260. | struct incomplete_array
  261. | {
  262. | int datasize;
  263. | double data[];
  264. | };
  265. |
  266. | struct named_init {
  267. | int number;
  268. | const wchar_t *name;
  269. | double average;
  270. | };
  271. |
  272. | typedef const char *ccp;
  273. |
  274. | static inline int
  275. | test_restrict (ccp restrict text)
  276. | {
  277. | // See if C++-style comments work.
  278. | // Iterate through items via the restricted pointer.
  279. | // Also check for declarations in for loops.
  280. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  281. | continue;
  282. | return 0;
  283. | }
  284. |
  285. | // Check varargs and va_copy.
  286. | static void
  287. | test_varargs (const char *format, ...)
  288. | {
  289. | va_list args;
  290. | va_start (args, format);
  291. | va_list args_copy;
  292. | va_copy (args_copy, args);
  293. |
  294. | const char *str;
  295. | int number;
  296. | float fnumber;
  297. |
  298. | while (*format)
  299. | {
  300. | switch (*format++)
  301. | {
  302. | case 's': // string
  303. | str = va_arg (args_copy, const char *);
  304. | break;
  305. | case 'd': // int
  306. | number = va_arg (args_copy, int);
  307. | break;
  308. | case 'f': // float
  309. | fnumber = va_arg (args_copy, double);
  310. | break;
  311. | default:
  312. | break;
  313. | }
  314. | }
  315. | va_end (args_copy);
  316. | va_end (args);
  317. | }
  318. |
  319. | int
  320. | main ()
  321. | {
  322. |
  323. | // Check bool.
  324. | _Bool success = false;
  325. |
  326. | // Check restrict.
  327. | if (test_restrict ("String literal") == 0)
  328. | success = true;
  329. | char *restrict newvar = "Another string";
  330. |
  331. | // Check varargs.
  332. | test_varargs ("s, d' f .", "string", 65, 34.234);
  333. | test_varargs_macros ();
  334. |
  335. | // Check flexible array members.
  336. | struct incomplete_array *ia =
  337. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  338. | ia->datasize = 10;
  339. | for (int i = 0; i < ia->datasize; ++i)
  340. | ia->data[i] = i * 1.234;
  341. |
  342. | // Check named initializers.
  343. | struct named_init ni = {
  344. | .number = 34,
  345. | .name = L"Test wide string",
  346. | .average = 543.34343,
  347. | };
  348. |
  349. | ni.number = 58;
  350. |
  351. | int dynamic_array[ni.number];
  352. | dynamic_array[ni.number - 1] = 543;
  353. |
  354. | // work around unused variable warnings
  355. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  356. | || dynamic_array[ni.number - 1] != 543);
  357. |
  358. | ;
  359. | return 0;
  360. | }
  361. configure:6266: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  362. configure:6266: $? = 0
  363. configure:6286: result: -std=gnu99
  364. configure:6300: checking how to run the C preprocessor
  365. configure:6331: gcc -std=gnu99 -E conftest.c
  366. configure:6331: $? = 0
  367. configure:6345: gcc -std=gnu99 -E conftest.c
  368. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  369. compilation terminated.
  370. configure:6345: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME "vlc"
  374. | #define PACKAGE_TARNAME "vlc"
  375. | #define PACKAGE_VERSION "3.0.0-git"
  376. | #define PACKAGE_STRING "vlc 3.0.0-git"
  377. | #define PACKAGE_BUGREPORT ""
  378. | #define PACKAGE_URL ""
  379. | #define PACKAGE "vlc"
  380. | #define VERSION "3.0.0-git"
  381. | /* end confdefs.h. */
  382. | #include <ac_nonexistent.h>
  383. configure:6370: result: gcc -std=gnu99 -E
  384. configure:6390: gcc -std=gnu99 -E conftest.c
  385. configure:6390: $? = 0
  386. configure:6404: gcc -std=gnu99 -E conftest.c
  387. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  388. compilation terminated.
  389. configure:6404: $? = 1
  390. configure: failed program was:
  391. | /* confdefs.h */
  392. | #define PACKAGE_NAME "vlc"
  393. | #define PACKAGE_TARNAME "vlc"
  394. | #define PACKAGE_VERSION "3.0.0-git"
  395. | #define PACKAGE_STRING "vlc 3.0.0-git"
  396. | #define PACKAGE_BUGREPORT ""
  397. | #define PACKAGE_URL ""
  398. | #define PACKAGE "vlc"
  399. | #define VERSION "3.0.0-git"
  400. | /* end confdefs.h. */
  401. | #include <ac_nonexistent.h>
  402. configure:6433: checking for grep that handles long lines and -e
  403. configure:6491: result: /usr/bin/grep
  404. configure:6496: checking for egrep
  405. configure:6558: result: /usr/bin/grep -E
  406. configure:6563: checking for ANSI C header files
  407. configure:6583: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  408. configure:6583: $? = 0
  409. configure:6656: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  410. configure:6656: $? = 0
  411. configure:6656: ./conftest
  412. configure:6656: $? = 0
  413. configure:6667: result: yes
  414. configure:6680: checking for sys/types.h
  415. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  416. configure:6680: $? = 0
  417. configure:6680: result: yes
  418. configure:6680: checking for sys/stat.h
  419. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  420. configure:6680: $? = 0
  421. configure:6680: result: yes
  422. configure:6680: checking for stdlib.h
  423. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  424. configure:6680: $? = 0
  425. configure:6680: result: yes
  426. configure:6680: checking for string.h
  427. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  428. configure:6680: $? = 0
  429. configure:6680: result: yes
  430. configure:6680: checking for memory.h
  431. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  432. configure:6680: $? = 0
  433. configure:6680: result: yes
  434. configure:6680: checking for strings.h
  435. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  436. configure:6680: $? = 0
  437. configure:6680: result: yes
  438. configure:6680: checking for inttypes.h
  439. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  440. configure:6680: $? = 0
  441. configure:6680: result: yes
  442. configure:6680: checking for stdint.h
  443. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  444. configure:6680: $? = 0
  445. configure:6680: result: yes
  446. configure:6680: checking for unistd.h
  447. configure:6680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  448. configure:6680: $? = 0
  449. configure:6680: result: yes
  450. configure:6693: checking minix/config.h usability
  451. configure:6693: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  452. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  453. compilation terminated.
  454. configure:6693: $? = 1
  455. configure: failed program was:
  456. | /* confdefs.h */
  457. | #define PACKAGE_NAME "vlc"
  458. | #define PACKAGE_TARNAME "vlc"
  459. | #define PACKAGE_VERSION "3.0.0-git"
  460. | #define PACKAGE_STRING "vlc 3.0.0-git"
  461. | #define PACKAGE_BUGREPORT ""
  462. | #define PACKAGE_URL ""
  463. | #define PACKAGE "vlc"
  464. | #define VERSION "3.0.0-git"
  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 <stdio.h>
  477. | #ifdef HAVE_SYS_TYPES_H
  478. | # include <sys/types.h>
  479. | #endif
  480. | #ifdef HAVE_SYS_STAT_H
  481. | # include <sys/stat.h>
  482. | #endif
  483. | #ifdef STDC_HEADERS
  484. | # include <stdlib.h>
  485. | # include <stddef.h>
  486. | #else
  487. | # ifdef HAVE_STDLIB_H
  488. | # include <stdlib.h>
  489. | # endif
  490. | #endif
  491. | #ifdef HAVE_STRING_H
  492. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  493. | # include <memory.h>
  494. | # endif
  495. | # include <string.h>
  496. | #endif
  497. | #ifdef HAVE_STRINGS_H
  498. | # include <strings.h>
  499. | #endif
  500. | #ifdef HAVE_INTTYPES_H
  501. | # include <inttypes.h>
  502. | #endif
  503. | #ifdef HAVE_STDINT_H
  504. | # include <stdint.h>
  505. | #endif
  506. | #ifdef HAVE_UNISTD_H
  507. | # include <unistd.h>
  508. | #endif
  509. | #include <minix/config.h>
  510. configure:6693: result: no
  511. configure:6693: checking minix/config.h presence
  512. configure:6693: gcc -std=gnu99 -E conftest.c
  513. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  514. compilation terminated.
  515. configure:6693: $? = 1
  516. configure: failed program was:
  517. | /* confdefs.h */
  518. | #define PACKAGE_NAME "vlc"
  519. | #define PACKAGE_TARNAME "vlc"
  520. | #define PACKAGE_VERSION "3.0.0-git"
  521. | #define PACKAGE_STRING "vlc 3.0.0-git"
  522. | #define PACKAGE_BUGREPORT ""
  523. | #define PACKAGE_URL ""
  524. | #define PACKAGE "vlc"
  525. | #define VERSION "3.0.0-git"
  526. | #define STDC_HEADERS 1
  527. | #define HAVE_SYS_TYPES_H 1
  528. | #define HAVE_SYS_STAT_H 1
  529. | #define HAVE_STDLIB_H 1
  530. | #define HAVE_STRING_H 1
  531. | #define HAVE_MEMORY_H 1
  532. | #define HAVE_STRINGS_H 1
  533. | #define HAVE_INTTYPES_H 1
  534. | #define HAVE_STDINT_H 1
  535. | #define HAVE_UNISTD_H 1
  536. | /* end confdefs.h. */
  537. | #include <minix/config.h>
  538. configure:6693: result: no
  539. configure:6693: checking for minix/config.h
  540. configure:6693: result: no
  541. configure:6714: checking whether it is safe to define __EXTENSIONS__
  542. configure:6732: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  543. configure:6732: $? = 0
  544. configure:6739: result: yes
  545. configure:6771: checking whether gcc -std=gnu99 and cc understand -c and -o together
  546. configure:6802: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  547. configure:6806: $? = 0
  548. configure:6812: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  549. configure:6816: $? = 0
  550. configure:6827: cc -c conftest.c >&5
  551. configure:6831: $? = 0
  552. configure:6839: cc -c conftest.c -o conftest2.o >&5
  553. configure:6843: $? = 0
  554. configure:6849: cc -c conftest.c -o conftest2.o >&5
  555. configure:6853: $? = 0
  556. configure:6871: result: yes
  557. configure:6954: checking for g++
  558. configure:6970: found /usr/bin/g++
  559. configure:6981: result: g++
  560. configure:7008: checking for C++ compiler version
  561. configure:7017: g++ --version >&5
  562. g++ (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
  563. Copyright (C) 2012 Free Software Foundation, Inc.
  564. This is free software; see the source for copying conditions. There is NO
  565. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  566.  
  567. configure:7028: $? = 0
  568. configure:7017: g++ -v >&5
  569. Using built-in specs.
  570. COLLECT_GCC=g++
  571. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.7/lto-wrapper
  572. Target: i586-suse-linux
  573. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  574. Thread model: posix
  575. gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux)
  576. configure:7028: $? = 0
  577. configure:7017: g++ -V >&5
  578. g++: error: unrecognized command line option '-V'
  579. g++: fatal error: no input files
  580. compilation terminated.
  581. configure:7028: $? = 1
  582. configure:7017: g++ -qversion >&5
  583. g++: error: unrecognized command line option '-qversion'
  584. g++: fatal error: no input files
  585. compilation terminated.
  586. configure:7028: $? = 1
  587. configure:7032: checking whether we are using the GNU C++ compiler
  588. configure:7051: g++ -c conftest.cpp >&5
  589. configure:7051: $? = 0
  590. configure:7060: result: yes
  591. configure:7069: checking whether g++ accepts -g
  592. configure:7089: g++ -c -g conftest.cpp >&5
  593. configure:7089: $? = 0
  594. configure:7130: result: yes
  595. configure:7155: checking dependency style of g++
  596. configure:7266: result: gcc3
  597. configure:7286: checking how to run the C preprocessor
  598. configure:7356: result: gcc -std=gnu99 -E
  599. configure:7376: gcc -std=gnu99 -E conftest.c
  600. In file included from /usr/include/limits.h:26:0,
  601. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:169,
  602. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/syslimits.h:7,
  603. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:34,
  604. from conftest.c:32:
  605. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  606. configure:7376: $? = 0
  607. configure:7390: gcc -std=gnu99 -E conftest.c
  608. conftest.c:31:28: fatal error: ac_nonexistent.h: No such file or directory
  609. compilation terminated.
  610. configure:7390: $? = 1
  611. configure: failed program was:
  612. | /* confdefs.h */
  613. | #define PACKAGE_NAME "vlc"
  614. | #define PACKAGE_TARNAME "vlc"
  615. | #define PACKAGE_VERSION "3.0.0-git"
  616. | #define PACKAGE_STRING "vlc 3.0.0-git"
  617. | #define PACKAGE_BUGREPORT ""
  618. | #define PACKAGE_URL ""
  619. | #define PACKAGE "vlc"
  620. | #define VERSION "3.0.0-git"
  621. | #define STDC_HEADERS 1
  622. | #define HAVE_SYS_TYPES_H 1
  623. | #define HAVE_SYS_STAT_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_STRING_H 1
  626. | #define HAVE_MEMORY_H 1
  627. | #define HAVE_STRINGS_H 1
  628. | #define HAVE_INTTYPES_H 1
  629. | #define HAVE_STDINT_H 1
  630. | #define HAVE_UNISTD_H 1
  631. | #define __EXTENSIONS__ 1
  632. | #define _ALL_SOURCE 1
  633. | #define _GNU_SOURCE 1
  634. | #define _POSIX_PTHREAD_SEMANTICS 1
  635. | #define _TANDEM_SOURCE 1
  636. | #define _FORTIFY_SOURCE 2
  637. | #define _FILE_OFFSET_BITS 64
  638. | #define _THREAD_SAFE /**/
  639. | #define __LIBVLC__ /**/
  640. | #define WIN32_LEAN_AND_MEAN /**/
  641. | /* end confdefs.h. */
  642. | #include <ac_nonexistent.h>
  643. configure:7472: checking for gcc
  644. configure:7488: found /usr/bin/gcc
  645. configure:7499: result: gcc
  646. configure:7524: checking for Objective C compiler version
  647. configure:7533: gcc --version >&5
  648. gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
  649. Copyright (C) 2012 Free Software Foundation, Inc.
  650. This is free software; see the source for copying conditions. There is NO
  651. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  652.  
  653. configure:7544: $? = 0
  654. configure:7533: gcc -v >&5
  655. Using built-in specs.
  656. COLLECT_GCC=gcc
  657. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.7/lto-wrapper
  658. Target: i586-suse-linux
  659. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  660. Thread model: posix
  661. gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux)
  662. configure:7544: $? = 0
  663. configure:7533: gcc -V >&5
  664. gcc: error: unrecognized command line option '-V'
  665. gcc: fatal error: no input files
  666. compilation terminated.
  667. configure:7544: $? = 1
  668. configure:7533: gcc -qversion >&5
  669. gcc: error: unrecognized command line option '-qversion'
  670. gcc: fatal error: no input files
  671. compilation terminated.
  672. configure:7544: $? = 1
  673. configure:7548: checking whether we are using the GNU Objective C compiler
  674. configure:7567: gcc -c conftest.m >&5
  675. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  676. configure:7567: $? = 1
  677. configure: failed program was:
  678. | /* confdefs.h */
  679. | #define PACKAGE_NAME "vlc"
  680. | #define PACKAGE_TARNAME "vlc"
  681. | #define PACKAGE_VERSION "3.0.0-git"
  682. | #define PACKAGE_STRING "vlc 3.0.0-git"
  683. | #define PACKAGE_BUGREPORT ""
  684. | #define PACKAGE_URL ""
  685. | #define PACKAGE "vlc"
  686. | #define VERSION "3.0.0-git"
  687. | #define STDC_HEADERS 1
  688. | #define HAVE_SYS_TYPES_H 1
  689. | #define HAVE_SYS_STAT_H 1
  690. | #define HAVE_STDLIB_H 1
  691. | #define HAVE_STRING_H 1
  692. | #define HAVE_MEMORY_H 1
  693. | #define HAVE_STRINGS_H 1
  694. | #define HAVE_INTTYPES_H 1
  695. | #define HAVE_STDINT_H 1
  696. | #define HAVE_UNISTD_H 1
  697. | #define __EXTENSIONS__ 1
  698. | #define _ALL_SOURCE 1
  699. | #define _GNU_SOURCE 1
  700. | #define _POSIX_PTHREAD_SEMANTICS 1
  701. | #define _TANDEM_SOURCE 1
  702. | #define _FORTIFY_SOURCE 2
  703. | #define _FILE_OFFSET_BITS 64
  704. | #define _THREAD_SAFE /**/
  705. | #define __LIBVLC__ /**/
  706. | #define WIN32_LEAN_AND_MEAN /**/
  707. | /* end confdefs.h. */
  708. |
  709. | int
  710. | main ()
  711. | {
  712. | #ifndef __GNUC__
  713. | choke me
  714. | #endif
  715. |
  716. | ;
  717. | return 0;
  718. | }
  719. configure:7576: result: no
  720. configure:7585: checking whether gcc accepts -g
  721. configure:7605: gcc -c -g conftest.m >&5
  722. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  723. configure:7605: $? = 1
  724. configure: failed program was:
  725. | /* confdefs.h */
  726. | #define PACKAGE_NAME "vlc"
  727. | #define PACKAGE_TARNAME "vlc"
  728. | #define PACKAGE_VERSION "3.0.0-git"
  729. | #define PACKAGE_STRING "vlc 3.0.0-git"
  730. | #define PACKAGE_BUGREPORT ""
  731. | #define PACKAGE_URL ""
  732. | #define PACKAGE "vlc"
  733. | #define VERSION "3.0.0-git"
  734. | #define STDC_HEADERS 1
  735. | #define HAVE_SYS_TYPES_H 1
  736. | #define HAVE_SYS_STAT_H 1
  737. | #define HAVE_STDLIB_H 1
  738. | #define HAVE_STRING_H 1
  739. | #define HAVE_MEMORY_H 1
  740. | #define HAVE_STRINGS_H 1
  741. | #define HAVE_INTTYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | #define __EXTENSIONS__ 1
  745. | #define _ALL_SOURCE 1
  746. | #define _GNU_SOURCE 1
  747. | #define _POSIX_PTHREAD_SEMANTICS 1
  748. | #define _TANDEM_SOURCE 1
  749. | #define _FORTIFY_SOURCE 2
  750. | #define _FILE_OFFSET_BITS 64
  751. | #define _THREAD_SAFE /**/
  752. | #define __LIBVLC__ /**/
  753. | #define WIN32_LEAN_AND_MEAN /**/
  754. | /* end confdefs.h. */
  755. |
  756. | int
  757. | main ()
  758. | {
  759. |
  760. | ;
  761. | return 0;
  762. | }
  763. configure:7620: gcc -c conftest.m >&5
  764. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  765. configure:7620: $? = 1
  766. configure: failed program was:
  767. | /* confdefs.h */
  768. | #define PACKAGE_NAME "vlc"
  769. | #define PACKAGE_TARNAME "vlc"
  770. | #define PACKAGE_VERSION "3.0.0-git"
  771. | #define PACKAGE_STRING "vlc 3.0.0-git"
  772. | #define PACKAGE_BUGREPORT ""
  773. | #define PACKAGE_URL ""
  774. | #define PACKAGE "vlc"
  775. | #define VERSION "3.0.0-git"
  776. | #define STDC_HEADERS 1
  777. | #define HAVE_SYS_TYPES_H 1
  778. | #define HAVE_SYS_STAT_H 1
  779. | #define HAVE_STDLIB_H 1
  780. | #define HAVE_STRING_H 1
  781. | #define HAVE_MEMORY_H 1
  782. | #define HAVE_STRINGS_H 1
  783. | #define HAVE_INTTYPES_H 1
  784. | #define HAVE_STDINT_H 1
  785. | #define HAVE_UNISTD_H 1
  786. | #define __EXTENSIONS__ 1
  787. | #define _ALL_SOURCE 1
  788. | #define _GNU_SOURCE 1
  789. | #define _POSIX_PTHREAD_SEMANTICS 1
  790. | #define _TANDEM_SOURCE 1
  791. | #define _FORTIFY_SOURCE 2
  792. | #define _FILE_OFFSET_BITS 64
  793. | #define _THREAD_SAFE /**/
  794. | #define __LIBVLC__ /**/
  795. | #define WIN32_LEAN_AND_MEAN /**/
  796. | /* end confdefs.h. */
  797. |
  798. | int
  799. | main ()
  800. | {
  801. |
  802. | ;
  803. | return 0;
  804. | }
  805. configure:7636: gcc -c -g conftest.m >&5
  806. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  807. configure:7636: $? = 1
  808. configure: failed program was:
  809. | /* confdefs.h */
  810. | #define PACKAGE_NAME "vlc"
  811. | #define PACKAGE_TARNAME "vlc"
  812. | #define PACKAGE_VERSION "3.0.0-git"
  813. | #define PACKAGE_STRING "vlc 3.0.0-git"
  814. | #define PACKAGE_BUGREPORT ""
  815. | #define PACKAGE_URL ""
  816. | #define PACKAGE "vlc"
  817. | #define VERSION "3.0.0-git"
  818. | #define STDC_HEADERS 1
  819. | #define HAVE_SYS_TYPES_H 1
  820. | #define HAVE_SYS_STAT_H 1
  821. | #define HAVE_STDLIB_H 1
  822. | #define HAVE_STRING_H 1
  823. | #define HAVE_MEMORY_H 1
  824. | #define HAVE_STRINGS_H 1
  825. | #define HAVE_INTTYPES_H 1
  826. | #define HAVE_STDINT_H 1
  827. | #define HAVE_UNISTD_H 1
  828. | #define __EXTENSIONS__ 1
  829. | #define _ALL_SOURCE 1
  830. | #define _GNU_SOURCE 1
  831. | #define _POSIX_PTHREAD_SEMANTICS 1
  832. | #define _TANDEM_SOURCE 1
  833. | #define _FORTIFY_SOURCE 2
  834. | #define _FILE_OFFSET_BITS 64
  835. | #define _THREAD_SAFE /**/
  836. | #define __LIBVLC__ /**/
  837. | #define WIN32_LEAN_AND_MEAN /**/
  838. | /* end confdefs.h. */
  839. |
  840. | int
  841. | main ()
  842. | {
  843. |
  844. | ;
  845. | return 0;
  846. | }
  847. configure:7646: result: no
  848. configure:7671: checking dependency style of gcc
  849. configure:7780: result: gcc3
  850. configure:7798: checking dependency style of gcc
  851. configure:7907: result: gcc3
  852. configure:7922: checking for egrep
  853. configure:7984: result: /usr/bin/grep -E
  854. configure:7989: checking whether make sets $(MAKE)
  855. configure:8011: result: yes
  856. configure:8030: checking dependency style of gcc -std=gnu99
  857. configure:8139: result: gcc3
  858. configure:8160: checking for desktop-file-validate
  859. configure:8176: found /usr/bin/desktop-file-validate
  860. configure:8187: result: desktop-file-validate
  861. configure:8203: checking for yasm
  862. configure:8219: found /usr/local/bin/yasm
  863. configure:8230: result: yasm
  864. configure:8242: checking for an ANSI C-conforming const
  865. configure:8308: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  866. configure:8308: $? = 0
  867. configure:8315: result: yes
  868. configure:8323: checking for inline
  869. configure:8339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  870. configure:8339: $? = 0
  871. configure:8347: result: inline
  872. configure:8365: checking for C/C++ restrict keyword
  873. configure:8390: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  874. configure:8390: $? = 0
  875. configure:8398: result: __restrict
  876. configure:9023: checking for an Android system
  877. configure:9040: gcc -std=gnu99 -E conftest.c
  878. conftest.c:33:12: error: #error Not Android
  879. configure:9040: $? = 1
  880. configure: failed program was:
  881. | /* confdefs.h */
  882. | #define PACKAGE_NAME "vlc"
  883. | #define PACKAGE_TARNAME "vlc"
  884. | #define PACKAGE_VERSION "3.0.0-git"
  885. | #define PACKAGE_STRING "vlc 3.0.0-git"
  886. | #define PACKAGE_BUGREPORT ""
  887. | #define PACKAGE_URL ""
  888. | #define PACKAGE "vlc"
  889. | #define VERSION "3.0.0-git"
  890. | #define STDC_HEADERS 1
  891. | #define HAVE_SYS_TYPES_H 1
  892. | #define HAVE_SYS_STAT_H 1
  893. | #define HAVE_STDLIB_H 1
  894. | #define HAVE_STRING_H 1
  895. | #define HAVE_MEMORY_H 1
  896. | #define HAVE_STRINGS_H 1
  897. | #define HAVE_INTTYPES_H 1
  898. | #define HAVE_STDINT_H 1
  899. | #define HAVE_UNISTD_H 1
  900. | #define __EXTENSIONS__ 1
  901. | #define _ALL_SOURCE 1
  902. | #define _GNU_SOURCE 1
  903. | #define _POSIX_PTHREAD_SEMANTICS 1
  904. | #define _TANDEM_SOURCE 1
  905. | #define _FORTIFY_SOURCE 2
  906. | #define _FILE_OFFSET_BITS 64
  907. | #define _THREAD_SAFE /**/
  908. | #define __LIBVLC__ /**/
  909. | #define WIN32_LEAN_AND_MEAN /**/
  910. | #define restrict __restrict
  911. | /* end confdefs.h. */
  912. | #ifndef __ANDROID__
  913. | # error Not Android
  914. | #endif
  915. |
  916. | int
  917. | main ()
  918. | {
  919. | ;
  920. | ;
  921. | return 0;
  922. | }
  923. |
  924. configure:9048: result: no
  925. configure:9071: checking for 3rd party libraries path
  926. ./contrib/i686-pc-linux-gnu not found
  927. ./contrib/i586-suse-linux not found
  928. ./extras/contrib/hosts/i686-pc-linux-gnu not found
  929. ./extras/contrib/hosts/i586-suse-linux not found
  930. configure:9092: result: not found
  931. configure:9219: checking how to print strings
  932. configure:9246: result: printf
  933. configure:9267: checking for a sed that does not truncate output
  934. configure:9331: result: /usr/bin/sed
  935. configure:9349: checking for fgrep
  936. configure:9411: result: /usr/bin/grep -F
  937. configure:9446: checking for ld used by gcc -std=gnu99
  938. configure:9513: result: /usr/i586-suse-linux/bin/ld
  939. configure:9520: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  940. configure:9535: result: yes
  941. configure:9547: checking for BSD- or MS-compatible name lister (nm)
  942. configure:9596: result: /usr/bin/nm -B
  943. configure:9726: checking the name lister (/usr/bin/nm -B) interface
  944. configure:9733: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  945. configure:9736: /usr/bin/nm -B "conftest.o"
  946. configure:9739: output
  947. 00000000 B some_variable
  948. configure:9746: result: BSD nm
  949. configure:9749: checking whether ln -s works
  950. configure:9753: result: yes
  951. configure:9761: checking the maximum length of command line arguments
  952. configure:9891: result: 1572864
  953. configure:9908: checking whether the shell understands some XSI constructs
  954. configure:9918: result: yes
  955. configure:9922: checking whether the shell understands "+="
  956. configure:9928: result: yes
  957. configure:9963: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  958. configure:10003: result: func_convert_file_noop
  959. configure:10010: checking how to convert i686-pc-linux-gnu file names to toolchain format
  960. configure:10030: result: func_convert_file_noop
  961. configure:10037: checking for /usr/i586-suse-linux/bin/ld option to reload object files
  962. configure:10044: result: -r
  963. configure:10118: checking for objdump
  964. configure:10134: found /usr/bin/objdump
  965. configure:10145: result: objdump
  966. configure:10174: checking how to recognize dependent libraries
  967. configure:10376: result: pass_all
  968. configure:10461: checking for dlltool
  969. configure:10491: result: no
  970. configure:10518: checking how to associate runtime and link libraries
  971. configure:10545: result: printf %s\n
  972. configure:10605: checking for ar
  973. configure:10621: found /usr/bin/ar
  974. configure:10632: result: ar
  975. configure:10669: checking for archiver @FILE support
  976. configure:10686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  977. configure:10686: $? = 0
  978. configure:10689: ar cru libconftest.a @conftest.lst >&5
  979. configure:10692: $? = 0
  980. configure:10697: ar cru libconftest.a @conftest.lst >&5
  981. ar: conftest.o: No such file or directory
  982. configure:10700: $? = 1
  983. configure:10712: result: @
  984. configure:10770: checking for strip
  985. configure:10786: found /usr/bin/strip
  986. configure:10797: result: strip
  987. configure:10869: checking for ranlib
  988. configure:10885: found /usr/bin/ranlib
  989. configure:10896: result: ranlib
  990. configure:10998: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  991. configure:11118: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  992. configure:11121: $? = 0
  993. configure:11125: /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
  994. configure:11128: $? = 0
  995. configure:11194: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5
  996. configure:11197: $? = 0
  997. configure:11235: result: ok
  998. configure:11272: checking for sysroot
  999. configure:11302: result: no
  1000. configure:11558: checking for mt
  1001. configure:11574: found /usr/bin/mt
  1002. configure:11585: result: mt
  1003. configure:11608: checking if mt is a manifest tool
  1004. configure:11614: mt '-?'
  1005. configure:11622: result: no
  1006. configure:12261: checking for dlfcn.h
  1007. configure:12261: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1008. configure:12261: $? = 0
  1009. configure:12261: result: yes
  1010. configure:12773: checking for objdir
  1011. configure:12788: result: .libs
  1012. configure:13059: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  1013. configure:13077: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  1014. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  1015. configure:13081: $? = 0
  1016. configure:13094: result: no
  1017. configure:13421: checking for gcc -std=gnu99 option to produce PIC
  1018. configure:13428: result: -fPIC -DPIC
  1019. configure:13436: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  1020. configure:13454: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  1021. configure:13458: $? = 0
  1022. configure:13471: result: yes
  1023. configure:13500: checking if gcc -std=gnu99 static flag -static works
  1024. configure:13528: result: no
  1025. configure:13543: checking if gcc -std=gnu99 supports -c -o file.o
  1026. configure:13564: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
  1027. configure:13568: $? = 0
  1028. configure:13590: result: yes
  1029. configure:13598: checking if gcc -std=gnu99 supports -c -o file.o
  1030. configure:13645: result: yes
  1031. configure:13678: checking whether the gcc -std=gnu99 linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  1032. configure:14831: result: yes
  1033. configure:14868: checking whether -lc should be explicitly linked in
  1034. configure:14876: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1035. configure:14879: $? = 0
  1036. configure:14894: 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
  1037. configure:14897: $? = 0
  1038. configure:14911: result: no
  1039. configure:15071: checking dynamic linker characteristics
  1040. configure:15582: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  1041. configure:15582: $? = 0
  1042. configure:15804: result: GNU/Linux ld.so
  1043. configure:15911: checking how to hardcode library paths into programs
  1044. configure:15936: result: immediate
  1045. configure:16030: checking for shl_load
  1046. configure:16030: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1047. /tmp/cc8tRi0u.o: In function `main':
  1048. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:68: undefined reference to `shl_load'
  1049. collect2: error: ld returned 1 exit status
  1050. configure:16030: $? = 1
  1051. configure: failed program was:
  1052. | /* confdefs.h */
  1053. | #define PACKAGE_NAME "vlc"
  1054. | #define PACKAGE_TARNAME "vlc"
  1055. | #define PACKAGE_VERSION "3.0.0-git"
  1056. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1057. | #define PACKAGE_BUGREPORT ""
  1058. | #define PACKAGE_URL ""
  1059. | #define PACKAGE "vlc"
  1060. | #define VERSION "3.0.0-git"
  1061. | #define STDC_HEADERS 1
  1062. | #define HAVE_SYS_TYPES_H 1
  1063. | #define HAVE_SYS_STAT_H 1
  1064. | #define HAVE_STDLIB_H 1
  1065. | #define HAVE_STRING_H 1
  1066. | #define HAVE_MEMORY_H 1
  1067. | #define HAVE_STRINGS_H 1
  1068. | #define HAVE_INTTYPES_H 1
  1069. | #define HAVE_STDINT_H 1
  1070. | #define HAVE_UNISTD_H 1
  1071. | #define __EXTENSIONS__ 1
  1072. | #define _ALL_SOURCE 1
  1073. | #define _GNU_SOURCE 1
  1074. | #define _POSIX_PTHREAD_SEMANTICS 1
  1075. | #define _TANDEM_SOURCE 1
  1076. | #define _FORTIFY_SOURCE 2
  1077. | #define _FILE_OFFSET_BITS 64
  1078. | #define _THREAD_SAFE /**/
  1079. | #define __LIBVLC__ /**/
  1080. | #define WIN32_LEAN_AND_MEAN /**/
  1081. | #define restrict __restrict
  1082. | #define HAVE_DLFCN_H 1
  1083. | #define LT_OBJDIR ".libs/"
  1084. | /* end confdefs.h. */
  1085. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  1086. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1087. | #define shl_load innocuous_shl_load
  1088. |
  1089. | /* System header to define __stub macros and hopefully few prototypes,
  1090. | which can conflict with char shl_load (); below.
  1091. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1092. | <limits.h> exists even on freestanding compilers. */
  1093. |
  1094. | #ifdef __STDC__
  1095. | # include <limits.h>
  1096. | #else
  1097. | # include <assert.h>
  1098. | #endif
  1099. |
  1100. | #undef shl_load
  1101. |
  1102. | /* Override any GCC internal prototype to avoid an error.
  1103. | Use char because int might match the return type of a GCC
  1104. | builtin and then its argument prototype would still apply. */
  1105. | #ifdef __cplusplus
  1106. | extern "C"
  1107. | #endif
  1108. | char shl_load ();
  1109. | /* The GNU C library defines this for functions which it implements
  1110. | to always fail with ENOSYS. Some functions are actually named
  1111. | something starting with __ and the normal name is an alias. */
  1112. | #if defined __stub_shl_load || defined __stub___shl_load
  1113. | choke me
  1114. | #endif
  1115. |
  1116. | int
  1117. | main ()
  1118. | {
  1119. | return shl_load ();
  1120. | ;
  1121. | return 0;
  1122. | }
  1123. configure:16030: result: no
  1124. configure:16034: checking for shl_load in -ldld
  1125. configure:16059: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldld >&5
  1126. /usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: cannot find -ldld
  1127. collect2: error: ld returned 1 exit status
  1128. configure:16059: $? = 1
  1129. configure: failed program was:
  1130. | /* confdefs.h */
  1131. | #define PACKAGE_NAME "vlc"
  1132. | #define PACKAGE_TARNAME "vlc"
  1133. | #define PACKAGE_VERSION "3.0.0-git"
  1134. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1135. | #define PACKAGE_BUGREPORT ""
  1136. | #define PACKAGE_URL ""
  1137. | #define PACKAGE "vlc"
  1138. | #define VERSION "3.0.0-git"
  1139. | #define STDC_HEADERS 1
  1140. | #define HAVE_SYS_TYPES_H 1
  1141. | #define HAVE_SYS_STAT_H 1
  1142. | #define HAVE_STDLIB_H 1
  1143. | #define HAVE_STRING_H 1
  1144. | #define HAVE_MEMORY_H 1
  1145. | #define HAVE_STRINGS_H 1
  1146. | #define HAVE_INTTYPES_H 1
  1147. | #define HAVE_STDINT_H 1
  1148. | #define HAVE_UNISTD_H 1
  1149. | #define __EXTENSIONS__ 1
  1150. | #define _ALL_SOURCE 1
  1151. | #define _GNU_SOURCE 1
  1152. | #define _POSIX_PTHREAD_SEMANTICS 1
  1153. | #define _TANDEM_SOURCE 1
  1154. | #define _FORTIFY_SOURCE 2
  1155. | #define _FILE_OFFSET_BITS 64
  1156. | #define _THREAD_SAFE /**/
  1157. | #define __LIBVLC__ /**/
  1158. | #define WIN32_LEAN_AND_MEAN /**/
  1159. | #define restrict __restrict
  1160. | #define HAVE_DLFCN_H 1
  1161. | #define LT_OBJDIR ".libs/"
  1162. | /* end confdefs.h. */
  1163. |
  1164. | /* Override any GCC internal prototype to avoid an error.
  1165. | Use char because int might match the return type of a GCC
  1166. | builtin and then its argument prototype would still apply. */
  1167. | #ifdef __cplusplus
  1168. | extern "C"
  1169. | #endif
  1170. | char shl_load ();
  1171. | int
  1172. | main ()
  1173. | {
  1174. | return shl_load ();
  1175. | ;
  1176. | return 0;
  1177. | }
  1178. configure:16068: result: no
  1179. configure:16073: checking for dlopen
  1180. configure:16073: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1181. /tmp/ccYoT6BR.o: In function `main':
  1182. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:68: undefined reference to `dlopen'
  1183. collect2: error: ld returned 1 exit status
  1184. configure:16073: $? = 1
  1185. configure: failed program was:
  1186. | /* confdefs.h */
  1187. | #define PACKAGE_NAME "vlc"
  1188. | #define PACKAGE_TARNAME "vlc"
  1189. | #define PACKAGE_VERSION "3.0.0-git"
  1190. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1191. | #define PACKAGE_BUGREPORT ""
  1192. | #define PACKAGE_URL ""
  1193. | #define PACKAGE "vlc"
  1194. | #define VERSION "3.0.0-git"
  1195. | #define STDC_HEADERS 1
  1196. | #define HAVE_SYS_TYPES_H 1
  1197. | #define HAVE_SYS_STAT_H 1
  1198. | #define HAVE_STDLIB_H 1
  1199. | #define HAVE_STRING_H 1
  1200. | #define HAVE_MEMORY_H 1
  1201. | #define HAVE_STRINGS_H 1
  1202. | #define HAVE_INTTYPES_H 1
  1203. | #define HAVE_STDINT_H 1
  1204. | #define HAVE_UNISTD_H 1
  1205. | #define __EXTENSIONS__ 1
  1206. | #define _ALL_SOURCE 1
  1207. | #define _GNU_SOURCE 1
  1208. | #define _POSIX_PTHREAD_SEMANTICS 1
  1209. | #define _TANDEM_SOURCE 1
  1210. | #define _FORTIFY_SOURCE 2
  1211. | #define _FILE_OFFSET_BITS 64
  1212. | #define _THREAD_SAFE /**/
  1213. | #define __LIBVLC__ /**/
  1214. | #define WIN32_LEAN_AND_MEAN /**/
  1215. | #define restrict __restrict
  1216. | #define HAVE_DLFCN_H 1
  1217. | #define LT_OBJDIR ".libs/"
  1218. | /* end confdefs.h. */
  1219. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1220. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1221. | #define dlopen innocuous_dlopen
  1222. |
  1223. | /* System header to define __stub macros and hopefully few prototypes,
  1224. | which can conflict with char dlopen (); below.
  1225. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1226. | <limits.h> exists even on freestanding compilers. */
  1227. |
  1228. | #ifdef __STDC__
  1229. | # include <limits.h>
  1230. | #else
  1231. | # include <assert.h>
  1232. | #endif
  1233. |
  1234. | #undef dlopen
  1235. |
  1236. | /* Override any GCC internal prototype to avoid an error.
  1237. | Use char because int might match the return type of a GCC
  1238. | builtin and then its argument prototype would still apply. */
  1239. | #ifdef __cplusplus
  1240. | extern "C"
  1241. | #endif
  1242. | char dlopen ();
  1243. | /* The GNU C library defines this for functions which it implements
  1244. | to always fail with ENOSYS. Some functions are actually named
  1245. | something starting with __ and the normal name is an alias. */
  1246. | #if defined __stub_dlopen || defined __stub___dlopen
  1247. | choke me
  1248. | #endif
  1249. |
  1250. | int
  1251. | main ()
  1252. | {
  1253. | return dlopen ();
  1254. | ;
  1255. | return 0;
  1256. | }
  1257. configure:16073: result: no
  1258. configure:16077: checking for dlopen in -ldl
  1259. configure:16102: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
  1260. configure:16102: $? = 0
  1261. configure:16111: result: yes
  1262. configure:16230: checking whether a program can dlopen itself
  1263. configure:16310: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1264. configure:16313: $? = 0
  1265. configure:16331: result: yes
  1266. configure:16336: checking whether a statically linked program can dlopen itself
  1267. configure:16416: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1268. configure:16419: $? = 0
  1269. configure:16437: result: yes
  1270. configure:16476: checking whether stripping libraries is possible
  1271. configure:16481: result: yes
  1272. configure:16516: checking if libtool supports shared libraries
  1273. configure:16518: result: yes
  1274. configure:16521: checking whether to build shared libraries
  1275. configure:16542: result: yes
  1276. configure:16545: checking whether to build static libraries
  1277. configure:16549: result: no
  1278. configure:16572: checking how to run the C++ preprocessor
  1279. configure:16599: g++ -E conftest.cpp
  1280. In file included from /usr/include/limits.h:26:0,
  1281. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:169,
  1282. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/syslimits.h:7,
  1283. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:34,
  1284. from conftest.cpp:35:
  1285. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1286. configure:16599: $? = 0
  1287. configure:16613: g++ -E conftest.cpp
  1288. conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
  1289. compilation terminated.
  1290. configure:16613: $? = 1
  1291. configure: failed program was:
  1292. | /* confdefs.h */
  1293. | #define PACKAGE_NAME "vlc"
  1294. | #define PACKAGE_TARNAME "vlc"
  1295. | #define PACKAGE_VERSION "3.0.0-git"
  1296. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1297. | #define PACKAGE_BUGREPORT ""
  1298. | #define PACKAGE_URL ""
  1299. | #define PACKAGE "vlc"
  1300. | #define VERSION "3.0.0-git"
  1301. | #define STDC_HEADERS 1
  1302. | #define HAVE_SYS_TYPES_H 1
  1303. | #define HAVE_SYS_STAT_H 1
  1304. | #define HAVE_STDLIB_H 1
  1305. | #define HAVE_STRING_H 1
  1306. | #define HAVE_MEMORY_H 1
  1307. | #define HAVE_STRINGS_H 1
  1308. | #define HAVE_INTTYPES_H 1
  1309. | #define HAVE_STDINT_H 1
  1310. | #define HAVE_UNISTD_H 1
  1311. | #define __EXTENSIONS__ 1
  1312. | #define _ALL_SOURCE 1
  1313. | #define _GNU_SOURCE 1
  1314. | #define _POSIX_PTHREAD_SEMANTICS 1
  1315. | #define _TANDEM_SOURCE 1
  1316. | #define _FORTIFY_SOURCE 2
  1317. | #define _FILE_OFFSET_BITS 64
  1318. | #define _THREAD_SAFE /**/
  1319. | #define __LIBVLC__ /**/
  1320. | #define WIN32_LEAN_AND_MEAN /**/
  1321. | #define restrict __restrict
  1322. | #define HAVE_DLFCN_H 1
  1323. | #define LT_OBJDIR ".libs/"
  1324. | /* end confdefs.h. */
  1325. | #include <ac_nonexistent.h>
  1326. configure:16638: result: g++ -E
  1327. configure:16658: g++ -E conftest.cpp
  1328. In file included from /usr/include/limits.h:26:0,
  1329. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:169,
  1330. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/syslimits.h:7,
  1331. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:34,
  1332. from conftest.cpp:35:
  1333. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1334. configure:16658: $? = 0
  1335. configure:16672: g++ -E conftest.cpp
  1336. conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
  1337. compilation terminated.
  1338. configure:16672: $? = 1
  1339. configure: failed program was:
  1340. | /* confdefs.h */
  1341. | #define PACKAGE_NAME "vlc"
  1342. | #define PACKAGE_TARNAME "vlc"
  1343. | #define PACKAGE_VERSION "3.0.0-git"
  1344. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1345. | #define PACKAGE_BUGREPORT ""
  1346. | #define PACKAGE_URL ""
  1347. | #define PACKAGE "vlc"
  1348. | #define VERSION "3.0.0-git"
  1349. | #define STDC_HEADERS 1
  1350. | #define HAVE_SYS_TYPES_H 1
  1351. | #define HAVE_SYS_STAT_H 1
  1352. | #define HAVE_STDLIB_H 1
  1353. | #define HAVE_STRING_H 1
  1354. | #define HAVE_MEMORY_H 1
  1355. | #define HAVE_STRINGS_H 1
  1356. | #define HAVE_INTTYPES_H 1
  1357. | #define HAVE_STDINT_H 1
  1358. | #define HAVE_UNISTD_H 1
  1359. | #define __EXTENSIONS__ 1
  1360. | #define _ALL_SOURCE 1
  1361. | #define _GNU_SOURCE 1
  1362. | #define _POSIX_PTHREAD_SEMANTICS 1
  1363. | #define _TANDEM_SOURCE 1
  1364. | #define _FORTIFY_SOURCE 2
  1365. | #define _FILE_OFFSET_BITS 64
  1366. | #define _THREAD_SAFE /**/
  1367. | #define __LIBVLC__ /**/
  1368. | #define WIN32_LEAN_AND_MEAN /**/
  1369. | #define restrict __restrict
  1370. | #define HAVE_DLFCN_H 1
  1371. | #define LT_OBJDIR ".libs/"
  1372. | /* end confdefs.h. */
  1373. | #include <ac_nonexistent.h>
  1374. configure:16841: checking for ld used by g++
  1375. configure:16908: result: /usr/i586-suse-linux/bin/ld
  1376. configure:16915: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  1377. configure:16930: result: yes
  1378. configure:16985: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  1379. configure:17990: result: yes
  1380. configure:18026: g++ -c -g -O2 conftest.cpp >&5
  1381. configure:18029: $? = 0
  1382. configure:18549: checking for g++ option to produce PIC
  1383. configure:18556: result: -fPIC -DPIC
  1384. configure:18564: checking if g++ PIC flag -fPIC -DPIC works
  1385. configure:18582: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  1386. configure:18586: $? = 0
  1387. configure:18599: result: yes
  1388. configure:18622: checking if g++ static flag -static works
  1389. configure:18650: result: no
  1390. configure:18662: checking if g++ supports -c -o file.o
  1391. configure:18683: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  1392. configure:18687: $? = 0
  1393. configure:18709: result: yes
  1394. configure:18714: checking if g++ supports -c -o file.o
  1395. configure:18761: result: yes
  1396. configure:18791: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  1397. configure:18827: result: yes
  1398. configure:18968: checking dynamic linker characteristics
  1399. configure:19635: result: GNU/Linux ld.so
  1400. configure:19688: checking how to hardcode library paths into programs
  1401. configure:19713: result: immediate
  1402. configure:19818: checking for windres
  1403. configure:19848: result: no
  1404. configure:19959: checking for bash
  1405. configure:19977: found /bin/bash
  1406. configure:19989: result: /bin/bash
  1407. configure:19997: checking if dolt supports this host
  1408. configure:20029: result: yes, replacing libtool
  1409. configure:20178: checking whether NLS is requested
  1410. configure:20187: result: yes
  1411. configure:20227: checking for msgfmt
  1412. configure: trying /usr/bin/msgfmt...
  1413. 0 translated messages.
  1414. configure:20259: result: /usr/bin/msgfmt
  1415. configure:20268: checking for gmsgfmt
  1416. configure:20299: result: /usr/bin/msgfmt
  1417. configure:20349: checking for xgettext
  1418. configure: trying /usr/bin/xgettext...
  1419. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  1420. configure:20381: result: /usr/bin/xgettext
  1421. configure:20426: checking for msgmerge
  1422. configure: trying /usr/bin/msgmerge...
  1423. configure:20457: result: /usr/bin/msgmerge
  1424. configure:20515: checking for ld used by gcc -std=gnu99
  1425. configure:20582: result: /usr/i586-suse-linux/bin/ld
  1426. configure:20589: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  1427. configure:20604: result: yes
  1428. configure:20611: checking for shared library run path origin
  1429. configure:20624: result: done
  1430. configure:21196: checking for CFPreferencesCopyAppValue
  1431. configure:21214: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1432. conftest.c:34:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  1433. compilation terminated.
  1434. configure:21214: $? = 1
  1435. configure: failed program was:
  1436. | /* confdefs.h */
  1437. | #define PACKAGE_NAME "vlc"
  1438. | #define PACKAGE_TARNAME "vlc"
  1439. | #define PACKAGE_VERSION "3.0.0-git"
  1440. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1441. | #define PACKAGE_BUGREPORT ""
  1442. | #define PACKAGE_URL ""
  1443. | #define PACKAGE "vlc"
  1444. | #define VERSION "3.0.0-git"
  1445. | #define STDC_HEADERS 1
  1446. | #define HAVE_SYS_TYPES_H 1
  1447. | #define HAVE_SYS_STAT_H 1
  1448. | #define HAVE_STDLIB_H 1
  1449. | #define HAVE_STRING_H 1
  1450. | #define HAVE_MEMORY_H 1
  1451. | #define HAVE_STRINGS_H 1
  1452. | #define HAVE_INTTYPES_H 1
  1453. | #define HAVE_STDINT_H 1
  1454. | #define HAVE_UNISTD_H 1
  1455. | #define __EXTENSIONS__ 1
  1456. | #define _ALL_SOURCE 1
  1457. | #define _GNU_SOURCE 1
  1458. | #define _POSIX_PTHREAD_SEMANTICS 1
  1459. | #define _TANDEM_SOURCE 1
  1460. | #define _FORTIFY_SOURCE 2
  1461. | #define _FILE_OFFSET_BITS 64
  1462. | #define _THREAD_SAFE /**/
  1463. | #define __LIBVLC__ /**/
  1464. | #define WIN32_LEAN_AND_MEAN /**/
  1465. | #define restrict __restrict
  1466. | #define HAVE_DLFCN_H 1
  1467. | #define LT_OBJDIR ".libs/"
  1468. | /* end confdefs.h. */
  1469. | #include <CoreFoundation/CFPreferences.h>
  1470. | int
  1471. | main ()
  1472. | {
  1473. | CFPreferencesCopyAppValue(NULL, NULL)
  1474. | ;
  1475. | return 0;
  1476. | }
  1477. configure:21223: result: no
  1478. configure:21230: checking for CFLocaleCopyCurrent
  1479. configure:21248: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1480. conftest.c:34:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  1481. compilation terminated.
  1482. configure:21248: $? = 1
  1483. configure: failed program was:
  1484. | /* confdefs.h */
  1485. | #define PACKAGE_NAME "vlc"
  1486. | #define PACKAGE_TARNAME "vlc"
  1487. | #define PACKAGE_VERSION "3.0.0-git"
  1488. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1489. | #define PACKAGE_BUGREPORT ""
  1490. | #define PACKAGE_URL ""
  1491. | #define PACKAGE "vlc"
  1492. | #define VERSION "3.0.0-git"
  1493. | #define STDC_HEADERS 1
  1494. | #define HAVE_SYS_TYPES_H 1
  1495. | #define HAVE_SYS_STAT_H 1
  1496. | #define HAVE_STDLIB_H 1
  1497. | #define HAVE_STRING_H 1
  1498. | #define HAVE_MEMORY_H 1
  1499. | #define HAVE_STRINGS_H 1
  1500. | #define HAVE_INTTYPES_H 1
  1501. | #define HAVE_STDINT_H 1
  1502. | #define HAVE_UNISTD_H 1
  1503. | #define __EXTENSIONS__ 1
  1504. | #define _ALL_SOURCE 1
  1505. | #define _GNU_SOURCE 1
  1506. | #define _POSIX_PTHREAD_SEMANTICS 1
  1507. | #define _TANDEM_SOURCE 1
  1508. | #define _FORTIFY_SOURCE 2
  1509. | #define _FILE_OFFSET_BITS 64
  1510. | #define _THREAD_SAFE /**/
  1511. | #define __LIBVLC__ /**/
  1512. | #define WIN32_LEAN_AND_MEAN /**/
  1513. | #define restrict __restrict
  1514. | #define HAVE_DLFCN_H 1
  1515. | #define LT_OBJDIR ".libs/"
  1516. | /* end confdefs.h. */
  1517. | #include <CoreFoundation/CFLocale.h>
  1518. | int
  1519. | main ()
  1520. | {
  1521. | CFLocaleCopyCurrent();
  1522. | ;
  1523. | return 0;
  1524. | }
  1525. configure:21257: result: no
  1526. configure:21306: checking for GNU gettext in libc
  1527. configure:21330: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1528. configure:21330: $? = 0
  1529. configure:21339: result: yes
  1530. configure:22167: checking whether to use NLS
  1531. configure:22169: result: yes
  1532. configure:22172: checking where the gettext function comes from
  1533. configure:22183: result: libc
  1534. configure:22271: checking for iconv
  1535. configure:22295: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1536. configure:22295: $? = 0
  1537. configure:22329: result: yes
  1538. configure:22332: checking for working iconv
  1539. configure:22452: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1540. configure:22452: $? = 0
  1541. configure:22452: ./conftest
  1542. configure:22452: $? = 0
  1543. configure:22464: result: yes
  1544. configure:22492: checking for iconv declaration
  1545. configure:22521: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1546. configure:22521: $? = 0
  1547. configure:22532: result:
  1548. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1549. configure:22801: checking for buggy GNU/libc versions
  1550. configure:22813: gcc -std=gnu99 -E conftest.c
  1551. In file included from /usr/include/limits.h:26:0,
  1552. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:169,
  1553. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/syslimits.h:7,
  1554. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:34,
  1555. from conftest.c:41:
  1556. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1557. configure:22813: $? = 0
  1558. configure:22815: result: not present
  1559. configure:22835: checking for shared objects suffix
  1560. configure:22851: result: .so
  1561. configure:22862: checking whether nanosleep is declared
  1562. configure:22862: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1563. configure:22862: $? = 0
  1564. configure:22862: result: yes
  1565. configure:22877: checking for daemon
  1566. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1567. configure:22877: $? = 0
  1568. configure:22877: result: yes
  1569. configure:22877: checking for fcntl
  1570. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1571. configure:22877: $? = 0
  1572. configure:22877: result: yes
  1573. configure:22877: checking for fstatvfs
  1574. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1575. configure:22877: $? = 0
  1576. configure:22877: result: yes
  1577. configure:22877: checking for fork
  1578. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1579. conftest.c:68:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  1580. configure:22877: $? = 0
  1581. configure:22877: result: yes
  1582. configure:22877: checking for getenv
  1583. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1584. configure:22877: $? = 0
  1585. configure:22877: result: yes
  1586. configure:22877: checking for getpwuid_r
  1587. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1588. configure:22877: $? = 0
  1589. configure:22877: result: yes
  1590. configure:22877: checking for isatty
  1591. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1592. configure:22877: $? = 0
  1593. configure:22877: result: yes
  1594. configure:22877: checking for lstat
  1595. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1596. configure:22877: $? = 0
  1597. configure:22877: result: yes
  1598. configure:22877: checking for memalign
  1599. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1600. configure:22877: $? = 0
  1601. configure:22877: result: yes
  1602. configure:22877: checking for mmap
  1603. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1604. configure:22877: $? = 0
  1605. configure:22877: result: yes
  1606. configure:22877: checking for openat
  1607. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1608. configure:22877: $? = 0
  1609. configure:22877: result: yes
  1610. configure:22877: checking for pread
  1611. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1612. configure:22877: $? = 0
  1613. configure:22877: result: yes
  1614. configure:22877: checking for posix_fadvise
  1615. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1616. configure:22877: $? = 0
  1617. configure:22877: result: yes
  1618. configure:22877: checking for posix_madvise
  1619. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1620. configure:22877: $? = 0
  1621. configure:22877: result: yes
  1622. configure:22877: checking for setlocale
  1623. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1624. configure:22877: $? = 0
  1625. configure:22877: result: yes
  1626. configure:22877: checking for stricmp
  1627. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1628. /tmp/ccoj1Npm.o: In function `main':
  1629. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:91: undefined reference to `stricmp'
  1630. collect2: error: ld returned 1 exit status
  1631. configure:22877: $? = 1
  1632. configure: failed program was:
  1633. | /* confdefs.h */
  1634. | #define PACKAGE_NAME "vlc"
  1635. | #define PACKAGE_TARNAME "vlc"
  1636. | #define PACKAGE_VERSION "3.0.0-git"
  1637. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1638. | #define PACKAGE_BUGREPORT ""
  1639. | #define PACKAGE_URL ""
  1640. | #define PACKAGE "vlc"
  1641. | #define VERSION "3.0.0-git"
  1642. | #define STDC_HEADERS 1
  1643. | #define HAVE_SYS_TYPES_H 1
  1644. | #define HAVE_SYS_STAT_H 1
  1645. | #define HAVE_STDLIB_H 1
  1646. | #define HAVE_STRING_H 1
  1647. | #define HAVE_MEMORY_H 1
  1648. | #define HAVE_STRINGS_H 1
  1649. | #define HAVE_INTTYPES_H 1
  1650. | #define HAVE_STDINT_H 1
  1651. | #define HAVE_UNISTD_H 1
  1652. | #define __EXTENSIONS__ 1
  1653. | #define _ALL_SOURCE 1
  1654. | #define _GNU_SOURCE 1
  1655. | #define _POSIX_PTHREAD_SEMANTICS 1
  1656. | #define _TANDEM_SOURCE 1
  1657. | #define _FORTIFY_SOURCE 2
  1658. | #define _FILE_OFFSET_BITS 64
  1659. | #define _THREAD_SAFE /**/
  1660. | #define __LIBVLC__ /**/
  1661. | #define WIN32_LEAN_AND_MEAN /**/
  1662. | #define restrict __restrict
  1663. | #define HAVE_DLFCN_H 1
  1664. | #define LT_OBJDIR ".libs/"
  1665. | #define ENABLE_NLS 1
  1666. | #define HAVE_GETTEXT 1
  1667. | #define HAVE_DCGETTEXT 1
  1668. | #define HAVE_ICONV 1
  1669. | #define ICONV_CONST
  1670. | #define VLC_WINSTORE_APP 0
  1671. | #define LIBEXT ".so"
  1672. | #define HAVE_DECL_NANOSLEEP 1
  1673. | #define HAVE_DAEMON 1
  1674. | #define HAVE_FCNTL 1
  1675. | #define HAVE_FSTATVFS 1
  1676. | #define HAVE_FORK 1
  1677. | #define HAVE_GETENV 1
  1678. | #define HAVE_GETPWUID_R 1
  1679. | #define HAVE_ISATTY 1
  1680. | #define HAVE_LSTAT 1
  1681. | #define HAVE_MEMALIGN 1
  1682. | #define HAVE_MMAP 1
  1683. | #define HAVE_OPENAT 1
  1684. | #define HAVE_PREAD 1
  1685. | #define HAVE_POSIX_FADVISE 1
  1686. | #define HAVE_POSIX_MADVISE 1
  1687. | #define HAVE_SETLOCALE 1
  1688. | /* end confdefs.h. */
  1689. | /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
  1690. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1691. | #define stricmp innocuous_stricmp
  1692. |
  1693. | /* System header to define __stub macros and hopefully few prototypes,
  1694. | which can conflict with char stricmp (); below.
  1695. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1696. | <limits.h> exists even on freestanding compilers. */
  1697. |
  1698. | #ifdef __STDC__
  1699. | # include <limits.h>
  1700. | #else
  1701. | # include <assert.h>
  1702. | #endif
  1703. |
  1704. | #undef stricmp
  1705. |
  1706. | /* Override any GCC internal prototype to avoid an error.
  1707. | Use char because int might match the return type of a GCC
  1708. | builtin and then its argument prototype would still apply. */
  1709. | #ifdef __cplusplus
  1710. | extern "C"
  1711. | #endif
  1712. | char stricmp ();
  1713. | /* The GNU C library defines this for functions which it implements
  1714. | to always fail with ENOSYS. Some functions are actually named
  1715. | something starting with __ and the normal name is an alias. */
  1716. | #if defined __stub_stricmp || defined __stub___stricmp
  1717. | choke me
  1718. | #endif
  1719. |
  1720. | int
  1721. | main ()
  1722. | {
  1723. | return stricmp ();
  1724. | ;
  1725. | return 0;
  1726. | }
  1727. configure:22877: result: no
  1728. configure:22877: checking for strnicmp
  1729. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1730. /tmp/ccky6fQd.o: In function `main':
  1731. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:91: undefined reference to `strnicmp'
  1732. collect2: error: ld returned 1 exit status
  1733. configure:22877: $? = 1
  1734. configure: failed program was:
  1735. | /* confdefs.h */
  1736. | #define PACKAGE_NAME "vlc"
  1737. | #define PACKAGE_TARNAME "vlc"
  1738. | #define PACKAGE_VERSION "3.0.0-git"
  1739. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1740. | #define PACKAGE_BUGREPORT ""
  1741. | #define PACKAGE_URL ""
  1742. | #define PACKAGE "vlc"
  1743. | #define VERSION "3.0.0-git"
  1744. | #define STDC_HEADERS 1
  1745. | #define HAVE_SYS_TYPES_H 1
  1746. | #define HAVE_SYS_STAT_H 1
  1747. | #define HAVE_STDLIB_H 1
  1748. | #define HAVE_STRING_H 1
  1749. | #define HAVE_MEMORY_H 1
  1750. | #define HAVE_STRINGS_H 1
  1751. | #define HAVE_INTTYPES_H 1
  1752. | #define HAVE_STDINT_H 1
  1753. | #define HAVE_UNISTD_H 1
  1754. | #define __EXTENSIONS__ 1
  1755. | #define _ALL_SOURCE 1
  1756. | #define _GNU_SOURCE 1
  1757. | #define _POSIX_PTHREAD_SEMANTICS 1
  1758. | #define _TANDEM_SOURCE 1
  1759. | #define _FORTIFY_SOURCE 2
  1760. | #define _FILE_OFFSET_BITS 64
  1761. | #define _THREAD_SAFE /**/
  1762. | #define __LIBVLC__ /**/
  1763. | #define WIN32_LEAN_AND_MEAN /**/
  1764. | #define restrict __restrict
  1765. | #define HAVE_DLFCN_H 1
  1766. | #define LT_OBJDIR ".libs/"
  1767. | #define ENABLE_NLS 1
  1768. | #define HAVE_GETTEXT 1
  1769. | #define HAVE_DCGETTEXT 1
  1770. | #define HAVE_ICONV 1
  1771. | #define ICONV_CONST
  1772. | #define VLC_WINSTORE_APP 0
  1773. | #define LIBEXT ".so"
  1774. | #define HAVE_DECL_NANOSLEEP 1
  1775. | #define HAVE_DAEMON 1
  1776. | #define HAVE_FCNTL 1
  1777. | #define HAVE_FSTATVFS 1
  1778. | #define HAVE_FORK 1
  1779. | #define HAVE_GETENV 1
  1780. | #define HAVE_GETPWUID_R 1
  1781. | #define HAVE_ISATTY 1
  1782. | #define HAVE_LSTAT 1
  1783. | #define HAVE_MEMALIGN 1
  1784. | #define HAVE_MMAP 1
  1785. | #define HAVE_OPENAT 1
  1786. | #define HAVE_PREAD 1
  1787. | #define HAVE_POSIX_FADVISE 1
  1788. | #define HAVE_POSIX_MADVISE 1
  1789. | #define HAVE_SETLOCALE 1
  1790. | /* end confdefs.h. */
  1791. | /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
  1792. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1793. | #define strnicmp innocuous_strnicmp
  1794. |
  1795. | /* System header to define __stub macros and hopefully few prototypes,
  1796. | which can conflict with char strnicmp (); below.
  1797. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1798. | <limits.h> exists even on freestanding compilers. */
  1799. |
  1800. | #ifdef __STDC__
  1801. | # include <limits.h>
  1802. | #else
  1803. | # include <assert.h>
  1804. | #endif
  1805. |
  1806. | #undef strnicmp
  1807. |
  1808. | /* Override any GCC internal prototype to avoid an error.
  1809. | Use char because int might match the return type of a GCC
  1810. | builtin and then its argument prototype would still apply. */
  1811. | #ifdef __cplusplus
  1812. | extern "C"
  1813. | #endif
  1814. | char strnicmp ();
  1815. | /* The GNU C library defines this for functions which it implements
  1816. | to always fail with ENOSYS. Some functions are actually named
  1817. | something starting with __ and the normal name is an alias. */
  1818. | #if defined __stub_strnicmp || defined __stub___strnicmp
  1819. | choke me
  1820. | #endif
  1821. |
  1822. | int
  1823. | main ()
  1824. | {
  1825. | return strnicmp ();
  1826. | ;
  1827. | return 0;
  1828. | }
  1829. configure:22877: result: no
  1830. configure:22877: checking for strptime
  1831. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1832. configure:22877: $? = 0
  1833. configure:22877: result: yes
  1834. configure:22877: checking for uselocale
  1835. configure:22877: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1836. configure:22877: $? = 0
  1837. configure:22877: result: yes
  1838. configure:22886: checking for atof
  1839. configure:22886: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1840. configure:22886: $? = 0
  1841. configure:22886: result: yes
  1842. configure:22899: checking for atoll
  1843. configure:22899: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1844. configure:22899: $? = 0
  1845. configure:22899: result: yes
  1846. configure:22912: checking for dirfd
  1847. configure:22912: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1848. configure:22912: $? = 0
  1849. configure:22912: result: yes
  1850. configure:22925: checking for fdopendir
  1851. configure:22925: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1852. configure:22925: $? = 0
  1853. configure:22925: result: yes
  1854. configure:22938: checking for flockfile
  1855. configure:22938: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1856. configure:22938: $? = 0
  1857. configure:22938: result: yes
  1858. configure:22951: checking for fsync
  1859. configure:22951: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1860. configure:22951: $? = 0
  1861. configure:22951: result: yes
  1862. configure:22964: checking for getdelim
  1863. configure:22964: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1864. configure:22964: $? = 0
  1865. configure:22964: result: yes
  1866. configure:22977: checking for getpid
  1867. configure:22977: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1868. configure:22977: $? = 0
  1869. configure:22977: result: yes
  1870. configure:22990: checking for gmtime_r
  1871. configure:22990: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1872. configure:22990: $? = 0
  1873. configure:22990: result: yes
  1874. configure:23003: checking for lldiv
  1875. configure:23003: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1876. configure:23003: $? = 0
  1877. configure:23003: result: yes
  1878. configure:23016: checking for localtime_r
  1879. configure:23016: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1880. configure:23016: $? = 0
  1881. configure:23016: result: yes
  1882. configure:23029: checking for nrand48
  1883. configure:23029: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1884. configure:23029: $? = 0
  1885. configure:23029: result: yes
  1886. configure:23042: checking for poll
  1887. configure:23042: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1888. configure:23042: $? = 0
  1889. configure:23042: result: yes
  1890. configure:23055: checking for posix_memalign
  1891. configure:23055: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1892. configure:23055: $? = 0
  1893. configure:23055: result: yes
  1894. configure:23068: checking for rewind
  1895. configure:23068: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1896. configure:23068: $? = 0
  1897. configure:23068: result: yes
  1898. configure:23081: checking for setenv
  1899. configure:23081: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1900. configure:23081: $? = 0
  1901. configure:23081: result: yes
  1902. configure:23094: checking for strcasecmp
  1903. configure:23094: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1904. conftest.c:98:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1905. configure:23094: $? = 0
  1906. configure:23094: result: yes
  1907. configure:23107: checking for strcasestr
  1908. configure:23107: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1909. configure:23107: $? = 0
  1910. configure:23107: result: yes
  1911. configure:23120: checking for strdup
  1912. configure:23120: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1913. conftest.c:100:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1914. configure:23120: $? = 0
  1915. configure:23120: result: yes
  1916. configure:23133: checking for strlcpy
  1917. configure:23133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1918. /tmp/cc4aY9pm.o: In function `main':
  1919. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:112: undefined reference to `strlcpy'
  1920. collect2: error: ld returned 1 exit status
  1921. configure:23133: $? = 1
  1922. configure: failed program was:
  1923. | /* confdefs.h */
  1924. | #define PACKAGE_NAME "vlc"
  1925. | #define PACKAGE_TARNAME "vlc"
  1926. | #define PACKAGE_VERSION "3.0.0-git"
  1927. | #define PACKAGE_STRING "vlc 3.0.0-git"
  1928. | #define PACKAGE_BUGREPORT ""
  1929. | #define PACKAGE_URL ""
  1930. | #define PACKAGE "vlc"
  1931. | #define VERSION "3.0.0-git"
  1932. | #define STDC_HEADERS 1
  1933. | #define HAVE_SYS_TYPES_H 1
  1934. | #define HAVE_SYS_STAT_H 1
  1935. | #define HAVE_STDLIB_H 1
  1936. | #define HAVE_STRING_H 1
  1937. | #define HAVE_MEMORY_H 1
  1938. | #define HAVE_STRINGS_H 1
  1939. | #define HAVE_INTTYPES_H 1
  1940. | #define HAVE_STDINT_H 1
  1941. | #define HAVE_UNISTD_H 1
  1942. | #define __EXTENSIONS__ 1
  1943. | #define _ALL_SOURCE 1
  1944. | #define _GNU_SOURCE 1
  1945. | #define _POSIX_PTHREAD_SEMANTICS 1
  1946. | #define _TANDEM_SOURCE 1
  1947. | #define _FORTIFY_SOURCE 2
  1948. | #define _FILE_OFFSET_BITS 64
  1949. | #define _THREAD_SAFE /**/
  1950. | #define __LIBVLC__ /**/
  1951. | #define WIN32_LEAN_AND_MEAN /**/
  1952. | #define restrict __restrict
  1953. | #define HAVE_DLFCN_H 1
  1954. | #define LT_OBJDIR ".libs/"
  1955. | #define ENABLE_NLS 1
  1956. | #define HAVE_GETTEXT 1
  1957. | #define HAVE_DCGETTEXT 1
  1958. | #define HAVE_ICONV 1
  1959. | #define ICONV_CONST
  1960. | #define VLC_WINSTORE_APP 0
  1961. | #define LIBEXT ".so"
  1962. | #define HAVE_DECL_NANOSLEEP 1
  1963. | #define HAVE_DAEMON 1
  1964. | #define HAVE_FCNTL 1
  1965. | #define HAVE_FSTATVFS 1
  1966. | #define HAVE_FORK 1
  1967. | #define HAVE_GETENV 1
  1968. | #define HAVE_GETPWUID_R 1
  1969. | #define HAVE_ISATTY 1
  1970. | #define HAVE_LSTAT 1
  1971. | #define HAVE_MEMALIGN 1
  1972. | #define HAVE_MMAP 1
  1973. | #define HAVE_OPENAT 1
  1974. | #define HAVE_PREAD 1
  1975. | #define HAVE_POSIX_FADVISE 1
  1976. | #define HAVE_POSIX_MADVISE 1
  1977. | #define HAVE_SETLOCALE 1
  1978. | #define HAVE_STRPTIME 1
  1979. | #define HAVE_USELOCALE 1
  1980. | #define HAVE_ATOF 1
  1981. | #define HAVE_ATOLL 1
  1982. | #define HAVE_DIRFD 1
  1983. | #define HAVE_FDOPENDIR 1
  1984. | #define HAVE_FLOCKFILE 1
  1985. | #define HAVE_FSYNC 1
  1986. | #define HAVE_GETDELIM 1
  1987. | #define HAVE_GETPID 1
  1988. | #define HAVE_GMTIME_R 1
  1989. | #define HAVE_LLDIV 1
  1990. | #define HAVE_LOCALTIME_R 1
  1991. | #define HAVE_NRAND48 1
  1992. | #define HAVE_POLL 1
  1993. | #define HAVE_POSIX_MEMALIGN 1
  1994. | #define HAVE_REWIND 1
  1995. | #define HAVE_SETENV 1
  1996. | #define HAVE_STRCASECMP 1
  1997. | #define HAVE_STRCASESTR 1
  1998. | #define HAVE_STRDUP 1
  1999. | /* end confdefs.h. */
  2000. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  2001. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2002. | #define strlcpy innocuous_strlcpy
  2003. |
  2004. | /* System header to define __stub macros and hopefully few prototypes,
  2005. | which can conflict with char strlcpy (); below.
  2006. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2007. | <limits.h> exists even on freestanding compilers. */
  2008. |
  2009. | #ifdef __STDC__
  2010. | # include <limits.h>
  2011. | #else
  2012. | # include <assert.h>
  2013. | #endif
  2014. |
  2015. | #undef strlcpy
  2016. |
  2017. | /* Override any GCC internal prototype to avoid an error.
  2018. | Use char because int might match the return type of a GCC
  2019. | builtin and then its argument prototype would still apply. */
  2020. | #ifdef __cplusplus
  2021. | extern "C"
  2022. | #endif
  2023. | char strlcpy ();
  2024. | /* The GNU C library defines this for functions which it implements
  2025. | to always fail with ENOSYS. Some functions are actually named
  2026. | something starting with __ and the normal name is an alias. */
  2027. | #if defined __stub_strlcpy || defined __stub___strlcpy
  2028. | choke me
  2029. | #endif
  2030. |
  2031. | int
  2032. | main ()
  2033. | {
  2034. | return strlcpy ();
  2035. | ;
  2036. | return 0;
  2037. | }
  2038. configure:23133: result: no
  2039. configure:23146: checking for strndup
  2040. configure:23146: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2041. conftest.c:101:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
  2042. configure:23146: $? = 0
  2043. configure:23146: result: yes
  2044. configure:23159: checking for strnlen
  2045. configure:23159: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2046. configure:23159: $? = 0
  2047. configure:23159: result: yes
  2048. configure:23172: checking for strsep
  2049. configure:23172: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2050. configure:23172: $? = 0
  2051. configure:23172: result: yes
  2052. configure:23185: checking for strtof
  2053. configure:23185: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2054. configure:23185: $? = 0
  2055. configure:23185: result: yes
  2056. configure:23198: checking for strtok_r
  2057. configure:23198: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2058. configure:23198: $? = 0
  2059. configure:23198: result: yes
  2060. configure:23211: checking for strtoll
  2061. configure:23211: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2062. configure:23211: $? = 0
  2063. configure:23211: result: yes
  2064. configure:23224: checking for swab
  2065. configure:23224: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2066. configure:23224: $? = 0
  2067. configure:23224: result: yes
  2068. configure:23237: checking for tdestroy
  2069. configure:23237: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2070. configure:23237: $? = 0
  2071. configure:23237: result: yes
  2072. configure:23250: checking for strverscmp
  2073. configure:23250: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2074. configure:23250: $? = 0
  2075. configure:23250: result: yes
  2076. configure:23266: checking for fdatasync
  2077. configure:23266: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2078. configure:23266: $? = 0
  2079. configure:23266: result: yes
  2080. configure:23297: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2081. configure:23297: $? = 0
  2082. configure:23329: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2083. configure:23329: $? = 0
  2084. configure:23344: checking for static_assert in assert.h
  2085. configure:23359: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2086. configure:23359: $? = 0
  2087. configure:23361: result: yes
  2088. configure:23377: checking for working strcoll
  2089. configure:23398: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2090. configure:23398: $? = 0
  2091. configure:23398: ./conftest
  2092. configure:23398: $? = 0
  2093. configure:23408: result: yes
  2094. configure:23422: checking for accept4
  2095. configure:23422: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2096. configure:23422: $? = 0
  2097. configure:23422: result: yes
  2098. configure:23422: checking for pipe2
  2099. configure:23422: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2100. configure:23422: $? = 0
  2101. configure:23422: result: yes
  2102. configure:23422: checking for eventfd
  2103. configure:23422: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2104. configure:23422: $? = 0
  2105. configure:23422: result: yes
  2106. configure:23422: checking for vmsplice
  2107. configure:23422: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2108. configure:23422: $? = 0
  2109. configure:23422: result: yes
  2110. configure:23422: checking for sched_getaffinity
  2111. configure:23422: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2112. configure:23422: $? = 0
  2113. configure:23422: result: yes
  2114. configure:23449: checking for struct pollfd
  2115. configure:23449: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2116. configure:23449: $? = 0
  2117. configure:23449: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2118. conftest.c: In function 'main':
  2119. conftest.c:108:28: error: expected expression before ')' token
  2120. configure:23449: $? = 1
  2121. configure: failed program was:
  2122. | /* confdefs.h */
  2123. | #define PACKAGE_NAME "vlc"
  2124. | #define PACKAGE_TARNAME "vlc"
  2125. | #define PACKAGE_VERSION "3.0.0-git"
  2126. | #define PACKAGE_STRING "vlc 3.0.0-git"
  2127. | #define PACKAGE_BUGREPORT ""
  2128. | #define PACKAGE_URL ""
  2129. | #define PACKAGE "vlc"
  2130. | #define VERSION "3.0.0-git"
  2131. | #define STDC_HEADERS 1
  2132. | #define HAVE_SYS_TYPES_H 1
  2133. | #define HAVE_SYS_STAT_H 1
  2134. | #define HAVE_STDLIB_H 1
  2135. | #define HAVE_STRING_H 1
  2136. | #define HAVE_MEMORY_H 1
  2137. | #define HAVE_STRINGS_H 1
  2138. | #define HAVE_INTTYPES_H 1
  2139. | #define HAVE_STDINT_H 1
  2140. | #define HAVE_UNISTD_H 1
  2141. | #define __EXTENSIONS__ 1
  2142. | #define _ALL_SOURCE 1
  2143. | #define _GNU_SOURCE 1
  2144. | #define _POSIX_PTHREAD_SEMANTICS 1
  2145. | #define _TANDEM_SOURCE 1
  2146. | #define _FORTIFY_SOURCE 2
  2147. | #define _FILE_OFFSET_BITS 64
  2148. | #define _THREAD_SAFE /**/
  2149. | #define __LIBVLC__ /**/
  2150. | #define WIN32_LEAN_AND_MEAN /**/
  2151. | #define restrict __restrict
  2152. | #define HAVE_DLFCN_H 1
  2153. | #define LT_OBJDIR ".libs/"
  2154. | #define ENABLE_NLS 1
  2155. | #define HAVE_GETTEXT 1
  2156. | #define HAVE_DCGETTEXT 1
  2157. | #define HAVE_ICONV 1
  2158. | #define ICONV_CONST
  2159. | #define VLC_WINSTORE_APP 0
  2160. | #define LIBEXT ".so"
  2161. | #define HAVE_DECL_NANOSLEEP 1
  2162. | #define HAVE_DAEMON 1
  2163. | #define HAVE_FCNTL 1
  2164. | #define HAVE_FSTATVFS 1
  2165. | #define HAVE_FORK 1
  2166. | #define HAVE_GETENV 1
  2167. | #define HAVE_GETPWUID_R 1
  2168. | #define HAVE_ISATTY 1
  2169. | #define HAVE_LSTAT 1
  2170. | #define HAVE_MEMALIGN 1
  2171. | #define HAVE_MMAP 1
  2172. | #define HAVE_OPENAT 1
  2173. | #define HAVE_PREAD 1
  2174. | #define HAVE_POSIX_FADVISE 1
  2175. | #define HAVE_POSIX_MADVISE 1
  2176. | #define HAVE_SETLOCALE 1
  2177. | #define HAVE_STRPTIME 1
  2178. | #define HAVE_USELOCALE 1
  2179. | #define HAVE_ATOF 1
  2180. | #define HAVE_ATOLL 1
  2181. | #define HAVE_DIRFD 1
  2182. | #define HAVE_FDOPENDIR 1
  2183. | #define HAVE_FLOCKFILE 1
  2184. | #define HAVE_FSYNC 1
  2185. | #define HAVE_GETDELIM 1
  2186. | #define HAVE_GETPID 1
  2187. | #define HAVE_GMTIME_R 1
  2188. | #define HAVE_LLDIV 1
  2189. | #define HAVE_LOCALTIME_R 1
  2190. | #define HAVE_NRAND48 1
  2191. | #define HAVE_POLL 1
  2192. | #define HAVE_POSIX_MEMALIGN 1
  2193. | #define HAVE_REWIND 1
  2194. | #define HAVE_SETENV 1
  2195. | #define HAVE_STRCASECMP 1
  2196. | #define HAVE_STRCASESTR 1
  2197. | #define HAVE_STRDUP 1
  2198. | #define HAVE_STRNDUP 1
  2199. | #define HAVE_STRNLEN 1
  2200. | #define HAVE_STRSEP 1
  2201. | #define HAVE_STRTOF 1
  2202. | #define HAVE_STRTOK_R 1
  2203. | #define HAVE_STRTOLL 1
  2204. | #define HAVE_SWAB 1
  2205. | #define HAVE_TDESTROY 1
  2206. | #define HAVE_STRVERSCMP 1
  2207. | #define HAVE_FDATASYNC 1
  2208. | #define HAVE_ASPRINTF 1
  2209. | #define HAVE_VASPRINTF 1
  2210. | #define HAVE_STATIC_ASSERT 1
  2211. | #define HAVE_STRCOLL 1
  2212. | #define HAVE_ACCEPT4 1
  2213. | #define HAVE_PIPE2 1
  2214. | #define HAVE_EVENTFD 1
  2215. | #define HAVE_VMSPLICE 1
  2216. | #define HAVE_SCHED_GETAFFINITY 1
  2217. | /* end confdefs.h. */
  2218. | #include <sys/types.h>
  2219. | #if HAVE_POLL
  2220. | # include <poll.h>
  2221. | #elif defined (_WIN32)
  2222. | # include <winsock2.h>
  2223. | #endif
  2224. |
  2225. |
  2226. | int
  2227. | main ()
  2228. | {
  2229. | if (sizeof ((struct pollfd)))
  2230. | return 0;
  2231. | ;
  2232. | return 0;
  2233. | }
  2234. configure:23449: result: yes
  2235. configure:23476: checking for library containing connect
  2236. configure:23507: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2237. configure:23507: $? = 0
  2238. configure:23524: result: none required
  2239. configure:23547: checking for library containing inet_pton
  2240. configure:23578: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2241. configure:23578: $? = 0
  2242. configure:23595: result: none required
  2243. configure:23634: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2244. configure:23634: $? = 0
  2245. configure:23651: checking for if_nameindex
  2246. configure:23651: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2247. configure:23651: $? = 0
  2248. configure:23651: result: yes
  2249. configure:23651: checking for if_nametoindex
  2250. configure:23651: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2251. configure:23651: $? = 0
  2252. configure:23651: result: yes
  2253. configure:23715: checking for socklen_t in sys/socket.h
  2254. configure:23738: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2255. configure:23738: $? = 0
  2256. configure:23745: result: yes
  2257. configure:23752: checking for struct sockaddr_storage
  2258. configure:23773: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2259. configure:23773: $? = 0
  2260. configure:23780: result: yes
  2261. configure:23792: checking for getopt_long
  2262. configure:23792: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2263. configure:23792: $? = 0
  2264. configure:23792: result: yes
  2265. configure:23844: checking for cos in -lm
  2266. configure:23869: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
  2267. conftest.c:108:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  2268. configure:23869: $? = 0
  2269. configure:23878: result: yes
  2270. configure:24024: checking for lrintf in -lm
  2271. configure:24049: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
  2272. conftest.c:108:6: warning: conflicting types for built-in function 'lrintf' [enabled by default]
  2273. configure:24049: $? = 0
  2274. configure:24058: result: yes
  2275. configure:24085: checking for library containing dlopen
  2276. configure:24116: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2277. /tmp/cceVhQmj.o: In function `main':
  2278. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:113: undefined reference to `dlopen'
  2279. collect2: error: ld returned 1 exit status
  2280. configure:24116: $? = 1
  2281. configure: failed program was:
  2282. | /* confdefs.h */
  2283. | #define PACKAGE_NAME "vlc"
  2284. | #define PACKAGE_TARNAME "vlc"
  2285. | #define PACKAGE_VERSION "3.0.0-git"
  2286. | #define PACKAGE_STRING "vlc 3.0.0-git"
  2287. | #define PACKAGE_BUGREPORT ""
  2288. | #define PACKAGE_URL ""
  2289. | #define PACKAGE "vlc"
  2290. | #define VERSION "3.0.0-git"
  2291. | #define STDC_HEADERS 1
  2292. | #define HAVE_SYS_TYPES_H 1
  2293. | #define HAVE_SYS_STAT_H 1
  2294. | #define HAVE_STDLIB_H 1
  2295. | #define HAVE_STRING_H 1
  2296. | #define HAVE_MEMORY_H 1
  2297. | #define HAVE_STRINGS_H 1
  2298. | #define HAVE_INTTYPES_H 1
  2299. | #define HAVE_STDINT_H 1
  2300. | #define HAVE_UNISTD_H 1
  2301. | #define __EXTENSIONS__ 1
  2302. | #define _ALL_SOURCE 1
  2303. | #define _GNU_SOURCE 1
  2304. | #define _POSIX_PTHREAD_SEMANTICS 1
  2305. | #define _TANDEM_SOURCE 1
  2306. | #define _FORTIFY_SOURCE 2
  2307. | #define _FILE_OFFSET_BITS 64
  2308. | #define _THREAD_SAFE /**/
  2309. | #define __LIBVLC__ /**/
  2310. | #define WIN32_LEAN_AND_MEAN /**/
  2311. | #define restrict __restrict
  2312. | #define HAVE_DLFCN_H 1
  2313. | #define LT_OBJDIR ".libs/"
  2314. | #define ENABLE_NLS 1
  2315. | #define HAVE_GETTEXT 1
  2316. | #define HAVE_DCGETTEXT 1
  2317. | #define HAVE_ICONV 1
  2318. | #define ICONV_CONST
  2319. | #define VLC_WINSTORE_APP 0
  2320. | #define LIBEXT ".so"
  2321. | #define HAVE_DECL_NANOSLEEP 1
  2322. | #define HAVE_DAEMON 1
  2323. | #define HAVE_FCNTL 1
  2324. | #define HAVE_FSTATVFS 1
  2325. | #define HAVE_FORK 1
  2326. | #define HAVE_GETENV 1
  2327. | #define HAVE_GETPWUID_R 1
  2328. | #define HAVE_ISATTY 1
  2329. | #define HAVE_LSTAT 1
  2330. | #define HAVE_MEMALIGN 1
  2331. | #define HAVE_MMAP 1
  2332. | #define HAVE_OPENAT 1
  2333. | #define HAVE_PREAD 1
  2334. | #define HAVE_POSIX_FADVISE 1
  2335. | #define HAVE_POSIX_MADVISE 1
  2336. | #define HAVE_SETLOCALE 1
  2337. | #define HAVE_STRPTIME 1
  2338. | #define HAVE_USELOCALE 1
  2339. | #define HAVE_ATOF 1
  2340. | #define HAVE_ATOLL 1
  2341. | #define HAVE_DIRFD 1
  2342. | #define HAVE_FDOPENDIR 1
  2343. | #define HAVE_FLOCKFILE 1
  2344. | #define HAVE_FSYNC 1
  2345. | #define HAVE_GETDELIM 1
  2346. | #define HAVE_GETPID 1
  2347. | #define HAVE_GMTIME_R 1
  2348. | #define HAVE_LLDIV 1
  2349. | #define HAVE_LOCALTIME_R 1
  2350. | #define HAVE_NRAND48 1
  2351. | #define HAVE_POLL 1
  2352. | #define HAVE_POSIX_MEMALIGN 1
  2353. | #define HAVE_REWIND 1
  2354. | #define HAVE_SETENV 1
  2355. | #define HAVE_STRCASECMP 1
  2356. | #define HAVE_STRCASESTR 1
  2357. | #define HAVE_STRDUP 1
  2358. | #define HAVE_STRNDUP 1
  2359. | #define HAVE_STRNLEN 1
  2360. | #define HAVE_STRSEP 1
  2361. | #define HAVE_STRTOF 1
  2362. | #define HAVE_STRTOK_R 1
  2363. | #define HAVE_STRTOLL 1
  2364. | #define HAVE_SWAB 1
  2365. | #define HAVE_TDESTROY 1
  2366. | #define HAVE_STRVERSCMP 1
  2367. | #define HAVE_FDATASYNC 1
  2368. | #define HAVE_ASPRINTF 1
  2369. | #define HAVE_VASPRINTF 1
  2370. | #define HAVE_STATIC_ASSERT 1
  2371. | #define HAVE_STRCOLL 1
  2372. | #define HAVE_ACCEPT4 1
  2373. | #define HAVE_PIPE2 1
  2374. | #define HAVE_EVENTFD 1
  2375. | #define HAVE_VMSPLICE 1
  2376. | #define HAVE_SCHED_GETAFFINITY 1
  2377. | #define HAVE_STRUCT_POLLFD 1
  2378. | #define HAVE_INET_PTON 1
  2379. | #define HAVE_IF_NAMEINDEX 1
  2380. | #define HAVE_IF_NAMETOINDEX 1
  2381. | #define HAVE_LRINTF 1
  2382. | /* end confdefs.h. */
  2383. |
  2384. | /* Override any GCC internal prototype to avoid an error.
  2385. | Use char because int might match the return type of a GCC
  2386. | builtin and then its argument prototype would still apply. */
  2387. | #ifdef __cplusplus
  2388. | extern "C"
  2389. | #endif
  2390. | char dlopen ();
  2391. | int
  2392. | main ()
  2393. | {
  2394. | return dlopen ();
  2395. | ;
  2396. | return 0;
  2397. | }
  2398. configure:24116: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
  2399. configure:24116: $? = 0
  2400. configure:24133: result: -ldl
  2401. configure:24193: checking for library containing pthread_rwlock_init
  2402. configure:24224: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2403. /tmp/ccSJffDF.o: In function `main':
  2404. /home/a141982112/work/anshul/vlc_thing/vlc/conftest.c:113: undefined reference to `pthread_rwlock_init'
  2405. collect2: error: ld returned 1 exit status
  2406. configure:24224: $? = 1
  2407. configure: failed program was:
  2408. | /* confdefs.h */
  2409. | #define PACKAGE_NAME "vlc"
  2410. | #define PACKAGE_TARNAME "vlc"
  2411. | #define PACKAGE_VERSION "3.0.0-git"
  2412. | #define PACKAGE_STRING "vlc 3.0.0-git"
  2413. | #define PACKAGE_BUGREPORT ""
  2414. | #define PACKAGE_URL ""
  2415. | #define PACKAGE "vlc"
  2416. | #define VERSION "3.0.0-git"
  2417. | #define STDC_HEADERS 1
  2418. | #define HAVE_SYS_TYPES_H 1
  2419. | #define HAVE_SYS_STAT_H 1
  2420. | #define HAVE_STDLIB_H 1
  2421. | #define HAVE_STRING_H 1
  2422. | #define HAVE_MEMORY_H 1
  2423. | #define HAVE_STRINGS_H 1
  2424. | #define HAVE_INTTYPES_H 1
  2425. | #define HAVE_STDINT_H 1
  2426. | #define HAVE_UNISTD_H 1
  2427. | #define __EXTENSIONS__ 1
  2428. | #define _ALL_SOURCE 1
  2429. | #define _GNU_SOURCE 1
  2430. | #define _POSIX_PTHREAD_SEMANTICS 1
  2431. | #define _TANDEM_SOURCE 1
  2432. | #define _FORTIFY_SOURCE 2
  2433. | #define _FILE_OFFSET_BITS 64
  2434. | #define _THREAD_SAFE /**/
  2435. | #define __LIBVLC__ /**/
  2436. | #define WIN32_LEAN_AND_MEAN /**/
  2437. | #define restrict __restrict
  2438. | #define HAVE_DLFCN_H 1
  2439. | #define LT_OBJDIR ".libs/"
  2440. | #define ENABLE_NLS 1
  2441. | #define HAVE_GETTEXT 1
  2442. | #define HAVE_DCGETTEXT 1
  2443. | #define HAVE_ICONV 1
  2444. | #define ICONV_CONST
  2445. | #define VLC_WINSTORE_APP 0
  2446. | #define LIBEXT ".so"
  2447. | #define HAVE_DECL_NANOSLEEP 1
  2448. | #define HAVE_DAEMON 1
  2449. | #define HAVE_FCNTL 1
  2450. | #define HAVE_FSTATVFS 1
  2451. | #define HAVE_FORK 1
  2452. | #define HAVE_GETENV 1
  2453. | #define HAVE_GETPWUID_R 1
  2454. | #define HAVE_ISATTY 1
  2455. | #define HAVE_LSTAT 1
  2456. | #define HAVE_MEMALIGN 1
  2457. | #define HAVE_MMAP 1
  2458. | #define HAVE_OPENAT 1
  2459. | #define HAVE_PREAD 1
  2460. | #define HAVE_POSIX_FADVISE 1
  2461. | #define HAVE_POSIX_MADVISE 1
  2462. | #define HAVE_SETLOCALE 1
  2463. | #define HAVE_STRPTIME 1
  2464. | #define HAVE_USELOCALE 1
  2465. | #define HAVE_ATOF 1
  2466. | #define HAVE_ATOLL 1
  2467. | #define HAVE_DIRFD 1
  2468. | #define HAVE_FDOPENDIR 1
  2469. | #define HAVE_FLOCKFILE 1
  2470. | #define HAVE_FSYNC 1
  2471. | #define HAVE_GETDELIM 1
  2472. | #define HAVE_GETPID 1
  2473. | #define HAVE_GMTIME_R 1
  2474. | #define HAVE_LLDIV 1
  2475. | #define HAVE_LOCALTIME_R 1
  2476. | #define HAVE_NRAND48 1
  2477. | #define HAVE_POLL 1
  2478. | #define HAVE_POSIX_MEMALIGN 1
  2479. | #define HAVE_REWIND 1
  2480. | #define HAVE_SETENV 1
  2481. | #define HAVE_STRCASECMP 1
  2482. | #define HAVE_STRCASESTR 1
  2483. | #define HAVE_STRDUP 1
  2484. | #define HAVE_STRNDUP 1
  2485. | #define HAVE_STRNLEN 1
  2486. | #define HAVE_STRSEP 1
  2487. | #define HAVE_STRTOF 1
  2488. | #define HAVE_STRTOK_R 1
  2489. | #define HAVE_STRTOLL 1
  2490. | #define HAVE_SWAB 1
  2491. | #define HAVE_TDESTROY 1
  2492. | #define HAVE_STRVERSCMP 1
  2493. | #define HAVE_FDATASYNC 1
  2494. | #define HAVE_ASPRINTF 1
  2495. | #define HAVE_VASPRINTF 1
  2496. | #define HAVE_STATIC_ASSERT 1
  2497. | #define HAVE_STRCOLL 1
  2498. | #define HAVE_ACCEPT4 1
  2499. | #define HAVE_PIPE2 1
  2500. | #define HAVE_EVENTFD 1
  2501. | #define HAVE_VMSPLICE 1
  2502. | #define HAVE_SCHED_GETAFFINITY 1
  2503. | #define HAVE_STRUCT_POLLFD 1
  2504. | #define HAVE_INET_PTON 1
  2505. | #define HAVE_IF_NAMEINDEX 1
  2506. | #define HAVE_IF_NAMETOINDEX 1
  2507. | #define HAVE_LRINTF 1
  2508. | /* end confdefs.h. */
  2509. |
  2510. | /* Override any GCC internal prototype to avoid an error.
  2511. | Use char because int might match the return type of a GCC
  2512. | builtin and then its argument prototype would still apply. */
  2513. | #ifdef __cplusplus
  2514. | extern "C"
  2515. | #endif
  2516. | char pthread_rwlock_init ();
  2517. | int
  2518. | main ()
  2519. | {
  2520. | return pthread_rwlock_init ();
  2521. | ;
  2522. | return 0;
  2523. | }
  2524. configure:24224: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lpthread >&5
  2525. configure:24224: $? = 0
  2526. configure:24241: result: -lpthread
  2527. configure:24264: checking for clock_nanosleep in -lrt
  2528. configure:24289: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5
  2529. configure:24289: $? = 0
  2530. configure:24298: result: yes
  2531. configure:24471: checking arpa/inet.h usability
  2532. configure:24471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2533. configure:24471: $? = 0
  2534. configure:24471: result: yes
  2535. configure:24471: checking arpa/inet.h presence
  2536. configure:24471: gcc -std=gnu99 -E conftest.c
  2537. In file included from /usr/include/arpa/inet.h:21:0,
  2538. from conftest.c:102:
  2539. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2540. configure:24471: $? = 0
  2541. configure:24471: result: yes
  2542. configure:24471: checking for arpa/inet.h
  2543. configure:24471: result: yes
  2544. configure:24471: checking pthread.h usability
  2545. configure:24471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2546. configure:24471: $? = 0
  2547. configure:24471: result: yes
  2548. configure:24471: checking pthread.h presence
  2549. configure:24471: gcc -std=gnu99 -E conftest.c
  2550. In file included from /usr/include/pthread.h:21:0,
  2551. from conftest.c:103:
  2552. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2553. configure:24471: $? = 0
  2554. configure:24471: result: yes
  2555. configure:24471: checking for pthread.h
  2556. configure:24471: result: yes
  2557. configure:24471: checking search.h usability
  2558. configure:24471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2559. configure:24471: $? = 0
  2560. configure:24471: result: yes
  2561. configure:24471: checking search.h presence
  2562. configure:24471: gcc -std=gnu99 -E conftest.c
  2563. In file included from /usr/include/search.h:22:0,
  2564. from conftest.c:104:
  2565. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2566. configure:24471: $? = 0
  2567. configure:24471: result: yes
  2568. configure:24471: checking for search.h
  2569. configure:24471: result: yes
  2570. configure:24471: checking syslog.h usability
  2571. configure:24471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2572. configure:24471: $? = 0
  2573. configure:24471: result: yes
  2574. configure:24471: checking syslog.h presence
  2575. configure:24471: gcc -std=gnu99 -E conftest.c
  2576. In file included from /usr/include/sys/syslog.h:35:0,
  2577. from /usr/include/syslog.h:1,
  2578. from conftest.c:105:
  2579. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2580. configure:24471: $? = 0
  2581. configure:24471: result: yes
  2582. configure:24471: checking for syslog.h
  2583. configure:24471: result: yes
  2584. configure:24471: checking sys/shm.h usability
  2585. configure:24471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2586. configure:24471: $? = 0
  2587. configure:24471: result: yes
  2588. configure:24471: checking sys/shm.h presence
  2589. configure:24471: gcc -std=gnu99 -E conftest.c
  2590. In file included from /usr/include/sys/shm.h:21:0,
  2591. from conftest.c:106:
  2592. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2593. configure:24471: $? = 0
  2594. configure:24471: result: yes
  2595. configure:24471: checking for sys/shm.h
  2596. configure:24471: result: yes
  2597. configure:24471: checking sys/socket.h usability
  2598. configure:24471: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2599. configure:24471: $? = 0
  2600. configure:24471: result: yes
  2601. configure:24471: checking sys/socket.h presence
  2602. configure:24471: gcc -std=gnu99 -E conftest.c
  2603. In file included from /usr/include/sys/socket.h:23:0,
  2604. from conftest.c:107:
  2605. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2606. configure:24471: $? = 0
  2607. configure:24471: result: yes
  2608. configure:24471: checking for sys/socket.h
  2609. configure:24471: result: yes
  2610. configure:24483: checking for net/if.h
  2611. configure:24483: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2612. configure:24483: $? = 0
  2613. configure:24483: result: yes
  2614. configure:24500: checking netinet/udplite.h usability
  2615. configure:24500: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2616. conftest.c:142:29: fatal error: netinet/udplite.h: No such file or directory
  2617. compilation terminated.
  2618. configure:24500: $? = 1
  2619. configure: failed program was:
  2620. | /* confdefs.h */
  2621. | #define PACKAGE_NAME "vlc"
  2622. | #define PACKAGE_TARNAME "vlc"
  2623. | #define PACKAGE_VERSION "3.0.0-git"
  2624. | #define PACKAGE_STRING "vlc 3.0.0-git"
  2625. | #define PACKAGE_BUGREPORT ""
  2626. | #define PACKAGE_URL ""
  2627. | #define PACKAGE "vlc"
  2628. | #define VERSION "3.0.0-git"
  2629. | #define STDC_HEADERS 1
  2630. | #define HAVE_SYS_TYPES_H 1
  2631. | #define HAVE_SYS_STAT_H 1
  2632. | #define HAVE_STDLIB_H 1
  2633. | #define HAVE_STRING_H 1
  2634. | #define HAVE_MEMORY_H 1
  2635. | #define HAVE_STRINGS_H 1
  2636. | #define HAVE_INTTYPES_H 1
  2637. | #define HAVE_STDINT_H 1
  2638. | #define HAVE_UNISTD_H 1
  2639. | #define __EXTENSIONS__ 1
  2640. | #define _ALL_SOURCE 1
  2641. | #define _GNU_SOURCE 1
  2642. | #define _POSIX_PTHREAD_SEMANTICS 1
  2643. | #define _TANDEM_SOURCE 1
  2644. | #define _FORTIFY_SOURCE 2
  2645. | #define _FILE_OFFSET_BITS 64
  2646. | #define _THREAD_SAFE /**/
  2647. | #define __LIBVLC__ /**/
  2648. | #define WIN32_LEAN_AND_MEAN /**/
  2649. | #define restrict __restrict
  2650. | #define HAVE_DLFCN_H 1
  2651. | #define LT_OBJDIR ".libs/"
  2652. | #define ENABLE_NLS 1
  2653. | #define HAVE_GETTEXT 1
  2654. | #define HAVE_DCGETTEXT 1
  2655. | #define HAVE_ICONV 1
  2656. | #define ICONV_CONST
  2657. | #define VLC_WINSTORE_APP 0
  2658. | #define LIBEXT ".so"
  2659. | #define HAVE_DECL_NANOSLEEP 1
  2660. | #define HAVE_DAEMON 1
  2661. | #define HAVE_FCNTL 1
  2662. | #define HAVE_FSTATVFS 1
  2663. | #define HAVE_FORK 1
  2664. | #define HAVE_GETENV 1
  2665. | #define HAVE_GETPWUID_R 1
  2666. | #define HAVE_ISATTY 1
  2667. | #define HAVE_LSTAT 1
  2668. | #define HAVE_MEMALIGN 1
  2669. | #define HAVE_MMAP 1
  2670. | #define HAVE_OPENAT 1
  2671. | #define HAVE_PREAD 1
  2672. | #define HAVE_POSIX_FADVISE 1
  2673. | #define HAVE_POSIX_MADVISE 1
  2674. | #define HAVE_SETLOCALE 1
  2675. | #define HAVE_STRPTIME 1
  2676. | #define HAVE_USELOCALE 1
  2677. | #define HAVE_ATOF 1
  2678. | #define HAVE_ATOLL 1
  2679. | #define HAVE_DIRFD 1
  2680. | #define HAVE_FDOPENDIR 1
  2681. | #define HAVE_FLOCKFILE 1
  2682. | #define HAVE_FSYNC 1
  2683. | #define HAVE_GETDELIM 1
  2684. | #define HAVE_GETPID 1
  2685. | #define HAVE_GMTIME_R 1
  2686. | #define HAVE_LLDIV 1
  2687. | #define HAVE_LOCALTIME_R 1
  2688. | #define HAVE_NRAND48 1
  2689. | #define HAVE_POLL 1
  2690. | #define HAVE_POSIX_MEMALIGN 1
  2691. | #define HAVE_REWIND 1
  2692. | #define HAVE_SETENV 1
  2693. | #define HAVE_STRCASECMP 1
  2694. | #define HAVE_STRCASESTR 1
  2695. | #define HAVE_STRDUP 1
  2696. | #define HAVE_STRNDUP 1
  2697. | #define HAVE_STRNLEN 1
  2698. | #define HAVE_STRSEP 1
  2699. | #define HAVE_STRTOF 1
  2700. | #define HAVE_STRTOK_R 1
  2701. | #define HAVE_STRTOLL 1
  2702. | #define HAVE_SWAB 1
  2703. | #define HAVE_TDESTROY 1
  2704. | #define HAVE_STRVERSCMP 1
  2705. | #define HAVE_FDATASYNC 1
  2706. | #define HAVE_ASPRINTF 1
  2707. | #define HAVE_VASPRINTF 1
  2708. | #define HAVE_STATIC_ASSERT 1
  2709. | #define HAVE_STRCOLL 1
  2710. | #define HAVE_ACCEPT4 1
  2711. | #define HAVE_PIPE2 1
  2712. | #define HAVE_EVENTFD 1
  2713. | #define HAVE_VMSPLICE 1
  2714. | #define HAVE_SCHED_GETAFFINITY 1
  2715. | #define HAVE_STRUCT_POLLFD 1
  2716. | #define HAVE_INET_PTON 1
  2717. | #define HAVE_IF_NAMEINDEX 1
  2718. | #define HAVE_IF_NAMETOINDEX 1
  2719. | #define HAVE_LRINTF 1
  2720. | #define HAVE_ARPA_INET_H 1
  2721. | #define HAVE_PTHREAD_H 1
  2722. | #define HAVE_SEARCH_H 1
  2723. | #define HAVE_SYSLOG_H 1
  2724. | #define HAVE_SYS_SHM_H 1
  2725. | #define HAVE_SYS_SOCKET_H 1
  2726. | #define HAVE_NET_IF_H 1
  2727. | /* end confdefs.h. */
  2728. | #include <stdio.h>
  2729. | #ifdef HAVE_SYS_TYPES_H
  2730. | # include <sys/types.h>
  2731. | #endif
  2732. | #ifdef HAVE_SYS_STAT_H
  2733. | # include <sys/stat.h>
  2734. | #endif
  2735. | #ifdef STDC_HEADERS
  2736. | # include <stdlib.h>
  2737. | # include <stddef.h>
  2738. | #else
  2739. | # ifdef HAVE_STDLIB_H
  2740. | # include <stdlib.h>
  2741. | # endif
  2742. | #endif
  2743. | #ifdef HAVE_STRING_H
  2744. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2745. | # include <memory.h>
  2746. | # endif
  2747. | # include <string.h>
  2748. | #endif
  2749. | #ifdef HAVE_STRINGS_H
  2750. | # include <strings.h>
  2751. | #endif
  2752. | #ifdef HAVE_INTTYPES_H
  2753. | # include <inttypes.h>
  2754. | #endif
  2755. | #ifdef HAVE_STDINT_H
  2756. | # include <stdint.h>
  2757. | #endif
  2758. | #ifdef HAVE_UNISTD_H
  2759. | # include <unistd.h>
  2760. | #endif
  2761. | #include <netinet/udplite.h>
  2762. configure:24500: result: no
  2763. configure:24500: checking netinet/udplite.h presence
  2764. configure:24500: gcc -std=gnu99 -E conftest.c
  2765. conftest.c:109:29: fatal error: netinet/udplite.h: No such file or directory
  2766. compilation terminated.
  2767. configure:24500: $? = 1
  2768. configure: failed program was:
  2769. | /* confdefs.h */
  2770. | #define PACKAGE_NAME "vlc"
  2771. | #define PACKAGE_TARNAME "vlc"
  2772. | #define PACKAGE_VERSION "3.0.0-git"
  2773. | #define PACKAGE_STRING "vlc 3.0.0-git"
  2774. | #define PACKAGE_BUGREPORT ""
  2775. | #define PACKAGE_URL ""
  2776. | #define PACKAGE "vlc"
  2777. | #define VERSION "3.0.0-git"
  2778. | #define STDC_HEADERS 1
  2779. | #define HAVE_SYS_TYPES_H 1
  2780. | #define HAVE_SYS_STAT_H 1
  2781. | #define HAVE_STDLIB_H 1
  2782. | #define HAVE_STRING_H 1
  2783. | #define HAVE_MEMORY_H 1
  2784. | #define HAVE_STRINGS_H 1
  2785. | #define HAVE_INTTYPES_H 1
  2786. | #define HAVE_STDINT_H 1
  2787. | #define HAVE_UNISTD_H 1
  2788. | #define __EXTENSIONS__ 1
  2789. | #define _ALL_SOURCE 1
  2790. | #define _GNU_SOURCE 1
  2791. | #define _POSIX_PTHREAD_SEMANTICS 1
  2792. | #define _TANDEM_SOURCE 1
  2793. | #define _FORTIFY_SOURCE 2
  2794. | #define _FILE_OFFSET_BITS 64
  2795. | #define _THREAD_SAFE /**/
  2796. | #define __LIBVLC__ /**/
  2797. | #define WIN32_LEAN_AND_MEAN /**/
  2798. | #define restrict __restrict
  2799. | #define HAVE_DLFCN_H 1
  2800. | #define LT_OBJDIR ".libs/"
  2801. | #define ENABLE_NLS 1
  2802. | #define HAVE_GETTEXT 1
  2803. | #define HAVE_DCGETTEXT 1
  2804. | #define HAVE_ICONV 1
  2805. | #define ICONV_CONST
  2806. | #define VLC_WINSTORE_APP 0
  2807. | #define LIBEXT ".so"
  2808. | #define HAVE_DECL_NANOSLEEP 1
  2809. | #define HAVE_DAEMON 1
  2810. | #define HAVE_FCNTL 1
  2811. | #define HAVE_FSTATVFS 1
  2812. | #define HAVE_FORK 1
  2813. | #define HAVE_GETENV 1
  2814. | #define HAVE_GETPWUID_R 1
  2815. | #define HAVE_ISATTY 1
  2816. | #define HAVE_LSTAT 1
  2817. | #define HAVE_MEMALIGN 1
  2818. | #define HAVE_MMAP 1
  2819. | #define HAVE_OPENAT 1
  2820. | #define HAVE_PREAD 1
  2821. | #define HAVE_POSIX_FADVISE 1
  2822. | #define HAVE_POSIX_MADVISE 1
  2823. | #define HAVE_SETLOCALE 1
  2824. | #define HAVE_STRPTIME 1
  2825. | #define HAVE_USELOCALE 1
  2826. | #define HAVE_ATOF 1
  2827. | #define HAVE_ATOLL 1
  2828. | #define HAVE_DIRFD 1
  2829. | #define HAVE_FDOPENDIR 1
  2830. | #define HAVE_FLOCKFILE 1
  2831. | #define HAVE_FSYNC 1
  2832. | #define HAVE_GETDELIM 1
  2833. | #define HAVE_GETPID 1
  2834. | #define HAVE_GMTIME_R 1
  2835. | #define HAVE_LLDIV 1
  2836. | #define HAVE_LOCALTIME_R 1
  2837. | #define HAVE_NRAND48 1
  2838. | #define HAVE_POLL 1
  2839. | #define HAVE_POSIX_MEMALIGN 1
  2840. | #define HAVE_REWIND 1
  2841. | #define HAVE_SETENV 1
  2842. | #define HAVE_STRCASECMP 1
  2843. | #define HAVE_STRCASESTR 1
  2844. | #define HAVE_STRDUP 1
  2845. | #define HAVE_STRNDUP 1
  2846. | #define HAVE_STRNLEN 1
  2847. | #define HAVE_STRSEP 1
  2848. | #define HAVE_STRTOF 1
  2849. | #define HAVE_STRTOK_R 1
  2850. | #define HAVE_STRTOLL 1
  2851. | #define HAVE_SWAB 1
  2852. | #define HAVE_TDESTROY 1
  2853. | #define HAVE_STRVERSCMP 1
  2854. | #define HAVE_FDATASYNC 1
  2855. | #define HAVE_ASPRINTF 1
  2856. | #define HAVE_VASPRINTF 1
  2857. | #define HAVE_STATIC_ASSERT 1
  2858. | #define HAVE_STRCOLL 1
  2859. | #define HAVE_ACCEPT4 1
  2860. | #define HAVE_PIPE2 1
  2861. | #define HAVE_EVENTFD 1
  2862. | #define HAVE_VMSPLICE 1
  2863. | #define HAVE_SCHED_GETAFFINITY 1
  2864. | #define HAVE_STRUCT_POLLFD 1
  2865. | #define HAVE_INET_PTON 1
  2866. | #define HAVE_IF_NAMEINDEX 1
  2867. | #define HAVE_IF_NAMETOINDEX 1
  2868. | #define HAVE_LRINTF 1
  2869. | #define HAVE_ARPA_INET_H 1
  2870. | #define HAVE_PTHREAD_H 1
  2871. | #define HAVE_SEARCH_H 1
  2872. | #define HAVE_SYSLOG_H 1
  2873. | #define HAVE_SYS_SHM_H 1
  2874. | #define HAVE_SYS_SOCKET_H 1
  2875. | #define HAVE_NET_IF_H 1
  2876. | /* end confdefs.h. */
  2877. | #include <netinet/udplite.h>
  2878. configure:24500: result: no
  2879. configure:24500: checking for netinet/udplite.h
  2880. configure:24500: result: no
  2881. configure:24500: checking sys/param.h usability
  2882. configure:24500: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2883. configure:24500: $? = 0
  2884. configure:24500: result: yes
  2885. configure:24500: checking sys/param.h presence
  2886. configure:24500: gcc -std=gnu99 -E conftest.c
  2887. In file included from /usr/include/sys/types.h:25:0,
  2888. from /usr/include/sys/param.h:25,
  2889. from conftest.c:109:
  2890. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2891. configure:24500: $? = 0
  2892. configure:24500: result: yes
  2893. configure:24500: checking for sys/param.h
  2894. configure:24500: result: yes
  2895. configure:24500: checking sys/mount.h usability
  2896. configure:24500: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2897. configure:24500: $? = 0
  2898. configure:24500: result: yes
  2899. configure:24500: checking sys/mount.h presence
  2900. configure:24500: gcc -std=gnu99 -E conftest.c
  2901. In file included from /usr/include/sys/mount.h:24:0,
  2902. from conftest.c:110:
  2903. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2904. configure:24500: $? = 0
  2905. configure:24500: result: yes
  2906. configure:24500: checking for sys/mount.h
  2907. configure:24500: result: yes
  2908. configure:24513: checking getopt.h usability
  2909. configure:24513: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2910. configure:24513: $? = 0
  2911. configure:24513: result: yes
  2912. configure:24513: checking getopt.h presence
  2913. configure:24513: gcc -std=gnu99 -E conftest.c
  2914. In file included from /usr/include/ctype.h:26:0,
  2915. from /usr/include/getopt.h:34,
  2916. from conftest.c:111:
  2917. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2918. configure:24513: $? = 0
  2919. configure:24513: result: yes
  2920. configure:24513: checking for getopt.h
  2921. configure:24513: result: yes
  2922. configure:24513: checking linux/dccp.h usability
  2923. configure:24513: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2924. configure:24513: $? = 0
  2925. configure:24513: result: yes
  2926. configure:24513: checking linux/dccp.h presence
  2927. configure:24513: gcc -std=gnu99 -E conftest.c
  2928. configure:24513: $? = 0
  2929. configure:24513: result: yes
  2930. configure:24513: checking for linux/dccp.h
  2931. configure:24513: result: yes
  2932. configure:24513: checking linux/magic.h usability
  2933. configure:24513: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2934. configure:24513: $? = 0
  2935. configure:24513: result: yes
  2936. configure:24513: checking linux/magic.h presence
  2937. configure:24513: gcc -std=gnu99 -E conftest.c
  2938. configure:24513: $? = 0
  2939. configure:24513: result: yes
  2940. configure:24513: checking for linux/magic.h
  2941. configure:24513: result: yes
  2942. configure:24513: checking mntent.h usability
  2943. configure:24513: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2944. configure:24513: $? = 0
  2945. configure:24513: result: yes
  2946. configure:24513: checking mntent.h presence
  2947. configure:24513: gcc -std=gnu99 -E conftest.c
  2948. In file included from /usr/include/mntent.h:22:0,
  2949. from conftest.c:114:
  2950. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2951. configure:24513: $? = 0
  2952. configure:24513: result: yes
  2953. configure:24513: checking for mntent.h
  2954. configure:24513: result: yes
  2955. configure:24513: checking sys/eventfd.h usability
  2956. configure:24513: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2957. configure:24513: $? = 0
  2958. configure:24513: result: yes
  2959. configure:24513: checking sys/eventfd.h presence
  2960. configure:24513: gcc -std=gnu99 -E conftest.c
  2961. In file included from /usr/include/stdint.h:25:0,
  2962. from /usr/lib/gcc/i586-suse-linux/4.7/include/stdint.h:3,
  2963. from /usr/include/sys/eventfd.h:21,
  2964. from conftest.c:115:
  2965. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2966. configure:24513: $? = 0
  2967. configure:24513: result: yes
  2968. configure:24513: checking for sys/eventfd.h
  2969. configure:24513: result: yes
  2970. configure:24525: checking xlocale.h usability
  2971. configure:24525: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2972. configure:24525: $? = 0
  2973. configure:24525: result: yes
  2974. configure:24525: checking xlocale.h presence
  2975. configure:24525: gcc -std=gnu99 -E conftest.c
  2976. configure:24525: $? = 0
  2977. configure:24525: result: yes
  2978. configure:24525: checking for xlocale.h
  2979. configure:24525: result: yes
  2980. configure:24536: checking for ssize_t
  2981. configure:24536: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2982. configure:24536: $? = 0
  2983. configure:24536: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2984. conftest.c: In function 'main':
  2985. conftest.c:153:22: error: expected expression before ')' token
  2986. configure:24536: $? = 1
  2987. configure: failed program was:
  2988. | /* confdefs.h */
  2989. | #define PACKAGE_NAME "vlc"
  2990. | #define PACKAGE_TARNAME "vlc"
  2991. | #define PACKAGE_VERSION "3.0.0-git"
  2992. | #define PACKAGE_STRING "vlc 3.0.0-git"
  2993. | #define PACKAGE_BUGREPORT ""
  2994. | #define PACKAGE_URL ""
  2995. | #define PACKAGE "vlc"
  2996. | #define VERSION "3.0.0-git"
  2997. | #define STDC_HEADERS 1
  2998. | #define HAVE_SYS_TYPES_H 1
  2999. | #define HAVE_SYS_STAT_H 1
  3000. | #define HAVE_STDLIB_H 1
  3001. | #define HAVE_STRING_H 1
  3002. | #define HAVE_MEMORY_H 1
  3003. | #define HAVE_STRINGS_H 1
  3004. | #define HAVE_INTTYPES_H 1
  3005. | #define HAVE_STDINT_H 1
  3006. | #define HAVE_UNISTD_H 1
  3007. | #define __EXTENSIONS__ 1
  3008. | #define _ALL_SOURCE 1
  3009. | #define _GNU_SOURCE 1
  3010. | #define _POSIX_PTHREAD_SEMANTICS 1
  3011. | #define _TANDEM_SOURCE 1
  3012. | #define _FORTIFY_SOURCE 2
  3013. | #define _FILE_OFFSET_BITS 64
  3014. | #define _THREAD_SAFE /**/
  3015. | #define __LIBVLC__ /**/
  3016. | #define WIN32_LEAN_AND_MEAN /**/
  3017. | #define restrict __restrict
  3018. | #define HAVE_DLFCN_H 1
  3019. | #define LT_OBJDIR ".libs/"
  3020. | #define ENABLE_NLS 1
  3021. | #define HAVE_GETTEXT 1
  3022. | #define HAVE_DCGETTEXT 1
  3023. | #define HAVE_ICONV 1
  3024. | #define ICONV_CONST
  3025. | #define VLC_WINSTORE_APP 0
  3026. | #define LIBEXT ".so"
  3027. | #define HAVE_DECL_NANOSLEEP 1
  3028. | #define HAVE_DAEMON 1
  3029. | #define HAVE_FCNTL 1
  3030. | #define HAVE_FSTATVFS 1
  3031. | #define HAVE_FORK 1
  3032. | #define HAVE_GETENV 1
  3033. | #define HAVE_GETPWUID_R 1
  3034. | #define HAVE_ISATTY 1
  3035. | #define HAVE_LSTAT 1
  3036. | #define HAVE_MEMALIGN 1
  3037. | #define HAVE_MMAP 1
  3038. | #define HAVE_OPENAT 1
  3039. | #define HAVE_PREAD 1
  3040. | #define HAVE_POSIX_FADVISE 1
  3041. | #define HAVE_POSIX_MADVISE 1
  3042. | #define HAVE_SETLOCALE 1
  3043. | #define HAVE_STRPTIME 1
  3044. | #define HAVE_USELOCALE 1
  3045. | #define HAVE_ATOF 1
  3046. | #define HAVE_ATOLL 1
  3047. | #define HAVE_DIRFD 1
  3048. | #define HAVE_FDOPENDIR 1
  3049. | #define HAVE_FLOCKFILE 1
  3050. | #define HAVE_FSYNC 1
  3051. | #define HAVE_GETDELIM 1
  3052. | #define HAVE_GETPID 1
  3053. | #define HAVE_GMTIME_R 1
  3054. | #define HAVE_LLDIV 1
  3055. | #define HAVE_LOCALTIME_R 1
  3056. | #define HAVE_NRAND48 1
  3057. | #define HAVE_POLL 1
  3058. | #define HAVE_POSIX_MEMALIGN 1
  3059. | #define HAVE_REWIND 1
  3060. | #define HAVE_SETENV 1
  3061. | #define HAVE_STRCASECMP 1
  3062. | #define HAVE_STRCASESTR 1
  3063. | #define HAVE_STRDUP 1
  3064. | #define HAVE_STRNDUP 1
  3065. | #define HAVE_STRNLEN 1
  3066. | #define HAVE_STRSEP 1
  3067. | #define HAVE_STRTOF 1
  3068. | #define HAVE_STRTOK_R 1
  3069. | #define HAVE_STRTOLL 1
  3070. | #define HAVE_SWAB 1
  3071. | #define HAVE_TDESTROY 1
  3072. | #define HAVE_STRVERSCMP 1
  3073. | #define HAVE_FDATASYNC 1
  3074. | #define HAVE_ASPRINTF 1
  3075. | #define HAVE_VASPRINTF 1
  3076. | #define HAVE_STATIC_ASSERT 1
  3077. | #define HAVE_STRCOLL 1
  3078. | #define HAVE_ACCEPT4 1
  3079. | #define HAVE_PIPE2 1
  3080. | #define HAVE_EVENTFD 1
  3081. | #define HAVE_VMSPLICE 1
  3082. | #define HAVE_SCHED_GETAFFINITY 1
  3083. | #define HAVE_STRUCT_POLLFD 1
  3084. | #define HAVE_INET_PTON 1
  3085. | #define HAVE_IF_NAMEINDEX 1
  3086. | #define HAVE_IF_NAMETOINDEX 1
  3087. | #define HAVE_LRINTF 1
  3088. | #define HAVE_ARPA_INET_H 1
  3089. | #define HAVE_PTHREAD_H 1
  3090. | #define HAVE_SEARCH_H 1
  3091. | #define HAVE_SYSLOG_H 1
  3092. | #define HAVE_SYS_SHM_H 1
  3093. | #define HAVE_SYS_SOCKET_H 1
  3094. | #define HAVE_NET_IF_H 1
  3095. | #define HAVE_SYS_PARAM_H 1
  3096. | #define HAVE_SYS_MOUNT_H 1
  3097. | #define HAVE_GETOPT_H 1
  3098. | #define HAVE_LINUX_DCCP_H 1
  3099. | #define HAVE_LINUX_MAGIC_H 1
  3100. | #define HAVE_MNTENT_H 1
  3101. | #define HAVE_SYS_EVENTFD_H 1
  3102. | #define HAVE_XLOCALE_H 1
  3103. | /* end confdefs.h. */
  3104. | #include <stdio.h>
  3105. | #ifdef HAVE_SYS_TYPES_H
  3106. | # include <sys/types.h>
  3107. | #endif
  3108. | #ifdef HAVE_SYS_STAT_H
  3109. | # include <sys/stat.h>
  3110. | #endif
  3111. | #ifdef STDC_HEADERS
  3112. | # include <stdlib.h>
  3113. | # include <stddef.h>
  3114. | #else
  3115. | # ifdef HAVE_STDLIB_H
  3116. | # include <stdlib.h>
  3117. | # endif
  3118. | #endif
  3119. | #ifdef HAVE_STRING_H
  3120. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3121. | # include <memory.h>
  3122. | # endif
  3123. | # include <string.h>
  3124. | #endif
  3125. | #ifdef HAVE_STRINGS_H
  3126. | # include <strings.h>
  3127. | #endif
  3128. | #ifdef HAVE_INTTYPES_H
  3129. | # include <inttypes.h>
  3130. | #endif
  3131. | #ifdef HAVE_STDINT_H
  3132. | # include <stdint.h>
  3133. | #endif
  3134. | #ifdef HAVE_UNISTD_H
  3135. | # include <unistd.h>
  3136. | #endif
  3137. | int
  3138. | main ()
  3139. | {
  3140. | if (sizeof ((ssize_t)))
  3141. | return 0;
  3142. | ;
  3143. | return 0;
  3144. | }
  3145. configure:24536: result: yes
  3146. configure:24602: checking for pkg-config
  3147. configure:24620: found /usr/bin/pkg-config
  3148. configure:24632: result: /usr/bin/pkg-config
  3149. configure:24657: checking pkg-config is at least version 0.9.0
  3150. configure:24660: result: yes
  3151. configure:24682: checking zlib.h usability
  3152. configure:24682: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3153. configure:24682: $? = 0
  3154. configure:24682: result: yes
  3155. configure:24682: checking zlib.h presence
  3156. configure:24682: gcc -std=gnu99 -E conftest.c
  3157. In file included from /usr/include/sys/types.h:25:0,
  3158. from /usr/include/zconf.h:424,
  3159. from /usr/include/zlib.h:34,
  3160. from conftest.c:117:
  3161. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3162. configure:24682: $? = 0
  3163. configure:24682: result: yes
  3164. configure:24682: checking for zlib.h
  3165. configure:24682: result: yes
  3166. configure:24721: checking for MINIZIP
  3167. configure:24728: $PKG_CONFIG --exists --print-errors "minizip "
  3168. Package minizip was not found in the pkg-config search path.
  3169. Perhaps you should add the directory containing `minizip.pc'
  3170. to the PKG_CONFIG_PATH environment variable
  3171. No package 'minizip' found
  3172. configure:24731: $? = 1
  3173. configure:24745: $PKG_CONFIG --exists --print-errors "minizip "
  3174. Package minizip was not found in the pkg-config search path.
  3175. Perhaps you should add the directory containing `minizip.pc'
  3176. to the PKG_CONFIG_PATH environment variable
  3177. No package 'minizip' found
  3178. configure:24748: $? = 1
  3179. configure:24762: result: no
  3180. No package 'minizip' found
  3181. configure:24781: checking unzip.h usability
  3182. configure:24781: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3183. conftest.c:151:19: fatal error: unzip.h: No such file or directory
  3184. compilation terminated.
  3185. configure:24781: $? = 1
  3186. configure: failed program was:
  3187. | /* confdefs.h */
  3188. | #define PACKAGE_NAME "vlc"
  3189. | #define PACKAGE_TARNAME "vlc"
  3190. | #define PACKAGE_VERSION "3.0.0-git"
  3191. | #define PACKAGE_STRING "vlc 3.0.0-git"
  3192. | #define PACKAGE_BUGREPORT ""
  3193. | #define PACKAGE_URL ""
  3194. | #define PACKAGE "vlc"
  3195. | #define VERSION "3.0.0-git"
  3196. | #define STDC_HEADERS 1
  3197. | #define HAVE_SYS_TYPES_H 1
  3198. | #define HAVE_SYS_STAT_H 1
  3199. | #define HAVE_STDLIB_H 1
  3200. | #define HAVE_STRING_H 1
  3201. | #define HAVE_MEMORY_H 1
  3202. | #define HAVE_STRINGS_H 1
  3203. | #define HAVE_INTTYPES_H 1
  3204. | #define HAVE_STDINT_H 1
  3205. | #define HAVE_UNISTD_H 1
  3206. | #define __EXTENSIONS__ 1
  3207. | #define _ALL_SOURCE 1
  3208. | #define _GNU_SOURCE 1
  3209. | #define _POSIX_PTHREAD_SEMANTICS 1
  3210. | #define _TANDEM_SOURCE 1
  3211. | #define _FORTIFY_SOURCE 2
  3212. | #define _FILE_OFFSET_BITS 64
  3213. | #define _THREAD_SAFE /**/
  3214. | #define __LIBVLC__ /**/
  3215. | #define WIN32_LEAN_AND_MEAN /**/
  3216. | #define restrict __restrict
  3217. | #define HAVE_DLFCN_H 1
  3218. | #define LT_OBJDIR ".libs/"
  3219. | #define ENABLE_NLS 1
  3220. | #define HAVE_GETTEXT 1
  3221. | #define HAVE_DCGETTEXT 1
  3222. | #define HAVE_ICONV 1
  3223. | #define ICONV_CONST
  3224. | #define VLC_WINSTORE_APP 0
  3225. | #define LIBEXT ".so"
  3226. | #define HAVE_DECL_NANOSLEEP 1
  3227. | #define HAVE_DAEMON 1
  3228. | #define HAVE_FCNTL 1
  3229. | #define HAVE_FSTATVFS 1
  3230. | #define HAVE_FORK 1
  3231. | #define HAVE_GETENV 1
  3232. | #define HAVE_GETPWUID_R 1
  3233. | #define HAVE_ISATTY 1
  3234. | #define HAVE_LSTAT 1
  3235. | #define HAVE_MEMALIGN 1
  3236. | #define HAVE_MMAP 1
  3237. | #define HAVE_OPENAT 1
  3238. | #define HAVE_PREAD 1
  3239. | #define HAVE_POSIX_FADVISE 1
  3240. | #define HAVE_POSIX_MADVISE 1
  3241. | #define HAVE_SETLOCALE 1
  3242. | #define HAVE_STRPTIME 1
  3243. | #define HAVE_USELOCALE 1
  3244. | #define HAVE_ATOF 1
  3245. | #define HAVE_ATOLL 1
  3246. | #define HAVE_DIRFD 1
  3247. | #define HAVE_FDOPENDIR 1
  3248. | #define HAVE_FLOCKFILE 1
  3249. | #define HAVE_FSYNC 1
  3250. | #define HAVE_GETDELIM 1
  3251. | #define HAVE_GETPID 1
  3252. | #define HAVE_GMTIME_R 1
  3253. | #define HAVE_LLDIV 1
  3254. | #define HAVE_LOCALTIME_R 1
  3255. | #define HAVE_NRAND48 1
  3256. | #define HAVE_POLL 1
  3257. | #define HAVE_POSIX_MEMALIGN 1
  3258. | #define HAVE_REWIND 1
  3259. | #define HAVE_SETENV 1
  3260. | #define HAVE_STRCASECMP 1
  3261. | #define HAVE_STRCASESTR 1
  3262. | #define HAVE_STRDUP 1
  3263. | #define HAVE_STRNDUP 1
  3264. | #define HAVE_STRNLEN 1
  3265. | #define HAVE_STRSEP 1
  3266. | #define HAVE_STRTOF 1
  3267. | #define HAVE_STRTOK_R 1
  3268. | #define HAVE_STRTOLL 1
  3269. | #define HAVE_SWAB 1
  3270. | #define HAVE_TDESTROY 1
  3271. | #define HAVE_STRVERSCMP 1
  3272. | #define HAVE_FDATASYNC 1
  3273. | #define HAVE_ASPRINTF 1
  3274. | #define HAVE_VASPRINTF 1
  3275. | #define HAVE_STATIC_ASSERT 1
  3276. | #define HAVE_STRCOLL 1
  3277. | #define HAVE_ACCEPT4 1
  3278. | #define HAVE_PIPE2 1
  3279. | #define HAVE_EVENTFD 1
  3280. | #define HAVE_VMSPLICE 1
  3281. | #define HAVE_SCHED_GETAFFINITY 1
  3282. | #define HAVE_STRUCT_POLLFD 1
  3283. | #define HAVE_INET_PTON 1
  3284. | #define HAVE_IF_NAMEINDEX 1
  3285. | #define HAVE_IF_NAMETOINDEX 1
  3286. | #define HAVE_LRINTF 1
  3287. | #define HAVE_ARPA_INET_H 1
  3288. | #define HAVE_PTHREAD_H 1
  3289. | #define HAVE_SEARCH_H 1
  3290. | #define HAVE_SYSLOG_H 1
  3291. | #define HAVE_SYS_SHM_H 1
  3292. | #define HAVE_SYS_SOCKET_H 1
  3293. | #define HAVE_NET_IF_H 1
  3294. | #define HAVE_SYS_PARAM_H 1
  3295. | #define HAVE_SYS_MOUNT_H 1
  3296. | #define HAVE_GETOPT_H 1
  3297. | #define HAVE_LINUX_DCCP_H 1
  3298. | #define HAVE_LINUX_MAGIC_H 1
  3299. | #define HAVE_MNTENT_H 1
  3300. | #define HAVE_SYS_EVENTFD_H 1
  3301. | #define HAVE_XLOCALE_H 1
  3302. | #define HAVE_ZLIB_H 1
  3303. | /* end confdefs.h. */
  3304. | #include <stdio.h>
  3305. | #ifdef HAVE_SYS_TYPES_H
  3306. | # include <sys/types.h>
  3307. | #endif
  3308. | #ifdef HAVE_SYS_STAT_H
  3309. | # include <sys/stat.h>
  3310. | #endif
  3311. | #ifdef STDC_HEADERS
  3312. | # include <stdlib.h>
  3313. | # include <stddef.h>
  3314. | #else
  3315. | # ifdef HAVE_STDLIB_H
  3316. | # include <stdlib.h>
  3317. | # endif
  3318. | #endif
  3319. | #ifdef HAVE_STRING_H
  3320. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3321. | # include <memory.h>
  3322. | # endif
  3323. | # include <string.h>
  3324. | #endif
  3325. | #ifdef HAVE_STRINGS_H
  3326. | # include <strings.h>
  3327. | #endif
  3328. | #ifdef HAVE_INTTYPES_H
  3329. | # include <inttypes.h>
  3330. | #endif
  3331. | #ifdef HAVE_STDINT_H
  3332. | # include <stdint.h>
  3333. | #endif
  3334. | #ifdef HAVE_UNISTD_H
  3335. | # include <unistd.h>
  3336. | #endif
  3337. | #include <unzip.h>
  3338. configure:24781: result: no
  3339. configure:24781: checking unzip.h presence
  3340. configure:24781: gcc -std=gnu99 -E conftest.c
  3341. conftest.c:118:19: fatal error: unzip.h: No such file or directory
  3342. compilation terminated.
  3343. configure:24781: $? = 1
  3344. configure: failed program was:
  3345. | /* confdefs.h */
  3346. | #define PACKAGE_NAME "vlc"
  3347. | #define PACKAGE_TARNAME "vlc"
  3348. | #define PACKAGE_VERSION "3.0.0-git"
  3349. | #define PACKAGE_STRING "vlc 3.0.0-git"
  3350. | #define PACKAGE_BUGREPORT ""
  3351. | #define PACKAGE_URL ""
  3352. | #define PACKAGE "vlc"
  3353. | #define VERSION "3.0.0-git"
  3354. | #define STDC_HEADERS 1
  3355. | #define HAVE_SYS_TYPES_H 1
  3356. | #define HAVE_SYS_STAT_H 1
  3357. | #define HAVE_STDLIB_H 1
  3358. | #define HAVE_STRING_H 1
  3359. | #define HAVE_MEMORY_H 1
  3360. | #define HAVE_STRINGS_H 1
  3361. | #define HAVE_INTTYPES_H 1
  3362. | #define HAVE_STDINT_H 1
  3363. | #define HAVE_UNISTD_H 1
  3364. | #define __EXTENSIONS__ 1
  3365. | #define _ALL_SOURCE 1
  3366. | #define _GNU_SOURCE 1
  3367. | #define _POSIX_PTHREAD_SEMANTICS 1
  3368. | #define _TANDEM_SOURCE 1
  3369. | #define _FORTIFY_SOURCE 2
  3370. | #define _FILE_OFFSET_BITS 64
  3371. | #define _THREAD_SAFE /**/
  3372. | #define __LIBVLC__ /**/
  3373. | #define WIN32_LEAN_AND_MEAN /**/
  3374. | #define restrict __restrict
  3375. | #define HAVE_DLFCN_H 1
  3376. | #define LT_OBJDIR ".libs/"
  3377. | #define ENABLE_NLS 1
  3378. | #define HAVE_GETTEXT 1
  3379. | #define HAVE_DCGETTEXT 1
  3380. | #define HAVE_ICONV 1
  3381. | #define ICONV_CONST
  3382. | #define VLC_WINSTORE_APP 0
  3383. | #define LIBEXT ".so"
  3384. | #define HAVE_DECL_NANOSLEEP 1
  3385. | #define HAVE_DAEMON 1
  3386. | #define HAVE_FCNTL 1
  3387. | #define HAVE_FSTATVFS 1
  3388. | #define HAVE_FORK 1
  3389. | #define HAVE_GETENV 1
  3390. | #define HAVE_GETPWUID_R 1
  3391. | #define HAVE_ISATTY 1
  3392. | #define HAVE_LSTAT 1
  3393. | #define HAVE_MEMALIGN 1
  3394. | #define HAVE_MMAP 1
  3395. | #define HAVE_OPENAT 1
  3396. | #define HAVE_PREAD 1
  3397. | #define HAVE_POSIX_FADVISE 1
  3398. | #define HAVE_POSIX_MADVISE 1
  3399. | #define HAVE_SETLOCALE 1
  3400. | #define HAVE_STRPTIME 1
  3401. | #define HAVE_USELOCALE 1
  3402. | #define HAVE_ATOF 1
  3403. | #define HAVE_ATOLL 1
  3404. | #define HAVE_DIRFD 1
  3405. | #define HAVE_FDOPENDIR 1
  3406. | #define HAVE_FLOCKFILE 1
  3407. | #define HAVE_FSYNC 1
  3408. | #define HAVE_GETDELIM 1
  3409. | #define HAVE_GETPID 1
  3410. | #define HAVE_GMTIME_R 1
  3411. | #define HAVE_LLDIV 1
  3412. | #define HAVE_LOCALTIME_R 1
  3413. | #define HAVE_NRAND48 1
  3414. | #define HAVE_POLL 1
  3415. | #define HAVE_POSIX_MEMALIGN 1
  3416. | #define HAVE_REWIND 1
  3417. | #define HAVE_SETENV 1
  3418. | #define HAVE_STRCASECMP 1
  3419. | #define HAVE_STRCASESTR 1
  3420. | #define HAVE_STRDUP 1
  3421. | #define HAVE_STRNDUP 1
  3422. | #define HAVE_STRNLEN 1
  3423. | #define HAVE_STRSEP 1
  3424. | #define HAVE_STRTOF 1
  3425. | #define HAVE_STRTOK_R 1
  3426. | #define HAVE_STRTOLL 1
  3427. | #define HAVE_SWAB 1
  3428. | #define HAVE_TDESTROY 1
  3429. | #define HAVE_STRVERSCMP 1
  3430. | #define HAVE_FDATASYNC 1
  3431. | #define HAVE_ASPRINTF 1
  3432. | #define HAVE_VASPRINTF 1
  3433. | #define HAVE_STATIC_ASSERT 1
  3434. | #define HAVE_STRCOLL 1
  3435. | #define HAVE_ACCEPT4 1
  3436. | #define HAVE_PIPE2 1
  3437. | #define HAVE_EVENTFD 1
  3438. | #define HAVE_VMSPLICE 1
  3439. | #define HAVE_SCHED_GETAFFINITY 1
  3440. | #define HAVE_STRUCT_POLLFD 1
  3441. | #define HAVE_INET_PTON 1
  3442. | #define HAVE_IF_NAMEINDEX 1
  3443. | #define HAVE_IF_NAMETOINDEX 1
  3444. | #define HAVE_LRINTF 1
  3445. | #define HAVE_ARPA_INET_H 1
  3446. | #define HAVE_PTHREAD_H 1
  3447. | #define HAVE_SEARCH_H 1
  3448. | #define HAVE_SYSLOG_H 1
  3449. | #define HAVE_SYS_SHM_H 1
  3450. | #define HAVE_SYS_SOCKET_H 1
  3451. | #define HAVE_NET_IF_H 1
  3452. | #define HAVE_SYS_PARAM_H 1
  3453. | #define HAVE_SYS_MOUNT_H 1
  3454. | #define HAVE_GETOPT_H 1
  3455. | #define HAVE_LINUX_DCCP_H 1
  3456. | #define HAVE_LINUX_MAGIC_H 1
  3457. | #define HAVE_MNTENT_H 1
  3458. | #define HAVE_SYS_EVENTFD_H 1
  3459. | #define HAVE_XLOCALE_H 1
  3460. | #define HAVE_ZLIB_H 1
  3461. | /* end confdefs.h. */
  3462. | #include <unzip.h>
  3463. configure:24781: result: no
  3464. configure:24781: checking for unzip.h
  3465. configure:24781: result: no
  3466. configure:24879: checking for IDN
  3467. configure:24886: $PKG_CONFIG --exists --print-errors "libidn"
  3468. configure:24889: $? = 0
  3469. configure:24903: $PKG_CONFIG --exists --print-errors "libidn"
  3470. configure:24906: $? = 0
  3471. configure:24948: result: yes
  3472. configure:24969: checking for DBUS
  3473. configure:24976: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.6.0"
  3474. configure:24979: $? = 0
  3475. configure:24993: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.6.0"
  3476. configure:24996: $? = 0
  3477. configure:25056: result: yes
  3478. configure:25082: checking for ntohl in sys/param.h
  3479. configure:25098: gcc -std=gnu99 -c -g -O2 -Wall -Werror conftest.c >&5
  3480. conftest.c: In function 'main':
  3481. conftest.c:123:1: error: implicit declaration of function 'ntohl' [-Werror=implicit-function-declaration]
  3482. cc1: all warnings being treated as errors
  3483. configure:25098: $? = 1
  3484. configure: failed program was:
  3485. | /* confdefs.h */
  3486. | #define PACKAGE_NAME "vlc"
  3487. | #define PACKAGE_TARNAME "vlc"
  3488. | #define PACKAGE_VERSION "3.0.0-git"
  3489. | #define PACKAGE_STRING "vlc 3.0.0-git"
  3490. | #define PACKAGE_BUGREPORT ""
  3491. | #define PACKAGE_URL ""
  3492. | #define PACKAGE "vlc"
  3493. | #define VERSION "3.0.0-git"
  3494. | #define STDC_HEADERS 1
  3495. | #define HAVE_SYS_TYPES_H 1
  3496. | #define HAVE_SYS_STAT_H 1
  3497. | #define HAVE_STDLIB_H 1
  3498. | #define HAVE_STRING_H 1
  3499. | #define HAVE_MEMORY_H 1
  3500. | #define HAVE_STRINGS_H 1
  3501. | #define HAVE_INTTYPES_H 1
  3502. | #define HAVE_STDINT_H 1
  3503. | #define HAVE_UNISTD_H 1
  3504. | #define __EXTENSIONS__ 1
  3505. | #define _ALL_SOURCE 1
  3506. | #define _GNU_SOURCE 1
  3507. | #define _POSIX_PTHREAD_SEMANTICS 1
  3508. | #define _TANDEM_SOURCE 1
  3509. | #define _FORTIFY_SOURCE 2
  3510. | #define _FILE_OFFSET_BITS 64
  3511. | #define _THREAD_SAFE /**/
  3512. | #define __LIBVLC__ /**/
  3513. | #define WIN32_LEAN_AND_MEAN /**/
  3514. | #define restrict __restrict
  3515. | #define HAVE_DLFCN_H 1
  3516. | #define LT_OBJDIR ".libs/"
  3517. | #define ENABLE_NLS 1
  3518. | #define HAVE_GETTEXT 1
  3519. | #define HAVE_DCGETTEXT 1
  3520. | #define HAVE_ICONV 1
  3521. | #define ICONV_CONST
  3522. | #define VLC_WINSTORE_APP 0
  3523. | #define LIBEXT ".so"
  3524. | #define HAVE_DECL_NANOSLEEP 1
  3525. | #define HAVE_DAEMON 1
  3526. | #define HAVE_FCNTL 1
  3527. | #define HAVE_FSTATVFS 1
  3528. | #define HAVE_FORK 1
  3529. | #define HAVE_GETENV 1
  3530. | #define HAVE_GETPWUID_R 1
  3531. | #define HAVE_ISATTY 1
  3532. | #define HAVE_LSTAT 1
  3533. | #define HAVE_MEMALIGN 1
  3534. | #define HAVE_MMAP 1
  3535. | #define HAVE_OPENAT 1
  3536. | #define HAVE_PREAD 1
  3537. | #define HAVE_POSIX_FADVISE 1
  3538. | #define HAVE_POSIX_MADVISE 1
  3539. | #define HAVE_SETLOCALE 1
  3540. | #define HAVE_STRPTIME 1
  3541. | #define HAVE_USELOCALE 1
  3542. | #define HAVE_ATOF 1
  3543. | #define HAVE_ATOLL 1
  3544. | #define HAVE_DIRFD 1
  3545. | #define HAVE_FDOPENDIR 1
  3546. | #define HAVE_FLOCKFILE 1
  3547. | #define HAVE_FSYNC 1
  3548. | #define HAVE_GETDELIM 1
  3549. | #define HAVE_GETPID 1
  3550. | #define HAVE_GMTIME_R 1
  3551. | #define HAVE_LLDIV 1
  3552. | #define HAVE_LOCALTIME_R 1
  3553. | #define HAVE_NRAND48 1
  3554. | #define HAVE_POLL 1
  3555. | #define HAVE_POSIX_MEMALIGN 1
  3556. | #define HAVE_REWIND 1
  3557. | #define HAVE_SETENV 1
  3558. | #define HAVE_STRCASECMP 1
  3559. | #define HAVE_STRCASESTR 1
  3560. | #define HAVE_STRDUP 1
  3561. | #define HAVE_STRNDUP 1
  3562. | #define HAVE_STRNLEN 1
  3563. | #define HAVE_STRSEP 1
  3564. | #define HAVE_STRTOF 1
  3565. | #define HAVE_STRTOK_R 1
  3566. | #define HAVE_STRTOLL 1
  3567. | #define HAVE_SWAB 1
  3568. | #define HAVE_TDESTROY 1
  3569. | #define HAVE_STRVERSCMP 1
  3570. | #define HAVE_FDATASYNC 1
  3571. | #define HAVE_ASPRINTF 1
  3572. | #define HAVE_VASPRINTF 1
  3573. | #define HAVE_STATIC_ASSERT 1
  3574. | #define HAVE_STRCOLL 1
  3575. | #define HAVE_ACCEPT4 1
  3576. | #define HAVE_PIPE2 1
  3577. | #define HAVE_EVENTFD 1
  3578. | #define HAVE_VMSPLICE 1
  3579. | #define HAVE_SCHED_GETAFFINITY 1
  3580. | #define HAVE_STRUCT_POLLFD 1
  3581. | #define HAVE_INET_PTON 1
  3582. | #define HAVE_IF_NAMEINDEX 1
  3583. | #define HAVE_IF_NAMETOINDEX 1
  3584. | #define HAVE_LRINTF 1
  3585. | #define HAVE_ARPA_INET_H 1
  3586. | #define HAVE_PTHREAD_H 1
  3587. | #define HAVE_SEARCH_H 1
  3588. | #define HAVE_SYSLOG_H 1
  3589. | #define HAVE_SYS_SHM_H 1
  3590. | #define HAVE_SYS_SOCKET_H 1
  3591. | #define HAVE_NET_IF_H 1
  3592. | #define HAVE_SYS_PARAM_H 1
  3593. | #define HAVE_SYS_MOUNT_H 1
  3594. | #define HAVE_GETOPT_H 1
  3595. | #define HAVE_LINUX_DCCP_H 1
  3596. | #define HAVE_LINUX_MAGIC_H 1
  3597. | #define HAVE_MNTENT_H 1
  3598. | #define HAVE_SYS_EVENTFD_H 1
  3599. | #define HAVE_XLOCALE_H 1
  3600. | #define HAVE_ZLIB_H 1
  3601. | #define HAVE_IDN 1
  3602. | /* end confdefs.h. */
  3603. | #include <sys/param.h>
  3604. | int
  3605. | main ()
  3606. | {
  3607. | int meuh; ntohl(meuh);
  3608. | ;
  3609. | return 0;
  3610. | }
  3611. configure:25105: result: no
  3612. configure:25128: checking if gcc -std=gnu99 accepts -Wall
  3613. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall conftest.c >&5
  3614. configure:25146: $? = 0
  3615. configure:25159: result: yes
  3616. configure:25128: checking if gcc -std=gnu99 accepts -Wextra
  3617. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra conftest.c >&5
  3618. configure:25146: $? = 0
  3619. configure:25159: result: yes
  3620. configure:25128: checking if gcc -std=gnu99 accepts -Wsign-compare
  3621. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare conftest.c >&5
  3622. configure:25146: $? = 0
  3623. configure:25159: result: yes
  3624. configure:25128: checking if gcc -std=gnu99 accepts -Wundef
  3625. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef conftest.c >&5
  3626. configure:25146: $? = 0
  3627. configure:25159: result: yes
  3628. configure:25128: checking if gcc -std=gnu99 accepts -Wpointer-arith
  3629. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith conftest.c >&5
  3630. configure:25146: $? = 0
  3631. configure:25159: result: yes
  3632. configure:25128: checking if gcc -std=gnu99 accepts -Wbad-function-cast
  3633. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast conftest.c >&5
  3634. configure:25146: $? = 0
  3635. configure:25159: result: yes
  3636. configure:25128: checking if gcc -std=gnu99 accepts -Wwrite-strings
  3637. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings conftest.c >&5
  3638. configure:25146: $? = 0
  3639. configure:25159: result: yes
  3640. configure:25128: checking if gcc -std=gnu99 accepts -Wmissing-prototypes
  3641. configure:25146: gcc -std=gnu99 -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes conftest.c >&5
  3642. configure:25146: $? = 0
  3643. configure:25159: result: yes
  3644. configure:25128: checking if gcc -std=gnu99 accepts -Wvolatile-register-var
  3645. configure:25146: 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
  3646. configure:25146: $? = 0
  3647. configure:25159: result: yes
  3648. configure:25128: checking if gcc -std=gnu99 accepts -Werror-implicit-function-declaration
  3649. configure:25146: 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
  3650. configure:25146: $? = 0
  3651. configure:25159: result: yes
  3652. configure:25175: checking if gcc -std=gnu99 accepts -pipe
  3653. configure:25193: 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
  3654. configure:25193: $? = 0
  3655. configure:25206: result: yes
  3656. configure:25227: checking if g++ accepts -Wall
  3657. configure:25245: g++ -c -g -O2 -Wall conftest.cpp >&5
  3658. configure:25245: $? = 0
  3659. configure:25258: result: yes
  3660. configure:25227: checking if g++ accepts -Wextra
  3661. configure:25245: g++ -c -g -O2 -Wall -Wextra conftest.cpp >&5
  3662. configure:25245: $? = 0
  3663. configure:25258: result: yes
  3664. configure:25227: checking if g++ accepts -Wsign-compare
  3665. configure:25245: g++ -c -g -O2 -Wall -Wextra -Wsign-compare conftest.cpp >&5
  3666. configure:25245: $? = 0
  3667. configure:25258: result: yes
  3668. configure:25227: checking if g++ accepts -Wundef
  3669. configure:25245: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef conftest.cpp >&5
  3670. configure:25245: $? = 0
  3671. configure:25258: result: yes
  3672. configure:25227: checking if g++ accepts -Wpointer-arith
  3673. configure:25245: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith conftest.cpp >&5
  3674. configure:25245: $? = 0
  3675. configure:25258: result: yes
  3676. configure:25227: checking if g++ accepts -Wvolatile-register-var
  3677. configure:25245: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var conftest.cpp >&5
  3678. configure:25245: $? = 0
  3679. configure:25258: result: yes
  3680. configure:25367: checking if gcc -std=gnu99 accepts -fvisibility=hidden
  3681. configure:25384: 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
  3682. configure:25384: $? = 0
  3683. configure:25396: result: yes
  3684. configure:25436: checking if gcc -std=gnu99 accepts -O4
  3685. configure:25453: 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 -O4 conftest.c >&5
  3686. configure:25453: $? = 0
  3687. configure:25465: result: yes
  3688. configure:25537: checking if gcc -std=gnu99 accepts -ffast-math
  3689. configure:25554: 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 -O4 -ffast-math conftest.c >&5
  3690. configure:25554: $? = 0
  3691. configure:25566: result: yes
  3692. configure:25591: checking if gcc -std=gnu99 accepts -funroll-loops
  3693. configure:25608: 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 -O4 -ffast-math -funroll-loops conftest.c >&5
  3694. configure:25608: $? = 0
  3695. configure:25620: result: yes
  3696. configure:25646: checking if gcc -std=gnu99 accepts -fomit-frame-pointer
  3697. configure:25663: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3698. configure:25663: $? = 0
  3699. configure:25675: result: yes
  3700. configure:25701: checking if linker supports -Bsymbolic
  3701. configure:25718: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Wl,-Bsymbolic conftest.c >&5
  3702. configure:25718: $? = 0
  3703. configure:25731: result: -Wl,-Bsymbolic
  3704. configure:25753: checking __attribute__ ((aligned ())) support
  3705. configure:25771: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3706. configure:25771: $? = 0
  3707. configure:25771: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3708. configure:25771: $? = 0
  3709. configure:25771: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3710. configure:25771: $? = 0
  3711. configure:25771: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3712. configure:25771: $? = 0
  3713. configure:25771: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3714. configure:25771: $? = 0
  3715. configure:25771: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -Werror conftest.c >&5
  3716. configure:25771: $? = 0
  3717. configure:25777: result: 64
  3718. configure:25795: checking for __attribute__((packed))
  3719. configure:25812: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3720. configure:25812: $? = 0
  3721. configure:25817: result: yes
  3722. configure:25836: checking execinfo.h usability
  3723. configure:25836: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3724. configure:25836: $? = 0
  3725. configure:25836: result: yes
  3726. configure:25836: checking execinfo.h presence
  3727. configure:25836: gcc -std=gnu99 -E conftest.c
  3728. In file included from /usr/include/execinfo.h:21:0,
  3729. from conftest.c:122:
  3730. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3731. configure:25836: $? = 0
  3732. configure:25836: result: yes
  3733. configure:25836: checking for execinfo.h
  3734. configure:25836: result: yes
  3735. configure:25848: checking for backtrace
  3736. configure:25848: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3737. configure:25848: $? = 0
  3738. configure:25848: result: yes
  3739. configure:25891: checking if gcc -std=gnu99 groks MMX intrinsics
  3740. configure:25920: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3741. configure:25920: $? = 0
  3742. configure:25932: result: yes
  3743. configure:25959: checking if gcc -std=gnu99 groks MMX inline assembly
  3744. configure:25980: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3745. conftest.c: In function 'main':
  3746. conftest.c:131:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3747. configure:25980: $? = 0
  3748. configure:25992: result: yes
  3749. configure:26003: checking if gcc -std=gnu99 groks MMX EXT inline assembly
  3750. configure:26024: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3751. conftest.c: In function 'main':
  3752. conftest.c:132:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3753. configure:26024: $? = 0
  3754. configure:26036: result: yes
  3755. configure:26103: checking if gcc -std=gnu99 groks SSE2 intrinsics
  3756. configure:26132: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse2 conftest.c >&5
  3757. conftest.c: In function 'main':
  3758. conftest.c:143:11: warning: cast from function call of type '__m64' to non-matching type 'long long unsigned int' [-Wbad-function-cast]
  3759. configure:26132: $? = 0
  3760. configure:26144: result: yes
  3761. configure:26171: checking if gcc -std=gnu99 groks SSE inline assembly
  3762. configure:26192: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3763. conftest.c: In function 'main':
  3764. conftest.c:134:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3765. configure:26192: $? = 0
  3766. configure:26204: result: yes
  3767. configure:26215: checking if gcc -std=gnu99 groks SSE2 inline assembly
  3768. configure:26236: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3769. conftest.c: In function 'main':
  3770. conftest.c:135:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3771. configure:26236: $? = 0
  3772. configure:26248: result: yes
  3773. configure:26260: checking if gcc -std=gnu99 groks SSE3 inline assembly
  3774. configure:26281: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3775. conftest.c: In function 'main':
  3776. conftest.c:136:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3777. configure:26281: $? = 0
  3778. configure:26293: result: yes
  3779. configure:26303: checking if gcc -std=gnu99 groks SSSE3 inline assembly
  3780. configure:26324: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3781. conftest.c: In function 'main':
  3782. conftest.c:137:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3783. configure:26324: $? = 0
  3784. configure:26336: result: yes
  3785. configure:26347: checking if gcc -std=gnu99 groks SSE4.1 inline assembly
  3786. configure:26368: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3787. conftest.c: In function 'main':
  3788. conftest.c:138:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3789. configure:26368: $? = 0
  3790. configure:26380: result: yes
  3791. configure:26391: checking if gcc -std=gnu99 groks SSE4.2 inline assembly
  3792. configure:26412: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3793. conftest.c: In function 'main':
  3794. conftest.c:139:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3795. configure:26412: $? = 0
  3796. configure:26424: result: yes
  3797. configure:26435: checking if gcc -std=gnu99 groks SSE4A inline assembly
  3798. configure:26456: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -msse conftest.c >&5
  3799. conftest.c: In function 'main':
  3800. conftest.c:140:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3801. configure:26456: $? = 0
  3802. configure:26468: result: yes
  3803. configure:26505: checking if gcc -std=gnu99 groks 3D Now! inline assembly
  3804. configure:26526: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -mmmx conftest.c >&5
  3805. conftest.c: In function 'main':
  3806. conftest.c:141:1: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  3807. configure:26526: $? = 0
  3808. configure:26538: result: yes
  3809. configure:26947: checking for LUA
  3810. configure:26954: $PKG_CONFIG --exists --print-errors "lua5.2"
  3811. Package lua5.2 was not found in the pkg-config search path.
  3812. Perhaps you should add the directory containing `lua5.2.pc'
  3813. to the PKG_CONFIG_PATH environment variable
  3814. No package 'lua5.2' found
  3815. configure:26957: $? = 1
  3816. configure:26971: $PKG_CONFIG --exists --print-errors "lua5.2"
  3817. Package lua5.2 was not found in the pkg-config search path.
  3818. Perhaps you should add the directory containing `lua5.2.pc'
  3819. to the PKG_CONFIG_PATH environment variable
  3820. No package 'lua5.2' found
  3821. configure:26974: $? = 1
  3822. configure:26988: result: no
  3823. No package 'lua5.2' found
  3824. configure:27005: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
  3825. configure:27010: checking for LUA
  3826. configure:27017: $PKG_CONFIG --exists --print-errors "lua5.1"
  3827. Package lua5.1 was not found in the pkg-config search path.
  3828. Perhaps you should add the directory containing `lua5.1.pc'
  3829. to the PKG_CONFIG_PATH environment variable
  3830. No package 'lua5.1' found
  3831. configure:27020: $? = 1
  3832. configure:27034: $PKG_CONFIG --exists --print-errors "lua5.1"
  3833. Package lua5.1 was not found in the pkg-config search path.
  3834. Perhaps you should add the directory containing `lua5.1.pc'
  3835. to the PKG_CONFIG_PATH environment variable
  3836. No package 'lua5.1' found
  3837. configure:27037: $? = 1
  3838. configure:27051: result: no
  3839. No package 'lua5.1' found
  3840. configure:27068: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
  3841. configure:27072: checking for LUA
  3842. configure:27079: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
  3843. Package lua was not found in the pkg-config search path.
  3844. Perhaps you should add the directory containing `lua.pc'
  3845. to the PKG_CONFIG_PATH environment variable
  3846. No package 'lua' found
  3847. configure:27082: $? = 1
  3848. configure:27096: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
  3849. Package lua was not found in the pkg-config search path.
  3850. Perhaps you should add the directory containing `lua.pc'
  3851. to the PKG_CONFIG_PATH environment variable
  3852. No package 'lua' found
  3853. configure:27099: $? = 1
  3854. configure:27113: result: no
  3855. No package 'lua' found
  3856. configure:27130: WARNING: No package 'lua' found, trying manual detection instead
  3857. configure:27136: checking lua.h usability
  3858. configure:27136: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3859. configure:27136: $? = 0
  3860. configure:27136: result: yes
  3861. configure:27136: checking lua.h presence
  3862. configure:27136: gcc -std=gnu99 -E conftest.c
  3863. In file included from /usr/include/limits.h:26:0,
  3864. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:169,
  3865. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/syslimits.h:7,
  3866. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:34,
  3867. from /usr/local/include/luaconf.h:11,
  3868. from /usr/local/include/lua.h:16,
  3869. from conftest.c:137:
  3870. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3871. configure:27136: $? = 0
  3872. configure:27136: result: yes
  3873. configure:27136: checking for lua.h
  3874. configure:27136: result: yes
  3875. configure:27136: checking lauxlib.h usability
  3876. configure:27136: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3877. configure:27136: $? = 0
  3878. configure:27136: result: yes
  3879. configure:27136: checking lauxlib.h presence
  3880. configure:27136: gcc -std=gnu99 -E conftest.c
  3881. In file included from /usr/include/stdio.h:27:0,
  3882. from /usr/local/include/lauxlib.h:13,
  3883. from conftest.c:138:
  3884. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3885. configure:27136: $? = 0
  3886. configure:27136: result: yes
  3887. configure:27136: checking for lauxlib.h
  3888. configure:27136: result: yes
  3889. configure:27136: checking lualib.h usability
  3890. configure:27136: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  3891. configure:27136: $? = 0
  3892. configure:27136: result: yes
  3893. configure:27136: checking lualib.h presence
  3894. configure:27136: gcc -std=gnu99 -E conftest.c
  3895. In file included from /usr/include/limits.h:26:0,
  3896. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:169,
  3897. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/syslimits.h:7,
  3898. from /usr/lib/gcc/i586-suse-linux/4.7/include-fixed/limits.h:34,
  3899. from /usr/local/include/luaconf.h:11,
  3900. from /usr/local/include/lua.h:16,
  3901. from /usr/local/include/lualib.h:11,
  3902. from conftest.c:139:
  3903. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3904. configure:27136: $? = 0
  3905. configure:27136: result: yes
  3906. configure:27136: checking for lualib.h
  3907. configure:27136: result: yes
  3908. configure:27149: checking for luaL_newstate in -llua5.2
  3909. configure:27174: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -llua5.2 >&5
  3910. /usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: cannot find -llua5.2
  3911. collect2: error: ld returned 1 exit status
  3912. configure:27174: $? = 1
  3913. configure: failed program was:
  3914. | /* confdefs.h */
  3915. | #define PACKAGE_NAME "vlc"
  3916. | #define PACKAGE_TARNAME "vlc"
  3917. | #define PACKAGE_VERSION "3.0.0-git"
  3918. | #define PACKAGE_STRING "vlc 3.0.0-git"
  3919. | #define PACKAGE_BUGREPORT ""
  3920. | #define PACKAGE_URL ""
  3921. | #define PACKAGE "vlc"
  3922. | #define VERSION "3.0.0-git"
  3923. | #define STDC_HEADERS 1
  3924. | #define HAVE_SYS_TYPES_H 1
  3925. | #define HAVE_SYS_STAT_H 1
  3926. | #define HAVE_STDLIB_H 1
  3927. | #define HAVE_STRING_H 1
  3928. | #define HAVE_MEMORY_H 1
  3929. | #define HAVE_STRINGS_H 1
  3930. | #define HAVE_INTTYPES_H 1
  3931. | #define HAVE_STDINT_H 1
  3932. | #define HAVE_UNISTD_H 1
  3933. | #define __EXTENSIONS__ 1
  3934. | #define _ALL_SOURCE 1
  3935. | #define _GNU_SOURCE 1
  3936. | #define _POSIX_PTHREAD_SEMANTICS 1
  3937. | #define _TANDEM_SOURCE 1
  3938. | #define _FORTIFY_SOURCE 2
  3939. | #define _FILE_OFFSET_BITS 64
  3940. | #define _THREAD_SAFE /**/
  3941. | #define __LIBVLC__ /**/
  3942. | #define WIN32_LEAN_AND_MEAN /**/
  3943. | #define restrict __restrict
  3944. | #define HAVE_DLFCN_H 1
  3945. | #define LT_OBJDIR ".libs/"
  3946. | #define ENABLE_NLS 1
  3947. | #define HAVE_GETTEXT 1
  3948. | #define HAVE_DCGETTEXT 1
  3949. | #define HAVE_ICONV 1
  3950. | #define ICONV_CONST
  3951. | #define VLC_WINSTORE_APP 0
  3952. | #define LIBEXT ".so"
  3953. | #define HAVE_DECL_NANOSLEEP 1
  3954. | #define HAVE_DAEMON 1
  3955. | #define HAVE_FCNTL 1
  3956. | #define HAVE_FSTATVFS 1
  3957. | #define HAVE_FORK 1
  3958. | #define HAVE_GETENV 1
  3959. | #define HAVE_GETPWUID_R 1
  3960. | #define HAVE_ISATTY 1
  3961. | #define HAVE_LSTAT 1
  3962. | #define HAVE_MEMALIGN 1
  3963. | #define HAVE_MMAP 1
  3964. | #define HAVE_OPENAT 1
  3965. | #define HAVE_PREAD 1
  3966. | #define HAVE_POSIX_FADVISE 1
  3967. | #define HAVE_POSIX_MADVISE 1
  3968. | #define HAVE_SETLOCALE 1
  3969. | #define HAVE_STRPTIME 1
  3970. | #define HAVE_USELOCALE 1
  3971. | #define HAVE_ATOF 1
  3972. | #define HAVE_ATOLL 1
  3973. | #define HAVE_DIRFD 1
  3974. | #define HAVE_FDOPENDIR 1
  3975. | #define HAVE_FLOCKFILE 1
  3976. | #define HAVE_FSYNC 1
  3977. | #define HAVE_GETDELIM 1
  3978. | #define HAVE_GETPID 1
  3979. | #define HAVE_GMTIME_R 1
  3980. | #define HAVE_LLDIV 1
  3981. | #define HAVE_LOCALTIME_R 1
  3982. | #define HAVE_NRAND48 1
  3983. | #define HAVE_POLL 1
  3984. | #define HAVE_POSIX_MEMALIGN 1
  3985. | #define HAVE_REWIND 1
  3986. | #define HAVE_SETENV 1
  3987. | #define HAVE_STRCASECMP 1
  3988. | #define HAVE_STRCASESTR 1
  3989. | #define HAVE_STRDUP 1
  3990. | #define HAVE_STRNDUP 1
  3991. | #define HAVE_STRNLEN 1
  3992. | #define HAVE_STRSEP 1
  3993. | #define HAVE_STRTOF 1
  3994. | #define HAVE_STRTOK_R 1
  3995. | #define HAVE_STRTOLL 1
  3996. | #define HAVE_SWAB 1
  3997. | #define HAVE_TDESTROY 1
  3998. | #define HAVE_STRVERSCMP 1
  3999. | #define HAVE_FDATASYNC 1
  4000. | #define HAVE_ASPRINTF 1
  4001. | #define HAVE_VASPRINTF 1
  4002. | #define HAVE_STATIC_ASSERT 1
  4003. | #define HAVE_STRCOLL 1
  4004. | #define HAVE_ACCEPT4 1
  4005. | #define HAVE_PIPE2 1
  4006. | #define HAVE_EVENTFD 1
  4007. | #define HAVE_VMSPLICE 1
  4008. | #define HAVE_SCHED_GETAFFINITY 1
  4009. | #define HAVE_STRUCT_POLLFD 1
  4010. | #define HAVE_INET_PTON 1
  4011. | #define HAVE_IF_NAMEINDEX 1
  4012. | #define HAVE_IF_NAMETOINDEX 1
  4013. | #define HAVE_LRINTF 1
  4014. | #define HAVE_ARPA_INET_H 1
  4015. | #define HAVE_PTHREAD_H 1
  4016. | #define HAVE_SEARCH_H 1
  4017. | #define HAVE_SYSLOG_H 1
  4018. | #define HAVE_SYS_SHM_H 1
  4019. | #define HAVE_SYS_SOCKET_H 1
  4020. | #define HAVE_NET_IF_H 1
  4021. | #define HAVE_SYS_PARAM_H 1
  4022. | #define HAVE_SYS_MOUNT_H 1
  4023. | #define HAVE_GETOPT_H 1
  4024. | #define HAVE_LINUX_DCCP_H 1
  4025. | #define HAVE_LINUX_MAGIC_H 1
  4026. | #define HAVE_MNTENT_H 1
  4027. | #define HAVE_SYS_EVENTFD_H 1
  4028. | #define HAVE_XLOCALE_H 1
  4029. | #define HAVE_ZLIB_H 1
  4030. | #define HAVE_IDN 1
  4031. | #define NDEBUG 1
  4032. | #define ATTRIBUTE_ALIGNED_MAX 64
  4033. | #define HAVE_ATTRIBUTE_PACKED 1
  4034. | #define HAVE_EXECINFO_H 1
  4035. | #define HAVE_BACKTRACE 1
  4036. | #define HAVE_MMX_INTRINSICS 1
  4037. | #define CAN_COMPILE_MMX 1
  4038. | #define CAN_COMPILE_MMXEXT 1
  4039. | #define HAVE_SSE2_INTRINSICS 1
  4040. | #define CAN_COMPILE_SSE 1
  4041. | #define CAN_COMPILE_SSE2 1
  4042. | #define CAN_COMPILE_SSE3 1
  4043. | #define CAN_COMPILE_SSSE3 1
  4044. | #define CAN_COMPILE_SSE4_1 1
  4045. | #define CAN_COMPILE_SSE4_2 1
  4046. | #define CAN_COMPILE_SSE4A 1
  4047. | #define CAN_COMPILE_3DNOW 1
  4048. | #define ENABLE_SOUT 1
  4049. | #define HAVE_LUA_H 1
  4050. | #define HAVE_LAUXLIB_H 1
  4051. | #define HAVE_LUALIB_H 1
  4052. | /* end confdefs.h. */
  4053. |
  4054. | /* Override any GCC internal prototype to avoid an error.
  4055. | Use char because int might match the return type of a GCC
  4056. | builtin and then its argument prototype would still apply. */
  4057. | #ifdef __cplusplus
  4058. | extern "C"
  4059. | #endif
  4060. | char luaL_newstate ();
  4061. | int
  4062. | main ()
  4063. | {
  4064. | return luaL_newstate ();
  4065. | ;
  4066. | return 0;
  4067. | }
  4068. configure:27184: result: no
  4069. configure:27190: checking for luaL_newstate in -llua5.1
  4070. configure:27215: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -llua5.1 >&5
  4071. /usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: cannot find -llua5.1
  4072. collect2: error: ld returned 1 exit status
  4073. configure:27215: $? = 1
  4074. configure: failed program was:
  4075. | /* confdefs.h */
  4076. | #define PACKAGE_NAME "vlc"
  4077. | #define PACKAGE_TARNAME "vlc"
  4078. | #define PACKAGE_VERSION "3.0.0-git"
  4079. | #define PACKAGE_STRING "vlc 3.0.0-git"
  4080. | #define PACKAGE_BUGREPORT ""
  4081. | #define PACKAGE_URL ""
  4082. | #define PACKAGE "vlc"
  4083. | #define VERSION "3.0.0-git"
  4084. | #define STDC_HEADERS 1
  4085. | #define HAVE_SYS_TYPES_H 1
  4086. | #define HAVE_SYS_STAT_H 1
  4087. | #define HAVE_STDLIB_H 1
  4088. | #define HAVE_STRING_H 1
  4089. | #define HAVE_MEMORY_H 1
  4090. | #define HAVE_STRINGS_H 1
  4091. | #define HAVE_INTTYPES_H 1
  4092. | #define HAVE_STDINT_H 1
  4093. | #define HAVE_UNISTD_H 1
  4094. | #define __EXTENSIONS__ 1
  4095. | #define _ALL_SOURCE 1
  4096. | #define _GNU_SOURCE 1
  4097. | #define _POSIX_PTHREAD_SEMANTICS 1
  4098. | #define _TANDEM_SOURCE 1
  4099. | #define _FORTIFY_SOURCE 2
  4100. | #define _FILE_OFFSET_BITS 64
  4101. | #define _THREAD_SAFE /**/
  4102. | #define __LIBVLC__ /**/
  4103. | #define WIN32_LEAN_AND_MEAN /**/
  4104. | #define restrict __restrict
  4105. | #define HAVE_DLFCN_H 1
  4106. | #define LT_OBJDIR ".libs/"
  4107. | #define ENABLE_NLS 1
  4108. | #define HAVE_GETTEXT 1
  4109. | #define HAVE_DCGETTEXT 1
  4110. | #define HAVE_ICONV 1
  4111. | #define ICONV_CONST
  4112. | #define VLC_WINSTORE_APP 0
  4113. | #define LIBEXT ".so"
  4114. | #define HAVE_DECL_NANOSLEEP 1
  4115. | #define HAVE_DAEMON 1
  4116. | #define HAVE_FCNTL 1
  4117. | #define HAVE_FSTATVFS 1
  4118. | #define HAVE_FORK 1
  4119. | #define HAVE_GETENV 1
  4120. | #define HAVE_GETPWUID_R 1
  4121. | #define HAVE_ISATTY 1
  4122. | #define HAVE_LSTAT 1
  4123. | #define HAVE_MEMALIGN 1
  4124. | #define HAVE_MMAP 1
  4125. | #define HAVE_OPENAT 1
  4126. | #define HAVE_PREAD 1
  4127. | #define HAVE_POSIX_FADVISE 1
  4128. | #define HAVE_POSIX_MADVISE 1
  4129. | #define HAVE_SETLOCALE 1
  4130. | #define HAVE_STRPTIME 1
  4131. | #define HAVE_USELOCALE 1
  4132. | #define HAVE_ATOF 1
  4133. | #define HAVE_ATOLL 1
  4134. | #define HAVE_DIRFD 1
  4135. | #define HAVE_FDOPENDIR 1
  4136. | #define HAVE_FLOCKFILE 1
  4137. | #define HAVE_FSYNC 1
  4138. | #define HAVE_GETDELIM 1
  4139. | #define HAVE_GETPID 1
  4140. | #define HAVE_GMTIME_R 1
  4141. | #define HAVE_LLDIV 1
  4142. | #define HAVE_LOCALTIME_R 1
  4143. | #define HAVE_NRAND48 1
  4144. | #define HAVE_POLL 1
  4145. | #define HAVE_POSIX_MEMALIGN 1
  4146. | #define HAVE_REWIND 1
  4147. | #define HAVE_SETENV 1
  4148. | #define HAVE_STRCASECMP 1
  4149. | #define HAVE_STRCASESTR 1
  4150. | #define HAVE_STRDUP 1
  4151. | #define HAVE_STRNDUP 1
  4152. | #define HAVE_STRNLEN 1
  4153. | #define HAVE_STRSEP 1
  4154. | #define HAVE_STRTOF 1
  4155. | #define HAVE_STRTOK_R 1
  4156. | #define HAVE_STRTOLL 1
  4157. | #define HAVE_SWAB 1
  4158. | #define HAVE_TDESTROY 1
  4159. | #define HAVE_STRVERSCMP 1
  4160. | #define HAVE_FDATASYNC 1
  4161. | #define HAVE_ASPRINTF 1
  4162. | #define HAVE_VASPRINTF 1
  4163. | #define HAVE_STATIC_ASSERT 1
  4164. | #define HAVE_STRCOLL 1
  4165. | #define HAVE_ACCEPT4 1
  4166. | #define HAVE_PIPE2 1
  4167. | #define HAVE_EVENTFD 1
  4168. | #define HAVE_VMSPLICE 1
  4169. | #define HAVE_SCHED_GETAFFINITY 1
  4170. | #define HAVE_STRUCT_POLLFD 1
  4171. | #define HAVE_INET_PTON 1
  4172. | #define HAVE_IF_NAMEINDEX 1
  4173. | #define HAVE_IF_NAMETOINDEX 1
  4174. | #define HAVE_LRINTF 1
  4175. | #define HAVE_ARPA_INET_H 1
  4176. | #define HAVE_PTHREAD_H 1
  4177. | #define HAVE_SEARCH_H 1
  4178. | #define HAVE_SYSLOG_H 1
  4179. | #define HAVE_SYS_SHM_H 1
  4180. | #define HAVE_SYS_SOCKET_H 1
  4181. | #define HAVE_NET_IF_H 1
  4182. | #define HAVE_SYS_PARAM_H 1
  4183. | #define HAVE_SYS_MOUNT_H 1
  4184. | #define HAVE_GETOPT_H 1
  4185. | #define HAVE_LINUX_DCCP_H 1
  4186. | #define HAVE_LINUX_MAGIC_H 1
  4187. | #define HAVE_MNTENT_H 1
  4188. | #define HAVE_SYS_EVENTFD_H 1
  4189. | #define HAVE_XLOCALE_H 1
  4190. | #define HAVE_ZLIB_H 1
  4191. | #define HAVE_IDN 1
  4192. | #define NDEBUG 1
  4193. | #define ATTRIBUTE_ALIGNED_MAX 64
  4194. | #define HAVE_ATTRIBUTE_PACKED 1
  4195. | #define HAVE_EXECINFO_H 1
  4196. | #define HAVE_BACKTRACE 1
  4197. | #define HAVE_MMX_INTRINSICS 1
  4198. | #define CAN_COMPILE_MMX 1
  4199. | #define CAN_COMPILE_MMXEXT 1
  4200. | #define HAVE_SSE2_INTRINSICS 1
  4201. | #define CAN_COMPILE_SSE 1
  4202. | #define CAN_COMPILE_SSE2 1
  4203. | #define CAN_COMPILE_SSE3 1
  4204. | #define CAN_COMPILE_SSSE3 1
  4205. | #define CAN_COMPILE_SSE4_1 1
  4206. | #define CAN_COMPILE_SSE4_2 1
  4207. | #define CAN_COMPILE_SSE4A 1
  4208. | #define CAN_COMPILE_3DNOW 1
  4209. | #define ENABLE_SOUT 1
  4210. | #define HAVE_LUA_H 1
  4211. | #define HAVE_LAUXLIB_H 1
  4212. | #define HAVE_LUALIB_H 1
  4213. | /* end confdefs.h. */
  4214. |
  4215. | /* Override any GCC internal prototype to avoid an error.
  4216. | Use char because int might match the return type of a GCC
  4217. | builtin and then its argument prototype would still apply. */
  4218. | #ifdef __cplusplus
  4219. | extern "C"
  4220. | #endif
  4221. | char luaL_newstate ();
  4222. | int
  4223. | main ()
  4224. | {
  4225. | return luaL_newstate ();
  4226. | ;
  4227. | return 0;
  4228. | }
  4229. configure:27225: result: no
  4230. configure:27231: checking for luaL_newstate in -llua51
  4231. configure:27256: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -llua51 >&5
  4232. /usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: cannot find -llua51
  4233. collect2: error: ld returned 1 exit status
  4234. configure:27256: $? = 1
  4235. configure: failed program was:
  4236. | /* confdefs.h */
  4237. | #define PACKAGE_NAME "vlc"
  4238. | #define PACKAGE_TARNAME "vlc"
  4239. | #define PACKAGE_VERSION "3.0.0-git"
  4240. | #define PACKAGE_STRING "vlc 3.0.0-git"
  4241. | #define PACKAGE_BUGREPORT ""
  4242. | #define PACKAGE_URL ""
  4243. | #define PACKAGE "vlc"
  4244. | #define VERSION "3.0.0-git"
  4245. | #define STDC_HEADERS 1
  4246. | #define HAVE_SYS_TYPES_H 1
  4247. | #define HAVE_SYS_STAT_H 1
  4248. | #define HAVE_STDLIB_H 1
  4249. | #define HAVE_STRING_H 1
  4250. | #define HAVE_MEMORY_H 1
  4251. | #define HAVE_STRINGS_H 1
  4252. | #define HAVE_INTTYPES_H 1
  4253. | #define HAVE_STDINT_H 1
  4254. | #define HAVE_UNISTD_H 1
  4255. | #define __EXTENSIONS__ 1
  4256. | #define _ALL_SOURCE 1
  4257. | #define _GNU_SOURCE 1
  4258. | #define _POSIX_PTHREAD_SEMANTICS 1
  4259. | #define _TANDEM_SOURCE 1
  4260. | #define _FORTIFY_SOURCE 2
  4261. | #define _FILE_OFFSET_BITS 64
  4262. | #define _THREAD_SAFE /**/
  4263. | #define __LIBVLC__ /**/
  4264. | #define WIN32_LEAN_AND_MEAN /**/
  4265. | #define restrict __restrict
  4266. | #define HAVE_DLFCN_H 1
  4267. | #define LT_OBJDIR ".libs/"
  4268. | #define ENABLE_NLS 1
  4269. | #define HAVE_GETTEXT 1
  4270. | #define HAVE_DCGETTEXT 1
  4271. | #define HAVE_ICONV 1
  4272. | #define ICONV_CONST
  4273. | #define VLC_WINSTORE_APP 0
  4274. | #define LIBEXT ".so"
  4275. | #define HAVE_DECL_NANOSLEEP 1
  4276. | #define HAVE_DAEMON 1
  4277. | #define HAVE_FCNTL 1
  4278. | #define HAVE_FSTATVFS 1
  4279. | #define HAVE_FORK 1
  4280. | #define HAVE_GETENV 1
  4281. | #define HAVE_GETPWUID_R 1
  4282. | #define HAVE_ISATTY 1
  4283. | #define HAVE_LSTAT 1
  4284. | #define HAVE_MEMALIGN 1
  4285. | #define HAVE_MMAP 1
  4286. | #define HAVE_OPENAT 1
  4287. | #define HAVE_PREAD 1
  4288. | #define HAVE_POSIX_FADVISE 1
  4289. | #define HAVE_POSIX_MADVISE 1
  4290. | #define HAVE_SETLOCALE 1
  4291. | #define HAVE_STRPTIME 1
  4292. | #define HAVE_USELOCALE 1
  4293. | #define HAVE_ATOF 1
  4294. | #define HAVE_ATOLL 1
  4295. | #define HAVE_DIRFD 1
  4296. | #define HAVE_FDOPENDIR 1
  4297. | #define HAVE_FLOCKFILE 1
  4298. | #define HAVE_FSYNC 1
  4299. | #define HAVE_GETDELIM 1
  4300. | #define HAVE_GETPID 1
  4301. | #define HAVE_GMTIME_R 1
  4302. | #define HAVE_LLDIV 1
  4303. | #define HAVE_LOCALTIME_R 1
  4304. | #define HAVE_NRAND48 1
  4305. | #define HAVE_POLL 1
  4306. | #define HAVE_POSIX_MEMALIGN 1
  4307. | #define HAVE_REWIND 1
  4308. | #define HAVE_SETENV 1
  4309. | #define HAVE_STRCASECMP 1
  4310. | #define HAVE_STRCASESTR 1
  4311. | #define HAVE_STRDUP 1
  4312. | #define HAVE_STRNDUP 1
  4313. | #define HAVE_STRNLEN 1
  4314. | #define HAVE_STRSEP 1
  4315. | #define HAVE_STRTOF 1
  4316. | #define HAVE_STRTOK_R 1
  4317. | #define HAVE_STRTOLL 1
  4318. | #define HAVE_SWAB 1
  4319. | #define HAVE_TDESTROY 1
  4320. | #define HAVE_STRVERSCMP 1
  4321. | #define HAVE_FDATASYNC 1
  4322. | #define HAVE_ASPRINTF 1
  4323. | #define HAVE_VASPRINTF 1
  4324. | #define HAVE_STATIC_ASSERT 1
  4325. | #define HAVE_STRCOLL 1
  4326. | #define HAVE_ACCEPT4 1
  4327. | #define HAVE_PIPE2 1
  4328. | #define HAVE_EVENTFD 1
  4329. | #define HAVE_VMSPLICE 1
  4330. | #define HAVE_SCHED_GETAFFINITY 1
  4331. | #define HAVE_STRUCT_POLLFD 1
  4332. | #define HAVE_INET_PTON 1
  4333. | #define HAVE_IF_NAMEINDEX 1
  4334. | #define HAVE_IF_NAMETOINDEX 1
  4335. | #define HAVE_LRINTF 1
  4336. | #define HAVE_ARPA_INET_H 1
  4337. | #define HAVE_PTHREAD_H 1
  4338. | #define HAVE_SEARCH_H 1
  4339. | #define HAVE_SYSLOG_H 1
  4340. | #define HAVE_SYS_SHM_H 1
  4341. | #define HAVE_SYS_SOCKET_H 1
  4342. | #define HAVE_NET_IF_H 1
  4343. | #define HAVE_SYS_PARAM_H 1
  4344. | #define HAVE_SYS_MOUNT_H 1
  4345. | #define HAVE_GETOPT_H 1
  4346. | #define HAVE_LINUX_DCCP_H 1
  4347. | #define HAVE_LINUX_MAGIC_H 1
  4348. | #define HAVE_MNTENT_H 1
  4349. | #define HAVE_SYS_EVENTFD_H 1
  4350. | #define HAVE_XLOCALE_H 1
  4351. | #define HAVE_ZLIB_H 1
  4352. | #define HAVE_IDN 1
  4353. | #define NDEBUG 1
  4354. | #define ATTRIBUTE_ALIGNED_MAX 64
  4355. | #define HAVE_ATTRIBUTE_PACKED 1
  4356. | #define HAVE_EXECINFO_H 1
  4357. | #define HAVE_BACKTRACE 1
  4358. | #define HAVE_MMX_INTRINSICS 1
  4359. | #define CAN_COMPILE_MMX 1
  4360. | #define CAN_COMPILE_MMXEXT 1
  4361. | #define HAVE_SSE2_INTRINSICS 1
  4362. | #define CAN_COMPILE_SSE 1
  4363. | #define CAN_COMPILE_SSE2 1
  4364. | #define CAN_COMPILE_SSE3 1
  4365. | #define CAN_COMPILE_SSSE3 1
  4366. | #define CAN_COMPILE_SSE4_1 1
  4367. | #define CAN_COMPILE_SSE4_2 1
  4368. | #define CAN_COMPILE_SSE4A 1
  4369. | #define CAN_COMPILE_3DNOW 1
  4370. | #define ENABLE_SOUT 1
  4371. | #define HAVE_LUA_H 1
  4372. | #define HAVE_LAUXLIB_H 1
  4373. | #define HAVE_LUALIB_H 1
  4374. | /* end confdefs.h. */
  4375. |
  4376. | /* Override any GCC internal prototype to avoid an error.
  4377. | Use char because int might match the return type of a GCC
  4378. | builtin and then its argument prototype would still apply. */
  4379. | #ifdef __cplusplus
  4380. | extern "C"
  4381. | #endif
  4382. | char luaL_newstate ();
  4383. | int
  4384. | main ()
  4385. | {
  4386. | return luaL_newstate ();
  4387. | ;
  4388. | return 0;
  4389. | }
  4390. configure:27266: result: no
  4391. configure:27272: checking for luaL_newstate in -llua
  4392. configure:27297: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -llua -lm >&5
  4393. configure:27297: $? = 0
  4394. configure:27307: result: yes
  4395. configure:29022: checking for luac
  4396. configure:29040: found /usr/local/bin/luac
  4397. configure:29052: result: /usr/local/bin/luac
  4398. configure:29287: checking for ARCHIVE
  4399. configure:29294: $PKG_CONFIG --exists --print-errors "libarchive >= 2.8.5"
  4400. Package libarchive was not found in the pkg-config search path.
  4401. Perhaps you should add the directory containing `libarchive.pc'
  4402. to the PKG_CONFIG_PATH environment variable
  4403. No package 'libarchive' found
  4404. configure:29297: $? = 1
  4405. configure:29311: $PKG_CONFIG --exists --print-errors "libarchive >= 2.8.5"
  4406. Package libarchive was not found in the pkg-config search path.
  4407. Perhaps you should add the directory containing `libarchive.pc'
  4408. to the PKG_CONFIG_PATH environment variable
  4409. No package 'libarchive' found
  4410. configure:29314: $? = 1
  4411. configure:29328: result: no
  4412. No package 'libarchive' found
  4413. configure:29348: WARNING: Library libarchive >= 2.8.5 needed for archive was not found
  4414. configure:29415: checking for LIVE555
  4415. configure:29422: $PKG_CONFIG --exists --print-errors "live555"
  4416. Package live555 was not found in the pkg-config search path.
  4417. Perhaps you should add the directory containing `live555.pc'
  4418. to the PKG_CONFIG_PATH environment variable
  4419. No package 'live555' found
  4420. configure:29425: $? = 1
  4421. configure:29439: $PKG_CONFIG --exists --print-errors "live555"
  4422. Package live555 was not found in the pkg-config search path.
  4423. Perhaps you should add the directory containing `live555.pc'
  4424. to the PKG_CONFIG_PATH environment variable
  4425. No package 'live555' found
  4426. configure:29442: $? = 1
  4427. configure:29456: result: no
  4428. No package 'live555' found
  4429. configure:29473: WARNING: No package 'live555' found.
  4430. configure:29520: checking for live555 version 1324598400 or later
  4431. configure:29542: g++ -E -I/usr/include/liveMedia -I/usr/include/groupsock -I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment conftest.cpp
  4432. conftest.cpp:144:32: fatal error: liveMedia_version.hh: No such file or directory
  4433. compilation terminated.
  4434. configure:29542: $? = 1
  4435. configure: failed program was:
  4436. | /* confdefs.h */
  4437. | #define PACKAGE_NAME "vlc"
  4438. | #define PACKAGE_TARNAME "vlc"
  4439. | #define PACKAGE_VERSION "3.0.0-git"
  4440. | #define PACKAGE_STRING "vlc 3.0.0-git"
  4441. | #define PACKAGE_BUGREPORT ""
  4442. | #define PACKAGE_URL ""
  4443. | #define PACKAGE "vlc"
  4444. | #define VERSION "3.0.0-git"
  4445. | #define STDC_HEADERS 1
  4446. | #define HAVE_SYS_TYPES_H 1
  4447. | #define HAVE_SYS_STAT_H 1
  4448. | #define HAVE_STDLIB_H 1
  4449. | #define HAVE_STRING_H 1
  4450. | #define HAVE_MEMORY_H 1
  4451. | #define HAVE_STRINGS_H 1
  4452. | #define HAVE_INTTYPES_H 1
  4453. | #define HAVE_STDINT_H 1
  4454. | #define HAVE_UNISTD_H 1
  4455. | #define __EXTENSIONS__ 1
  4456. | #define _ALL_SOURCE 1
  4457. | #define _GNU_SOURCE 1
  4458. | #define _POSIX_PTHREAD_SEMANTICS 1
  4459. | #define _TANDEM_SOURCE 1
  4460. | #define _FORTIFY_SOURCE 2
  4461. | #define _FILE_OFFSET_BITS 64
  4462. | #define _THREAD_SAFE /**/
  4463. | #define __LIBVLC__ /**/
  4464. | #define WIN32_LEAN_AND_MEAN /**/
  4465. | #define restrict __restrict
  4466. | #define HAVE_DLFCN_H 1
  4467. | #define LT_OBJDIR ".libs/"
  4468. | #define ENABLE_NLS 1
  4469. | #define HAVE_GETTEXT 1
  4470. | #define HAVE_DCGETTEXT 1
  4471. | #define HAVE_ICONV 1
  4472. | #define ICONV_CONST
  4473. | #define VLC_WINSTORE_APP 0
  4474. | #define LIBEXT ".so"
  4475. | #define HAVE_DECL_NANOSLEEP 1
  4476. | #define HAVE_DAEMON 1
  4477. | #define HAVE_FCNTL 1
  4478. | #define HAVE_FSTATVFS 1
  4479. | #define HAVE_FORK 1
  4480. | #define HAVE_GETENV 1
  4481. | #define HAVE_GETPWUID_R 1
  4482. | #define HAVE_ISATTY 1
  4483. | #define HAVE_LSTAT 1
  4484. | #define HAVE_MEMALIGN 1
  4485. | #define HAVE_MMAP 1
  4486. | #define HAVE_OPENAT 1
  4487. | #define HAVE_PREAD 1
  4488. | #define HAVE_POSIX_FADVISE 1
  4489. | #define HAVE_POSIX_MADVISE 1
  4490. | #define HAVE_SETLOCALE 1
  4491. | #define HAVE_STRPTIME 1
  4492. | #define HAVE_USELOCALE 1
  4493. | #define HAVE_ATOF 1
  4494. | #define HAVE_ATOLL 1
  4495. | #define HAVE_DIRFD 1
  4496. | #define HAVE_FDOPENDIR 1
  4497. | #define HAVE_FLOCKFILE 1
  4498. | #define HAVE_FSYNC 1
  4499. | #define HAVE_GETDELIM 1
  4500. | #define HAVE_GETPID 1
  4501. | #define HAVE_GMTIME_R 1
  4502. | #define HAVE_LLDIV 1
  4503. | #define HAVE_LOCALTIME_R 1
  4504. | #define HAVE_NRAND48 1
  4505. | #define HAVE_POLL 1
  4506. | #define HAVE_POSIX_MEMALIGN 1
  4507. | #define HAVE_REWIND 1
  4508. | #define HAVE_SETENV 1
  4509. | #define HAVE_STRCASECMP 1
  4510. | #define HAVE_STRCASESTR 1
  4511. | #define HAVE_STRDUP 1
  4512. | #define HAVE_STRNDUP 1
  4513. | #define HAVE_STRNLEN 1
  4514. | #define HAVE_STRSEP 1
  4515. | #define HAVE_STRTOF 1
  4516. | #define HAVE_STRTOK_R 1
  4517. | #define HAVE_STRTOLL 1
  4518. | #define HAVE_SWAB 1
  4519. | #define HAVE_TDESTROY 1
  4520. | #define HAVE_STRVERSCMP 1
  4521. | #define HAVE_FDATASYNC 1
  4522. | #define HAVE_ASPRINTF 1
  4523. | #define HAVE_VASPRINTF 1
  4524. | #define HAVE_STATIC_ASSERT 1
  4525. | #define HAVE_STRCOLL 1
  4526. | #define HAVE_ACCEPT4 1
  4527. | #define HAVE_PIPE2 1
  4528. | #define HAVE_EVENTFD 1
  4529. | #define HAVE_VMSPLICE 1
  4530. | #define HAVE_SCHED_GETAFFINITY 1
  4531. | #define HAVE_STRUCT_POLLFD 1
  4532. | #define HAVE_INET_PTON 1
  4533. | #define HAVE_IF_NAMEINDEX 1
  4534. | #define HAVE_IF_NAMETOINDEX 1
  4535. | #define HAVE_LRINTF 1
  4536. | #define HAVE_ARPA_INET_H 1
  4537. | #define HAVE_PTHREAD_H 1
  4538. | #define HAVE_SEARCH_H 1
  4539. | #define HAVE_SYSLOG_H 1
  4540. | #define HAVE_SYS_SHM_H 1
  4541. | #define HAVE_SYS_SOCKET_H 1
  4542. | #define HAVE_NET_IF_H 1
  4543. | #define HAVE_SYS_PARAM_H 1
  4544. | #define HAVE_SYS_MOUNT_H 1
  4545. | #define HAVE_GETOPT_H 1
  4546. | #define HAVE_LINUX_DCCP_H 1
  4547. | #define HAVE_LINUX_MAGIC_H 1
  4548. | #define HAVE_MNTENT_H 1
  4549. | #define HAVE_SYS_EVENTFD_H 1
  4550. | #define HAVE_XLOCALE_H 1
  4551. | #define HAVE_ZLIB_H 1
  4552. | #define HAVE_IDN 1
  4553. | #define NDEBUG 1
  4554. | #define ATTRIBUTE_ALIGNED_MAX 64
  4555. | #define HAVE_ATTRIBUTE_PACKED 1
  4556. | #define HAVE_EXECINFO_H 1
  4557. | #define HAVE_BACKTRACE 1
  4558. | #define HAVE_MMX_INTRINSICS 1
  4559. | #define CAN_COMPILE_MMX 1
  4560. | #define CAN_COMPILE_MMXEXT 1
  4561. | #define HAVE_SSE2_INTRINSICS 1
  4562. | #define CAN_COMPILE_SSE 1
  4563. | #define CAN_COMPILE_SSE2 1
  4564. | #define CAN_COMPILE_SSE3 1
  4565. | #define CAN_COMPILE_SSSE3 1
  4566. | #define CAN_COMPILE_SSE4_1 1
  4567. | #define CAN_COMPILE_SSE4_2 1
  4568. | #define CAN_COMPILE_SSE4A 1
  4569. | #define CAN_COMPILE_3DNOW 1
  4570. | #define ENABLE_SOUT 1
  4571. | #define HAVE_LUA_H 1
  4572. | #define HAVE_LAUXLIB_H 1
  4573. | #define HAVE_LUALIB_H 1
  4574. | #define ENABLE_HTTPD 1
  4575. | #define ENABLE_VLM 1
  4576. | #define ENABLE_ADDONMANAGERMODULES 1
  4577. | /* end confdefs.h. */
  4578. |
  4579. | #include <liveMedia_version.hh>
  4580. | #if !defined (LIVEMEDIA_LIBRARY_VERSION_INT) || (LIVEMEDIA_LIBRARY_VERSION_INT < 1324598400)
  4581. | # error BOOM
  4582. | #endif
  4583. | int
  4584. | main ()
  4585. | {
  4586. |
  4587. | ;
  4588. | return 0;
  4589. | }
  4590. |
  4591. configure:29554: result: no
  4592. configure:29561: WARNING: live555 is missing or its installed version is too old:
  4593. Version 2011.12.23 or later is required to proceed.
  4594. You can get an updated one from http://www.live555.com/liveMedia .
  4595. configure:30104: checking for DC1394
  4596. configure:30111: $PKG_CONFIG --exists --print-errors "libdc1394-2 >= 2.1.0"
  4597. Package libdc1394-2 was not found in the pkg-config search path.
  4598. Perhaps you should add the directory containing `libdc1394-2.pc'
  4599. to the PKG_CONFIG_PATH environment variable
  4600. No package 'libdc1394-2' found
  4601. configure:30114: $? = 1
  4602. configure:30128: $PKG_CONFIG --exists --print-errors "libdc1394-2 >= 2.1.0"
  4603. Package libdc1394-2 was not found in the pkg-config search path.
  4604. Perhaps you should add the directory containing `libdc1394-2.pc'
  4605. to the PKG_CONFIG_PATH environment variable
  4606. No package 'libdc1394-2' found
  4607. configure:30131: $? = 1
  4608. configure:30145: result: no
  4609. No package 'libdc1394-2' found
  4610. configure:30165: WARNING: Library libdc1394-2 >= 2.1.0 needed for dc1394 was not found
  4611. configure:30348: checking for DV1394
  4612. configure:30355: $PKG_CONFIG --exists --print-errors "libraw1394 >= 2.0.1 libavc1394 >= 0.5.3"
  4613. Package libavc1394 was not found in the pkg-config search path.
  4614. Perhaps you should add the directory containing `libavc1394.pc'
  4615. to the PKG_CONFIG_PATH environment variable
  4616. No package 'libavc1394' found
  4617. configure:30358: $? = 1
  4618. configure:30372: $PKG_CONFIG --exists --print-errors "libraw1394 >= 2.0.1 libavc1394 >= 0.5.3"
  4619. Package libavc1394 was not found in the pkg-config search path.
  4620. Perhaps you should add the directory containing `libavc1394.pc'
  4621. to the PKG_CONFIG_PATH environment variable
  4622. No package 'libavc1394' found
  4623. configure:30375: $? = 1
  4624. configure:30389: result: no
  4625. No package 'libavc1394' found
  4626. configure:30409: WARNING: Library libraw1394 >= 2.0.1 libavc1394 >= 0.5.3 needed for dv1394 was not found
  4627. configure:30480: checking for LINSYS_SDI
  4628. configure:30487: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.28"
  4629. Package zvbi-0.2 was not found in the pkg-config search path.
  4630. Perhaps you should add the directory containing `zvbi-0.2.pc'
  4631. to the PKG_CONFIG_PATH environment variable
  4632. No package 'zvbi-0.2' found
  4633. configure:30490: $? = 1
  4634. configure:30504: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.28"
  4635. Package zvbi-0.2 was not found in the pkg-config search path.
  4636. Perhaps you should add the directory containing `zvbi-0.2.pc'
  4637. to the PKG_CONFIG_PATH environment variable
  4638. No package 'zvbi-0.2' found
  4639. configure:30507: $? = 1
  4640. configure:30521: result: no
  4641. No package 'zvbi-0.2' found
  4642. configure:30538: WARNING: No package 'zvbi-0.2' found.
  4643. configure:30693: checking for DVDREAD
  4644. configure:30700: $PKG_CONFIG --exists --print-errors "dvdread > 4.9.0"
  4645. Requested 'dvdread > 4.9.0' but version of libdvdread is 4.2.0
  4646. configure:30703: $? = 1
  4647. configure:30717: $PKG_CONFIG --exists --print-errors "dvdread > 4.9.0"
  4648. Requested 'dvdread > 4.9.0' but version of libdvdread is 4.2.0
  4649. configure:30720: $? = 1
  4650. configure:30734: result: no
  4651. Requested 'dvdread > 4.9.0' but version of libdvdread is 4.2.0
  4652. configure:30754: WARNING: Library dvdread > 4.9.0 needed for dvdread was not found
  4653. configure:30938: checking for DVDNAV
  4654. configure:30945: $PKG_CONFIG --exists --print-errors "dvdnav > 4.9.0"
  4655. Package dvdnav was not found in the pkg-config search path.
  4656. Perhaps you should add the directory containing `dvdnav.pc'
  4657. to the PKG_CONFIG_PATH environment variable
  4658. No package 'dvdnav' found
  4659. configure:30948: $? = 1
  4660. configure:30962: $PKG_CONFIG --exists --print-errors "dvdnav > 4.9.0"
  4661. Package dvdnav was not found in the pkg-config search path.
  4662. Perhaps you should add the directory containing `dvdnav.pc'
  4663. to the PKG_CONFIG_PATH environment variable
  4664. No package 'dvdnav' found
  4665. configure:30965: $? = 1
  4666. configure:30979: result: no
  4667. No package 'dvdnav' found
  4668. configure:30999: WARNING: Library dvdnav > 4.9.0 needed for dvdnav was not found
  4669. configure:31183: checking for BLURAY
  4670. configure:31190: $PKG_CONFIG --exists --print-errors "libbluray >= 0.3.0"
  4671. Package libbluray was not found in the pkg-config search path.
  4672. Perhaps you should add the directory containing `libbluray.pc'
  4673. to the PKG_CONFIG_PATH environment variable
  4674. No package 'libbluray' found
  4675. configure:31193: $? = 1
  4676. configure:31207: $PKG_CONFIG --exists --print-errors "libbluray >= 0.3.0"
  4677. Package libbluray was not found in the pkg-config search path.
  4678. Perhaps you should add the directory containing `libbluray.pc'
  4679. to the PKG_CONFIG_PATH environment variable
  4680. No package 'libbluray' found
  4681. configure:31210: $? = 1
  4682. configure:31224: result: no
  4683. No package 'libbluray' found
  4684. configure:31244: WARNING: Library libbluray >= 0.3.0 needed for bluray was not found
  4685. configure:31437: checking for OPENCV
  4686. configure:31444: $PKG_CONFIG --exists --print-errors "opencv > 2.0"
  4687. configure:31447: $? = 0
  4688. configure:31461: $PKG_CONFIG --exists --print-errors "opencv > 2.0"
  4689. configure:31464: $? = 0
  4690. configure:31516: result: yes
  4691. configure:31692: checking for SMBCLIENT
  4692. configure:31699: $PKG_CONFIG --exists --print-errors "smbclient"
  4693. configure:31702: $? = 0
  4694. configure:31716: $PKG_CONFIG --exists --print-errors "smbclient"
  4695. configure:31719: $? = 0
  4696. configure:31771: result: yes
  4697. configure:31945: checking for DSM
  4698. configure:31952: $PKG_CONFIG --exists --print-errors "libdsm"
  4699. Package libdsm was not found in the pkg-config search path.
  4700. Perhaps you should add the directory containing `libdsm.pc'
  4701. to the PKG_CONFIG_PATH environment variable
  4702. No package 'libdsm' found
  4703. configure:31955: $? = 1
  4704. configure:31969: $PKG_CONFIG --exists --print-errors "libdsm"
  4705. Package libdsm was not found in the pkg-config search path.
  4706. Perhaps you should add the directory containing `libdsm.pc'
  4707. to the PKG_CONFIG_PATH environment variable
  4708. No package 'libdsm' found
  4709. configure:31972: $? = 1
  4710. configure:31986: result: no
  4711. No package 'libdsm' found
  4712. configure:32006: WARNING: Library libdsm needed for dsm was not found
  4713. configure:32190: checking for SFTP
  4714. configure:32197: $PKG_CONFIG --exists --print-errors "libssh2"
  4715. Package libssh2 was not found in the pkg-config search path.
  4716. Perhaps you should add the directory containing `libssh2.pc'
  4717. to the PKG_CONFIG_PATH environment variable
  4718. No package 'libssh2' found
  4719. configure:32200: $? = 1
  4720. configure:32214: $PKG_CONFIG --exists --print-errors "libssh2"
  4721. Package libssh2 was not found in the pkg-config search path.
  4722. Perhaps you should add the directory containing `libssh2.pc'
  4723. to the PKG_CONFIG_PATH environment variable
  4724. No package 'libssh2' found
  4725. configure:32217: $? = 1
  4726. configure:32231: result: no
  4727. No package 'libssh2' found
  4728. configure:32251: WARNING: Library libssh2 needed for sftp was not found
  4729. configure:32318: checking linux/videodev2.h usability
  4730. configure:32318: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  4731. configure:32318: $? = 0
  4732. configure:32318: result: yes
  4733. configure:32318: checking linux/videodev2.h presence
  4734. configure:32318: gcc -std=gnu99 -E conftest.c
  4735. In file included from /usr/include/sys/time.h:22:0,
  4736. from /usr/include/linux/videodev2.h:59,
  4737. from conftest.c:143:
  4738. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  4739. configure:32318: $? = 0
  4740. configure:32318: result: yes
  4741. configure:32318: checking for linux/videodev2.h
  4742. configure:32318: result: yes
  4743. configure:32318: checking sys/videoio.h usability
  4744. configure:32318: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  4745. conftest.c:177:25: fatal error: sys/videoio.h: No such file or directory
  4746. compilation terminated.
  4747. configure:32318: $? = 1
  4748. configure: failed program was:
  4749. | /* confdefs.h */
  4750. | #define PACKAGE_NAME "vlc"
  4751. | #define PACKAGE_TARNAME "vlc"
  4752. | #define PACKAGE_VERSION "3.0.0-git"
  4753. | #define PACKAGE_STRING "vlc 3.0.0-git"
  4754. | #define PACKAGE_BUGREPORT ""
  4755. | #define PACKAGE_URL ""
  4756. | #define PACKAGE "vlc"
  4757. | #define VERSION "3.0.0-git"
  4758. | #define STDC_HEADERS 1
  4759. | #define HAVE_SYS_TYPES_H 1
  4760. | #define HAVE_SYS_STAT_H 1
  4761. | #define HAVE_STDLIB_H 1
  4762. | #define HAVE_STRING_H 1
  4763. | #define HAVE_MEMORY_H 1
  4764. | #define HAVE_STRINGS_H 1
  4765. | #define HAVE_INTTYPES_H 1
  4766. | #define HAVE_STDINT_H 1
  4767. | #define HAVE_UNISTD_H 1
  4768. | #define __EXTENSIONS__ 1
  4769. | #define _ALL_SOURCE 1
  4770. | #define _GNU_SOURCE 1
  4771. | #define _POSIX_PTHREAD_SEMANTICS 1
  4772. | #define _TANDEM_SOURCE 1
  4773. | #define _FORTIFY_SOURCE 2
  4774. | #define _FILE_OFFSET_BITS 64
  4775. | #define _THREAD_SAFE /**/
  4776. | #define __LIBVLC__ /**/
  4777. | #define WIN32_LEAN_AND_MEAN /**/
  4778. | #define restrict __restrict
  4779. | #define HAVE_DLFCN_H 1
  4780. | #define LT_OBJDIR ".libs/"
  4781. | #define ENABLE_NLS 1
  4782. | #define HAVE_GETTEXT 1
  4783. | #define HAVE_DCGETTEXT 1
  4784. | #define HAVE_ICONV 1
  4785. | #define ICONV_CONST
  4786. | #define VLC_WINSTORE_APP 0
  4787. | #define LIBEXT ".so"
  4788. | #define HAVE_DECL_NANOSLEEP 1
  4789. | #define HAVE_DAEMON 1
  4790. | #define HAVE_FCNTL 1
  4791. | #define HAVE_FSTATVFS 1
  4792. | #define HAVE_FORK 1
  4793. | #define HAVE_GETENV 1
  4794. | #define HAVE_GETPWUID_R 1
  4795. | #define HAVE_ISATTY 1
  4796. | #define HAVE_LSTAT 1
  4797. | #define HAVE_MEMALIGN 1
  4798. | #define HAVE_MMAP 1
  4799. | #define HAVE_OPENAT 1
  4800. | #define HAVE_PREAD 1
  4801. | #define HAVE_POSIX_FADVISE 1
  4802. | #define HAVE_POSIX_MADVISE 1
  4803. | #define HAVE_SETLOCALE 1
  4804. | #define HAVE_STRPTIME 1
  4805. | #define HAVE_USELOCALE 1
  4806. | #define HAVE_ATOF 1
  4807. | #define HAVE_ATOLL 1
  4808. | #define HAVE_DIRFD 1
  4809. | #define HAVE_FDOPENDIR 1
  4810. | #define HAVE_FLOCKFILE 1
  4811. | #define HAVE_FSYNC 1
  4812. | #define HAVE_GETDELIM 1
  4813. | #define HAVE_GETPID 1
  4814. | #define HAVE_GMTIME_R 1
  4815. | #define HAVE_LLDIV 1
  4816. | #define HAVE_LOCALTIME_R 1
  4817. | #define HAVE_NRAND48 1
  4818. | #define HAVE_POLL 1
  4819. | #define HAVE_POSIX_MEMALIGN 1
  4820. | #define HAVE_REWIND 1
  4821. | #define HAVE_SETENV 1
  4822. | #define HAVE_STRCASECMP 1
  4823. | #define HAVE_STRCASESTR 1
  4824. | #define HAVE_STRDUP 1
  4825. | #define HAVE_STRNDUP 1
  4826. | #define HAVE_STRNLEN 1
  4827. | #define HAVE_STRSEP 1
  4828. | #define HAVE_STRTOF 1
  4829. | #define HAVE_STRTOK_R 1
  4830. | #define HAVE_STRTOLL 1
  4831. | #define HAVE_SWAB 1
  4832. | #define HAVE_TDESTROY 1
  4833. | #define HAVE_STRVERSCMP 1
  4834. | #define HAVE_FDATASYNC 1
  4835. | #define HAVE_ASPRINTF 1
  4836. | #define HAVE_VASPRINTF 1
  4837. | #define HAVE_STATIC_ASSERT 1
  4838. | #define HAVE_STRCOLL 1
  4839. | #define HAVE_ACCEPT4 1
  4840. | #define HAVE_PIPE2 1
  4841. | #define HAVE_EVENTFD 1
  4842. | #define HAVE_VMSPLICE 1
  4843. | #define HAVE_SCHED_GETAFFINITY 1
  4844. | #define HAVE_STRUCT_POLLFD 1
  4845. | #define HAVE_INET_PTON 1
  4846. | #define HAVE_IF_NAMEINDEX 1
  4847. | #define HAVE_IF_NAMETOINDEX 1
  4848. | #define HAVE_LRINTF 1
  4849. | #define HAVE_ARPA_INET_H 1
  4850. | #define HAVE_PTHREAD_H 1
  4851. | #define HAVE_SEARCH_H 1
  4852. | #define HAVE_SYSLOG_H 1
  4853. | #define HAVE_SYS_SHM_H 1
  4854. | #define HAVE_SYS_SOCKET_H 1
  4855. | #define HAVE_NET_IF_H 1
  4856. | #define HAVE_SYS_PARAM_H 1
  4857. | #define HAVE_SYS_MOUNT_H 1
  4858. | #define HAVE_GETOPT_H 1
  4859. | #define HAVE_LINUX_DCCP_H 1
  4860. | #define HAVE_LINUX_MAGIC_H 1
  4861. | #define HAVE_MNTENT_H 1
  4862. | #define HAVE_SYS_EVENTFD_H 1
  4863. | #define HAVE_XLOCALE_H 1
  4864. | #define HAVE_ZLIB_H 1
  4865. | #define HAVE_IDN 1
  4866. | #define NDEBUG 1
  4867. | #define ATTRIBUTE_ALIGNED_MAX 64
  4868. | #define HAVE_ATTRIBUTE_PACKED 1
  4869. | #define HAVE_EXECINFO_H 1
  4870. | #define HAVE_BACKTRACE 1
  4871. | #define HAVE_MMX_INTRINSICS 1
  4872. | #define CAN_COMPILE_MMX 1
  4873. | #define CAN_COMPILE_MMXEXT 1
  4874. | #define HAVE_SSE2_INTRINSICS 1
  4875. | #define CAN_COMPILE_SSE 1
  4876. | #define CAN_COMPILE_SSE2 1
  4877. | #define CAN_COMPILE_SSE3 1
  4878. | #define CAN_COMPILE_SSSE3 1
  4879. | #define CAN_COMPILE_SSE4_1 1
  4880. | #define CAN_COMPILE_SSE4_2 1
  4881. | #define CAN_COMPILE_SSE4A 1
  4882. | #define CAN_COMPILE_3DNOW 1
  4883. | #define ENABLE_SOUT 1
  4884. | #define HAVE_LUA_H 1
  4885. | #define HAVE_LAUXLIB_H 1
  4886. | #define HAVE_LUALIB_H 1
  4887. | #define ENABLE_HTTPD 1
  4888. | #define ENABLE_VLM 1
  4889. | #define ENABLE_ADDONMANAGERMODULES 1
  4890. | #define HAVE_LINUX_VIDEODEV2_H 1
  4891. | /* end confdefs.h. */
  4892. | #include <stdio.h>
  4893. | #ifdef HAVE_SYS_TYPES_H
  4894. | # include <sys/types.h>
  4895. | #endif
  4896. | #ifdef HAVE_SYS_STAT_H
  4897. | # include <sys/stat.h>
  4898. | #endif
  4899. | #ifdef STDC_HEADERS
  4900. | # include <stdlib.h>
  4901. | # include <stddef.h>
  4902. | #else
  4903. | # ifdef HAVE_STDLIB_H
  4904. | # include <stdlib.h>
  4905. | # endif
  4906. | #endif
  4907. | #ifdef HAVE_STRING_H
  4908. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4909. | # include <memory.h>
  4910. | # endif
  4911. | # include <string.h>
  4912. | #endif
  4913. | #ifdef HAVE_STRINGS_H
  4914. | # include <strings.h>
  4915. | #endif
  4916. | #ifdef HAVE_INTTYPES_H
  4917. | # include <inttypes.h>
  4918. | #endif
  4919. | #ifdef HAVE_STDINT_H
  4920. | # include <stdint.h>
  4921. | #endif
  4922. | #ifdef HAVE_UNISTD_H
  4923. | # include <unistd.h>
  4924. | #endif
  4925. | #include <sys/videoio.h>
  4926. configure:32318: result: no
  4927. configure:32318: checking sys/videoio.h presence
  4928. configure:32318: gcc -std=gnu99 -E conftest.c
  4929. conftest.c:144:25: fatal error: sys/videoio.h: No such file or directory
  4930. compilation terminated.
  4931. configure:32318: $? = 1
  4932. configure: failed program was:
  4933. | /* confdefs.h */
  4934. | #define PACKAGE_NAME "vlc"
  4935. | #define PACKAGE_TARNAME "vlc"
  4936. | #define PACKAGE_VERSION "3.0.0-git"
  4937. | #define PACKAGE_STRING "vlc 3.0.0-git"
  4938. | #define PACKAGE_BUGREPORT ""
  4939. | #define PACKAGE_URL ""
  4940. | #define PACKAGE "vlc"
  4941. | #define VERSION "3.0.0-git"
  4942. | #define STDC_HEADERS 1
  4943. | #define HAVE_SYS_TYPES_H 1
  4944. | #define HAVE_SYS_STAT_H 1
  4945. | #define HAVE_STDLIB_H 1
  4946. | #define HAVE_STRING_H 1
  4947. | #define HAVE_MEMORY_H 1
  4948. | #define HAVE_STRINGS_H 1
  4949. | #define HAVE_INTTYPES_H 1
  4950. | #define HAVE_STDINT_H 1
  4951. | #define HAVE_UNISTD_H 1
  4952. | #define __EXTENSIONS__ 1
  4953. | #define _ALL_SOURCE 1
  4954. | #define _GNU_SOURCE 1
  4955. | #define _POSIX_PTHREAD_SEMANTICS 1
  4956. | #define _TANDEM_SOURCE 1
  4957. | #define _FORTIFY_SOURCE 2
  4958. | #define _FILE_OFFSET_BITS 64
  4959. | #define _THREAD_SAFE /**/
  4960. | #define __LIBVLC__ /**/
  4961. | #define WIN32_LEAN_AND_MEAN /**/
  4962. | #define restrict __restrict
  4963. | #define HAVE_DLFCN_H 1
  4964. | #define LT_OBJDIR ".libs/"
  4965. | #define ENABLE_NLS 1
  4966. | #define HAVE_GETTEXT 1
  4967. | #define HAVE_DCGETTEXT 1
  4968. | #define HAVE_ICONV 1
  4969. | #define ICONV_CONST
  4970. | #define VLC_WINSTORE_APP 0
  4971. | #define LIBEXT ".so"
  4972. | #define HAVE_DECL_NANOSLEEP 1
  4973. | #define HAVE_DAEMON 1
  4974. | #define HAVE_FCNTL 1
  4975. | #define HAVE_FSTATVFS 1
  4976. | #define HAVE_FORK 1
  4977. | #define HAVE_GETENV 1
  4978. | #define HAVE_GETPWUID_R 1
  4979. | #define HAVE_ISATTY 1
  4980. | #define HAVE_LSTAT 1
  4981. | #define HAVE_MEMALIGN 1
  4982. | #define HAVE_MMAP 1
  4983. | #define HAVE_OPENAT 1
  4984. | #define HAVE_PREAD 1
  4985. | #define HAVE_POSIX_FADVISE 1
  4986. | #define HAVE_POSIX_MADVISE 1
  4987. | #define HAVE_SETLOCALE 1
  4988. | #define HAVE_STRPTIME 1
  4989. | #define HAVE_USELOCALE 1
  4990. | #define HAVE_ATOF 1
  4991. | #define HAVE_ATOLL 1
  4992. | #define HAVE_DIRFD 1
  4993. | #define HAVE_FDOPENDIR 1
  4994. | #define HAVE_FLOCKFILE 1
  4995. | #define HAVE_FSYNC 1
  4996. | #define HAVE_GETDELIM 1
  4997. | #define HAVE_GETPID 1
  4998. | #define HAVE_GMTIME_R 1
  4999. | #define HAVE_LLDIV 1
  5000. | #define HAVE_LOCALTIME_R 1
  5001. | #define HAVE_NRAND48 1
  5002. | #define HAVE_POLL 1
  5003. | #define HAVE_POSIX_MEMALIGN 1
  5004. | #define HAVE_REWIND 1
  5005. | #define HAVE_SETENV 1
  5006. | #define HAVE_STRCASECMP 1
  5007. | #define HAVE_STRCASESTR 1
  5008. | #define HAVE_STRDUP 1
  5009. | #define HAVE_STRNDUP 1
  5010. | #define HAVE_STRNLEN 1
  5011. | #define HAVE_STRSEP 1
  5012. | #define HAVE_STRTOF 1
  5013. | #define HAVE_STRTOK_R 1
  5014. | #define HAVE_STRTOLL 1
  5015. | #define HAVE_SWAB 1
  5016. | #define HAVE_TDESTROY 1
  5017. | #define HAVE_STRVERSCMP 1
  5018. | #define HAVE_FDATASYNC 1
  5019. | #define HAVE_ASPRINTF 1
  5020. | #define HAVE_VASPRINTF 1
  5021. | #define HAVE_STATIC_ASSERT 1
  5022. | #define HAVE_STRCOLL 1
  5023. | #define HAVE_ACCEPT4 1
  5024. | #define HAVE_PIPE2 1
  5025. | #define HAVE_EVENTFD 1
  5026. | #define HAVE_VMSPLICE 1
  5027. | #define HAVE_SCHED_GETAFFINITY 1
  5028. | #define HAVE_STRUCT_POLLFD 1
  5029. | #define HAVE_INET_PTON 1
  5030. | #define HAVE_IF_NAMEINDEX 1
  5031. | #define HAVE_IF_NAMETOINDEX 1
  5032. | #define HAVE_LRINTF 1
  5033. | #define HAVE_ARPA_INET_H 1
  5034. | #define HAVE_PTHREAD_H 1
  5035. | #define HAVE_SEARCH_H 1
  5036. | #define HAVE_SYSLOG_H 1
  5037. | #define HAVE_SYS_SHM_H 1
  5038. | #define HAVE_SYS_SOCKET_H 1
  5039. | #define HAVE_NET_IF_H 1
  5040. | #define HAVE_SYS_PARAM_H 1
  5041. | #define HAVE_SYS_MOUNT_H 1
  5042. | #define HAVE_GETOPT_H 1
  5043. | #define HAVE_LINUX_DCCP_H 1
  5044. | #define HAVE_LINUX_MAGIC_H 1
  5045. | #define HAVE_MNTENT_H 1
  5046. | #define HAVE_SYS_EVENTFD_H 1
  5047. | #define HAVE_XLOCALE_H 1
  5048. | #define HAVE_ZLIB_H 1
  5049. | #define HAVE_IDN 1
  5050. | #define NDEBUG 1
  5051. | #define ATTRIBUTE_ALIGNED_MAX 64
  5052. | #define HAVE_ATTRIBUTE_PACKED 1
  5053. | #define HAVE_EXECINFO_H 1
  5054. | #define HAVE_BACKTRACE 1
  5055. | #define HAVE_MMX_INTRINSICS 1
  5056. | #define CAN_COMPILE_MMX 1
  5057. | #define CAN_COMPILE_MMXEXT 1
  5058. | #define HAVE_SSE2_INTRINSICS 1
  5059. | #define CAN_COMPILE_SSE 1
  5060. | #define CAN_COMPILE_SSE2 1
  5061. | #define CAN_COMPILE_SSE3 1
  5062. | #define CAN_COMPILE_SSSE3 1
  5063. | #define CAN_COMPILE_SSE4_1 1
  5064. | #define CAN_COMPILE_SSE4_2 1
  5065. | #define CAN_COMPILE_SSE4A 1
  5066. | #define CAN_COMPILE_3DNOW 1
  5067. | #define ENABLE_SOUT 1
  5068. | #define HAVE_LUA_H 1
  5069. | #define HAVE_LAUXLIB_H 1
  5070. | #define HAVE_LUALIB_H 1
  5071. | #define ENABLE_HTTPD 1
  5072. | #define ENABLE_VLM 1
  5073. | #define ENABLE_ADDONMANAGERMODULES 1
  5074. | #define HAVE_LINUX_VIDEODEV2_H 1
  5075. | /* end confdefs.h. */
  5076. | #include <sys/videoio.h>
  5077. configure:32318: result: no
  5078. configure:32318: checking for sys/videoio.h
  5079. configure:32318: result: no
  5080. configure:32384: checking DeckLinkAPIDispatch.cpp usability
  5081. configure:32384: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp >&5
  5082. conftest.cpp:177:35: fatal error: DeckLinkAPIDispatch.cpp: No such file or directory
  5083. compilation terminated.
  5084. configure:32384: $? = 1
  5085. configure: failed program was:
  5086. | /* confdefs.h */
  5087. | #define PACKAGE_NAME "vlc"
  5088. | #define PACKAGE_TARNAME "vlc"
  5089. | #define PACKAGE_VERSION "3.0.0-git"
  5090. | #define PACKAGE_STRING "vlc 3.0.0-git"
  5091. | #define PACKAGE_BUGREPORT ""
  5092. | #define PACKAGE_URL ""
  5093. | #define PACKAGE "vlc"
  5094. | #define VERSION "3.0.0-git"
  5095. | #define STDC_HEADERS 1
  5096. | #define HAVE_SYS_TYPES_H 1
  5097. | #define HAVE_SYS_STAT_H 1
  5098. | #define HAVE_STDLIB_H 1
  5099. | #define HAVE_STRING_H 1
  5100. | #define HAVE_MEMORY_H 1
  5101. | #define HAVE_STRINGS_H 1
  5102. | #define HAVE_INTTYPES_H 1
  5103. | #define HAVE_STDINT_H 1
  5104. | #define HAVE_UNISTD_H 1
  5105. | #define __EXTENSIONS__ 1
  5106. | #define _ALL_SOURCE 1
  5107. | #define _GNU_SOURCE 1
  5108. | #define _POSIX_PTHREAD_SEMANTICS 1
  5109. | #define _TANDEM_SOURCE 1
  5110. | #define _FORTIFY_SOURCE 2
  5111. | #define _FILE_OFFSET_BITS 64
  5112. | #define _THREAD_SAFE /**/
  5113. | #define __LIBVLC__ /**/
  5114. | #define WIN32_LEAN_AND_MEAN /**/
  5115. | #define restrict __restrict
  5116. | #define HAVE_DLFCN_H 1
  5117. | #define LT_OBJDIR ".libs/"
  5118. | #define ENABLE_NLS 1
  5119. | #define HAVE_GETTEXT 1
  5120. | #define HAVE_DCGETTEXT 1
  5121. | #define HAVE_ICONV 1
  5122. | #define ICONV_CONST
  5123. | #define VLC_WINSTORE_APP 0
  5124. | #define LIBEXT ".so"
  5125. | #define HAVE_DECL_NANOSLEEP 1
  5126. | #define HAVE_DAEMON 1
  5127. | #define HAVE_FCNTL 1
  5128. | #define HAVE_FSTATVFS 1
  5129. | #define HAVE_FORK 1
  5130. | #define HAVE_GETENV 1
  5131. | #define HAVE_GETPWUID_R 1
  5132. | #define HAVE_ISATTY 1
  5133. | #define HAVE_LSTAT 1
  5134. | #define HAVE_MEMALIGN 1
  5135. | #define HAVE_MMAP 1
  5136. | #define HAVE_OPENAT 1
  5137. | #define HAVE_PREAD 1
  5138. | #define HAVE_POSIX_FADVISE 1
  5139. | #define HAVE_POSIX_MADVISE 1
  5140. | #define HAVE_SETLOCALE 1
  5141. | #define HAVE_STRPTIME 1
  5142. | #define HAVE_USELOCALE 1
  5143. | #define HAVE_ATOF 1
  5144. | #define HAVE_ATOLL 1
  5145. | #define HAVE_DIRFD 1
  5146. | #define HAVE_FDOPENDIR 1
  5147. | #define HAVE_FLOCKFILE 1
  5148. | #define HAVE_FSYNC 1
  5149. | #define HAVE_GETDELIM 1
  5150. | #define HAVE_GETPID 1
  5151. | #define HAVE_GMTIME_R 1
  5152. | #define HAVE_LLDIV 1
  5153. | #define HAVE_LOCALTIME_R 1
  5154. | #define HAVE_NRAND48 1
  5155. | #define HAVE_POLL 1
  5156. | #define HAVE_POSIX_MEMALIGN 1
  5157. | #define HAVE_REWIND 1
  5158. | #define HAVE_SETENV 1
  5159. | #define HAVE_STRCASECMP 1
  5160. | #define HAVE_STRCASESTR 1
  5161. | #define HAVE_STRDUP 1
  5162. | #define HAVE_STRNDUP 1
  5163. | #define HAVE_STRNLEN 1
  5164. | #define HAVE_STRSEP 1
  5165. | #define HAVE_STRTOF 1
  5166. | #define HAVE_STRTOK_R 1
  5167. | #define HAVE_STRTOLL 1
  5168. | #define HAVE_SWAB 1
  5169. | #define HAVE_TDESTROY 1
  5170. | #define HAVE_STRVERSCMP 1
  5171. | #define HAVE_FDATASYNC 1
  5172. | #define HAVE_ASPRINTF 1
  5173. | #define HAVE_VASPRINTF 1
  5174. | #define HAVE_STATIC_ASSERT 1
  5175. | #define HAVE_STRCOLL 1
  5176. | #define HAVE_ACCEPT4 1
  5177. | #define HAVE_PIPE2 1
  5178. | #define HAVE_EVENTFD 1
  5179. | #define HAVE_VMSPLICE 1
  5180. | #define HAVE_SCHED_GETAFFINITY 1
  5181. | #define HAVE_STRUCT_POLLFD 1
  5182. | #define HAVE_INET_PTON 1
  5183. | #define HAVE_IF_NAMEINDEX 1
  5184. | #define HAVE_IF_NAMETOINDEX 1
  5185. | #define HAVE_LRINTF 1
  5186. | #define HAVE_ARPA_INET_H 1
  5187. | #define HAVE_PTHREAD_H 1
  5188. | #define HAVE_SEARCH_H 1
  5189. | #define HAVE_SYSLOG_H 1
  5190. | #define HAVE_SYS_SHM_H 1
  5191. | #define HAVE_SYS_SOCKET_H 1
  5192. | #define HAVE_NET_IF_H 1
  5193. | #define HAVE_SYS_PARAM_H 1
  5194. | #define HAVE_SYS_MOUNT_H 1
  5195. | #define HAVE_GETOPT_H 1
  5196. | #define HAVE_LINUX_DCCP_H 1
  5197. | #define HAVE_LINUX_MAGIC_H 1
  5198. | #define HAVE_MNTENT_H 1
  5199. | #define HAVE_SYS_EVENTFD_H 1
  5200. | #define HAVE_XLOCALE_H 1
  5201. | #define HAVE_ZLIB_H 1
  5202. | #define HAVE_IDN 1
  5203. | #define NDEBUG 1
  5204. | #define ATTRIBUTE_ALIGNED_MAX 64
  5205. | #define HAVE_ATTRIBUTE_PACKED 1
  5206. | #define HAVE_EXECINFO_H 1
  5207. | #define HAVE_BACKTRACE 1
  5208. | #define HAVE_MMX_INTRINSICS 1
  5209. | #define CAN_COMPILE_MMX 1
  5210. | #define CAN_COMPILE_MMXEXT 1
  5211. | #define HAVE_SSE2_INTRINSICS 1
  5212. | #define CAN_COMPILE_SSE 1
  5213. | #define CAN_COMPILE_SSE2 1
  5214. | #define CAN_COMPILE_SSE3 1
  5215. | #define CAN_COMPILE_SSSE3 1
  5216. | #define CAN_COMPILE_SSE4_1 1
  5217. | #define CAN_COMPILE_SSE4_2 1
  5218. | #define CAN_COMPILE_SSE4A 1
  5219. | #define CAN_COMPILE_3DNOW 1
  5220. | #define ENABLE_SOUT 1
  5221. | #define HAVE_LUA_H 1
  5222. | #define HAVE_LAUXLIB_H 1
  5223. | #define HAVE_LUALIB_H 1
  5224. | #define ENABLE_HTTPD 1
  5225. | #define ENABLE_VLM 1
  5226. | #define ENABLE_ADDONMANAGERMODULES 1
  5227. | #define HAVE_LINUX_VIDEODEV2_H 1
  5228. | /* end confdefs.h. */
  5229. | #include <stdio.h>
  5230. | #ifdef HAVE_SYS_TYPES_H
  5231. | # include <sys/types.h>
  5232. | #endif
  5233. | #ifdef HAVE_SYS_STAT_H
  5234. | # include <sys/stat.h>
  5235. | #endif
  5236. | #ifdef STDC_HEADERS
  5237. | # include <stdlib.h>
  5238. | # include <stddef.h>
  5239. | #else
  5240. | # ifdef HAVE_STDLIB_H
  5241. | # include <stdlib.h>
  5242. | # endif
  5243. | #endif
  5244. | #ifdef HAVE_STRING_H
  5245. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5246. | # include <memory.h>
  5247. | # endif
  5248. | # include <string.h>
  5249. | #endif
  5250. | #ifdef HAVE_STRINGS_H
  5251. | # include <strings.h>
  5252. | #endif
  5253. | #ifdef HAVE_INTTYPES_H
  5254. | # include <inttypes.h>
  5255. | #endif
  5256. | #ifdef HAVE_STDINT_H
  5257. | # include <stdint.h>
  5258. | #endif
  5259. | #ifdef HAVE_UNISTD_H
  5260. | # include <unistd.h>
  5261. | #endif
  5262. | #include <DeckLinkAPIDispatch.cpp>
  5263. configure:32384: result: no
  5264. configure:32384: checking DeckLinkAPIDispatch.cpp presence
  5265. configure:32384: g++ -E conftest.cpp
  5266. conftest.cpp:144:35: fatal error: DeckLinkAPIDispatch.cpp: No such file or directory
  5267. compilation terminated.
  5268. configure:32384: $? = 1
  5269. configure: failed program was:
  5270. | /* confdefs.h */
  5271. | #define PACKAGE_NAME "vlc"
  5272. | #define PACKAGE_TARNAME "vlc"
  5273. | #define PACKAGE_VERSION "3.0.0-git"
  5274. | #define PACKAGE_STRING "vlc 3.0.0-git"
  5275. | #define PACKAGE_BUGREPORT ""
  5276. | #define PACKAGE_URL ""
  5277. | #define PACKAGE "vlc"
  5278. | #define VERSION "3.0.0-git"
  5279. | #define STDC_HEADERS 1
  5280. | #define HAVE_SYS_TYPES_H 1
  5281. | #define HAVE_SYS_STAT_H 1
  5282. | #define HAVE_STDLIB_H 1
  5283. | #define HAVE_STRING_H 1
  5284. | #define HAVE_MEMORY_H 1
  5285. | #define HAVE_STRINGS_H 1
  5286. | #define HAVE_INTTYPES_H 1
  5287. | #define HAVE_STDINT_H 1
  5288. | #define HAVE_UNISTD_H 1
  5289. | #define __EXTENSIONS__ 1
  5290. | #define _ALL_SOURCE 1
  5291. | #define _GNU_SOURCE 1
  5292. | #define _POSIX_PTHREAD_SEMANTICS 1
  5293. | #define _TANDEM_SOURCE 1
  5294. | #define _FORTIFY_SOURCE 2
  5295. | #define _FILE_OFFSET_BITS 64
  5296. | #define _THREAD_SAFE /**/
  5297. | #define __LIBVLC__ /**/
  5298. | #define WIN32_LEAN_AND_MEAN /**/
  5299. | #define restrict __restrict
  5300. | #define HAVE_DLFCN_H 1
  5301. | #define LT_OBJDIR ".libs/"
  5302. | #define ENABLE_NLS 1
  5303. | #define HAVE_GETTEXT 1
  5304. | #define HAVE_DCGETTEXT 1
  5305. | #define HAVE_ICONV 1
  5306. | #define ICONV_CONST
  5307. | #define VLC_WINSTORE_APP 0
  5308. | #define LIBEXT ".so"
  5309. | #define HAVE_DECL_NANOSLEEP 1
  5310. | #define HAVE_DAEMON 1
  5311. | #define HAVE_FCNTL 1
  5312. | #define HAVE_FSTATVFS 1
  5313. | #define HAVE_FORK 1
  5314. | #define HAVE_GETENV 1
  5315. | #define HAVE_GETPWUID_R 1
  5316. | #define HAVE_ISATTY 1
  5317. | #define HAVE_LSTAT 1
  5318. | #define HAVE_MEMALIGN 1
  5319. | #define HAVE_MMAP 1
  5320. | #define HAVE_OPENAT 1
  5321. | #define HAVE_PREAD 1
  5322. | #define HAVE_POSIX_FADVISE 1
  5323. | #define HAVE_POSIX_MADVISE 1
  5324. | #define HAVE_SETLOCALE 1
  5325. | #define HAVE_STRPTIME 1
  5326. | #define HAVE_USELOCALE 1
  5327. | #define HAVE_ATOF 1
  5328. | #define HAVE_ATOLL 1
  5329. | #define HAVE_DIRFD 1
  5330. | #define HAVE_FDOPENDIR 1
  5331. | #define HAVE_FLOCKFILE 1
  5332. | #define HAVE_FSYNC 1
  5333. | #define HAVE_GETDELIM 1
  5334. | #define HAVE_GETPID 1
  5335. | #define HAVE_GMTIME_R 1
  5336. | #define HAVE_LLDIV 1
  5337. | #define HAVE_LOCALTIME_R 1
  5338. | #define HAVE_NRAND48 1
  5339. | #define HAVE_POLL 1
  5340. | #define HAVE_POSIX_MEMALIGN 1
  5341. | #define HAVE_REWIND 1
  5342. | #define HAVE_SETENV 1
  5343. | #define HAVE_STRCASECMP 1
  5344. | #define HAVE_STRCASESTR 1
  5345. | #define HAVE_STRDUP 1
  5346. | #define HAVE_STRNDUP 1
  5347. | #define HAVE_STRNLEN 1
  5348. | #define HAVE_STRSEP 1
  5349. | #define HAVE_STRTOF 1
  5350. | #define HAVE_STRTOK_R 1
  5351. | #define HAVE_STRTOLL 1
  5352. | #define HAVE_SWAB 1
  5353. | #define HAVE_TDESTROY 1
  5354. | #define HAVE_STRVERSCMP 1
  5355. | #define HAVE_FDATASYNC 1
  5356. | #define HAVE_ASPRINTF 1
  5357. | #define HAVE_VASPRINTF 1
  5358. | #define HAVE_STATIC_ASSERT 1
  5359. | #define HAVE_STRCOLL 1
  5360. | #define HAVE_ACCEPT4 1
  5361. | #define HAVE_PIPE2 1
  5362. | #define HAVE_EVENTFD 1
  5363. | #define HAVE_VMSPLICE 1
  5364. | #define HAVE_SCHED_GETAFFINITY 1
  5365. | #define HAVE_STRUCT_POLLFD 1
  5366. | #define HAVE_INET_PTON 1
  5367. | #define HAVE_IF_NAMEINDEX 1
  5368. | #define HAVE_IF_NAMETOINDEX 1
  5369. | #define HAVE_LRINTF 1
  5370. | #define HAVE_ARPA_INET_H 1
  5371. | #define HAVE_PTHREAD_H 1
  5372. | #define HAVE_SEARCH_H 1
  5373. | #define HAVE_SYSLOG_H 1
  5374. | #define HAVE_SYS_SHM_H 1
  5375. | #define HAVE_SYS_SOCKET_H 1
  5376. | #define HAVE_NET_IF_H 1
  5377. | #define HAVE_SYS_PARAM_H 1
  5378. | #define HAVE_SYS_MOUNT_H 1
  5379. | #define HAVE_GETOPT_H 1
  5380. | #define HAVE_LINUX_DCCP_H 1
  5381. | #define HAVE_LINUX_MAGIC_H 1
  5382. | #define HAVE_MNTENT_H 1
  5383. | #define HAVE_SYS_EVENTFD_H 1
  5384. | #define HAVE_XLOCALE_H 1
  5385. | #define HAVE_ZLIB_H 1
  5386. | #define HAVE_IDN 1
  5387. | #define NDEBUG 1
  5388. | #define ATTRIBUTE_ALIGNED_MAX 64
  5389. | #define HAVE_ATTRIBUTE_PACKED 1
  5390. | #define HAVE_EXECINFO_H 1
  5391. | #define HAVE_BACKTRACE 1
  5392. | #define HAVE_MMX_INTRINSICS 1
  5393. | #define CAN_COMPILE_MMX 1
  5394. | #define CAN_COMPILE_MMXEXT 1
  5395. | #define HAVE_SSE2_INTRINSICS 1
  5396. | #define CAN_COMPILE_SSE 1
  5397. | #define CAN_COMPILE_SSE2 1
  5398. | #define CAN_COMPILE_SSE3 1
  5399. | #define CAN_COMPILE_SSSE3 1
  5400. | #define CAN_COMPILE_SSE4_1 1
  5401. | #define CAN_COMPILE_SSE4_2 1
  5402. | #define CAN_COMPILE_SSE4A 1
  5403. | #define CAN_COMPILE_3DNOW 1
  5404. | #define ENABLE_SOUT 1
  5405. | #define HAVE_LUA_H 1
  5406. | #define HAVE_LAUXLIB_H 1
  5407. | #define HAVE_LUALIB_H 1
  5408. | #define ENABLE_HTTPD 1
  5409. | #define ENABLE_VLM 1
  5410. | #define ENABLE_ADDONMANAGERMODULES 1
  5411. | #define HAVE_LINUX_VIDEODEV2_H 1
  5412. | /* end confdefs.h. */
  5413. | #include <DeckLinkAPIDispatch.cpp>
  5414. configure:32384: result: no
  5415. configure:32384: checking for DeckLinkAPIDispatch.cpp
  5416. configure:32384: result: no
  5417. configure:32394: WARNING: Blackmagic DeckLink SDI include files not found
  5418. configure:32554: checking for GNOMEVFS
  5419. configure:32561: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0"
  5420. Package gnome-vfs-2.0 was not found in the pkg-config search path.
  5421. Perhaps you should add the directory containing `gnome-vfs-2.0.pc'
  5422. to the PKG_CONFIG_PATH environment variable
  5423. No package 'gnome-vfs-2.0' found
  5424. configure:32564: $? = 1
  5425. configure:32578: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0"
  5426. Package gnome-vfs-2.0 was not found in the pkg-config search path.
  5427. Perhaps you should add the directory containing `gnome-vfs-2.0.pc'
  5428. to the PKG_CONFIG_PATH environment variable
  5429. No package 'gnome-vfs-2.0' found
  5430. configure:32581: $? = 1
  5431. configure:32595: result: no
  5432. No package 'gnome-vfs-2.0' found
  5433. configure:32615: WARNING: Library gnome-vfs-2.0 needed for gnomevfs was not found
  5434. configure:32930: checking for cdrom_msf0 in linux/cdrom.h
  5435. configure:32940: result: yes
  5436. configure:32961: checking for scsireq in sys/scsiio.h
  5437. conftest.c:144:24: fatal error: sys/scsiio.h: No such file or directory
  5438. compilation terminated.
  5439. configure:32988: result: no
  5440. configure:32995: checking for ioc_toc_header in sys/cdio.h
  5441. conftest.c:144:22: fatal error: sys/cdio.h: No such file or directory
  5442. compilation terminated.
  5443. configure:33022: result: no
  5444. configure:33045: checking for LIBCDDB
  5445. configure:33052: $PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5"
  5446. Package libcddb was not found in the pkg-config search path.
  5447. Perhaps you should add the directory containing `libcddb.pc'
  5448. to the PKG_CONFIG_PATH environment variable
  5449. No package 'libcddb' found
  5450. configure:33055: $? = 1
  5451. configure:33069: $PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5"
  5452. Package libcddb was not found in the pkg-config search path.
  5453. Perhaps you should add the directory containing `libcddb.pc'
  5454. to the PKG_CONFIG_PATH environment variable
  5455. No package 'libcddb' found
  5456. configure:33072: $? = 1
  5457. configure:33086: result: no
  5458. No package 'libcddb' found
  5459. configure:33103: WARNING: No package 'libcddb' found: CDDB access disabled.
  5460. configure:33140: checking for Linux DVB version 5.1
  5461. configure:33165: gcc -std=gnu99 -E conftest.c
  5462. configure:33165: $? = 0
  5463. configure:33176: result: yes
  5464. configure:33352: checking for VNC
  5465. configure:33359: $PKG_CONFIG --exists --print-errors "libvncclient >= 0.9.9"
  5466. Package libvncclient was not found in the pkg-config search path.
  5467. Perhaps you should add the directory containing `libvncclient.pc'
  5468. to the PKG_CONFIG_PATH environment variable
  5469. No package 'libvncclient' found
  5470. configure:33362: $? = 1
  5471. configure:33376: $PKG_CONFIG --exists --print-errors "libvncclient >= 0.9.9"
  5472. Package libvncclient was not found in the pkg-config search path.
  5473. Perhaps you should add the directory containing `libvncclient.pc'
  5474. to the PKG_CONFIG_PATH environment variable
  5475. No package 'libvncclient' found
  5476. configure:33379: $? = 1
  5477. configure:33393: result: no
  5478. No package 'libvncclient' found
  5479. configure:33413: WARNING: Library libvncclient >= 0.9.9 needed for vnc was not found
  5480. configure:33597: checking for FREERDP
  5481. configure:33604: $PKG_CONFIG --exists --print-errors "freerdp >= 1.0.1"
  5482. Package freerdp was not found in the pkg-config search path.
  5483. Perhaps you should add the directory containing `freerdp.pc'
  5484. to the PKG_CONFIG_PATH environment variable
  5485. No package 'freerdp' found
  5486. configure:33607: $? = 1
  5487. configure:33621: $PKG_CONFIG --exists --print-errors "freerdp >= 1.0.1"
  5488. Package freerdp was not found in the pkg-config search path.
  5489. Perhaps you should add the directory containing `freerdp.pc'
  5490. to the PKG_CONFIG_PATH environment variable
  5491. No package 'freerdp' found
  5492. configure:33624: $? = 1
  5493. configure:33638: result: no
  5494. No package 'freerdp' found
  5495. configure:33658: WARNING: Library freerdp >= 1.0.1 needed for freerdp was not found
  5496. configure:33940: checking for ASDCP
  5497. configure:33947: $PKG_CONFIG --exists --print-errors "asdcplib"
  5498. Package asdcplib was not found in the pkg-config search path.
  5499. Perhaps you should add the directory containing `asdcplib.pc'
  5500. to the PKG_CONFIG_PATH environment variable
  5501. No package 'asdcplib' found
  5502. configure:33950: $? = 1
  5503. configure:33964: $PKG_CONFIG --exists --print-errors "asdcplib"
  5504. Package asdcplib was not found in the pkg-config search path.
  5505. Perhaps you should add the directory containing `asdcplib.pc'
  5506. to the PKG_CONFIG_PATH environment variable
  5507. No package 'asdcplib' found
  5508. configure:33967: $? = 1
  5509. configure:33981: result: no
  5510. No package 'asdcplib' found
  5511. configure:34150: checking for DVBPSI
  5512. configure:34157: $PKG_CONFIG --exists --print-errors "libdvbpsi"
  5513. Package libdvbpsi was not found in the pkg-config search path.
  5514. Perhaps you should add the directory containing `libdvbpsi.pc'
  5515. to the PKG_CONFIG_PATH environment variable
  5516. No package 'libdvbpsi' found
  5517. configure:34160: $? = 1
  5518. configure:34174: $PKG_CONFIG --exists --print-errors "libdvbpsi"
  5519. Package libdvbpsi was not found in the pkg-config search path.
  5520. Perhaps you should add the directory containing `libdvbpsi.pc'
  5521. to the PKG_CONFIG_PATH environment variable
  5522. No package 'libdvbpsi' found
  5523. configure:34177: $? = 1
  5524. configure:34191: result: no
  5525. No package 'libdvbpsi' found
  5526. configure:34248: checking gme/gme.h usability
  5527. configure:34248: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  5528. conftest.c:177:21: fatal error: gme/gme.h: No such file or directory
  5529. compilation terminated.
  5530. configure:34248: $? = 1
  5531. configure: failed program was:
  5532. | /* confdefs.h */
  5533. | #define PACKAGE_NAME "vlc"
  5534. | #define PACKAGE_TARNAME "vlc"
  5535. | #define PACKAGE_VERSION "3.0.0-git"
  5536. | #define PACKAGE_STRING "vlc 3.0.0-git"
  5537. | #define PACKAGE_BUGREPORT ""
  5538. | #define PACKAGE_URL ""
  5539. | #define PACKAGE "vlc"
  5540. | #define VERSION "3.0.0-git"
  5541. | #define STDC_HEADERS 1
  5542. | #define HAVE_SYS_TYPES_H 1
  5543. | #define HAVE_SYS_STAT_H 1
  5544. | #define HAVE_STDLIB_H 1
  5545. | #define HAVE_STRING_H 1
  5546. | #define HAVE_MEMORY_H 1
  5547. | #define HAVE_STRINGS_H 1
  5548. | #define HAVE_INTTYPES_H 1
  5549. | #define HAVE_STDINT_H 1
  5550. | #define HAVE_UNISTD_H 1
  5551. | #define __EXTENSIONS__ 1
  5552. | #define _ALL_SOURCE 1
  5553. | #define _GNU_SOURCE 1
  5554. | #define _POSIX_PTHREAD_SEMANTICS 1
  5555. | #define _TANDEM_SOURCE 1
  5556. | #define _FORTIFY_SOURCE 2
  5557. | #define _FILE_OFFSET_BITS 64
  5558. | #define _THREAD_SAFE /**/
  5559. | #define __LIBVLC__ /**/
  5560. | #define WIN32_LEAN_AND_MEAN /**/
  5561. | #define restrict __restrict
  5562. | #define HAVE_DLFCN_H 1
  5563. | #define LT_OBJDIR ".libs/"
  5564. | #define ENABLE_NLS 1
  5565. | #define HAVE_GETTEXT 1
  5566. | #define HAVE_DCGETTEXT 1
  5567. | #define HAVE_ICONV 1
  5568. | #define ICONV_CONST
  5569. | #define VLC_WINSTORE_APP 0
  5570. | #define LIBEXT ".so"
  5571. | #define HAVE_DECL_NANOSLEEP 1
  5572. | #define HAVE_DAEMON 1
  5573. | #define HAVE_FCNTL 1
  5574. | #define HAVE_FSTATVFS 1
  5575. | #define HAVE_FORK 1
  5576. | #define HAVE_GETENV 1
  5577. | #define HAVE_GETPWUID_R 1
  5578. | #define HAVE_ISATTY 1
  5579. | #define HAVE_LSTAT 1
  5580. | #define HAVE_MEMALIGN 1
  5581. | #define HAVE_MMAP 1
  5582. | #define HAVE_OPENAT 1
  5583. | #define HAVE_PREAD 1
  5584. | #define HAVE_POSIX_FADVISE 1
  5585. | #define HAVE_POSIX_MADVISE 1
  5586. | #define HAVE_SETLOCALE 1
  5587. | #define HAVE_STRPTIME 1
  5588. | #define HAVE_USELOCALE 1
  5589. | #define HAVE_ATOF 1
  5590. | #define HAVE_ATOLL 1
  5591. | #define HAVE_DIRFD 1
  5592. | #define HAVE_FDOPENDIR 1
  5593. | #define HAVE_FLOCKFILE 1
  5594. | #define HAVE_FSYNC 1
  5595. | #define HAVE_GETDELIM 1
  5596. | #define HAVE_GETPID 1
  5597. | #define HAVE_GMTIME_R 1
  5598. | #define HAVE_LLDIV 1
  5599. | #define HAVE_LOCALTIME_R 1
  5600. | #define HAVE_NRAND48 1
  5601. | #define HAVE_POLL 1
  5602. | #define HAVE_POSIX_MEMALIGN 1
  5603. | #define HAVE_REWIND 1
  5604. | #define HAVE_SETENV 1
  5605. | #define HAVE_STRCASECMP 1
  5606. | #define HAVE_STRCASESTR 1
  5607. | #define HAVE_STRDUP 1
  5608. | #define HAVE_STRNDUP 1
  5609. | #define HAVE_STRNLEN 1
  5610. | #define HAVE_STRSEP 1
  5611. | #define HAVE_STRTOF 1
  5612. | #define HAVE_STRTOK_R 1
  5613. | #define HAVE_STRTOLL 1
  5614. | #define HAVE_SWAB 1
  5615. | #define HAVE_TDESTROY 1
  5616. | #define HAVE_STRVERSCMP 1
  5617. | #define HAVE_FDATASYNC 1
  5618. | #define HAVE_ASPRINTF 1
  5619. | #define HAVE_VASPRINTF 1
  5620. | #define HAVE_STATIC_ASSERT 1
  5621. | #define HAVE_STRCOLL 1
  5622. | #define HAVE_ACCEPT4 1
  5623. | #define HAVE_PIPE2 1
  5624. | #define HAVE_EVENTFD 1
  5625. | #define HAVE_VMSPLICE 1
  5626. | #define HAVE_SCHED_GETAFFINITY 1
  5627. | #define HAVE_STRUCT_POLLFD 1
  5628. | #define HAVE_INET_PTON 1
  5629. | #define HAVE_IF_NAMEINDEX 1
  5630. | #define HAVE_IF_NAMETOINDEX 1
  5631. | #define HAVE_LRINTF 1
  5632. | #define HAVE_ARPA_INET_H 1
  5633. | #define HAVE_PTHREAD_H 1
  5634. | #define HAVE_SEARCH_H 1
  5635. | #define HAVE_SYSLOG_H 1
  5636. | #define HAVE_SYS_SHM_H 1
  5637. | #define HAVE_SYS_SOCKET_H 1
  5638. | #define HAVE_NET_IF_H 1
  5639. | #define HAVE_SYS_PARAM_H 1
  5640. | #define HAVE_SYS_MOUNT_H 1
  5641. | #define HAVE_GETOPT_H 1
  5642. | #define HAVE_LINUX_DCCP_H 1
  5643. | #define HAVE_LINUX_MAGIC_H 1
  5644. | #define HAVE_MNTENT_H 1
  5645. | #define HAVE_SYS_EVENTFD_H 1
  5646. | #define HAVE_XLOCALE_H 1
  5647. | #define HAVE_ZLIB_H 1
  5648. | #define HAVE_IDN 1
  5649. | #define NDEBUG 1
  5650. | #define ATTRIBUTE_ALIGNED_MAX 64
  5651. | #define HAVE_ATTRIBUTE_PACKED 1
  5652. | #define HAVE_EXECINFO_H 1
  5653. | #define HAVE_BACKTRACE 1
  5654. | #define HAVE_MMX_INTRINSICS 1
  5655. | #define CAN_COMPILE_MMX 1
  5656. | #define CAN_COMPILE_MMXEXT 1
  5657. | #define HAVE_SSE2_INTRINSICS 1
  5658. | #define CAN_COMPILE_SSE 1
  5659. | #define CAN_COMPILE_SSE2 1
  5660. | #define CAN_COMPILE_SSE3 1
  5661. | #define CAN_COMPILE_SSSE3 1
  5662. | #define CAN_COMPILE_SSE4_1 1
  5663. | #define CAN_COMPILE_SSE4_2 1
  5664. | #define CAN_COMPILE_SSE4A 1
  5665. | #define CAN_COMPILE_3DNOW 1
  5666. | #define ENABLE_SOUT 1
  5667. | #define HAVE_LUA_H 1
  5668. | #define HAVE_LAUXLIB_H 1
  5669. | #define HAVE_LUALIB_H 1
  5670. | #define ENABLE_HTTPD 1
  5671. | #define ENABLE_VLM 1
  5672. | #define ENABLE_ADDONMANAGERMODULES 1
  5673. | #define HAVE_LINUX_VIDEODEV2_H 1
  5674. | /* end confdefs.h. */
  5675. | #include <stdio.h>
  5676. | #ifdef HAVE_SYS_TYPES_H
  5677. | # include <sys/types.h>
  5678. | #endif
  5679. | #ifdef HAVE_SYS_STAT_H
  5680. | # include <sys/stat.h>
  5681. | #endif
  5682. | #ifdef STDC_HEADERS
  5683. | # include <stdlib.h>
  5684. | # include <stddef.h>
  5685. | #else
  5686. | # ifdef HAVE_STDLIB_H
  5687. | # include <stdlib.h>
  5688. | # endif
  5689. | #endif
  5690. | #ifdef HAVE_STRING_H
  5691. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5692. | # include <memory.h>
  5693. | # endif
  5694. | # include <string.h>
  5695. | #endif
  5696. | #ifdef HAVE_STRINGS_H
  5697. | # include <strings.h>
  5698. | #endif
  5699. | #ifdef HAVE_INTTYPES_H
  5700. | # include <inttypes.h>
  5701. | #endif
  5702. | #ifdef HAVE_STDINT_H
  5703. | # include <stdint.h>
  5704. | #endif
  5705. | #ifdef HAVE_UNISTD_H
  5706. | # include <unistd.h>
  5707. | #endif
  5708. | #include <gme/gme.h>
  5709. configure:34248: result: no
  5710. configure:34248: checking gme/gme.h presence
  5711. configure:34248: gcc -std=gnu99 -E conftest.c
  5712. conftest.c:144:21: fatal error: gme/gme.h: No such file or directory
  5713. compilation terminated.
  5714. configure:34248: $? = 1
  5715. configure: failed program was:
  5716. | /* confdefs.h */
  5717. | #define PACKAGE_NAME "vlc"
  5718. | #define PACKAGE_TARNAME "vlc"
  5719. | #define PACKAGE_VERSION "3.0.0-git"
  5720. | #define PACKAGE_STRING "vlc 3.0.0-git"
  5721. | #define PACKAGE_BUGREPORT ""
  5722. | #define PACKAGE_URL ""
  5723. | #define PACKAGE "vlc"
  5724. | #define VERSION "3.0.0-git"
  5725. | #define STDC_HEADERS 1
  5726. | #define HAVE_SYS_TYPES_H 1
  5727. | #define HAVE_SYS_STAT_H 1
  5728. | #define HAVE_STDLIB_H 1
  5729. | #define HAVE_STRING_H 1
  5730. | #define HAVE_MEMORY_H 1
  5731. | #define HAVE_STRINGS_H 1
  5732. | #define HAVE_INTTYPES_H 1
  5733. | #define HAVE_STDINT_H 1
  5734. | #define HAVE_UNISTD_H 1
  5735. | #define __EXTENSIONS__ 1
  5736. | #define _ALL_SOURCE 1
  5737. | #define _GNU_SOURCE 1
  5738. | #define _POSIX_PTHREAD_SEMANTICS 1
  5739. | #define _TANDEM_SOURCE 1
  5740. | #define _FORTIFY_SOURCE 2
  5741. | #define _FILE_OFFSET_BITS 64
  5742. | #define _THREAD_SAFE /**/
  5743. | #define __LIBVLC__ /**/
  5744. | #define WIN32_LEAN_AND_MEAN /**/
  5745. | #define restrict __restrict
  5746. | #define HAVE_DLFCN_H 1
  5747. | #define LT_OBJDIR ".libs/"
  5748. | #define ENABLE_NLS 1
  5749. | #define HAVE_GETTEXT 1
  5750. | #define HAVE_DCGETTEXT 1
  5751. | #define HAVE_ICONV 1
  5752. | #define ICONV_CONST
  5753. | #define VLC_WINSTORE_APP 0
  5754. | #define LIBEXT ".so"
  5755. | #define HAVE_DECL_NANOSLEEP 1
  5756. | #define HAVE_DAEMON 1
  5757. | #define HAVE_FCNTL 1
  5758. | #define HAVE_FSTATVFS 1
  5759. | #define HAVE_FORK 1
  5760. | #define HAVE_GETENV 1
  5761. | #define HAVE_GETPWUID_R 1
  5762. | #define HAVE_ISATTY 1
  5763. | #define HAVE_LSTAT 1
  5764. | #define HAVE_MEMALIGN 1
  5765. | #define HAVE_MMAP 1
  5766. | #define HAVE_OPENAT 1
  5767. | #define HAVE_PREAD 1
  5768. | #define HAVE_POSIX_FADVISE 1
  5769. | #define HAVE_POSIX_MADVISE 1
  5770. | #define HAVE_SETLOCALE 1
  5771. | #define HAVE_STRPTIME 1
  5772. | #define HAVE_USELOCALE 1
  5773. | #define HAVE_ATOF 1
  5774. | #define HAVE_ATOLL 1
  5775. | #define HAVE_DIRFD 1
  5776. | #define HAVE_FDOPENDIR 1
  5777. | #define HAVE_FLOCKFILE 1
  5778. | #define HAVE_FSYNC 1
  5779. | #define HAVE_GETDELIM 1
  5780. | #define HAVE_GETPID 1
  5781. | #define HAVE_GMTIME_R 1
  5782. | #define HAVE_LLDIV 1
  5783. | #define HAVE_LOCALTIME_R 1
  5784. | #define HAVE_NRAND48 1
  5785. | #define HAVE_POLL 1
  5786. | #define HAVE_POSIX_MEMALIGN 1
  5787. | #define HAVE_REWIND 1
  5788. | #define HAVE_SETENV 1
  5789. | #define HAVE_STRCASECMP 1
  5790. | #define HAVE_STRCASESTR 1
  5791. | #define HAVE_STRDUP 1
  5792. | #define HAVE_STRNDUP 1
  5793. | #define HAVE_STRNLEN 1
  5794. | #define HAVE_STRSEP 1
  5795. | #define HAVE_STRTOF 1
  5796. | #define HAVE_STRTOK_R 1
  5797. | #define HAVE_STRTOLL 1
  5798. | #define HAVE_SWAB 1
  5799. | #define HAVE_TDESTROY 1
  5800. | #define HAVE_STRVERSCMP 1
  5801. | #define HAVE_FDATASYNC 1
  5802. | #define HAVE_ASPRINTF 1
  5803. | #define HAVE_VASPRINTF 1
  5804. | #define HAVE_STATIC_ASSERT 1
  5805. | #define HAVE_STRCOLL 1
  5806. | #define HAVE_ACCEPT4 1
  5807. | #define HAVE_PIPE2 1
  5808. | #define HAVE_EVENTFD 1
  5809. | #define HAVE_VMSPLICE 1
  5810. | #define HAVE_SCHED_GETAFFINITY 1
  5811. | #define HAVE_STRUCT_POLLFD 1
  5812. | #define HAVE_INET_PTON 1
  5813. | #define HAVE_IF_NAMEINDEX 1
  5814. | #define HAVE_IF_NAMETOINDEX 1
  5815. | #define HAVE_LRINTF 1
  5816. | #define HAVE_ARPA_INET_H 1
  5817. | #define HAVE_PTHREAD_H 1
  5818. | #define HAVE_SEARCH_H 1
  5819. | #define HAVE_SYSLOG_H 1
  5820. | #define HAVE_SYS_SHM_H 1
  5821. | #define HAVE_SYS_SOCKET_H 1
  5822. | #define HAVE_NET_IF_H 1
  5823. | #define HAVE_SYS_PARAM_H 1
  5824. | #define HAVE_SYS_MOUNT_H 1
  5825. | #define HAVE_GETOPT_H 1
  5826. | #define HAVE_LINUX_DCCP_H 1
  5827. | #define HAVE_LINUX_MAGIC_H 1
  5828. | #define HAVE_MNTENT_H 1
  5829. | #define HAVE_SYS_EVENTFD_H 1
  5830. | #define HAVE_XLOCALE_H 1
  5831. | #define HAVE_ZLIB_H 1
  5832. | #define HAVE_IDN 1
  5833. | #define NDEBUG 1
  5834. | #define ATTRIBUTE_ALIGNED_MAX 64
  5835. | #define HAVE_ATTRIBUTE_PACKED 1
  5836. | #define HAVE_EXECINFO_H 1
  5837. | #define HAVE_BACKTRACE 1
  5838. | #define HAVE_MMX_INTRINSICS 1
  5839. | #define CAN_COMPILE_MMX 1
  5840. | #define CAN_COMPILE_MMXEXT 1
  5841. | #define HAVE_SSE2_INTRINSICS 1
  5842. | #define CAN_COMPILE_SSE 1
  5843. | #define CAN_COMPILE_SSE2 1
  5844. | #define CAN_COMPILE_SSE3 1
  5845. | #define CAN_COMPILE_SSSE3 1
  5846. | #define CAN_COMPILE_SSE4_1 1
  5847. | #define CAN_COMPILE_SSE4_2 1
  5848. | #define CAN_COMPILE_SSE4A 1
  5849. | #define CAN_COMPILE_3DNOW 1
  5850. | #define ENABLE_SOUT 1
  5851. | #define HAVE_LUA_H 1
  5852. | #define HAVE_LAUXLIB_H 1
  5853. | #define HAVE_LUALIB_H 1
  5854. | #define ENABLE_HTTPD 1
  5855. | #define ENABLE_VLM 1
  5856. | #define ENABLE_ADDONMANAGERMODULES 1
  5857. | #define HAVE_LINUX_VIDEODEV2_H 1
  5858. | /* end confdefs.h. */
  5859. | #include <gme/gme.h>
  5860. configure:34248: result: no
  5861. configure:34248: checking for gme/gme.h
  5862. configure:34248: result: no
  5863. configure:34288: checking for SID
  5864. configure:34295: $PKG_CONFIG --exists --print-errors "libsidplay2"
  5865. Package libsidplay2 was not found in the pkg-config search path.
  5866. Perhaps you should add the directory containing `libsidplay2.pc'
  5867. to the PKG_CONFIG_PATH environment variable
  5868. No package 'libsidplay2' found
  5869. configure:34298: $? = 1
  5870. configure:34312: $PKG_CONFIG --exists --print-errors "libsidplay2"
  5871. Package libsidplay2 was not found in the pkg-config search path.
  5872. Perhaps you should add the directory containing `libsidplay2.pc'
  5873. to the PKG_CONFIG_PATH environment variable
  5874. No package 'libsidplay2' found
  5875. configure:34315: $? = 1
  5876. configure:34329: result: no
  5877. No package 'libsidplay2' found
  5878. configure:34349: WARNING: No package 'libsidplay2' found (required for sid).
  5879. configure:34556: checking for OGG
  5880. configure:34563: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5881. Package ogg was not found in the pkg-config search path.
  5882. Perhaps you should add the directory containing `ogg.pc'
  5883. to the PKG_CONFIG_PATH environment variable
  5884. No package 'ogg' found
  5885. configure:34566: $? = 1
  5886. configure:34580: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5887. Package ogg was not found in the pkg-config search path.
  5888. Perhaps you should add the directory containing `ogg.pc'
  5889. to the PKG_CONFIG_PATH environment variable
  5890. No package 'ogg' found
  5891. configure:34583: $? = 1
  5892. configure:34597: result: no
  5893. No package 'ogg' found
  5894. configure:34617: WARNING: Library ogg >= 1.0 needed for ogg was not found
  5895. configure:34674: checking for LIBVORBIS
  5896. configure:34681: $PKG_CONFIG --exists --print-errors "vorbis >= 1.1"
  5897. Package vorbis was not found in the pkg-config search path.
  5898. Perhaps you should add the directory containing `vorbis.pc'
  5899. to the PKG_CONFIG_PATH environment variable
  5900. No package 'vorbis' found
  5901. configure:34684: $? = 1
  5902. configure:34698: $PKG_CONFIG --exists --print-errors "vorbis >= 1.1"
  5903. Package vorbis was not found in the pkg-config search path.
  5904. Perhaps you should add the directory containing `vorbis.pc'
  5905. to the PKG_CONFIG_PATH environment variable
  5906. No package 'vorbis' found
  5907. configure:34701: $? = 1
  5908. configure:34715: result: no
  5909. No package 'vorbis' found
  5910. configure:35120: checking for MUX_OGG
  5911. configure:35127: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5912. Package ogg was not found in the pkg-config search path.
  5913. Perhaps you should add the directory containing `ogg.pc'
  5914. to the PKG_CONFIG_PATH environment variable
  5915. No package 'ogg' found
  5916. configure:35130: $? = 1
  5917. configure:35144: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
  5918. Package ogg was not found in the pkg-config search path.
  5919. Perhaps you should add the directory containing `ogg.pc'
  5920. to the PKG_CONFIG_PATH environment variable
  5921. No package 'ogg' found
  5922. configure:35147: $? = 1
  5923. configure:35161: result: no
  5924. No package 'ogg' found
  5925. configure:35181: WARNING: Library ogg >= 1.0 needed for mux_ogg was not found
  5926. configure:35364: checking for SHOUT
  5927. configure:35371: $PKG_CONFIG --exists --print-errors "shout >= 2.1"
  5928. Package shout was not found in the pkg-config search path.
  5929. Perhaps you should add the directory containing `shout.pc'
  5930. to the PKG_CONFIG_PATH environment variable
  5931. No package 'shout' found
  5932. configure:35374: $? = 1
  5933. configure:35388: $PKG_CONFIG --exists --print-errors "shout >= 2.1"
  5934. Package shout was not found in the pkg-config search path.
  5935. Perhaps you should add the directory containing `shout.pc'
  5936. to the PKG_CONFIG_PATH environment variable
  5937. No package 'shout' found
  5938. configure:35391: $? = 1
  5939. configure:35405: result: no
  5940. No package 'shout' found
  5941. configure:35425: WARNING: Library shout >= 2.1 needed for shout was not found
  5942. configure:35496: checking ebml/EbmlVersion.h usability
  5943. configure:35496: g++ -c -g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.cpp >&5
  5944. conftest.cpp:177:30: fatal error: ebml/EbmlVersion.h: No such file or directory
  5945. compilation terminated.
  5946. configure:35496: $? = 1
  5947. configure: failed program was:
  5948. | /* confdefs.h */
  5949. | #define PACKAGE_NAME "vlc"
  5950. | #define PACKAGE_TARNAME "vlc"
  5951. | #define PACKAGE_VERSION "3.0.0-git"
  5952. | #define PACKAGE_STRING "vlc 3.0.0-git"
  5953. | #define PACKAGE_BUGREPORT ""
  5954. | #define PACKAGE_URL ""
  5955. | #define PACKAGE "vlc"
  5956. | #define VERSION "3.0.0-git"
  5957. | #define STDC_HEADERS 1
  5958. | #define HAVE_SYS_TYPES_H 1
  5959. | #define HAVE_SYS_STAT_H 1
  5960. | #define HAVE_STDLIB_H 1
  5961. | #define HAVE_STRING_H 1
  5962. | #define HAVE_MEMORY_H 1
  5963. | #define HAVE_STRINGS_H 1
  5964. | #define HAVE_INTTYPES_H 1
  5965. | #define HAVE_STDINT_H 1
  5966. | #define HAVE_UNISTD_H 1
  5967. | #define __EXTENSIONS__ 1
  5968. | #define _ALL_SOURCE 1
  5969. | #define _GNU_SOURCE 1
  5970. | #define _POSIX_PTHREAD_SEMANTICS 1
  5971. | #define _TANDEM_SOURCE 1
  5972. | #define _FORTIFY_SOURCE 2
  5973. | #define _FILE_OFFSET_BITS 64
  5974. | #define _THREAD_SAFE /**/
  5975. | #define __LIBVLC__ /**/
  5976. | #define WIN32_LEAN_AND_MEAN /**/
  5977. | #define restrict __restrict
  5978. | #define HAVE_DLFCN_H 1
  5979. | #define LT_OBJDIR ".libs/"
  5980. | #define ENABLE_NLS 1
  5981. | #define HAVE_GETTEXT 1
  5982. | #define HAVE_DCGETTEXT 1
  5983. | #define HAVE_ICONV 1
  5984. | #define ICONV_CONST
  5985. | #define VLC_WINSTORE_APP 0
  5986. | #define LIBEXT ".so"
  5987. | #define HAVE_DECL_NANOSLEEP 1
  5988. | #define HAVE_DAEMON 1
  5989. | #define HAVE_FCNTL 1
  5990. | #define HAVE_FSTATVFS 1
  5991. | #define HAVE_FORK 1
  5992. | #define HAVE_GETENV 1
  5993. | #define HAVE_GETPWUID_R 1
  5994. | #define HAVE_ISATTY 1
  5995. | #define HAVE_LSTAT 1
  5996. | #define HAVE_MEMALIGN 1
  5997. | #define HAVE_MMAP 1
  5998. | #define HAVE_OPENAT 1
  5999. | #define HAVE_PREAD 1
  6000. | #define HAVE_POSIX_FADVISE 1
  6001. | #define HAVE_POSIX_MADVISE 1
  6002. | #define HAVE_SETLOCALE 1
  6003. | #define HAVE_STRPTIME 1
  6004. | #define HAVE_USELOCALE 1
  6005. | #define HAVE_ATOF 1
  6006. | #define HAVE_ATOLL 1
  6007. | #define HAVE_DIRFD 1
  6008. | #define HAVE_FDOPENDIR 1
  6009. | #define HAVE_FLOCKFILE 1
  6010. | #define HAVE_FSYNC 1
  6011. | #define HAVE_GETDELIM 1
  6012. | #define HAVE_GETPID 1
  6013. | #define HAVE_GMTIME_R 1
  6014. | #define HAVE_LLDIV 1
  6015. | #define HAVE_LOCALTIME_R 1
  6016. | #define HAVE_NRAND48 1
  6017. | #define HAVE_POLL 1
  6018. | #define HAVE_POSIX_MEMALIGN 1
  6019. | #define HAVE_REWIND 1
  6020. | #define HAVE_SETENV 1
  6021. | #define HAVE_STRCASECMP 1
  6022. | #define HAVE_STRCASESTR 1
  6023. | #define HAVE_STRDUP 1
  6024. | #define HAVE_STRNDUP 1
  6025. | #define HAVE_STRNLEN 1
  6026. | #define HAVE_STRSEP 1
  6027. | #define HAVE_STRTOF 1
  6028. | #define HAVE_STRTOK_R 1
  6029. | #define HAVE_STRTOLL 1
  6030. | #define HAVE_SWAB 1
  6031. | #define HAVE_TDESTROY 1
  6032. | #define HAVE_STRVERSCMP 1
  6033. | #define HAVE_FDATASYNC 1
  6034. | #define HAVE_ASPRINTF 1
  6035. | #define HAVE_VASPRINTF 1
  6036. | #define HAVE_STATIC_ASSERT 1
  6037. | #define HAVE_STRCOLL 1
  6038. | #define HAVE_ACCEPT4 1
  6039. | #define HAVE_PIPE2 1
  6040. | #define HAVE_EVENTFD 1
  6041. | #define HAVE_VMSPLICE 1
  6042. | #define HAVE_SCHED_GETAFFINITY 1
  6043. | #define HAVE_STRUCT_POLLFD 1
  6044. | #define HAVE_INET_PTON 1
  6045. | #define HAVE_IF_NAMEINDEX 1
  6046. | #define HAVE_IF_NAMETOINDEX 1
  6047. | #define HAVE_LRINTF 1
  6048. | #define HAVE_ARPA_INET_H 1
  6049. | #define HAVE_PTHREAD_H 1
  6050. | #define HAVE_SEARCH_H 1
  6051. | #define HAVE_SYSLOG_H 1
  6052. | #define HAVE_SYS_SHM_H 1
  6053. | #define HAVE_SYS_SOCKET_H 1
  6054. | #define HAVE_NET_IF_H 1
  6055. | #define HAVE_SYS_PARAM_H 1
  6056. | #define HAVE_SYS_MOUNT_H 1
  6057. | #define HAVE_GETOPT_H 1
  6058. | #define HAVE_LINUX_DCCP_H 1
  6059. | #define HAVE_LINUX_MAGIC_H 1
  6060. | #define HAVE_MNTENT_H 1
  6061. | #define HAVE_SYS_EVENTFD_H 1
  6062. | #define HAVE_XLOCALE_H 1
  6063. | #define HAVE_ZLIB_H 1
  6064. | #define HAVE_IDN 1
  6065. | #define NDEBUG 1
  6066. | #define ATTRIBUTE_ALIGNED_MAX 64
  6067. | #define HAVE_ATTRIBUTE_PACKED 1
  6068. | #define HAVE_EXECINFO_H 1
  6069. | #define HAVE_BACKTRACE 1
  6070. | #define HAVE_MMX_INTRINSICS 1
  6071. | #define CAN_COMPILE_MMX 1
  6072. | #define CAN_COMPILE_MMXEXT 1
  6073. | #define HAVE_SSE2_INTRINSICS 1
  6074. | #define CAN_COMPILE_SSE 1
  6075. | #define CAN_COMPILE_SSE2 1
  6076. | #define CAN_COMPILE_SSE3 1
  6077. | #define CAN_COMPILE_SSSE3 1
  6078. | #define CAN_COMPILE_SSE4_1 1
  6079. | #define CAN_COMPILE_SSE4_2 1
  6080. | #define CAN_COMPILE_SSE4A 1
  6081. | #define CAN_COMPILE_3DNOW 1
  6082. | #define ENABLE_SOUT 1
  6083. | #define HAVE_LUA_H 1
  6084. | #define HAVE_LAUXLIB_H 1
  6085. | #define HAVE_LUALIB_H 1
  6086. | #define ENABLE_HTTPD 1
  6087. | #define ENABLE_VLM 1
  6088. | #define ENABLE_ADDONMANAGERMODULES 1
  6089. | #define HAVE_LINUX_VIDEODEV2_H 1
  6090. | /* end confdefs.h. */
  6091. | #include <stdio.h>
  6092. | #ifdef HAVE_SYS_TYPES_H
  6093. | # include <sys/types.h>
  6094. | #endif
  6095. | #ifdef HAVE_SYS_STAT_H
  6096. | # include <sys/stat.h>
  6097. | #endif
  6098. | #ifdef STDC_HEADERS
  6099. | # include <stdlib.h>
  6100. | # include <stddef.h>
  6101. | #else
  6102. | # ifdef HAVE_STDLIB_H
  6103. | # include <stdlib.h>
  6104. | # endif
  6105. | #endif
  6106. | #ifdef HAVE_STRING_H
  6107. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6108. | # include <memory.h>
  6109. | # endif
  6110. | # include <string.h>
  6111. | #endif
  6112. | #ifdef HAVE_STRINGS_H
  6113. | # include <strings.h>
  6114. | #endif
  6115. | #ifdef HAVE_INTTYPES_H
  6116. | # include <inttypes.h>
  6117. | #endif
  6118. | #ifdef HAVE_STDINT_H
  6119. | # include <stdint.h>
  6120. | #endif
  6121. | #ifdef HAVE_UNISTD_H
  6122. | # include <unistd.h>
  6123. | #endif
  6124. | #include <ebml/EbmlVersion.h>
  6125. configure:35496: result: no
  6126. configure:35496: checking ebml/EbmlVersion.h presence
  6127. configure:35496: g++ -E conftest.cpp
  6128. conftest.cpp:144:30: fatal error: ebml/EbmlVersion.h: No such file or directory
  6129. compilation terminated.
  6130. configure:35496: $? = 1
  6131. configure: failed program was:
  6132. | /* confdefs.h */
  6133. | #define PACKAGE_NAME "vlc"
  6134. | #define PACKAGE_TARNAME "vlc"
  6135. | #define PACKAGE_VERSION "3.0.0-git"
  6136. | #define PACKAGE_STRING "vlc 3.0.0-git"
  6137. | #define PACKAGE_BUGREPORT ""
  6138. | #define PACKAGE_URL ""
  6139. | #define PACKAGE "vlc"
  6140. | #define VERSION "3.0.0-git"
  6141. | #define STDC_HEADERS 1
  6142. | #define HAVE_SYS_TYPES_H 1
  6143. | #define HAVE_SYS_STAT_H 1
  6144. | #define HAVE_STDLIB_H 1
  6145. | #define HAVE_STRING_H 1
  6146. | #define HAVE_MEMORY_H 1
  6147. | #define HAVE_STRINGS_H 1
  6148. | #define HAVE_INTTYPES_H 1
  6149. | #define HAVE_STDINT_H 1
  6150. | #define HAVE_UNISTD_H 1
  6151. | #define __EXTENSIONS__ 1
  6152. | #define _ALL_SOURCE 1
  6153. | #define _GNU_SOURCE 1
  6154. | #define _POSIX_PTHREAD_SEMANTICS 1
  6155. | #define _TANDEM_SOURCE 1
  6156. | #define _FORTIFY_SOURCE 2
  6157. | #define _FILE_OFFSET_BITS 64
  6158. | #define _THREAD_SAFE /**/
  6159. | #define __LIBVLC__ /**/
  6160. | #define WIN32_LEAN_AND_MEAN /**/
  6161. | #define restrict __restrict
  6162. | #define HAVE_DLFCN_H 1
  6163. | #define LT_OBJDIR ".libs/"
  6164. | #define ENABLE_NLS 1
  6165. | #define HAVE_GETTEXT 1
  6166. | #define HAVE_DCGETTEXT 1
  6167. | #define HAVE_ICONV 1
  6168. | #define ICONV_CONST
  6169. | #define VLC_WINSTORE_APP 0
  6170. | #define LIBEXT ".so"
  6171. | #define HAVE_DECL_NANOSLEEP 1
  6172. | #define HAVE_DAEMON 1
  6173. | #define HAVE_FCNTL 1
  6174. | #define HAVE_FSTATVFS 1
  6175. | #define HAVE_FORK 1
  6176. | #define HAVE_GETENV 1
  6177. | #define HAVE_GETPWUID_R 1
  6178. | #define HAVE_ISATTY 1
  6179. | #define HAVE_LSTAT 1
  6180. | #define HAVE_MEMALIGN 1
  6181. | #define HAVE_MMAP 1
  6182. | #define HAVE_OPENAT 1
  6183. | #define HAVE_PREAD 1
  6184. | #define HAVE_POSIX_FADVISE 1
  6185. | #define HAVE_POSIX_MADVISE 1
  6186. | #define HAVE_SETLOCALE 1
  6187. | #define HAVE_STRPTIME 1
  6188. | #define HAVE_USELOCALE 1
  6189. | #define HAVE_ATOF 1
  6190. | #define HAVE_ATOLL 1
  6191. | #define HAVE_DIRFD 1
  6192. | #define HAVE_FDOPENDIR 1
  6193. | #define HAVE_FLOCKFILE 1
  6194. | #define HAVE_FSYNC 1
  6195. | #define HAVE_GETDELIM 1
  6196. | #define HAVE_GETPID 1
  6197. | #define HAVE_GMTIME_R 1
  6198. | #define HAVE_LLDIV 1
  6199. | #define HAVE_LOCALTIME_R 1
  6200. | #define HAVE_NRAND48 1
  6201. | #define HAVE_POLL 1
  6202. | #define HAVE_POSIX_MEMALIGN 1
  6203. | #define HAVE_REWIND 1
  6204. | #define HAVE_SETENV 1
  6205. | #define HAVE_STRCASECMP 1
  6206. | #define HAVE_STRCASESTR 1
  6207. | #define HAVE_STRDUP 1
  6208. | #define HAVE_STRNDUP 1
  6209. | #define HAVE_STRNLEN 1
  6210. | #define HAVE_STRSEP 1
  6211. | #define HAVE_STRTOF 1
  6212. | #define HAVE_STRTOK_R 1
  6213. | #define HAVE_STRTOLL 1
  6214. | #define HAVE_SWAB 1
  6215. | #define HAVE_TDESTROY 1
  6216. | #define HAVE_STRVERSCMP 1
  6217. | #define HAVE_FDATASYNC 1
  6218. | #define HAVE_ASPRINTF 1
  6219. | #define HAVE_VASPRINTF 1
  6220. | #define HAVE_STATIC_ASSERT 1
  6221. | #define HAVE_STRCOLL 1
  6222. | #define HAVE_ACCEPT4 1
  6223. | #define HAVE_PIPE2 1
  6224. | #define HAVE_EVENTFD 1
  6225. | #define HAVE_VMSPLICE 1
  6226. | #define HAVE_SCHED_GETAFFINITY 1
  6227. | #define HAVE_STRUCT_POLLFD 1
  6228. | #define HAVE_INET_PTON 1
  6229. | #define HAVE_IF_NAMEINDEX 1
  6230. | #define HAVE_IF_NAMETOINDEX 1
  6231. | #define HAVE_LRINTF 1
  6232. | #define HAVE_ARPA_INET_H 1
  6233. | #define HAVE_PTHREAD_H 1
  6234. | #define HAVE_SEARCH_H 1
  6235. | #define HAVE_SYSLOG_H 1
  6236. | #define HAVE_SYS_SHM_H 1
  6237. | #define HAVE_SYS_SOCKET_H 1
  6238. | #define HAVE_NET_IF_H 1
  6239. | #define HAVE_SYS_PARAM_H 1
  6240. | #define HAVE_SYS_MOUNT_H 1
  6241. | #define HAVE_GETOPT_H 1
  6242. | #define HAVE_LINUX_DCCP_H 1
  6243. | #define HAVE_LINUX_MAGIC_H 1
  6244. | #define HAVE_MNTENT_H 1
  6245. | #define HAVE_SYS_EVENTFD_H 1
  6246. | #define HAVE_XLOCALE_H 1
  6247. | #define HAVE_ZLIB_H 1
  6248. | #define HAVE_IDN 1
  6249. | #define NDEBUG 1
  6250. | #define ATTRIBUTE_ALIGNED_MAX 64
  6251. | #define HAVE_ATTRIBUTE_PACKED 1
  6252. | #define HAVE_EXECINFO_H 1
  6253. | #define HAVE_BACKTRACE 1
  6254. | #define HAVE_MMX_INTRINSICS 1
  6255. | #define CAN_COMPILE_MMX 1
  6256. | #define CAN_COMPILE_MMXEXT 1
  6257. | #define HAVE_SSE2_INTRINSICS 1
  6258. | #define CAN_COMPILE_SSE 1
  6259. | #define CAN_COMPILE_SSE2 1
  6260. | #define CAN_COMPILE_SSE3 1
  6261. | #define CAN_COMPILE_SSSE3 1
  6262. | #define CAN_COMPILE_SSE4_1 1
  6263. | #define CAN_COMPILE_SSE4_2 1
  6264. | #define CAN_COMPILE_SSE4A 1
  6265. | #define CAN_COMPILE_3DNOW 1
  6266. | #define ENABLE_SOUT 1
  6267. | #define HAVE_LUA_H 1
  6268. | #define HAVE_LAUXLIB_H 1
  6269. | #define HAVE_LUALIB_H 1
  6270. | #define ENABLE_HTTPD 1
  6271. | #define ENABLE_VLM 1
  6272. | #define ENABLE_ADDONMANAGERMODULES 1
  6273. | #define HAVE_LINUX_VIDEODEV2_H 1
  6274. | /* end confdefs.h. */
  6275. | #include <ebml/EbmlVersion.h>
  6276. configure:35496: result: no
  6277. configure:35496: checking for ebml/EbmlVersion.h
  6278. configure:35496: result: no
  6279. configure:35694: checking for LIBMODPLUG
  6280. configure:35701: $PKG_CONFIG --exists --print-errors "libmodplug >= 0.8.4 libmodplug != 0.8.8"
  6281. Package libmodplug was not found in the pkg-config search path.
  6282. Perhaps you should add the directory containing `libmodplug.pc'
  6283. to the PKG_CONFIG_PATH environment variable
  6284. No package 'libmodplug' found
  6285. Package libmodplug was not found in the pkg-config search path.
  6286. Perhaps you should add the directory containing `libmodplug.pc'
  6287. to the PKG_CONFIG_PATH environment variable
  6288. No package 'libmodplug' found
  6289. configure:35704: $? = 1
  6290. configure:35718: $PKG_CONFIG --exists --print-errors "libmodplug >= 0.8.4 libmodplug != 0.8.8"
  6291. Package libmodplug was not found in the pkg-config search path.
  6292. Perhaps you should add the directory containing `libmodplug.pc'
  6293. to the PKG_CONFIG_PATH environment variable
  6294. No package 'libmodplug' found
  6295. Package libmodplug was not found in the pkg-config search path.
  6296. Perhaps you should add the directory containing `libmodplug.pc'
  6297. to the PKG_CONFIG_PATH environment variable
  6298. No package 'libmodplug' found
  6299. configure:35721: $? = 1
  6300. configure:35735: result: no
  6301. No package 'libmodplug' found
  6302. No package 'libmodplug' found
  6303. configure:35755: WARNING: No package 'libmodplug' found
  6304. No package 'libmodplug' found.
  6305. configure:35813: checking mpc/mpcdec.h usability
  6306. configure:35813: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  6307. conftest.c:177:24: fatal error: mpc/mpcdec.h: No such file or directory
  6308. compilation terminated.
  6309. configure:35813: $? = 1
  6310. configure: failed program was:
  6311. | /* confdefs.h */
  6312. | #define PACKAGE_NAME "vlc"
  6313. | #define PACKAGE_TARNAME "vlc"
  6314. | #define PACKAGE_VERSION "3.0.0-git"
  6315. | #define PACKAGE_STRING "vlc 3.0.0-git"
  6316. | #define PACKAGE_BUGREPORT ""
  6317. | #define PACKAGE_URL ""
  6318. | #define PACKAGE "vlc"
  6319. | #define VERSION "3.0.0-git"
  6320. | #define STDC_HEADERS 1
  6321. | #define HAVE_SYS_TYPES_H 1
  6322. | #define HAVE_SYS_STAT_H 1
  6323. | #define HAVE_STDLIB_H 1
  6324. | #define HAVE_STRING_H 1
  6325. | #define HAVE_MEMORY_H 1
  6326. | #define HAVE_STRINGS_H 1
  6327. | #define HAVE_INTTYPES_H 1
  6328. | #define HAVE_STDINT_H 1
  6329. | #define HAVE_UNISTD_H 1
  6330. | #define __EXTENSIONS__ 1
  6331. | #define _ALL_SOURCE 1
  6332. | #define _GNU_SOURCE 1
  6333. | #define _POSIX_PTHREAD_SEMANTICS 1
  6334. | #define _TANDEM_SOURCE 1
  6335. | #define _FORTIFY_SOURCE 2
  6336. | #define _FILE_OFFSET_BITS 64
  6337. | #define _THREAD_SAFE /**/
  6338. | #define __LIBVLC__ /**/
  6339. | #define WIN32_LEAN_AND_MEAN /**/
  6340. | #define restrict __restrict
  6341. | #define HAVE_DLFCN_H 1
  6342. | #define LT_OBJDIR ".libs/"
  6343. | #define ENABLE_NLS 1
  6344. | #define HAVE_GETTEXT 1
  6345. | #define HAVE_DCGETTEXT 1
  6346. | #define HAVE_ICONV 1
  6347. | #define ICONV_CONST
  6348. | #define VLC_WINSTORE_APP 0
  6349. | #define LIBEXT ".so"
  6350. | #define HAVE_DECL_NANOSLEEP 1
  6351. | #define HAVE_DAEMON 1
  6352. | #define HAVE_FCNTL 1
  6353. | #define HAVE_FSTATVFS 1
  6354. | #define HAVE_FORK 1
  6355. | #define HAVE_GETENV 1
  6356. | #define HAVE_GETPWUID_R 1
  6357. | #define HAVE_ISATTY 1
  6358. | #define HAVE_LSTAT 1
  6359. | #define HAVE_MEMALIGN 1
  6360. | #define HAVE_MMAP 1
  6361. | #define HAVE_OPENAT 1
  6362. | #define HAVE_PREAD 1
  6363. | #define HAVE_POSIX_FADVISE 1
  6364. | #define HAVE_POSIX_MADVISE 1
  6365. | #define HAVE_SETLOCALE 1
  6366. | #define HAVE_STRPTIME 1
  6367. | #define HAVE_USELOCALE 1
  6368. | #define HAVE_ATOF 1
  6369. | #define HAVE_ATOLL 1
  6370. | #define HAVE_DIRFD 1
  6371. | #define HAVE_FDOPENDIR 1
  6372. | #define HAVE_FLOCKFILE 1
  6373. | #define HAVE_FSYNC 1
  6374. | #define HAVE_GETDELIM 1
  6375. | #define HAVE_GETPID 1
  6376. | #define HAVE_GMTIME_R 1
  6377. | #define HAVE_LLDIV 1
  6378. | #define HAVE_LOCALTIME_R 1
  6379. | #define HAVE_NRAND48 1
  6380. | #define HAVE_POLL 1
  6381. | #define HAVE_POSIX_MEMALIGN 1
  6382. | #define HAVE_REWIND 1
  6383. | #define HAVE_SETENV 1
  6384. | #define HAVE_STRCASECMP 1
  6385. | #define HAVE_STRCASESTR 1
  6386. | #define HAVE_STRDUP 1
  6387. | #define HAVE_STRNDUP 1
  6388. | #define HAVE_STRNLEN 1
  6389. | #define HAVE_STRSEP 1
  6390. | #define HAVE_STRTOF 1
  6391. | #define HAVE_STRTOK_R 1
  6392. | #define HAVE_STRTOLL 1
  6393. | #define HAVE_SWAB 1
  6394. | #define HAVE_TDESTROY 1
  6395. | #define HAVE_STRVERSCMP 1
  6396. | #define HAVE_FDATASYNC 1
  6397. | #define HAVE_ASPRINTF 1
  6398. | #define HAVE_VASPRINTF 1
  6399. | #define HAVE_STATIC_ASSERT 1
  6400. | #define HAVE_STRCOLL 1
  6401. | #define HAVE_ACCEPT4 1
  6402. | #define HAVE_PIPE2 1
  6403. | #define HAVE_EVENTFD 1
  6404. | #define HAVE_VMSPLICE 1
  6405. | #define HAVE_SCHED_GETAFFINITY 1
  6406. | #define HAVE_STRUCT_POLLFD 1
  6407. | #define HAVE_INET_PTON 1
  6408. | #define HAVE_IF_NAMEINDEX 1
  6409. | #define HAVE_IF_NAMETOINDEX 1
  6410. | #define HAVE_LRINTF 1
  6411. | #define HAVE_ARPA_INET_H 1
  6412. | #define HAVE_PTHREAD_H 1
  6413. | #define HAVE_SEARCH_H 1
  6414. | #define HAVE_SYSLOG_H 1
  6415. | #define HAVE_SYS_SHM_H 1
  6416. | #define HAVE_SYS_SOCKET_H 1
  6417. | #define HAVE_NET_IF_H 1
  6418. | #define HAVE_SYS_PARAM_H 1
  6419. | #define HAVE_SYS_MOUNT_H 1
  6420. | #define HAVE_GETOPT_H 1
  6421. | #define HAVE_LINUX_DCCP_H 1
  6422. | #define HAVE_LINUX_MAGIC_H 1
  6423. | #define HAVE_MNTENT_H 1
  6424. | #define HAVE_SYS_EVENTFD_H 1
  6425. | #define HAVE_XLOCALE_H 1
  6426. | #define HAVE_ZLIB_H 1
  6427. | #define HAVE_IDN 1
  6428. | #define NDEBUG 1
  6429. | #define ATTRIBUTE_ALIGNED_MAX 64
  6430. | #define HAVE_ATTRIBUTE_PACKED 1
  6431. | #define HAVE_EXECINFO_H 1
  6432. | #define HAVE_BACKTRACE 1
  6433. | #define HAVE_MMX_INTRINSICS 1
  6434. | #define CAN_COMPILE_MMX 1
  6435. | #define CAN_COMPILE_MMXEXT 1
  6436. | #define HAVE_SSE2_INTRINSICS 1
  6437. | #define CAN_COMPILE_SSE 1
  6438. | #define CAN_COMPILE_SSE2 1
  6439. | #define CAN_COMPILE_SSE3 1
  6440. | #define CAN_COMPILE_SSSE3 1
  6441. | #define CAN_COMPILE_SSE4_1 1
  6442. | #define CAN_COMPILE_SSE4_2 1
  6443. | #define CAN_COMPILE_SSE4A 1
  6444. | #define CAN_COMPILE_3DNOW 1
  6445. | #define ENABLE_SOUT 1
  6446. | #define HAVE_LUA_H 1
  6447. | #define HAVE_LAUXLIB_H 1
  6448. | #define HAVE_LUALIB_H 1
  6449. | #define ENABLE_HTTPD 1
  6450. | #define ENABLE_VLM 1
  6451. | #define ENABLE_ADDONMANAGERMODULES 1
  6452. | #define HAVE_LINUX_VIDEODEV2_H 1
  6453. | /* end confdefs.h. */
  6454. | #include <stdio.h>
  6455. | #ifdef HAVE_SYS_TYPES_H
  6456. | # include <sys/types.h>
  6457. | #endif
  6458. | #ifdef HAVE_SYS_STAT_H
  6459. | # include <sys/stat.h>
  6460. | #endif
  6461. | #ifdef STDC_HEADERS
  6462. | # include <stdlib.h>
  6463. | # include <stddef.h>
  6464. | #else
  6465. | # ifdef HAVE_STDLIB_H
  6466. | # include <stdlib.h>
  6467. | # endif
  6468. | #endif
  6469. | #ifdef HAVE_STRING_H
  6470. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6471. | # include <memory.h>
  6472. | # endif
  6473. | # include <string.h>
  6474. | #endif
  6475. | #ifdef HAVE_STRINGS_H
  6476. | # include <strings.h>
  6477. | #endif
  6478. | #ifdef HAVE_INTTYPES_H
  6479. | # include <inttypes.h>
  6480. | #endif
  6481. | #ifdef HAVE_STDINT_H
  6482. | # include <stdint.h>
  6483. | #endif
  6484. | #ifdef HAVE_UNISTD_H
  6485. | # include <unistd.h>
  6486. | #endif
  6487. | #include <mpc/mpcdec.h>
  6488. configure:35813: result: no
  6489. configure:35813: checking mpc/mpcdec.h presence
  6490. configure:35813: gcc -std=gnu99 -E conftest.c
  6491. conftest.c:144:24: fatal error: mpc/mpcdec.h: No such file or directory
  6492. compilation terminated.
  6493. configure:35813: $? = 1
  6494. configure: failed program was:
  6495. | /* confdefs.h */
  6496. | #define PACKAGE_NAME "vlc"
  6497. | #define PACKAGE_TARNAME "vlc"
  6498. | #define PACKAGE_VERSION "3.0.0-git"
  6499. | #define PACKAGE_STRING "vlc 3.0.0-git"
  6500. | #define PACKAGE_BUGREPORT ""
  6501. | #define PACKAGE_URL ""
  6502. | #define PACKAGE "vlc"
  6503. | #define VERSION "3.0.0-git"
  6504. | #define STDC_HEADERS 1
  6505. | #define HAVE_SYS_TYPES_H 1
  6506. | #define HAVE_SYS_STAT_H 1
  6507. | #define HAVE_STDLIB_H 1
  6508. | #define HAVE_STRING_H 1
  6509. | #define HAVE_MEMORY_H 1
  6510. | #define HAVE_STRINGS_H 1
  6511. | #define HAVE_INTTYPES_H 1
  6512. | #define HAVE_STDINT_H 1
  6513. | #define HAVE_UNISTD_H 1
  6514. | #define __EXTENSIONS__ 1
  6515. | #define _ALL_SOURCE 1
  6516. | #define _GNU_SOURCE 1
  6517. | #define _POSIX_PTHREAD_SEMANTICS 1
  6518. | #define _TANDEM_SOURCE 1
  6519. | #define _FORTIFY_SOURCE 2
  6520. | #define _FILE_OFFSET_BITS 64
  6521. | #define _THREAD_SAFE /**/
  6522. | #define __LIBVLC__ /**/
  6523. | #define WIN32_LEAN_AND_MEAN /**/
  6524. | #define restrict __restrict
  6525. | #define HAVE_DLFCN_H 1
  6526. | #define LT_OBJDIR ".libs/"
  6527. | #define ENABLE_NLS 1
  6528. | #define HAVE_GETTEXT 1
  6529. | #define HAVE_DCGETTEXT 1
  6530. | #define HAVE_ICONV 1
  6531. | #define ICONV_CONST
  6532. | #define VLC_WINSTORE_APP 0
  6533. | #define LIBEXT ".so"
  6534. | #define HAVE_DECL_NANOSLEEP 1
  6535. | #define HAVE_DAEMON 1
  6536. | #define HAVE_FCNTL 1
  6537. | #define HAVE_FSTATVFS 1
  6538. | #define HAVE_FORK 1
  6539. | #define HAVE_GETENV 1
  6540. | #define HAVE_GETPWUID_R 1
  6541. | #define HAVE_ISATTY 1
  6542. | #define HAVE_LSTAT 1
  6543. | #define HAVE_MEMALIGN 1
  6544. | #define HAVE_MMAP 1
  6545. | #define HAVE_OPENAT 1
  6546. | #define HAVE_PREAD 1
  6547. | #define HAVE_POSIX_FADVISE 1
  6548. | #define HAVE_POSIX_MADVISE 1
  6549. | #define HAVE_SETLOCALE 1
  6550. | #define HAVE_STRPTIME 1
  6551. | #define HAVE_USELOCALE 1
  6552. | #define HAVE_ATOF 1
  6553. | #define HAVE_ATOLL 1
  6554. | #define HAVE_DIRFD 1
  6555. | #define HAVE_FDOPENDIR 1
  6556. | #define HAVE_FLOCKFILE 1
  6557. | #define HAVE_FSYNC 1
  6558. | #define HAVE_GETDELIM 1
  6559. | #define HAVE_GETPID 1
  6560. | #define HAVE_GMTIME_R 1
  6561. | #define HAVE_LLDIV 1
  6562. | #define HAVE_LOCALTIME_R 1
  6563. | #define HAVE_NRAND48 1
  6564. | #define HAVE_POLL 1
  6565. | #define HAVE_POSIX_MEMALIGN 1
  6566. | #define HAVE_REWIND 1
  6567. | #define HAVE_SETENV 1
  6568. | #define HAVE_STRCASECMP 1
  6569. | #define HAVE_STRCASESTR 1
  6570. | #define HAVE_STRDUP 1
  6571. | #define HAVE_STRNDUP 1
  6572. | #define HAVE_STRNLEN 1
  6573. | #define HAVE_STRSEP 1
  6574. | #define HAVE_STRTOF 1
  6575. | #define HAVE_STRTOK_R 1
  6576. | #define HAVE_STRTOLL 1
  6577. | #define HAVE_SWAB 1
  6578. | #define HAVE_TDESTROY 1
  6579. | #define HAVE_STRVERSCMP 1
  6580. | #define HAVE_FDATASYNC 1
  6581. | #define HAVE_ASPRINTF 1
  6582. | #define HAVE_VASPRINTF 1
  6583. | #define HAVE_STATIC_ASSERT 1
  6584. | #define HAVE_STRCOLL 1
  6585. | #define HAVE_ACCEPT4 1
  6586. | #define HAVE_PIPE2 1
  6587. | #define HAVE_EVENTFD 1
  6588. | #define HAVE_VMSPLICE 1
  6589. | #define HAVE_SCHED_GETAFFINITY 1
  6590. | #define HAVE_STRUCT_POLLFD 1
  6591. | #define HAVE_INET_PTON 1
  6592. | #define HAVE_IF_NAMEINDEX 1
  6593. | #define HAVE_IF_NAMETOINDEX 1
  6594. | #define HAVE_LRINTF 1
  6595. | #define HAVE_ARPA_INET_H 1
  6596. | #define HAVE_PTHREAD_H 1
  6597. | #define HAVE_SEARCH_H 1
  6598. | #define HAVE_SYSLOG_H 1
  6599. | #define HAVE_SYS_SHM_H 1
  6600. | #define HAVE_SYS_SOCKET_H 1
  6601. | #define HAVE_NET_IF_H 1
  6602. | #define HAVE_SYS_PARAM_H 1
  6603. | #define HAVE_SYS_MOUNT_H 1
  6604. | #define HAVE_GETOPT_H 1
  6605. | #define HAVE_LINUX_DCCP_H 1
  6606. | #define HAVE_LINUX_MAGIC_H 1
  6607. | #define HAVE_MNTENT_H 1
  6608. | #define HAVE_SYS_EVENTFD_H 1
  6609. | #define HAVE_XLOCALE_H 1
  6610. | #define HAVE_ZLIB_H 1
  6611. | #define HAVE_IDN 1
  6612. | #define NDEBUG 1
  6613. | #define ATTRIBUTE_ALIGNED_MAX 64
  6614. | #define HAVE_ATTRIBUTE_PACKED 1
  6615. | #define HAVE_EXECINFO_H 1
  6616. | #define HAVE_BACKTRACE 1
  6617. | #define HAVE_MMX_INTRINSICS 1
  6618. | #define CAN_COMPILE_MMX 1
  6619. | #define CAN_COMPILE_MMXEXT 1
  6620. | #define HAVE_SSE2_INTRINSICS 1
  6621. | #define CAN_COMPILE_SSE 1
  6622. | #define CAN_COMPILE_SSE2 1
  6623. | #define CAN_COMPILE_SSE3 1
  6624. | #define CAN_COMPILE_SSSE3 1
  6625. | #define CAN_COMPILE_SSE4_1 1
  6626. | #define CAN_COMPILE_SSE4_2 1
  6627. | #define CAN_COMPILE_SSE4A 1
  6628. | #define CAN_COMPILE_3DNOW 1
  6629. | #define ENABLE_SOUT 1
  6630. | #define HAVE_LUA_H 1
  6631. | #define HAVE_LAUXLIB_H 1
  6632. | #define HAVE_LUALIB_H 1
  6633. | #define ENABLE_HTTPD 1
  6634. | #define ENABLE_VLM 1
  6635. | #define ENABLE_ADDONMANAGERMODULES 1
  6636. | #define HAVE_LINUX_VIDEODEV2_H 1
  6637. | /* end confdefs.h. */
  6638. | #include <mpc/mpcdec.h>
  6639. configure:35813: result: no
  6640. configure:35813: checking for mpc/mpcdec.h
  6641. configure:35813: result: no
  6642. configure:35834: checking mpcdec/mpcdec.h usability
  6643. configure:35834: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  6644. conftest.c:177:27: fatal error: mpcdec/mpcdec.h: No such file or directory
  6645. compilation terminated.
  6646. configure:35834: $? = 1
  6647. configure: failed program was:
  6648. | /* confdefs.h */
  6649. | #define PACKAGE_NAME "vlc"
  6650. | #define PACKAGE_TARNAME "vlc"
  6651. | #define PACKAGE_VERSION "3.0.0-git"
  6652. | #define PACKAGE_STRING "vlc 3.0.0-git"
  6653. | #define PACKAGE_BUGREPORT ""
  6654. | #define PACKAGE_URL ""
  6655. | #define PACKAGE "vlc"
  6656. | #define VERSION "3.0.0-git"
  6657. | #define STDC_HEADERS 1
  6658. | #define HAVE_SYS_TYPES_H 1
  6659. | #define HAVE_SYS_STAT_H 1
  6660. | #define HAVE_STDLIB_H 1
  6661. | #define HAVE_STRING_H 1
  6662. | #define HAVE_MEMORY_H 1
  6663. | #define HAVE_STRINGS_H 1
  6664. | #define HAVE_INTTYPES_H 1
  6665. | #define HAVE_STDINT_H 1
  6666. | #define HAVE_UNISTD_H 1
  6667. | #define __EXTENSIONS__ 1
  6668. | #define _ALL_SOURCE 1
  6669. | #define _GNU_SOURCE 1
  6670. | #define _POSIX_PTHREAD_SEMANTICS 1
  6671. | #define _TANDEM_SOURCE 1
  6672. | #define _FORTIFY_SOURCE 2
  6673. | #define _FILE_OFFSET_BITS 64
  6674. | #define _THREAD_SAFE /**/
  6675. | #define __LIBVLC__ /**/
  6676. | #define WIN32_LEAN_AND_MEAN /**/
  6677. | #define restrict __restrict
  6678. | #define HAVE_DLFCN_H 1
  6679. | #define LT_OBJDIR ".libs/"
  6680. | #define ENABLE_NLS 1
  6681. | #define HAVE_GETTEXT 1
  6682. | #define HAVE_DCGETTEXT 1
  6683. | #define HAVE_ICONV 1
  6684. | #define ICONV_CONST
  6685. | #define VLC_WINSTORE_APP 0
  6686. | #define LIBEXT ".so"
  6687. | #define HAVE_DECL_NANOSLEEP 1
  6688. | #define HAVE_DAEMON 1
  6689. | #define HAVE_FCNTL 1
  6690. | #define HAVE_FSTATVFS 1
  6691. | #define HAVE_FORK 1
  6692. | #define HAVE_GETENV 1
  6693. | #define HAVE_GETPWUID_R 1
  6694. | #define HAVE_ISATTY 1
  6695. | #define HAVE_LSTAT 1
  6696. | #define HAVE_MEMALIGN 1
  6697. | #define HAVE_MMAP 1
  6698. | #define HAVE_OPENAT 1
  6699. | #define HAVE_PREAD 1
  6700. | #define HAVE_POSIX_FADVISE 1
  6701. | #define HAVE_POSIX_MADVISE 1
  6702. | #define HAVE_SETLOCALE 1
  6703. | #define HAVE_STRPTIME 1
  6704. | #define HAVE_USELOCALE 1
  6705. | #define HAVE_ATOF 1
  6706. | #define HAVE_ATOLL 1
  6707. | #define HAVE_DIRFD 1
  6708. | #define HAVE_FDOPENDIR 1
  6709. | #define HAVE_FLOCKFILE 1
  6710. | #define HAVE_FSYNC 1
  6711. | #define HAVE_GETDELIM 1
  6712. | #define HAVE_GETPID 1
  6713. | #define HAVE_GMTIME_R 1
  6714. | #define HAVE_LLDIV 1
  6715. | #define HAVE_LOCALTIME_R 1
  6716. | #define HAVE_NRAND48 1
  6717. | #define HAVE_POLL 1
  6718. | #define HAVE_POSIX_MEMALIGN 1
  6719. | #define HAVE_REWIND 1
  6720. | #define HAVE_SETENV 1
  6721. | #define HAVE_STRCASECMP 1
  6722. | #define HAVE_STRCASESTR 1
  6723. | #define HAVE_STRDUP 1
  6724. | #define HAVE_STRNDUP 1
  6725. | #define HAVE_STRNLEN 1
  6726. | #define HAVE_STRSEP 1
  6727. | #define HAVE_STRTOF 1
  6728. | #define HAVE_STRTOK_R 1
  6729. | #define HAVE_STRTOLL 1
  6730. | #define HAVE_SWAB 1
  6731. | #define HAVE_TDESTROY 1
  6732. | #define HAVE_STRVERSCMP 1
  6733. | #define HAVE_FDATASYNC 1
  6734. | #define HAVE_ASPRINTF 1
  6735. | #define HAVE_VASPRINTF 1
  6736. | #define HAVE_STATIC_ASSERT 1
  6737. | #define HAVE_STRCOLL 1
  6738. | #define HAVE_ACCEPT4 1
  6739. | #define HAVE_PIPE2 1
  6740. | #define HAVE_EVENTFD 1
  6741. | #define HAVE_VMSPLICE 1
  6742. | #define HAVE_SCHED_GETAFFINITY 1
  6743. | #define HAVE_STRUCT_POLLFD 1
  6744. | #define HAVE_INET_PTON 1
  6745. | #define HAVE_IF_NAMEINDEX 1
  6746. | #define HAVE_IF_NAMETOINDEX 1
  6747. | #define HAVE_LRINTF 1
  6748. | #define HAVE_ARPA_INET_H 1
  6749. | #define HAVE_PTHREAD_H 1
  6750. | #define HAVE_SEARCH_H 1
  6751. | #define HAVE_SYSLOG_H 1
  6752. | #define HAVE_SYS_SHM_H 1
  6753. | #define HAVE_SYS_SOCKET_H 1
  6754. | #define HAVE_NET_IF_H 1
  6755. | #define HAVE_SYS_PARAM_H 1
  6756. | #define HAVE_SYS_MOUNT_H 1
  6757. | #define HAVE_GETOPT_H 1
  6758. | #define HAVE_LINUX_DCCP_H 1
  6759. | #define HAVE_LINUX_MAGIC_H 1
  6760. | #define HAVE_MNTENT_H 1
  6761. | #define HAVE_SYS_EVENTFD_H 1
  6762. | #define HAVE_XLOCALE_H 1
  6763. | #define HAVE_ZLIB_H 1
  6764. | #define HAVE_IDN 1
  6765. | #define NDEBUG 1
  6766. | #define ATTRIBUTE_ALIGNED_MAX 64
  6767. | #define HAVE_ATTRIBUTE_PACKED 1
  6768. | #define HAVE_EXECINFO_H 1
  6769. | #define HAVE_BACKTRACE 1
  6770. | #define HAVE_MMX_INTRINSICS 1
  6771. | #define CAN_COMPILE_MMX 1
  6772. | #define CAN_COMPILE_MMXEXT 1
  6773. | #define HAVE_SSE2_INTRINSICS 1
  6774. | #define CAN_COMPILE_SSE 1
  6775. | #define CAN_COMPILE_SSE2 1
  6776. | #define CAN_COMPILE_SSE3 1
  6777. | #define CAN_COMPILE_SSSE3 1
  6778. | #define CAN_COMPILE_SSE4_1 1
  6779. | #define CAN_COMPILE_SSE4_2 1
  6780. | #define CAN_COMPILE_SSE4A 1
  6781. | #define CAN_COMPILE_3DNOW 1
  6782. | #define ENABLE_SOUT 1
  6783. | #define HAVE_LUA_H 1
  6784. | #define HAVE_LAUXLIB_H 1
  6785. | #define HAVE_LUALIB_H 1
  6786. | #define ENABLE_HTTPD 1
  6787. | #define ENABLE_VLM 1
  6788. | #define ENABLE_ADDONMANAGERMODULES 1
  6789. | #define HAVE_LINUX_VIDEODEV2_H 1
  6790. | /* end confdefs.h. */
  6791. | #include <stdio.h>
  6792. | #ifdef HAVE_SYS_TYPES_H
  6793. | # include <sys/types.h>
  6794. | #endif
  6795. | #ifdef HAVE_SYS_STAT_H
  6796. | # include <sys/stat.h>
  6797. | #endif
  6798. | #ifdef STDC_HEADERS
  6799. | # include <stdlib.h>
  6800. | # include <stddef.h>
  6801. | #else
  6802. | # ifdef HAVE_STDLIB_H
  6803. | # include <stdlib.h>
  6804. | # endif
  6805. | #endif
  6806. | #ifdef HAVE_STRING_H
  6807. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6808. | # include <memory.h>
  6809. | # endif
  6810. | # include <string.h>
  6811. | #endif
  6812. | #ifdef HAVE_STRINGS_H
  6813. | # include <strings.h>
  6814. | #endif
  6815. | #ifdef HAVE_INTTYPES_H
  6816. | # include <inttypes.h>
  6817. | #endif
  6818. | #ifdef HAVE_STDINT_H
  6819. | # include <stdint.h>
  6820. | #endif
  6821. | #ifdef HAVE_UNISTD_H
  6822. | # include <unistd.h>
  6823. | #endif
  6824. | #include <mpcdec/mpcdec.h>
  6825. configure:35834: result: no
  6826. configure:35834: checking mpcdec/mpcdec.h presence
  6827. configure:35834: gcc -std=gnu99 -E conftest.c
  6828. conftest.c:144:27: fatal error: mpcdec/mpcdec.h: No such file or directory
  6829. compilation terminated.
  6830. configure:35834: $? = 1
  6831. configure: failed program was:
  6832. | /* confdefs.h */
  6833. | #define PACKAGE_NAME "vlc"
  6834. | #define PACKAGE_TARNAME "vlc"
  6835. | #define PACKAGE_VERSION "3.0.0-git"
  6836. | #define PACKAGE_STRING "vlc 3.0.0-git"
  6837. | #define PACKAGE_BUGREPORT ""
  6838. | #define PACKAGE_URL ""
  6839. | #define PACKAGE "vlc"
  6840. | #define VERSION "3.0.0-git"
  6841. | #define STDC_HEADERS 1
  6842. | #define HAVE_SYS_TYPES_H 1
  6843. | #define HAVE_SYS_STAT_H 1
  6844. | #define HAVE_STDLIB_H 1
  6845. | #define HAVE_STRING_H 1
  6846. | #define HAVE_MEMORY_H 1
  6847. | #define HAVE_STRINGS_H 1
  6848. | #define HAVE_INTTYPES_H 1
  6849. | #define HAVE_STDINT_H 1
  6850. | #define HAVE_UNISTD_H 1
  6851. | #define __EXTENSIONS__ 1
  6852. | #define _ALL_SOURCE 1
  6853. | #define _GNU_SOURCE 1
  6854. | #define _POSIX_PTHREAD_SEMANTICS 1
  6855. | #define _TANDEM_SOURCE 1
  6856. | #define _FORTIFY_SOURCE 2
  6857. | #define _FILE_OFFSET_BITS 64
  6858. | #define _THREAD_SAFE /**/
  6859. | #define __LIBVLC__ /**/
  6860. | #define WIN32_LEAN_AND_MEAN /**/
  6861. | #define restrict __restrict
  6862. | #define HAVE_DLFCN_H 1
  6863. | #define LT_OBJDIR ".libs/"
  6864. | #define ENABLE_NLS 1
  6865. | #define HAVE_GETTEXT 1
  6866. | #define HAVE_DCGETTEXT 1
  6867. | #define HAVE_ICONV 1
  6868. | #define ICONV_CONST
  6869. | #define VLC_WINSTORE_APP 0
  6870. | #define LIBEXT ".so"
  6871. | #define HAVE_DECL_NANOSLEEP 1
  6872. | #define HAVE_DAEMON 1
  6873. | #define HAVE_FCNTL 1
  6874. | #define HAVE_FSTATVFS 1
  6875. | #define HAVE_FORK 1
  6876. | #define HAVE_GETENV 1
  6877. | #define HAVE_GETPWUID_R 1
  6878. | #define HAVE_ISATTY 1
  6879. | #define HAVE_LSTAT 1
  6880. | #define HAVE_MEMALIGN 1
  6881. | #define HAVE_MMAP 1
  6882. | #define HAVE_OPENAT 1
  6883. | #define HAVE_PREAD 1
  6884. | #define HAVE_POSIX_FADVISE 1
  6885. | #define HAVE_POSIX_MADVISE 1
  6886. | #define HAVE_SETLOCALE 1
  6887. | #define HAVE_STRPTIME 1
  6888. | #define HAVE_USELOCALE 1
  6889. | #define HAVE_ATOF 1
  6890. | #define HAVE_ATOLL 1
  6891. | #define HAVE_DIRFD 1
  6892. | #define HAVE_FDOPENDIR 1
  6893. | #define HAVE_FLOCKFILE 1
  6894. | #define HAVE_FSYNC 1
  6895. | #define HAVE_GETDELIM 1
  6896. | #define HAVE_GETPID 1
  6897. | #define HAVE_GMTIME_R 1
  6898. | #define HAVE_LLDIV 1
  6899. | #define HAVE_LOCALTIME_R 1
  6900. | #define HAVE_NRAND48 1
  6901. | #define HAVE_POLL 1
  6902. | #define HAVE_POSIX_MEMALIGN 1
  6903. | #define HAVE_REWIND 1
  6904. | #define HAVE_SETENV 1
  6905. | #define HAVE_STRCASECMP 1
  6906. | #define HAVE_STRCASESTR 1
  6907. | #define HAVE_STRDUP 1
  6908. | #define HAVE_STRNDUP 1
  6909. | #define HAVE_STRNLEN 1
  6910. | #define HAVE_STRSEP 1
  6911. | #define HAVE_STRTOF 1
  6912. | #define HAVE_STRTOK_R 1
  6913. | #define HAVE_STRTOLL 1
  6914. | #define HAVE_SWAB 1
  6915. | #define HAVE_TDESTROY 1
  6916. | #define HAVE_STRVERSCMP 1
  6917. | #define HAVE_FDATASYNC 1
  6918. | #define HAVE_ASPRINTF 1
  6919. | #define HAVE_VASPRINTF 1
  6920. | #define HAVE_STATIC_ASSERT 1
  6921. | #define HAVE_STRCOLL 1
  6922. | #define HAVE_ACCEPT4 1
  6923. | #define HAVE_PIPE2 1
  6924. | #define HAVE_EVENTFD 1
  6925. | #define HAVE_VMSPLICE 1
  6926. | #define HAVE_SCHED_GETAFFINITY 1
  6927. | #define HAVE_STRUCT_POLLFD 1
  6928. | #define HAVE_INET_PTON 1
  6929. | #define HAVE_IF_NAMEINDEX 1
  6930. | #define HAVE_IF_NAMETOINDEX 1
  6931. | #define HAVE_LRINTF 1
  6932. | #define HAVE_ARPA_INET_H 1
  6933. | #define HAVE_PTHREAD_H 1
  6934. | #define HAVE_SEARCH_H 1
  6935. | #define HAVE_SYSLOG_H 1
  6936. | #define HAVE_SYS_SHM_H 1
  6937. | #define HAVE_SYS_SOCKET_H 1
  6938. | #define HAVE_NET_IF_H 1
  6939. | #define HAVE_SYS_PARAM_H 1
  6940. | #define HAVE_SYS_MOUNT_H 1
  6941. | #define HAVE_GETOPT_H 1
  6942. | #define HAVE_LINUX_DCCP_H 1
  6943. | #define HAVE_LINUX_MAGIC_H 1
  6944. | #define HAVE_MNTENT_H 1
  6945. | #define HAVE_SYS_EVENTFD_H 1
  6946. | #define HAVE_XLOCALE_H 1
  6947. | #define HAVE_ZLIB_H 1
  6948. | #define HAVE_IDN 1
  6949. | #define NDEBUG 1
  6950. | #define ATTRIBUTE_ALIGNED_MAX 64
  6951. | #define HAVE_ATTRIBUTE_PACKED 1
  6952. | #define HAVE_EXECINFO_H 1
  6953. | #define HAVE_BACKTRACE 1
  6954. | #define HAVE_MMX_INTRINSICS 1
  6955. | #define CAN_COMPILE_MMX 1
  6956. | #define CAN_COMPILE_MMXEXT 1
  6957. | #define HAVE_SSE2_INTRINSICS 1
  6958. | #define CAN_COMPILE_SSE 1
  6959. | #define CAN_COMPILE_SSE2 1
  6960. | #define CAN_COMPILE_SSE3 1
  6961. | #define CAN_COMPILE_SSSE3 1
  6962. | #define CAN_COMPILE_SSE4_1 1
  6963. | #define CAN_COMPILE_SSE4_2 1
  6964. | #define CAN_COMPILE_SSE4A 1
  6965. | #define CAN_COMPILE_3DNOW 1
  6966. | #define ENABLE_SOUT 1
  6967. | #define HAVE_LUA_H 1
  6968. | #define HAVE_LAUXLIB_H 1
  6969. | #define HAVE_LUALIB_H 1
  6970. | #define ENABLE_HTTPD 1
  6971. | #define ENABLE_VLM 1
  6972. | #define ENABLE_ADDONMANAGERMODULES 1
  6973. | #define HAVE_LINUX_VIDEODEV2_H 1
  6974. | /* end confdefs.h. */
  6975. | #include <mpcdec/mpcdec.h>
  6976. configure:35834: result: no
  6977. configure:35834: checking for mpcdec/mpcdec.h
  6978. configure:35834: result: no
  6979. configure:36008: checking for SHINE
  6980. configure:36015: $PKG_CONFIG --exists --print-errors "shine >= 3.0.0"
  6981. Package shine was not found in the pkg-config search path.
  6982. Perhaps you should add the directory containing `shine.pc'
  6983. to the PKG_CONFIG_PATH environment variable
  6984. No package 'shine' found
  6985. configure:36018: $? = 1
  6986. configure:36032: $PKG_CONFIG --exists --print-errors "shine >= 3.0.0"
  6987. Package shine was not found in the pkg-config search path.
  6988. Perhaps you should add the directory containing `shine.pc'
  6989. to the PKG_CONFIG_PATH environment variable
  6990. No package 'shine' found
  6991. configure:36035: $? = 1
  6992. configure:36049: result: no
  6993. No package 'shine' found
  6994. configure:36069: WARNING: Library shine >= 3.0.0 needed for shine was not found
  6995. configure:36189: checking for libcrystalhd/libcrystalhd_if.h
  6996. configure:36189: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  6997. conftest.c:145:46: fatal error: libcrystalhd/bc_dts_types.h: No such file or directory
  6998. compilation terminated.
  6999. configure:36189: $? = 1
  7000. configure: failed program was:
  7001. | /* confdefs.h */
  7002. | #define PACKAGE_NAME "vlc"
  7003. | #define PACKAGE_TARNAME "vlc"
  7004. | #define PACKAGE_VERSION "3.0.0-git"
  7005. | #define PACKAGE_STRING "vlc 3.0.0-git"
  7006. | #define PACKAGE_BUGREPORT ""
  7007. | #define PACKAGE_URL ""
  7008. | #define PACKAGE "vlc"
  7009. | #define VERSION "3.0.0-git"
  7010. | #define STDC_HEADERS 1
  7011. | #define HAVE_SYS_TYPES_H 1
  7012. | #define HAVE_SYS_STAT_H 1
  7013. | #define HAVE_STDLIB_H 1
  7014. | #define HAVE_STRING_H 1
  7015. | #define HAVE_MEMORY_H 1
  7016. | #define HAVE_STRINGS_H 1
  7017. | #define HAVE_INTTYPES_H 1
  7018. | #define HAVE_STDINT_H 1
  7019. | #define HAVE_UNISTD_H 1
  7020. | #define __EXTENSIONS__ 1
  7021. | #define _ALL_SOURCE 1
  7022. | #define _GNU_SOURCE 1
  7023. | #define _POSIX_PTHREAD_SEMANTICS 1
  7024. | #define _TANDEM_SOURCE 1
  7025. | #define _FORTIFY_SOURCE 2
  7026. | #define _FILE_OFFSET_BITS 64
  7027. | #define _THREAD_SAFE /**/
  7028. | #define __LIBVLC__ /**/
  7029. | #define WIN32_LEAN_AND_MEAN /**/
  7030. | #define restrict __restrict
  7031. | #define HAVE_DLFCN_H 1
  7032. | #define LT_OBJDIR ".libs/"
  7033. | #define ENABLE_NLS 1
  7034. | #define HAVE_GETTEXT 1
  7035. | #define HAVE_DCGETTEXT 1
  7036. | #define HAVE_ICONV 1
  7037. | #define ICONV_CONST
  7038. | #define VLC_WINSTORE_APP 0
  7039. | #define LIBEXT ".so"
  7040. | #define HAVE_DECL_NANOSLEEP 1
  7041. | #define HAVE_DAEMON 1
  7042. | #define HAVE_FCNTL 1
  7043. | #define HAVE_FSTATVFS 1
  7044. | #define HAVE_FORK 1
  7045. | #define HAVE_GETENV 1
  7046. | #define HAVE_GETPWUID_R 1
  7047. | #define HAVE_ISATTY 1
  7048. | #define HAVE_LSTAT 1
  7049. | #define HAVE_MEMALIGN 1
  7050. | #define HAVE_MMAP 1
  7051. | #define HAVE_OPENAT 1
  7052. | #define HAVE_PREAD 1
  7053. | #define HAVE_POSIX_FADVISE 1
  7054. | #define HAVE_POSIX_MADVISE 1
  7055. | #define HAVE_SETLOCALE 1
  7056. | #define HAVE_STRPTIME 1
  7057. | #define HAVE_USELOCALE 1
  7058. | #define HAVE_ATOF 1
  7059. | #define HAVE_ATOLL 1
  7060. | #define HAVE_DIRFD 1
  7061. | #define HAVE_FDOPENDIR 1
  7062. | #define HAVE_FLOCKFILE 1
  7063. | #define HAVE_FSYNC 1
  7064. | #define HAVE_GETDELIM 1
  7065. | #define HAVE_GETPID 1
  7066. | #define HAVE_GMTIME_R 1
  7067. | #define HAVE_LLDIV 1
  7068. | #define HAVE_LOCALTIME_R 1
  7069. | #define HAVE_NRAND48 1
  7070. | #define HAVE_POLL 1
  7071. | #define HAVE_POSIX_MEMALIGN 1
  7072. | #define HAVE_REWIND 1
  7073. | #define HAVE_SETENV 1
  7074. | #define HAVE_STRCASECMP 1
  7075. | #define HAVE_STRCASESTR 1
  7076. | #define HAVE_STRDUP 1
  7077. | #define HAVE_STRNDUP 1
  7078. | #define HAVE_STRNLEN 1
  7079. | #define HAVE_STRSEP 1
  7080. | #define HAVE_STRTOF 1
  7081. | #define HAVE_STRTOK_R 1
  7082. | #define HAVE_STRTOLL 1
  7083. | #define HAVE_SWAB 1
  7084. | #define HAVE_TDESTROY 1
  7085. | #define HAVE_STRVERSCMP 1
  7086. | #define HAVE_FDATASYNC 1
  7087. | #define HAVE_ASPRINTF 1
  7088. | #define HAVE_VASPRINTF 1
  7089. | #define HAVE_STATIC_ASSERT 1
  7090. | #define HAVE_STRCOLL 1
  7091. | #define HAVE_ACCEPT4 1
  7092. | #define HAVE_PIPE2 1
  7093. | #define HAVE_EVENTFD 1
  7094. | #define HAVE_VMSPLICE 1
  7095. | #define HAVE_SCHED_GETAFFINITY 1
  7096. | #define HAVE_STRUCT_POLLFD 1
  7097. | #define HAVE_INET_PTON 1
  7098. | #define HAVE_IF_NAMEINDEX 1
  7099. | #define HAVE_IF_NAMETOINDEX 1
  7100. | #define HAVE_LRINTF 1
  7101. | #define HAVE_ARPA_INET_H 1
  7102. | #define HAVE_PTHREAD_H 1
  7103. | #define HAVE_SEARCH_H 1
  7104. | #define HAVE_SYSLOG_H 1
  7105. | #define HAVE_SYS_SHM_H 1
  7106. | #define HAVE_SYS_SOCKET_H 1
  7107. | #define HAVE_NET_IF_H 1
  7108. | #define HAVE_SYS_PARAM_H 1
  7109. | #define HAVE_SYS_MOUNT_H 1
  7110. | #define HAVE_GETOPT_H 1
  7111. | #define HAVE_LINUX_DCCP_H 1
  7112. | #define HAVE_LINUX_MAGIC_H 1
  7113. | #define HAVE_MNTENT_H 1
  7114. | #define HAVE_SYS_EVENTFD_H 1
  7115. | #define HAVE_XLOCALE_H 1
  7116. | #define HAVE_ZLIB_H 1
  7117. | #define HAVE_IDN 1
  7118. | #define NDEBUG 1
  7119. | #define ATTRIBUTE_ALIGNED_MAX 64
  7120. | #define HAVE_ATTRIBUTE_PACKED 1
  7121. | #define HAVE_EXECINFO_H 1
  7122. | #define HAVE_BACKTRACE 1
  7123. | #define HAVE_MMX_INTRINSICS 1
  7124. | #define CAN_COMPILE_MMX 1
  7125. | #define CAN_COMPILE_MMXEXT 1
  7126. | #define HAVE_SSE2_INTRINSICS 1
  7127. | #define CAN_COMPILE_SSE 1
  7128. | #define CAN_COMPILE_SSE2 1
  7129. | #define CAN_COMPILE_SSE3 1
  7130. | #define CAN_COMPILE_SSSE3 1
  7131. | #define CAN_COMPILE_SSE4_1 1
  7132. | #define CAN_COMPILE_SSE4_2 1
  7133. | #define CAN_COMPILE_SSE4A 1
  7134. | #define CAN_COMPILE_3DNOW 1
  7135. | #define ENABLE_SOUT 1
  7136. | #define HAVE_LUA_H 1
  7137. | #define HAVE_LAUXLIB_H 1
  7138. | #define HAVE_LUALIB_H 1
  7139. | #define ENABLE_HTTPD 1
  7140. | #define ENABLE_VLM 1
  7141. | #define ENABLE_ADDONMANAGERMODULES 1
  7142. | #define HAVE_LINUX_VIDEODEV2_H 1
  7143. | /* end confdefs.h. */
  7144. |
  7145. | #include <libcrystalhd/bc_dts_types.h>
  7146. |
  7147. |
  7148. | #include <libcrystalhd/libcrystalhd_if.h>
  7149. configure:36189: result: no
  7150. configure:36421: checking mad.h usability
  7151. configure:36421: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  7152. configure:36421: $? = 0
  7153. configure:36421: result: yes
  7154. configure:36421: checking mad.h presence
  7155. configure:36421: gcc -std=gnu99 -E conftest.c
  7156. configure:36421: $? = 0
  7157. configure:36421: result: yes
  7158. configure:36421: checking for mad.h
  7159. configure:36421: result: yes
  7160. configure:36433: checking for mad_bit_init in -lmad
  7161. configure:36458: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -lmad >&5
  7162. configure:36458: $? = 0
  7163. configure:36467: result: yes
  7164. configure:36517: checking for libavutil variant
  7165. configure:36520: $PKG_CONFIG --exists --print-errors "libavutil"
  7166. configure:36523: $? = 0
  7167. configure:36543: result: ffmpeg
  7168. configure:36557: checking for GST_APP
  7169. configure:36564: $PKG_CONFIG --exists --print-errors "gstreamer-app-1.0"
  7170. configure:36567: $? = 0
  7171. configure:36581: $PKG_CONFIG --exists --print-errors "gstreamer-app-1.0"
  7172. configure:36584: $? = 0
  7173. configure:36628: result: yes
  7174. configure:36633: checking for GST_VIDEO
  7175. configure:36640: $PKG_CONFIG --exists --print-errors "gstreamer-video-1.0"
  7176. configure:36643: $? = 0
  7177. configure:36657: $PKG_CONFIG --exists --print-errors "gstreamer-video-1.0"
  7178. configure:36660: $? = 0
  7179. configure:36704: result: yes
  7180. configure:36732: checking for AVCODEC
  7181. configure:36739: $PKG_CONFIG --exists --print-errors "libavcodec >= 54.25.0 libavutil >= 52.0.0"
  7182. configure:36742: $? = 0
  7183. configure:36756: $PKG_CONFIG --exists --print-errors "libavcodec >= 54.25.0 libavutil >= 52.0.0"
  7184. configure:36759: $? = 0
  7185. configure:36801: result: yes
  7186. configure:36816: checking libavcodec/avcodec.h usability
  7187. configure:36816: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.c >&5
  7188. configure:36816: $? = 0
  7189. configure:36816: result: yes
  7190. configure:36816: checking libavcodec/avcodec.h presence
  7191. configure:36816: gcc -std=gnu99 -E -I/usr/local/include conftest.c
  7192. In file included from /usr/include/errno.h:28:0,
  7193. from /usr/local/include/libavcodec/avcodec.h:30,
  7194. from conftest.c:145:
  7195. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  7196. configure:36816: $? = 0
  7197. configure:36816: result: yes
  7198. configure:36816: checking for libavcodec/avcodec.h
  7199. configure:36816: result: yes
  7200. configure:36828: checking libavutil/avutil.h usability
  7201. configure:36828: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.c >&5
  7202. configure:36828: $? = 0
  7203. configure:36828: result: yes
  7204. configure:36828: checking libavutil/avutil.h presence
  7205. configure:36828: gcc -std=gnu99 -E -I/usr/local/include conftest.c
  7206. In file included from /usr/include/errno.h:28:0,
  7207. from /usr/local/include/libavutil/common.h:33,
  7208. from /usr/local/include/libavutil/avutil.h:289,
  7209. from conftest.c:146:
  7210. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  7211. configure:36828: $? = 0
  7212. configure:36828: result: yes
  7213. configure:36828: checking for libavutil/avutil.h
  7214. configure:36828: result: yes
  7215. configure:36882: $PKG_CONFIG --exists --print-errors "libva"
  7216. Package libva was not found in the pkg-config search path.
  7217. Perhaps you should add the directory containing `libva.pc'
  7218. to the PKG_CONFIG_PATH environment variable
  7219. No package 'libva' found
  7220. configure:36885: $? = 1
  7221. configure:36898: WARNING: .
  7222. configure:36906: checking for LIBVA_DRM
  7223. configure:36913: $PKG_CONFIG --exists --print-errors "libva-drm"
  7224. Package libva-drm was not found in the pkg-config search path.
  7225. Perhaps you should add the directory containing `libva-drm.pc'
  7226. to the PKG_CONFIG_PATH environment variable
  7227. No package 'libva-drm' found
  7228. configure:36916: $? = 1
  7229. configure:36930: $PKG_CONFIG --exists --print-errors "libva-drm"
  7230. Package libva-drm was not found in the pkg-config search path.
  7231. Perhaps you should add the directory containing `libva-drm.pc'
  7232. to the PKG_CONFIG_PATH environment variable
  7233. No package 'libva-drm' found
  7234. configure:36933: $? = 1
  7235. configure:36947: result: no
  7236. No package 'libva-drm' found
  7237. configure:36964: WARNING: No package 'libva-drm' found.
  7238. configure:36985: checking for LIBVA_X11
  7239. configure:36992: $PKG_CONFIG --exists --print-errors "libva-x11"
  7240. Package libva-x11 was not found in the pkg-config search path.
  7241. Perhaps you should add the directory containing `libva-x11.pc'
  7242. to the PKG_CONFIG_PATH environment variable
  7243. No package 'libva-x11' found
  7244. configure:36995: $? = 1
  7245. configure:37009: $PKG_CONFIG --exists --print-errors "libva-x11"
  7246. Package libva-x11 was not found in the pkg-config search path.
  7247. Perhaps you should add the directory containing `libva-x11.pc'
  7248. to the PKG_CONFIG_PATH environment variable
  7249. No package 'libva-x11' found
  7250. configure:37012: $? = 1
  7251. configure:37026: result: no
  7252. No package 'libva-x11' found
  7253. configure:37043: WARNING: No package 'libva-x11' found.
  7254. configure:37338: checking for AVFORMAT
  7255. configure:37345: $PKG_CONFIG --exists --print-errors "libavformat >= 53.21.0 libavcodec libavutil"
  7256. configure:37348: $? = 0
  7257. configure:37362: $PKG_CONFIG --exists --print-errors "libavformat >= 53.21.0 libavcodec libavutil"
  7258. configure:37365: $? = 0
  7259. configure:37407: result: yes
  7260. configure:37424: checking libavformat/avformat.h usability
  7261. configure:37424: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.c >&5
  7262. configure:37424: $? = 0
  7263. configure:37424: result: yes
  7264. configure:37424: checking libavformat/avformat.h presence
  7265. configure:37424: gcc -std=gnu99 -E -I/usr/local/include conftest.c
  7266. In file included from /usr/include/time.h:27:0,
  7267. from /usr/local/include/libavformat/avformat.h:253,
  7268. from conftest.c:147:
  7269. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  7270. configure:37424: $? = 0
  7271. configure:37424: result: yes
  7272. configure:37424: checking for libavformat/avformat.h
  7273. configure:37424: result: yes
  7274. configure:37424: checking libavformat/avio.h usability
  7275. configure:37424: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.c >&5
  7276. configure:37424: $? = 0
  7277. configure:37424: result: yes
  7278. configure:37424: checking libavformat/avio.h presence
  7279. configure:37424: gcc -std=gnu99 -E -I/usr/local/include conftest.c
  7280. In file included from /usr/include/stdint.h:25:0,
  7281. from /usr/lib/gcc/i586-suse-linux/4.7/include/stdint.h:3,
  7282. from /usr/local/include/libavformat/avio.h:29,
  7283. from conftest.c:148:
  7284. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  7285. configure:37424: $? = 0
  7286. configure:37424: result: yes
  7287. configure:37424: checking for libavformat/avio.h
  7288. configure:37424: result: yes
  7289. configure:37436: checking for libavcodec/avcodec.h
  7290. configure:37436: result: yes
  7291. configure:37448: checking for libavutil/avutil.h
  7292. configure:37448: result: yes
  7293. configure:37494: checking for SWSCALE
  7294. configure:37501: $PKG_CONFIG --exists --print-errors "libswscale"
  7295. configure:37504: $? = 0
  7296. configure:37518: $PKG_CONFIG --exists --print-errors "libswscale"
  7297. configure:37521: $? = 0
  7298. configure:37563: result: yes
  7299. configure:37578: checking libswscale/swscale.h usability
  7300. configure:37578: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.c >&5
  7301. configure:37578: $? = 0
  7302. configure:37578: result: yes
  7303. configure:37578: checking libswscale/swscale.h presence
  7304. configure:37578: gcc -std=gnu99 -E -I/usr/local/include conftest.c
  7305. In file included from /usr/include/stdint.h:25:0,
  7306. from /usr/lib/gcc/i586-suse-linux/4.7/include/stdint.h:3,
  7307. from /usr/local/include/libswscale/swscale.h:30,
  7308. from conftest.c:151:
  7309. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  7310. configure:37578: $? = 0
  7311. configure:37578: result: yes
  7312. configure:37578: checking for libswscale/swscale.h
  7313. configure:37578: result: yes
  7314. configure:37638: checking for POSTPROC
  7315. configure:37645: $PKG_CONFIG --exists --print-errors "libpostproc libavutil"
  7316. configure:37648: $? = 0
  7317. configure:37662: $PKG_CONFIG --exists --print-errors "libpostproc libavutil"
  7318. configure:37665: $? = 0
  7319. configure:37709: result: yes
  7320. configure:37724: checking postproc/postprocess.h usability
  7321. configure:37724: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.c >&5
  7322. conftest.c:185:34: fatal error: postproc/postprocess.h: No such file or directory
  7323. compilation terminated.
  7324. configure:37724: $? = 1
  7325. configure: failed program was:
  7326. | /* confdefs.h */
  7327. | #define PACKAGE_NAME "vlc"
  7328. | #define PACKAGE_TARNAME "vlc"
  7329. | #define PACKAGE_VERSION "3.0.0-git"
  7330. | #define PACKAGE_STRING "vlc 3.0.0-git"
  7331. | #define PACKAGE_BUGREPORT ""
  7332. | #define PACKAGE_URL ""
  7333. | #define PACKAGE "vlc"
  7334. | #define VERSION "3.0.0-git"
  7335. | #define STDC_HEADERS 1
  7336. | #define HAVE_SYS_TYPES_H 1
  7337. | #define HAVE_SYS_STAT_H 1
  7338. | #define HAVE_STDLIB_H 1
  7339. | #define HAVE_STRING_H 1
  7340. | #define HAVE_MEMORY_H 1
  7341. | #define HAVE_STRINGS_H 1
  7342. | #define HAVE_INTTYPES_H 1
  7343. | #define HAVE_STDINT_H 1
  7344. | #define HAVE_UNISTD_H 1
  7345. | #define __EXTENSIONS__ 1
  7346. | #define _ALL_SOURCE 1
  7347. | #define _GNU_SOURCE 1
  7348. | #define _POSIX_PTHREAD_SEMANTICS 1
  7349. | #define _TANDEM_SOURCE 1
  7350. | #define _FORTIFY_SOURCE 2
  7351. | #define _FILE_OFFSET_BITS 64
  7352. | #define _THREAD_SAFE /**/
  7353. | #define __LIBVLC__ /**/
  7354. | #define WIN32_LEAN_AND_MEAN /**/
  7355. | #define restrict __restrict
  7356. | #define HAVE_DLFCN_H 1
  7357. | #define LT_OBJDIR ".libs/"
  7358. | #define ENABLE_NLS 1
  7359. | #define HAVE_GETTEXT 1
  7360. | #define HAVE_DCGETTEXT 1
  7361. | #define HAVE_ICONV 1
  7362. | #define ICONV_CONST
  7363. | #define VLC_WINSTORE_APP 0
  7364. | #define LIBEXT ".so"
  7365. | #define HAVE_DECL_NANOSLEEP 1
  7366. | #define HAVE_DAEMON 1
  7367. | #define HAVE_FCNTL 1
  7368. | #define HAVE_FSTATVFS 1
  7369. | #define HAVE_FORK 1
  7370. | #define HAVE_GETENV 1
  7371. | #define HAVE_GETPWUID_R 1
  7372. | #define HAVE_ISATTY 1
  7373. | #define HAVE_LSTAT 1
  7374. | #define HAVE_MEMALIGN 1
  7375. | #define HAVE_MMAP 1
  7376. | #define HAVE_OPENAT 1
  7377. | #define HAVE_PREAD 1
  7378. | #define HAVE_POSIX_FADVISE 1
  7379. | #define HAVE_POSIX_MADVISE 1
  7380. | #define HAVE_SETLOCALE 1
  7381. | #define HAVE_STRPTIME 1
  7382. | #define HAVE_USELOCALE 1
  7383. | #define HAVE_ATOF 1
  7384. | #define HAVE_ATOLL 1
  7385. | #define HAVE_DIRFD 1
  7386. | #define HAVE_FDOPENDIR 1
  7387. | #define HAVE_FLOCKFILE 1
  7388. | #define HAVE_FSYNC 1
  7389. | #define HAVE_GETDELIM 1
  7390. | #define HAVE_GETPID 1
  7391. | #define HAVE_GMTIME_R 1
  7392. | #define HAVE_LLDIV 1
  7393. | #define HAVE_LOCALTIME_R 1
  7394. | #define HAVE_NRAND48 1
  7395. | #define HAVE_POLL 1
  7396. | #define HAVE_POSIX_MEMALIGN 1
  7397. | #define HAVE_REWIND 1
  7398. | #define HAVE_SETENV 1
  7399. | #define HAVE_STRCASECMP 1
  7400. | #define HAVE_STRCASESTR 1
  7401. | #define HAVE_STRDUP 1
  7402. | #define HAVE_STRNDUP 1
  7403. | #define HAVE_STRNLEN 1
  7404. | #define HAVE_STRSEP 1
  7405. | #define HAVE_STRTOF 1
  7406. | #define HAVE_STRTOK_R 1
  7407. | #define HAVE_STRTOLL 1
  7408. | #define HAVE_SWAB 1
  7409. | #define HAVE_TDESTROY 1
  7410. | #define HAVE_STRVERSCMP 1
  7411. | #define HAVE_FDATASYNC 1
  7412. | #define HAVE_ASPRINTF 1
  7413. | #define HAVE_VASPRINTF 1
  7414. | #define HAVE_STATIC_ASSERT 1
  7415. | #define HAVE_STRCOLL 1
  7416. | #define HAVE_ACCEPT4 1
  7417. | #define HAVE_PIPE2 1
  7418. | #define HAVE_EVENTFD 1
  7419. | #define HAVE_VMSPLICE 1
  7420. | #define HAVE_SCHED_GETAFFINITY 1
  7421. | #define HAVE_STRUCT_POLLFD 1
  7422. | #define HAVE_INET_PTON 1
  7423. | #define HAVE_IF_NAMEINDEX 1
  7424. | #define HAVE_IF_NAMETOINDEX 1
  7425. | #define HAVE_LRINTF 1
  7426. | #define HAVE_ARPA_INET_H 1
  7427. | #define HAVE_PTHREAD_H 1
  7428. | #define HAVE_SEARCH_H 1
  7429. | #define HAVE_SYSLOG_H 1
  7430. | #define HAVE_SYS_SHM_H 1
  7431. | #define HAVE_SYS_SOCKET_H 1
  7432. | #define HAVE_NET_IF_H 1
  7433. | #define HAVE_SYS_PARAM_H 1
  7434. | #define HAVE_SYS_MOUNT_H 1
  7435. | #define HAVE_GETOPT_H 1
  7436. | #define HAVE_LINUX_DCCP_H 1
  7437. | #define HAVE_LINUX_MAGIC_H 1
  7438. | #define HAVE_MNTENT_H 1
  7439. | #define HAVE_SYS_EVENTFD_H 1
  7440. | #define HAVE_XLOCALE_H 1
  7441. | #define HAVE_ZLIB_H 1
  7442. | #define HAVE_IDN 1
  7443. | #define NDEBUG 1
  7444. | #define ATTRIBUTE_ALIGNED_MAX 64
  7445. | #define HAVE_ATTRIBUTE_PACKED 1
  7446. | #define HAVE_EXECINFO_H 1
  7447. | #define HAVE_BACKTRACE 1
  7448. | #define HAVE_MMX_INTRINSICS 1
  7449. | #define CAN_COMPILE_MMX 1
  7450. | #define CAN_COMPILE_MMXEXT 1
  7451. | #define HAVE_SSE2_INTRINSICS 1
  7452. | #define CAN_COMPILE_SSE 1
  7453. | #define CAN_COMPILE_SSE2 1
  7454. | #define CAN_COMPILE_SSE3 1
  7455. | #define CAN_COMPILE_SSSE3 1
  7456. | #define CAN_COMPILE_SSE4_1 1
  7457. | #define CAN_COMPILE_SSE4_2 1
  7458. | #define CAN_COMPILE_SSE4A 1
  7459. | #define CAN_COMPILE_3DNOW 1
  7460. | #define ENABLE_SOUT 1
  7461. | #define HAVE_LUA_H 1
  7462. | #define HAVE_LAUXLIB_H 1
  7463. | #define HAVE_LUALIB_H 1
  7464. | #define ENABLE_HTTPD 1
  7465. | #define ENABLE_VLM 1
  7466. | #define ENABLE_ADDONMANAGERMODULES 1
  7467. | #define HAVE_LINUX_VIDEODEV2_H 1
  7468. | #define HAVE_MAD_H 1
  7469. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7470. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7471. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  7472. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  7473. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7474. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7475. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  7476. | /* end confdefs.h. */
  7477. | #include <stdio.h>
  7478. | #ifdef HAVE_SYS_TYPES_H
  7479. | # include <sys/types.h>
  7480. | #endif
  7481. | #ifdef HAVE_SYS_STAT_H
  7482. | # include <sys/stat.h>
  7483. | #endif
  7484. | #ifdef STDC_HEADERS
  7485. | # include <stdlib.h>
  7486. | # include <stddef.h>
  7487. | #else
  7488. | # ifdef HAVE_STDLIB_H
  7489. | # include <stdlib.h>
  7490. | # endif
  7491. | #endif
  7492. | #ifdef HAVE_STRING_H
  7493. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7494. | # include <memory.h>
  7495. | # endif
  7496. | # include <string.h>
  7497. | #endif
  7498. | #ifdef HAVE_STRINGS_H
  7499. | # include <strings.h>
  7500. | #endif
  7501. | #ifdef HAVE_INTTYPES_H
  7502. | # include <inttypes.h>
  7503. | #endif
  7504. | #ifdef HAVE_STDINT_H
  7505. | # include <stdint.h>
  7506. | #endif
  7507. | #ifdef HAVE_UNISTD_H
  7508. | # include <unistd.h>
  7509. | #endif
  7510. | #include <postproc/postprocess.h>
  7511. configure:37724: result: no
  7512. configure:37724: checking postproc/postprocess.h presence
  7513. configure:37724: gcc -std=gnu99 -E -I/usr/local/include conftest.c
  7514. conftest.c:152:34: fatal error: postproc/postprocess.h: No such file or directory
  7515. compilation terminated.
  7516. configure:37724: $? = 1
  7517. configure: failed program was:
  7518. | /* confdefs.h */
  7519. | #define PACKAGE_NAME "vlc"
  7520. | #define PACKAGE_TARNAME "vlc"
  7521. | #define PACKAGE_VERSION "3.0.0-git"
  7522. | #define PACKAGE_STRING "vlc 3.0.0-git"
  7523. | #define PACKAGE_BUGREPORT ""
  7524. | #define PACKAGE_URL ""
  7525. | #define PACKAGE "vlc"
  7526. | #define VERSION "3.0.0-git"
  7527. | #define STDC_HEADERS 1
  7528. | #define HAVE_SYS_TYPES_H 1
  7529. | #define HAVE_SYS_STAT_H 1
  7530. | #define HAVE_STDLIB_H 1
  7531. | #define HAVE_STRING_H 1
  7532. | #define HAVE_MEMORY_H 1
  7533. | #define HAVE_STRINGS_H 1
  7534. | #define HAVE_INTTYPES_H 1
  7535. | #define HAVE_STDINT_H 1
  7536. | #define HAVE_UNISTD_H 1
  7537. | #define __EXTENSIONS__ 1
  7538. | #define _ALL_SOURCE 1
  7539. | #define _GNU_SOURCE 1
  7540. | #define _POSIX_PTHREAD_SEMANTICS 1
  7541. | #define _TANDEM_SOURCE 1
  7542. | #define _FORTIFY_SOURCE 2
  7543. | #define _FILE_OFFSET_BITS 64
  7544. | #define _THREAD_SAFE /**/
  7545. | #define __LIBVLC__ /**/
  7546. | #define WIN32_LEAN_AND_MEAN /**/
  7547. | #define restrict __restrict
  7548. | #define HAVE_DLFCN_H 1
  7549. | #define LT_OBJDIR ".libs/"
  7550. | #define ENABLE_NLS 1
  7551. | #define HAVE_GETTEXT 1
  7552. | #define HAVE_DCGETTEXT 1
  7553. | #define HAVE_ICONV 1
  7554. | #define ICONV_CONST
  7555. | #define VLC_WINSTORE_APP 0
  7556. | #define LIBEXT ".so"
  7557. | #define HAVE_DECL_NANOSLEEP 1
  7558. | #define HAVE_DAEMON 1
  7559. | #define HAVE_FCNTL 1
  7560. | #define HAVE_FSTATVFS 1
  7561. | #define HAVE_FORK 1
  7562. | #define HAVE_GETENV 1
  7563. | #define HAVE_GETPWUID_R 1
  7564. | #define HAVE_ISATTY 1
  7565. | #define HAVE_LSTAT 1
  7566. | #define HAVE_MEMALIGN 1
  7567. | #define HAVE_MMAP 1
  7568. | #define HAVE_OPENAT 1
  7569. | #define HAVE_PREAD 1
  7570. | #define HAVE_POSIX_FADVISE 1
  7571. | #define HAVE_POSIX_MADVISE 1
  7572. | #define HAVE_SETLOCALE 1
  7573. | #define HAVE_STRPTIME 1
  7574. | #define HAVE_USELOCALE 1
  7575. | #define HAVE_ATOF 1
  7576. | #define HAVE_ATOLL 1
  7577. | #define HAVE_DIRFD 1
  7578. | #define HAVE_FDOPENDIR 1
  7579. | #define HAVE_FLOCKFILE 1
  7580. | #define HAVE_FSYNC 1
  7581. | #define HAVE_GETDELIM 1
  7582. | #define HAVE_GETPID 1
  7583. | #define HAVE_GMTIME_R 1
  7584. | #define HAVE_LLDIV 1
  7585. | #define HAVE_LOCALTIME_R 1
  7586. | #define HAVE_NRAND48 1
  7587. | #define HAVE_POLL 1
  7588. | #define HAVE_POSIX_MEMALIGN 1
  7589. | #define HAVE_REWIND 1
  7590. | #define HAVE_SETENV 1
  7591. | #define HAVE_STRCASECMP 1
  7592. | #define HAVE_STRCASESTR 1
  7593. | #define HAVE_STRDUP 1
  7594. | #define HAVE_STRNDUP 1
  7595. | #define HAVE_STRNLEN 1
  7596. | #define HAVE_STRSEP 1
  7597. | #define HAVE_STRTOF 1
  7598. | #define HAVE_STRTOK_R 1
  7599. | #define HAVE_STRTOLL 1
  7600. | #define HAVE_SWAB 1
  7601. | #define HAVE_TDESTROY 1
  7602. | #define HAVE_STRVERSCMP 1
  7603. | #define HAVE_FDATASYNC 1
  7604. | #define HAVE_ASPRINTF 1
  7605. | #define HAVE_VASPRINTF 1
  7606. | #define HAVE_STATIC_ASSERT 1
  7607. | #define HAVE_STRCOLL 1
  7608. | #define HAVE_ACCEPT4 1
  7609. | #define HAVE_PIPE2 1
  7610. | #define HAVE_EVENTFD 1
  7611. | #define HAVE_VMSPLICE 1
  7612. | #define HAVE_SCHED_GETAFFINITY 1
  7613. | #define HAVE_STRUCT_POLLFD 1
  7614. | #define HAVE_INET_PTON 1
  7615. | #define HAVE_IF_NAMEINDEX 1
  7616. | #define HAVE_IF_NAMETOINDEX 1
  7617. | #define HAVE_LRINTF 1
  7618. | #define HAVE_ARPA_INET_H 1
  7619. | #define HAVE_PTHREAD_H 1
  7620. | #define HAVE_SEARCH_H 1
  7621. | #define HAVE_SYSLOG_H 1
  7622. | #define HAVE_SYS_SHM_H 1
  7623. | #define HAVE_SYS_SOCKET_H 1
  7624. | #define HAVE_NET_IF_H 1
  7625. | #define HAVE_SYS_PARAM_H 1
  7626. | #define HAVE_SYS_MOUNT_H 1
  7627. | #define HAVE_GETOPT_H 1
  7628. | #define HAVE_LINUX_DCCP_H 1
  7629. | #define HAVE_LINUX_MAGIC_H 1
  7630. | #define HAVE_MNTENT_H 1
  7631. | #define HAVE_SYS_EVENTFD_H 1
  7632. | #define HAVE_XLOCALE_H 1
  7633. | #define HAVE_ZLIB_H 1
  7634. | #define HAVE_IDN 1
  7635. | #define NDEBUG 1
  7636. | #define ATTRIBUTE_ALIGNED_MAX 64
  7637. | #define HAVE_ATTRIBUTE_PACKED 1
  7638. | #define HAVE_EXECINFO_H 1
  7639. | #define HAVE_BACKTRACE 1
  7640. | #define HAVE_MMX_INTRINSICS 1
  7641. | #define CAN_COMPILE_MMX 1
  7642. | #define CAN_COMPILE_MMXEXT 1
  7643. | #define HAVE_SSE2_INTRINSICS 1
  7644. | #define CAN_COMPILE_SSE 1
  7645. | #define CAN_COMPILE_SSE2 1
  7646. | #define CAN_COMPILE_SSE3 1
  7647. | #define CAN_COMPILE_SSSE3 1
  7648. | #define CAN_COMPILE_SSE4_1 1
  7649. | #define CAN_COMPILE_SSE4_2 1
  7650. | #define CAN_COMPILE_SSE4A 1
  7651. | #define CAN_COMPILE_3DNOW 1
  7652. | #define ENABLE_SOUT 1
  7653. | #define HAVE_LUA_H 1
  7654. | #define HAVE_LAUXLIB_H 1
  7655. | #define HAVE_LUALIB_H 1
  7656. | #define ENABLE_HTTPD 1
  7657. | #define ENABLE_VLM 1
  7658. | #define ENABLE_ADDONMANAGERMODULES 1
  7659. | #define HAVE_LINUX_VIDEODEV2_H 1
  7660. | #define HAVE_MAD_H 1
  7661. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7662. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7663. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  7664. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  7665. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7666. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7667. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  7668. | /* end confdefs.h. */
  7669. | #include <postproc/postprocess.h>
  7670. configure:37724: result: no
  7671. configure:37724: checking for postproc/postprocess.h
  7672. configure:37724: result: no
  7673. configure:37824: checking faad.h usability
  7674. configure:37824: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  7675. conftest.c:185:18: fatal error: faad.h: No such file or directory
  7676. compilation terminated.
  7677. configure:37824: $? = 1
  7678. configure: failed program was:
  7679. | /* confdefs.h */
  7680. | #define PACKAGE_NAME "vlc"
  7681. | #define PACKAGE_TARNAME "vlc"
  7682. | #define PACKAGE_VERSION "3.0.0-git"
  7683. | #define PACKAGE_STRING "vlc 3.0.0-git"
  7684. | #define PACKAGE_BUGREPORT ""
  7685. | #define PACKAGE_URL ""
  7686. | #define PACKAGE "vlc"
  7687. | #define VERSION "3.0.0-git"
  7688. | #define STDC_HEADERS 1
  7689. | #define HAVE_SYS_TYPES_H 1
  7690. | #define HAVE_SYS_STAT_H 1
  7691. | #define HAVE_STDLIB_H 1
  7692. | #define HAVE_STRING_H 1
  7693. | #define HAVE_MEMORY_H 1
  7694. | #define HAVE_STRINGS_H 1
  7695. | #define HAVE_INTTYPES_H 1
  7696. | #define HAVE_STDINT_H 1
  7697. | #define HAVE_UNISTD_H 1
  7698. | #define __EXTENSIONS__ 1
  7699. | #define _ALL_SOURCE 1
  7700. | #define _GNU_SOURCE 1
  7701. | #define _POSIX_PTHREAD_SEMANTICS 1
  7702. | #define _TANDEM_SOURCE 1
  7703. | #define _FORTIFY_SOURCE 2
  7704. | #define _FILE_OFFSET_BITS 64
  7705. | #define _THREAD_SAFE /**/
  7706. | #define __LIBVLC__ /**/
  7707. | #define WIN32_LEAN_AND_MEAN /**/
  7708. | #define restrict __restrict
  7709. | #define HAVE_DLFCN_H 1
  7710. | #define LT_OBJDIR ".libs/"
  7711. | #define ENABLE_NLS 1
  7712. | #define HAVE_GETTEXT 1
  7713. | #define HAVE_DCGETTEXT 1
  7714. | #define HAVE_ICONV 1
  7715. | #define ICONV_CONST
  7716. | #define VLC_WINSTORE_APP 0
  7717. | #define LIBEXT ".so"
  7718. | #define HAVE_DECL_NANOSLEEP 1
  7719. | #define HAVE_DAEMON 1
  7720. | #define HAVE_FCNTL 1
  7721. | #define HAVE_FSTATVFS 1
  7722. | #define HAVE_FORK 1
  7723. | #define HAVE_GETENV 1
  7724. | #define HAVE_GETPWUID_R 1
  7725. | #define HAVE_ISATTY 1
  7726. | #define HAVE_LSTAT 1
  7727. | #define HAVE_MEMALIGN 1
  7728. | #define HAVE_MMAP 1
  7729. | #define HAVE_OPENAT 1
  7730. | #define HAVE_PREAD 1
  7731. | #define HAVE_POSIX_FADVISE 1
  7732. | #define HAVE_POSIX_MADVISE 1
  7733. | #define HAVE_SETLOCALE 1
  7734. | #define HAVE_STRPTIME 1
  7735. | #define HAVE_USELOCALE 1
  7736. | #define HAVE_ATOF 1
  7737. | #define HAVE_ATOLL 1
  7738. | #define HAVE_DIRFD 1
  7739. | #define HAVE_FDOPENDIR 1
  7740. | #define HAVE_FLOCKFILE 1
  7741. | #define HAVE_FSYNC 1
  7742. | #define HAVE_GETDELIM 1
  7743. | #define HAVE_GETPID 1
  7744. | #define HAVE_GMTIME_R 1
  7745. | #define HAVE_LLDIV 1
  7746. | #define HAVE_LOCALTIME_R 1
  7747. | #define HAVE_NRAND48 1
  7748. | #define HAVE_POLL 1
  7749. | #define HAVE_POSIX_MEMALIGN 1
  7750. | #define HAVE_REWIND 1
  7751. | #define HAVE_SETENV 1
  7752. | #define HAVE_STRCASECMP 1
  7753. | #define HAVE_STRCASESTR 1
  7754. | #define HAVE_STRDUP 1
  7755. | #define HAVE_STRNDUP 1
  7756. | #define HAVE_STRNLEN 1
  7757. | #define HAVE_STRSEP 1
  7758. | #define HAVE_STRTOF 1
  7759. | #define HAVE_STRTOK_R 1
  7760. | #define HAVE_STRTOLL 1
  7761. | #define HAVE_SWAB 1
  7762. | #define HAVE_TDESTROY 1
  7763. | #define HAVE_STRVERSCMP 1
  7764. | #define HAVE_FDATASYNC 1
  7765. | #define HAVE_ASPRINTF 1
  7766. | #define HAVE_VASPRINTF 1
  7767. | #define HAVE_STATIC_ASSERT 1
  7768. | #define HAVE_STRCOLL 1
  7769. | #define HAVE_ACCEPT4 1
  7770. | #define HAVE_PIPE2 1
  7771. | #define HAVE_EVENTFD 1
  7772. | #define HAVE_VMSPLICE 1
  7773. | #define HAVE_SCHED_GETAFFINITY 1
  7774. | #define HAVE_STRUCT_POLLFD 1
  7775. | #define HAVE_INET_PTON 1
  7776. | #define HAVE_IF_NAMEINDEX 1
  7777. | #define HAVE_IF_NAMETOINDEX 1
  7778. | #define HAVE_LRINTF 1
  7779. | #define HAVE_ARPA_INET_H 1
  7780. | #define HAVE_PTHREAD_H 1
  7781. | #define HAVE_SEARCH_H 1
  7782. | #define HAVE_SYSLOG_H 1
  7783. | #define HAVE_SYS_SHM_H 1
  7784. | #define HAVE_SYS_SOCKET_H 1
  7785. | #define HAVE_NET_IF_H 1
  7786. | #define HAVE_SYS_PARAM_H 1
  7787. | #define HAVE_SYS_MOUNT_H 1
  7788. | #define HAVE_GETOPT_H 1
  7789. | #define HAVE_LINUX_DCCP_H 1
  7790. | #define HAVE_LINUX_MAGIC_H 1
  7791. | #define HAVE_MNTENT_H 1
  7792. | #define HAVE_SYS_EVENTFD_H 1
  7793. | #define HAVE_XLOCALE_H 1
  7794. | #define HAVE_ZLIB_H 1
  7795. | #define HAVE_IDN 1
  7796. | #define NDEBUG 1
  7797. | #define ATTRIBUTE_ALIGNED_MAX 64
  7798. | #define HAVE_ATTRIBUTE_PACKED 1
  7799. | #define HAVE_EXECINFO_H 1
  7800. | #define HAVE_BACKTRACE 1
  7801. | #define HAVE_MMX_INTRINSICS 1
  7802. | #define CAN_COMPILE_MMX 1
  7803. | #define CAN_COMPILE_MMXEXT 1
  7804. | #define HAVE_SSE2_INTRINSICS 1
  7805. | #define CAN_COMPILE_SSE 1
  7806. | #define CAN_COMPILE_SSE2 1
  7807. | #define CAN_COMPILE_SSE3 1
  7808. | #define CAN_COMPILE_SSSE3 1
  7809. | #define CAN_COMPILE_SSE4_1 1
  7810. | #define CAN_COMPILE_SSE4_2 1
  7811. | #define CAN_COMPILE_SSE4A 1
  7812. | #define CAN_COMPILE_3DNOW 1
  7813. | #define ENABLE_SOUT 1
  7814. | #define HAVE_LUA_H 1
  7815. | #define HAVE_LAUXLIB_H 1
  7816. | #define HAVE_LUALIB_H 1
  7817. | #define ENABLE_HTTPD 1
  7818. | #define ENABLE_VLM 1
  7819. | #define ENABLE_ADDONMANAGERMODULES 1
  7820. | #define HAVE_LINUX_VIDEODEV2_H 1
  7821. | #define HAVE_MAD_H 1
  7822. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7823. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7824. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  7825. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  7826. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7827. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7828. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  7829. | /* end confdefs.h. */
  7830. | #include <stdio.h>
  7831. | #ifdef HAVE_SYS_TYPES_H
  7832. | # include <sys/types.h>
  7833. | #endif
  7834. | #ifdef HAVE_SYS_STAT_H
  7835. | # include <sys/stat.h>
  7836. | #endif
  7837. | #ifdef STDC_HEADERS
  7838. | # include <stdlib.h>
  7839. | # include <stddef.h>
  7840. | #else
  7841. | # ifdef HAVE_STDLIB_H
  7842. | # include <stdlib.h>
  7843. | # endif
  7844. | #endif
  7845. | #ifdef HAVE_STRING_H
  7846. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7847. | # include <memory.h>
  7848. | # endif
  7849. | # include <string.h>
  7850. | #endif
  7851. | #ifdef HAVE_STRINGS_H
  7852. | # include <strings.h>
  7853. | #endif
  7854. | #ifdef HAVE_INTTYPES_H
  7855. | # include <inttypes.h>
  7856. | #endif
  7857. | #ifdef HAVE_STDINT_H
  7858. | # include <stdint.h>
  7859. | #endif
  7860. | #ifdef HAVE_UNISTD_H
  7861. | # include <unistd.h>
  7862. | #endif
  7863. | #include <faad.h>
  7864. configure:37824: result: no
  7865. configure:37824: checking faad.h presence
  7866. configure:37824: gcc -std=gnu99 -E conftest.c
  7867. conftest.c:152:18: fatal error: faad.h: No such file or directory
  7868. compilation terminated.
  7869. configure:37824: $? = 1
  7870. configure: failed program was:
  7871. | /* confdefs.h */
  7872. | #define PACKAGE_NAME "vlc"
  7873. | #define PACKAGE_TARNAME "vlc"
  7874. | #define PACKAGE_VERSION "3.0.0-git"
  7875. | #define PACKAGE_STRING "vlc 3.0.0-git"
  7876. | #define PACKAGE_BUGREPORT ""
  7877. | #define PACKAGE_URL ""
  7878. | #define PACKAGE "vlc"
  7879. | #define VERSION "3.0.0-git"
  7880. | #define STDC_HEADERS 1
  7881. | #define HAVE_SYS_TYPES_H 1
  7882. | #define HAVE_SYS_STAT_H 1
  7883. | #define HAVE_STDLIB_H 1
  7884. | #define HAVE_STRING_H 1
  7885. | #define HAVE_MEMORY_H 1
  7886. | #define HAVE_STRINGS_H 1
  7887. | #define HAVE_INTTYPES_H 1
  7888. | #define HAVE_STDINT_H 1
  7889. | #define HAVE_UNISTD_H 1
  7890. | #define __EXTENSIONS__ 1
  7891. | #define _ALL_SOURCE 1
  7892. | #define _GNU_SOURCE 1
  7893. | #define _POSIX_PTHREAD_SEMANTICS 1
  7894. | #define _TANDEM_SOURCE 1
  7895. | #define _FORTIFY_SOURCE 2
  7896. | #define _FILE_OFFSET_BITS 64
  7897. | #define _THREAD_SAFE /**/
  7898. | #define __LIBVLC__ /**/
  7899. | #define WIN32_LEAN_AND_MEAN /**/
  7900. | #define restrict __restrict
  7901. | #define HAVE_DLFCN_H 1
  7902. | #define LT_OBJDIR ".libs/"
  7903. | #define ENABLE_NLS 1
  7904. | #define HAVE_GETTEXT 1
  7905. | #define HAVE_DCGETTEXT 1
  7906. | #define HAVE_ICONV 1
  7907. | #define ICONV_CONST
  7908. | #define VLC_WINSTORE_APP 0
  7909. | #define LIBEXT ".so"
  7910. | #define HAVE_DECL_NANOSLEEP 1
  7911. | #define HAVE_DAEMON 1
  7912. | #define HAVE_FCNTL 1
  7913. | #define HAVE_FSTATVFS 1
  7914. | #define HAVE_FORK 1
  7915. | #define HAVE_GETENV 1
  7916. | #define HAVE_GETPWUID_R 1
  7917. | #define HAVE_ISATTY 1
  7918. | #define HAVE_LSTAT 1
  7919. | #define HAVE_MEMALIGN 1
  7920. | #define HAVE_MMAP 1
  7921. | #define HAVE_OPENAT 1
  7922. | #define HAVE_PREAD 1
  7923. | #define HAVE_POSIX_FADVISE 1
  7924. | #define HAVE_POSIX_MADVISE 1
  7925. | #define HAVE_SETLOCALE 1
  7926. | #define HAVE_STRPTIME 1
  7927. | #define HAVE_USELOCALE 1
  7928. | #define HAVE_ATOF 1
  7929. | #define HAVE_ATOLL 1
  7930. | #define HAVE_DIRFD 1
  7931. | #define HAVE_FDOPENDIR 1
  7932. | #define HAVE_FLOCKFILE 1
  7933. | #define HAVE_FSYNC 1
  7934. | #define HAVE_GETDELIM 1
  7935. | #define HAVE_GETPID 1
  7936. | #define HAVE_GMTIME_R 1
  7937. | #define HAVE_LLDIV 1
  7938. | #define HAVE_LOCALTIME_R 1
  7939. | #define HAVE_NRAND48 1
  7940. | #define HAVE_POLL 1
  7941. | #define HAVE_POSIX_MEMALIGN 1
  7942. | #define HAVE_REWIND 1
  7943. | #define HAVE_SETENV 1
  7944. | #define HAVE_STRCASECMP 1
  7945. | #define HAVE_STRCASESTR 1
  7946. | #define HAVE_STRDUP 1
  7947. | #define HAVE_STRNDUP 1
  7948. | #define HAVE_STRNLEN 1
  7949. | #define HAVE_STRSEP 1
  7950. | #define HAVE_STRTOF 1
  7951. | #define HAVE_STRTOK_R 1
  7952. | #define HAVE_STRTOLL 1
  7953. | #define HAVE_SWAB 1
  7954. | #define HAVE_TDESTROY 1
  7955. | #define HAVE_STRVERSCMP 1
  7956. | #define HAVE_FDATASYNC 1
  7957. | #define HAVE_ASPRINTF 1
  7958. | #define HAVE_VASPRINTF 1
  7959. | #define HAVE_STATIC_ASSERT 1
  7960. | #define HAVE_STRCOLL 1
  7961. | #define HAVE_ACCEPT4 1
  7962. | #define HAVE_PIPE2 1
  7963. | #define HAVE_EVENTFD 1
  7964. | #define HAVE_VMSPLICE 1
  7965. | #define HAVE_SCHED_GETAFFINITY 1
  7966. | #define HAVE_STRUCT_POLLFD 1
  7967. | #define HAVE_INET_PTON 1
  7968. | #define HAVE_IF_NAMEINDEX 1
  7969. | #define HAVE_IF_NAMETOINDEX 1
  7970. | #define HAVE_LRINTF 1
  7971. | #define HAVE_ARPA_INET_H 1
  7972. | #define HAVE_PTHREAD_H 1
  7973. | #define HAVE_SEARCH_H 1
  7974. | #define HAVE_SYSLOG_H 1
  7975. | #define HAVE_SYS_SHM_H 1
  7976. | #define HAVE_SYS_SOCKET_H 1
  7977. | #define HAVE_NET_IF_H 1
  7978. | #define HAVE_SYS_PARAM_H 1
  7979. | #define HAVE_SYS_MOUNT_H 1
  7980. | #define HAVE_GETOPT_H 1
  7981. | #define HAVE_LINUX_DCCP_H 1
  7982. | #define HAVE_LINUX_MAGIC_H 1
  7983. | #define HAVE_MNTENT_H 1
  7984. | #define HAVE_SYS_EVENTFD_H 1
  7985. | #define HAVE_XLOCALE_H 1
  7986. | #define HAVE_ZLIB_H 1
  7987. | #define HAVE_IDN 1
  7988. | #define NDEBUG 1
  7989. | #define ATTRIBUTE_ALIGNED_MAX 64
  7990. | #define HAVE_ATTRIBUTE_PACKED 1
  7991. | #define HAVE_EXECINFO_H 1
  7992. | #define HAVE_BACKTRACE 1
  7993. | #define HAVE_MMX_INTRINSICS 1
  7994. | #define CAN_COMPILE_MMX 1
  7995. | #define CAN_COMPILE_MMXEXT 1
  7996. | #define HAVE_SSE2_INTRINSICS 1
  7997. | #define CAN_COMPILE_SSE 1
  7998. | #define CAN_COMPILE_SSE2 1
  7999. | #define CAN_COMPILE_SSE3 1
  8000. | #define CAN_COMPILE_SSSE3 1
  8001. | #define CAN_COMPILE_SSE4_1 1
  8002. | #define CAN_COMPILE_SSE4_2 1
  8003. | #define CAN_COMPILE_SSE4A 1
  8004. | #define CAN_COMPILE_3DNOW 1
  8005. | #define ENABLE_SOUT 1
  8006. | #define HAVE_LUA_H 1
  8007. | #define HAVE_LAUXLIB_H 1
  8008. | #define HAVE_LUALIB_H 1
  8009. | #define ENABLE_HTTPD 1
  8010. | #define ENABLE_VLM 1
  8011. | #define ENABLE_ADDONMANAGERMODULES 1
  8012. | #define HAVE_LINUX_VIDEODEV2_H 1
  8013. | #define HAVE_MAD_H 1
  8014. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  8015. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  8016. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  8017. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  8018. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  8019. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  8020. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  8021. | /* end confdefs.h. */
  8022. | #include <faad.h>
  8023. configure:37824: result: no
  8024. configure:37824: checking for faad.h
  8025. configure:37824: result: no
  8026. configure:37948: WARNING: Cannot find development headers for libfaad...
  8027. configure:37975: checking for VPX
  8028. configure:37982: $PKG_CONFIG --exists --print-errors "vpx "
  8029. Package vpx was not found in the pkg-config search path.
  8030. Perhaps you should add the directory containing `vpx.pc'
  8031. to the PKG_CONFIG_PATH environment variable
  8032. No package 'vpx' found
  8033. configure:37985: $? = 1
  8034. configure:37999: $PKG_CONFIG --exists --print-errors "vpx "
  8035. Package vpx was not found in the pkg-config search path.
  8036. Perhaps you should add the directory containing `vpx.pc'
  8037. to the PKG_CONFIG_PATH environment variable
  8038. No package 'vpx' found
  8039. configure:38002: $? = 1
  8040. configure:38016: result: no
  8041. No package 'vpx' found
  8042. configure:38303: checking for TWOLAME
  8043. configure:38310: $PKG_CONFIG --exists --print-errors "twolame"
  8044. Package twolame was not found in the pkg-config search path.
  8045. Perhaps you should add the directory containing `twolame.pc'
  8046. to the PKG_CONFIG_PATH environment variable
  8047. No package 'twolame' found
  8048. configure:38313: $? = 1
  8049. configure:38327: $PKG_CONFIG --exists --print-errors "twolame"
  8050. Package twolame was not found in the pkg-config search path.
  8051. Perhaps you should add the directory containing `twolame.pc'
  8052. to the PKG_CONFIG_PATH environment variable
  8053. No package 'twolame' found
  8054. configure:38330: $? = 1
  8055. configure:38344: result: no
  8056. No package 'twolame' found
  8057. configure:38364: WARNING: Library twolame needed for twolame was not found
  8058. configure:38862: checking a52dec/a52.h usability
  8059. configure:38862: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8060. configure:38862: $? = 0
  8061. configure:38862: result: yes
  8062. configure:38862: checking a52dec/a52.h presence
  8063. configure:38862: gcc -std=gnu99 -E conftest.c
  8064. configure:38862: $? = 0
  8065. configure:38862: result: yes
  8066. configure:38862: checking for a52dec/a52.h
  8067. configure:38862: result: yes
  8068. configure:38868: checking for a52_free in -la52
  8069. configure:38893: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -lm conftest.c -la52 -lm >&5
  8070. configure:38893: $? = 0
  8071. configure:38902: result: yes
  8072. configure:39079: checking for DCA
  8073. configure:39086: $PKG_CONFIG --exists --print-errors "libdca >= 0.0.5"
  8074. Package libdca was not found in the pkg-config search path.
  8075. Perhaps you should add the directory containing `libdca.pc'
  8076. to the PKG_CONFIG_PATH environment variable
  8077. No package 'libdca' found
  8078. configure:39089: $? = 1
  8079. configure:39103: $PKG_CONFIG --exists --print-errors "libdca >= 0.0.5"
  8080. Package libdca was not found in the pkg-config search path.
  8081. Perhaps you should add the directory containing `libdca.pc'
  8082. to the PKG_CONFIG_PATH environment variable
  8083. No package 'libdca' found
  8084. configure:39106: $? = 1
  8085. configure:39120: result: no
  8086. No package 'libdca' found
  8087. configure:39140: WARNING: Library libdca >= 0.0.5 needed for dca was not found
  8088. configure:39324: checking for FLAC
  8089. configure:39331: $PKG_CONFIG --exists --print-errors "flac"
  8090. Package flac was not found in the pkg-config search path.
  8091. Perhaps you should add the directory containing `flac.pc'
  8092. to the PKG_CONFIG_PATH environment variable
  8093. No package 'flac' found
  8094. configure:39334: $? = 1
  8095. configure:39348: $PKG_CONFIG --exists --print-errors "flac"
  8096. Package flac was not found in the pkg-config search path.
  8097. Perhaps you should add the directory containing `flac.pc'
  8098. to the PKG_CONFIG_PATH environment variable
  8099. No package 'flac' found
  8100. configure:39351: $? = 1
  8101. configure:39365: result: no
  8102. No package 'flac' found
  8103. configure:39385: WARNING: Library flac needed for flac was not found
  8104. configure:39569: checking for LIBMPEG2
  8105. configure:39576: $PKG_CONFIG --exists --print-errors "libmpeg2 > 0.3.2"
  8106. Package libmpeg2 was not found in the pkg-config search path.
  8107. Perhaps you should add the directory containing `libmpeg2.pc'
  8108. to the PKG_CONFIG_PATH environment variable
  8109. No package 'libmpeg2' found
  8110. configure:39579: $? = 1
  8111. configure:39593: $PKG_CONFIG --exists --print-errors "libmpeg2 > 0.3.2"
  8112. Package libmpeg2 was not found in the pkg-config search path.
  8113. Perhaps you should add the directory containing `libmpeg2.pc'
  8114. to the PKG_CONFIG_PATH environment variable
  8115. No package 'libmpeg2' found
  8116. configure:39596: $? = 1
  8117. configure:39610: result: no
  8118. No package 'libmpeg2' found
  8119. configure:39630: WARNING: Library libmpeg2 > 0.3.2 needed for libmpeg2 was not found
  8120. configure:39814: checking for VORBIS
  8121. configure:39821: $PKG_CONFIG --exists --print-errors "ogg vorbis >= 1.1 vorbisenc >= 1.1"
  8122. Package ogg was not found in the pkg-config search path.
  8123. Perhaps you should add the directory containing `ogg.pc'
  8124. to the PKG_CONFIG_PATH environment variable
  8125. No package 'ogg' found
  8126. Package vorbis was not found in the pkg-config search path.
  8127. Perhaps you should add the directory containing `vorbis.pc'
  8128. to the PKG_CONFIG_PATH environment variable
  8129. No package 'vorbis' found
  8130. Package vorbisenc was not found in the pkg-config search path.
  8131. Perhaps you should add the directory containing `vorbisenc.pc'
  8132. to the PKG_CONFIG_PATH environment variable
  8133. No package 'vorbisenc' found
  8134. configure:39824: $? = 1
  8135. configure:39838: $PKG_CONFIG --exists --print-errors "ogg vorbis >= 1.1 vorbisenc >= 1.1"
  8136. Package ogg was not found in the pkg-config search path.
  8137. Perhaps you should add the directory containing `ogg.pc'
  8138. to the PKG_CONFIG_PATH environment variable
  8139. No package 'ogg' found
  8140. Package vorbis was not found in the pkg-config search path.
  8141. Perhaps you should add the directory containing `vorbis.pc'
  8142. to the PKG_CONFIG_PATH environment variable
  8143. No package 'vorbis' found
  8144. Package vorbisenc was not found in the pkg-config search path.
  8145. Perhaps you should add the directory containing `vorbisenc.pc'
  8146. to the PKG_CONFIG_PATH environment variable
  8147. No package 'vorbisenc' found
  8148. configure:39841: $? = 1
  8149. configure:39855: result: no
  8150. No package 'ogg' found
  8151. No package 'vorbis' found
  8152. No package 'vorbisenc' found
  8153. configure:39875: WARNING: Library ogg vorbis >= 1.1 vorbisenc >= 1.1 needed for vorbis was not found
  8154. configure:40087: checking for SPEEX
  8155. configure:40094: $PKG_CONFIG --exists --print-errors "ogg speex >= 1.0.5"
  8156. Package ogg was not found in the pkg-config search path.
  8157. Perhaps you should add the directory containing `ogg.pc'
  8158. to the PKG_CONFIG_PATH environment variable
  8159. No package 'ogg' found
  8160. Package speex was not found in the pkg-config search path.
  8161. Perhaps you should add the directory containing `speex.pc'
  8162. to the PKG_CONFIG_PATH environment variable
  8163. No package 'speex' found
  8164. configure:40097: $? = 1
  8165. configure:40111: $PKG_CONFIG --exists --print-errors "ogg speex >= 1.0.5"
  8166. Package ogg was not found in the pkg-config search path.
  8167. Perhaps you should add the directory containing `ogg.pc'
  8168. to the PKG_CONFIG_PATH environment variable
  8169. No package 'ogg' found
  8170. Package speex was not found in the pkg-config search path.
  8171. Perhaps you should add the directory containing `speex.pc'
  8172. to the PKG_CONFIG_PATH environment variable
  8173. No package 'speex' found
  8174. configure:40114: $? = 1
  8175. configure:40128: result: no
  8176. No package 'ogg' found
  8177. No package 'speex' found
  8178. configure:40148: WARNING: Library ogg speex >= 1.0.5 needed for speex was not found
  8179. configure:40424: checking for OPUS
  8180. configure:40431: $PKG_CONFIG --exists --print-errors "ogg opus >= 1.0.3"
  8181. Package ogg was not found in the pkg-config search path.
  8182. Perhaps you should add the directory containing `ogg.pc'
  8183. to the PKG_CONFIG_PATH environment variable
  8184. No package 'ogg' found
  8185. Package opus was not found in the pkg-config search path.
  8186. Perhaps you should add the directory containing `opus.pc'
  8187. to the PKG_CONFIG_PATH environment variable
  8188. No package 'opus' found
  8189. configure:40434: $? = 1
  8190. configure:40448: $PKG_CONFIG --exists --print-errors "ogg opus >= 1.0.3"
  8191. Package ogg was not found in the pkg-config search path.
  8192. Perhaps you should add the directory containing `ogg.pc'
  8193. to the PKG_CONFIG_PATH environment variable
  8194. No package 'ogg' found
  8195. Package opus was not found in the pkg-config search path.
  8196. Perhaps you should add the directory containing `opus.pc'
  8197. to the PKG_CONFIG_PATH environment variable
  8198. No package 'opus' found
  8199. configure:40451: $? = 1
  8200. configure:40465: result: no
  8201. No package 'ogg' found
  8202. No package 'opus' found
  8203. configure:40485: WARNING: Library ogg opus >= 1.0.3 needed for opus was not found
  8204. configure:40669: checking for THEORA
  8205. configure:40676: $PKG_CONFIG --exists --print-errors "ogg theoradec >= 1.0 theoraenc"
  8206. Package ogg was not found in the pkg-config search path.
  8207. Perhaps you should add the directory containing `ogg.pc'
  8208. to the PKG_CONFIG_PATH environment variable
  8209. No package 'ogg' found
  8210. Package theoradec was not found in the pkg-config search path.
  8211. Perhaps you should add the directory containing `theoradec.pc'
  8212. to the PKG_CONFIG_PATH environment variable
  8213. No package 'theoradec' found
  8214. Package theoraenc was not found in the pkg-config search path.
  8215. Perhaps you should add the directory containing `theoraenc.pc'
  8216. to the PKG_CONFIG_PATH environment variable
  8217. No package 'theoraenc' found
  8218. configure:40679: $? = 1
  8219. configure:40693: $PKG_CONFIG --exists --print-errors "ogg theoradec >= 1.0 theoraenc"
  8220. Package ogg was not found in the pkg-config search path.
  8221. Perhaps you should add the directory containing `ogg.pc'
  8222. to the PKG_CONFIG_PATH environment variable
  8223. No package 'ogg' found
  8224. Package theoradec was not found in the pkg-config search path.
  8225. Perhaps you should add the directory containing `theoradec.pc'
  8226. to the PKG_CONFIG_PATH environment variable
  8227. No package 'theoradec' found
  8228. Package theoraenc was not found in the pkg-config search path.
  8229. Perhaps you should add the directory containing `theoraenc.pc'
  8230. to the PKG_CONFIG_PATH environment variable
  8231. No package 'theoraenc' found
  8232. configure:40696: $? = 1
  8233. configure:40710: result: no
  8234. No package 'ogg' found
  8235. No package 'theoradec' found
  8236. No package 'theoraenc' found
  8237. configure:40730: WARNING: Library ogg theoradec >= 1.0 theoraenc needed for theora was not found
  8238. configure:41159: checking for SCHROEDINGER
  8239. configure:41166: $PKG_CONFIG --exists --print-errors "schroedinger-1.0 >= 1.0.10"
  8240. Package schroedinger-1.0 was not found in the pkg-config search path.
  8241. Perhaps you should add the directory containing `schroedinger-1.0.pc'
  8242. to the PKG_CONFIG_PATH environment variable
  8243. No package 'schroedinger-1.0' found
  8244. configure:41169: $? = 1
  8245. configure:41183: $PKG_CONFIG --exists --print-errors "schroedinger-1.0 >= 1.0.10"
  8246. Package schroedinger-1.0 was not found in the pkg-config search path.
  8247. Perhaps you should add the directory containing `schroedinger-1.0.pc'
  8248. to the PKG_CONFIG_PATH environment variable
  8249. No package 'schroedinger-1.0' found
  8250. configure:41186: $? = 1
  8251. configure:41200: result: no
  8252. No package 'schroedinger-1.0' found
  8253. configure:41220: WARNING: Library schroedinger-1.0 >= 1.0.10 needed for schroedinger was not found
  8254. configure:41285: checking png.h usability
  8255. configure:41285: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8256. configure:41285: $? = 0
  8257. configure:41285: result: yes
  8258. configure:41285: checking png.h presence
  8259. configure:41285: gcc -std=gnu99 -E conftest.c
  8260. In file included from /usr/include/setjmp.h:25:0,
  8261. from /usr/include/png.h:452,
  8262. from conftest.c:153:
  8263. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  8264. configure:41285: $? = 0
  8265. configure:41285: result: yes
  8266. configure:41285: checking for png.h
  8267. configure:41285: result: yes
  8268. configure:41300: checking for png_set_rows in -lpng
  8269. configure:41325: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -lz -lm conftest.c -lpng -lz -lm >&5
  8270. configure:41325: $? = 0
  8271. configure:41334: result: yes
  8272. configure:41372: checking jpeglib.h usability
  8273. configure:41372: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8274. configure:41372: $? = 0
  8275. configure:41372: result: yes
  8276. configure:41372: checking jpeglib.h presence
  8277. configure:41372: gcc -std=gnu99 -E conftest.c
  8278. configure:41372: $? = 0
  8279. configure:41372: result: yes
  8280. configure:41372: checking for jpeglib.h
  8281. configure:41372: result: yes
  8282. configure:41443: checking for X262
  8283. configure:41450: $PKG_CONFIG --exists --print-errors "x262"
  8284. Package x262 was not found in the pkg-config search path.
  8285. Perhaps you should add the directory containing `x262.pc'
  8286. to the PKG_CONFIG_PATH environment variable
  8287. No package 'x262' found
  8288. configure:41453: $? = 1
  8289. configure:41467: $PKG_CONFIG --exists --print-errors "x262"
  8290. Package x262 was not found in the pkg-config search path.
  8291. Perhaps you should add the directory containing `x262.pc'
  8292. to the PKG_CONFIG_PATH environment variable
  8293. No package 'x262' found
  8294. configure:41470: $? = 1
  8295. configure:41484: result: no
  8296. No package 'x262' found
  8297. configure:41688: checking for X265
  8298. configure:41695: $PKG_CONFIG --exists --print-errors "x265"
  8299. Package x265 was not found in the pkg-config search path.
  8300. Perhaps you should add the directory containing `x265.pc'
  8301. to the PKG_CONFIG_PATH environment variable
  8302. No package 'x265' found
  8303. configure:41698: $? = 1
  8304. configure:41712: $PKG_CONFIG --exists --print-errors "x265"
  8305. Package x265 was not found in the pkg-config search path.
  8306. Perhaps you should add the directory containing `x265.pc'
  8307. to the PKG_CONFIG_PATH environment variable
  8308. No package 'x265' found
  8309. configure:41715: $? = 1
  8310. configure:41729: result: no
  8311. No package 'x265' found
  8312. configure:41749: WARNING: Library x265 needed for x265 was not found
  8313. configure:41868: checking for X26410B
  8314. configure:41875: $PKG_CONFIG --exists --print-errors "x26410b"
  8315. Package x26410b was not found in the pkg-config search path.
  8316. Perhaps you should add the directory containing `x26410b.pc'
  8317. to the PKG_CONFIG_PATH environment variable
  8318. No package 'x26410b' found
  8319. configure:41878: $? = 1
  8320. configure:41892: $PKG_CONFIG --exists --print-errors "x26410b"
  8321. Package x26410b was not found in the pkg-config search path.
  8322. Perhaps you should add the directory containing `x26410b.pc'
  8323. to the PKG_CONFIG_PATH environment variable
  8324. No package 'x26410b' found
  8325. configure:41895: $? = 1
  8326. configure:41909: result: no
  8327. No package 'x26410b' found
  8328. configure:42135: checking for X264
  8329. configure:42142: $PKG_CONFIG --exists --print-errors "x264 >= 0.86"
  8330. configure:42145: $? = 0
  8331. configure:42159: $PKG_CONFIG --exists --print-errors "x264 >= 0.86"
  8332. configure:42162: $? = 0
  8333. configure:42208: result: yes
  8334. configure:42382: checking for MFX
  8335. configure:42389: $PKG_CONFIG --exists --print-errors "libmfx"
  8336. Package libmfx was not found in the pkg-config search path.
  8337. Perhaps you should add the directory containing `libmfx.pc'
  8338. to the PKG_CONFIG_PATH environment variable
  8339. No package 'libmfx' found
  8340. configure:42392: $? = 1
  8341. configure:42406: $PKG_CONFIG --exists --print-errors "libmfx"
  8342. Package libmfx was not found in the pkg-config search path.
  8343. Perhaps you should add the directory containing `libmfx.pc'
  8344. to the PKG_CONFIG_PATH environment variable
  8345. No package 'libmfx' found
  8346. configure:42409: $? = 1
  8347. configure:42423: result: no
  8348. No package 'libmfx' found
  8349. configure:42443: WARNING: Library libmfx needed for mfx was not found
  8350. configure:42627: checking for FLUIDSYNTH
  8351. configure:42634: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.1.2"
  8352. Package fluidsynth was not found in the pkg-config search path.
  8353. Perhaps you should add the directory containing `fluidsynth.pc'
  8354. to the PKG_CONFIG_PATH environment variable
  8355. No package 'fluidsynth' found
  8356. configure:42637: $? = 1
  8357. configure:42651: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.1.2"
  8358. Package fluidsynth was not found in the pkg-config search path.
  8359. Perhaps you should add the directory containing `fluidsynth.pc'
  8360. to the PKG_CONFIG_PATH environment variable
  8361. No package 'fluidsynth' found
  8362. configure:42654: $? = 1
  8363. configure:42668: result: no
  8364. No package 'fluidsynth' found
  8365. configure:42688: WARNING: Library fluidsynth >= 1.1.2 needed for fluidsynth was not found
  8366. configure:42759: checking for ZVBI
  8367. configure:42766: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.28"
  8368. Package zvbi-0.2 was not found in the pkg-config search path.
  8369. Perhaps you should add the directory containing `zvbi-0.2.pc'
  8370. to the PKG_CONFIG_PATH environment variable
  8371. No package 'zvbi-0.2' found
  8372. configure:42769: $? = 1
  8373. configure:42783: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.28"
  8374. Package zvbi-0.2 was not found in the pkg-config search path.
  8375. Perhaps you should add the directory containing `zvbi-0.2.pc'
  8376. to the PKG_CONFIG_PATH environment variable
  8377. No package 'zvbi-0.2' found
  8378. configure:42786: $? = 1
  8379. configure:42800: result: no
  8380. No package 'zvbi-0.2' found
  8381. configure:42817: WARNING: No package 'zvbi-0.2' found. Enabling the telx module instead.
  8382. configure:42872: checking for LIBASS
  8383. configure:42879: $PKG_CONFIG --exists --print-errors "libass >= 0.9.8"
  8384. configure:42882: $? = 0
  8385. configure:42896: $PKG_CONFIG --exists --print-errors "libass >= 0.9.8"
  8386. configure:42899: $? = 0
  8387. configure:42943: result: yes
  8388. configure:42955: checking fontconfig/fontconfig.h usability
  8389. configure:42955: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8390. configure:42955: $? = 0
  8391. configure:42955: result: yes
  8392. configure:42955: checking fontconfig/fontconfig.h presence
  8393. configure:42955: gcc -std=gnu99 -E conftest.c
  8394. In file included from /usr/include/sys/types.h:25:0,
  8395. from /usr/include/fontconfig/fontconfig.h:28,
  8396. from conftest.c:155:
  8397. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  8398. configure:42955: $? = 0
  8399. configure:42955: result: yes
  8400. configure:42955: checking for fontconfig/fontconfig.h
  8401. configure:42955: result: yes
  8402. configure:42991: checking for ARIBB24
  8403. configure:42998: $PKG_CONFIG --exists --print-errors "aribb24 >= 1.0.1"
  8404. Package aribb24 was not found in the pkg-config search path.
  8405. Perhaps you should add the directory containing `aribb24.pc'
  8406. to the PKG_CONFIG_PATH environment variable
  8407. No package 'aribb24' found
  8408. configure:43001: $? = 1
  8409. configure:43015: $PKG_CONFIG --exists --print-errors "aribb24 >= 1.0.1"
  8410. Package aribb24 was not found in the pkg-config search path.
  8411. Perhaps you should add the directory containing `aribb24.pc'
  8412. to the PKG_CONFIG_PATH environment variable
  8413. No package 'aribb24' found
  8414. configure:43018: $? = 1
  8415. configure:43032: result: no
  8416. No package 'aribb24' found
  8417. configure:43049: WARNING: Library aribb24 needed for aribsub was not found
  8418. configure:43224: checking for KATE
  8419. configure:43231: $PKG_CONFIG --exists --print-errors "kate >= 0.3.0"
  8420. Package kate was not found in the pkg-config search path.
  8421. Perhaps you should add the directory containing `kate.pc'
  8422. to the PKG_CONFIG_PATH environment variable
  8423. No package 'kate' found
  8424. configure:43234: $? = 1
  8425. configure:43248: $PKG_CONFIG --exists --print-errors "kate >= 0.3.0"
  8426. Package kate was not found in the pkg-config search path.
  8427. Perhaps you should add the directory containing `kate.pc'
  8428. to the PKG_CONFIG_PATH environment variable
  8429. No package 'kate' found
  8430. configure:43251: $? = 1
  8431. configure:43265: result: no
  8432. No package 'kate' found
  8433. configure:43285: WARNING: Library kate >= 0.3.0 needed for kate was not found
  8434. configure:43350: checking for TIGER
  8435. configure:43357: $PKG_CONFIG --exists --print-errors "tiger >= 0.3.1"
  8436. Package tiger was not found in the pkg-config search path.
  8437. Perhaps you should add the directory containing `tiger.pc'
  8438. to the PKG_CONFIG_PATH environment variable
  8439. No package 'tiger' found
  8440. configure:43360: $? = 1
  8441. configure:43374: $PKG_CONFIG --exists --print-errors "tiger >= 0.3.1"
  8442. Package tiger was not found in the pkg-config search path.
  8443. Perhaps you should add the directory containing `tiger.pc'
  8444. to the PKG_CONFIG_PATH environment variable
  8445. No package 'tiger' found
  8446. configure:43377: $? = 1
  8447. configure:43391: result: no
  8448. No package 'tiger' found
  8449. configure:43443: checking for EGL
  8450. configure:43450: $PKG_CONFIG --exists --print-errors "egl"
  8451. configure:43453: $? = 0
  8452. configure:43467: $PKG_CONFIG --exists --print-errors "egl"
  8453. configure:43470: $? = 0
  8454. configure:43512: result: yes
  8455. configure:43530: checking for GL
  8456. configure:43537: $PKG_CONFIG --exists --print-errors "gl"
  8457. configure:43540: $? = 0
  8458. configure:43554: $PKG_CONFIG --exists --print-errors "gl"
  8459. configure:43557: $? = 0
  8460. configure:43665: result: yes
  8461. configure:44170: checking for X
  8462. configure:44309: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -lX11 >&5
  8463. configure:44309: $? = 0
  8464. configure:44359: result: libraries , headers
  8465. configure:44458: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -lX11 >&5
  8466. configure:44458: $? = 0
  8467. configure:44556: checking for gethostbyname
  8468. configure:44556: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8469. configure:44556: $? = 0
  8470. configure:44556: result: yes
  8471. configure:44653: checking for connect
  8472. configure:44653: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8473. configure:44653: $? = 0
  8474. configure:44653: result: yes
  8475. configure:44702: checking for remove
  8476. configure:44702: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8477. configure:44702: $? = 0
  8478. configure:44702: result: yes
  8479. configure:44751: checking for shmat
  8480. configure:44751: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8481. configure:44751: $? = 0
  8482. configure:44751: result: yes
  8483. configure:44809: checking for IceConnectionNumber in -lICE
  8484. configure:44834: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -lICE >&5
  8485. configure:44834: $? = 0
  8486. configure:44843: result: yes
  8487. configure:44855: checking X11/Xlib.h usability
  8488. configure:44855: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8489. configure:44855: $? = 0
  8490. configure:44855: result: yes
  8491. configure:44855: checking X11/Xlib.h presence
  8492. configure:44855: gcc -std=gnu99 -E conftest.c
  8493. In file included from /usr/include/sys/types.h:25:0,
  8494. from /usr/include/X11/Xlib.h:38,
  8495. from conftest.c:156:
  8496. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  8497. configure:44855: $? = 0
  8498. configure:44855: result: yes
  8499. configure:44855: checking for X11/Xlib.h
  8500. configure:44855: result: yes
  8501. configure:44910: checking for XCB
  8502. configure:44917: $PKG_CONFIG --exists --print-errors "xcb >= 1.6"
  8503. configure:44920: $? = 0
  8504. configure:44934: $PKG_CONFIG --exists --print-errors "xcb >= 1.6"
  8505. configure:44937: $? = 0
  8506. configure:44995: result: yes
  8507. configure:45002: checking for XCB_SHM
  8508. configure:45009: $PKG_CONFIG --exists --print-errors "xcb-shm"
  8509. configure:45012: $? = 0
  8510. configure:45026: $PKG_CONFIG --exists --print-errors "xcb-shm"
  8511. configure:45029: $? = 0
  8512. configure:45087: result: yes
  8513. configure:45093: checking for XCB_COMPOSITE
  8514. configure:45100: $PKG_CONFIG --exists --print-errors "xcb-composite"
  8515. configure:45103: $? = 0
  8516. configure:45117: $PKG_CONFIG --exists --print-errors "xcb-composite"
  8517. configure:45120: $? = 0
  8518. configure:45178: result: yes
  8519. configure:45184: checking for XPROTO
  8520. configure:45191: $PKG_CONFIG --exists --print-errors "xproto"
  8521. configure:45194: $? = 0
  8522. configure:45208: $PKG_CONFIG --exists --print-errors "xproto"
  8523. configure:45211: $? = 0
  8524. configure:45269: result: yes
  8525. configure:45278: checking for XCB_XV
  8526. configure:45285: $PKG_CONFIG --exists --print-errors "xcb-xv >= 1.1.90.1"
  8527. configure:45288: $? = 0
  8528. configure:45302: $PKG_CONFIG --exists --print-errors "xcb-xv >= 1.1.90.1"
  8529. configure:45305: $? = 0
  8530. configure:45363: result: yes
  8531. configure:45372: checking for XCB_RANDR
  8532. configure:45379: $PKG_CONFIG --exists --print-errors "xcb-randr >= 1.3"
  8533. configure:45382: $? = 0
  8534. configure:45396: $PKG_CONFIG --exists --print-errors "xcb-randr >= 1.3"
  8535. configure:45399: $? = 0
  8536. configure:45457: result: yes
  8537. configure:45464: checking for XCB_KEYSYMS
  8538. configure:45471: $PKG_CONFIG --exists --print-errors "xcb-keysyms >= 0.3.4"
  8539. Package xcb-keysyms was not found in the pkg-config search path.
  8540. Perhaps you should add the directory containing `xcb-keysyms.pc'
  8541. to the PKG_CONFIG_PATH environment variable
  8542. No package 'xcb-keysyms' found
  8543. configure:45474: $? = 1
  8544. configure:45488: $PKG_CONFIG --exists --print-errors "xcb-keysyms >= 0.3.4"
  8545. Package xcb-keysyms was not found in the pkg-config search path.
  8546. Perhaps you should add the directory containing `xcb-keysyms.pc'
  8547. to the PKG_CONFIG_PATH environment variable
  8548. No package 'xcb-keysyms' found
  8549. configure:45491: $? = 1
  8550. configure:45505: result: no
  8551. No package 'xcb-keysyms' found
  8552. configure:45522: WARNING: No package 'xcb-keysyms' found. Hotkeys will not work.
  8553. configure:45585: checking for VDPAU
  8554. configure:45592: $PKG_CONFIG --exists --print-errors "vdpau >= 0.6"
  8555. Package vdpau was not found in the pkg-config search path.
  8556. Perhaps you should add the directory containing `vdpau.pc'
  8557. to the PKG_CONFIG_PATH environment variable
  8558. No package 'vdpau' found
  8559. configure:45595: $? = 1
  8560. configure:45609: $PKG_CONFIG --exists --print-errors "vdpau >= 0.6"
  8561. Package vdpau was not found in the pkg-config search path.
  8562. Perhaps you should add the directory containing `vdpau.pc'
  8563. to the PKG_CONFIG_PATH environment variable
  8564. No package 'vdpau' found
  8565. configure:45612: $? = 1
  8566. configure:45626: result: no
  8567. No package 'vdpau' found
  8568. configure:45738: checking for WAYLAND_CLIENT
  8569. configure:45745: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.5.91"
  8570. Package wayland-client was not found in the pkg-config search path.
  8571. Perhaps you should add the directory containing `wayland-client.pc'
  8572. to the PKG_CONFIG_PATH environment variable
  8573. No package 'wayland-client' found
  8574. configure:45748: $? = 1
  8575. configure:45762: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.5.91"
  8576. Package wayland-client was not found in the pkg-config search path.
  8577. Perhaps you should add the directory containing `wayland-client.pc'
  8578. to the PKG_CONFIG_PATH environment variable
  8579. No package 'wayland-client' found
  8580. configure:45765: $? = 1
  8581. configure:45779: result: no
  8582. No package 'wayland-client' found
  8583. configure:45847: checking for SDL
  8584. configure:45854: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.10"
  8585. configure:45857: $? = 0
  8586. configure:45871: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.10"
  8587. configure:45874: $? = 0
  8588. configure:45918: result: yes
  8589. configure:45956: checking for SDL_IMAGE
  8590. configure:45963: $PKG_CONFIG --exists --print-errors "SDL_image >= 1.2.10"
  8591. Package SDL_image was not found in the pkg-config search path.
  8592. Perhaps you should add the directory containing `SDL_image.pc'
  8593. to the PKG_CONFIG_PATH environment variable
  8594. No package 'SDL_image' found
  8595. configure:45966: $? = 1
  8596. configure:45980: $PKG_CONFIG --exists --print-errors "SDL_image >= 1.2.10"
  8597. Package SDL_image was not found in the pkg-config search path.
  8598. Perhaps you should add the directory containing `SDL_image.pc'
  8599. to the PKG_CONFIG_PATH environment variable
  8600. No package 'SDL_image' found
  8601. configure:45983: $? = 1
  8602. configure:45997: result: no
  8603. No package 'SDL_image' found
  8604. configure:46013: WARNING: No package 'SDL_image' found. You should install it alongside your SDL package.
  8605. configure:46102: checking for FREETYPE
  8606. configure:46109: $PKG_CONFIG --exists --print-errors "freetype2"
  8607. configure:46112: $? = 0
  8608. configure:46126: $PKG_CONFIG --exists --print-errors "freetype2"
  8609. configure:46129: $? = 0
  8610. configure:46181: result: yes
  8611. configure:46220: checking Carbon/Carbon.h usability
  8612. configure:46220: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  8613. conftest.c:190:27: fatal error: Carbon/Carbon.h: No such file or directory
  8614. compilation terminated.
  8615. configure:46220: $? = 1
  8616. configure: failed program was:
  8617. | /* confdefs.h */
  8618. | #define PACKAGE_NAME "vlc"
  8619. | #define PACKAGE_TARNAME "vlc"
  8620. | #define PACKAGE_VERSION "3.0.0-git"
  8621. | #define PACKAGE_STRING "vlc 3.0.0-git"
  8622. | #define PACKAGE_BUGREPORT ""
  8623. | #define PACKAGE_URL ""
  8624. | #define PACKAGE "vlc"
  8625. | #define VERSION "3.0.0-git"
  8626. | #define STDC_HEADERS 1
  8627. | #define HAVE_SYS_TYPES_H 1
  8628. | #define HAVE_SYS_STAT_H 1
  8629. | #define HAVE_STDLIB_H 1
  8630. | #define HAVE_STRING_H 1
  8631. | #define HAVE_MEMORY_H 1
  8632. | #define HAVE_STRINGS_H 1
  8633. | #define HAVE_INTTYPES_H 1
  8634. | #define HAVE_STDINT_H 1
  8635. | #define HAVE_UNISTD_H 1
  8636. | #define __EXTENSIONS__ 1
  8637. | #define _ALL_SOURCE 1
  8638. | #define _GNU_SOURCE 1
  8639. | #define _POSIX_PTHREAD_SEMANTICS 1
  8640. | #define _TANDEM_SOURCE 1
  8641. | #define _FORTIFY_SOURCE 2
  8642. | #define _FILE_OFFSET_BITS 64
  8643. | #define _THREAD_SAFE /**/
  8644. | #define __LIBVLC__ /**/
  8645. | #define WIN32_LEAN_AND_MEAN /**/
  8646. | #define restrict __restrict
  8647. | #define HAVE_DLFCN_H 1
  8648. | #define LT_OBJDIR ".libs/"
  8649. | #define ENABLE_NLS 1
  8650. | #define HAVE_GETTEXT 1
  8651. | #define HAVE_DCGETTEXT 1
  8652. | #define HAVE_ICONV 1
  8653. | #define ICONV_CONST
  8654. | #define VLC_WINSTORE_APP 0
  8655. | #define LIBEXT ".so"
  8656. | #define HAVE_DECL_NANOSLEEP 1
  8657. | #define HAVE_DAEMON 1
  8658. | #define HAVE_FCNTL 1
  8659. | #define HAVE_FSTATVFS 1
  8660. | #define HAVE_FORK 1
  8661. | #define HAVE_GETENV 1
  8662. | #define HAVE_GETPWUID_R 1
  8663. | #define HAVE_ISATTY 1
  8664. | #define HAVE_LSTAT 1
  8665. | #define HAVE_MEMALIGN 1
  8666. | #define HAVE_MMAP 1
  8667. | #define HAVE_OPENAT 1
  8668. | #define HAVE_PREAD 1
  8669. | #define HAVE_POSIX_FADVISE 1
  8670. | #define HAVE_POSIX_MADVISE 1
  8671. | #define HAVE_SETLOCALE 1
  8672. | #define HAVE_STRPTIME 1
  8673. | #define HAVE_USELOCALE 1
  8674. | #define HAVE_ATOF 1
  8675. | #define HAVE_ATOLL 1
  8676. | #define HAVE_DIRFD 1
  8677. | #define HAVE_FDOPENDIR 1
  8678. | #define HAVE_FLOCKFILE 1
  8679. | #define HAVE_FSYNC 1
  8680. | #define HAVE_GETDELIM 1
  8681. | #define HAVE_GETPID 1
  8682. | #define HAVE_GMTIME_R 1
  8683. | #define HAVE_LLDIV 1
  8684. | #define HAVE_LOCALTIME_R 1
  8685. | #define HAVE_NRAND48 1
  8686. | #define HAVE_POLL 1
  8687. | #define HAVE_POSIX_MEMALIGN 1
  8688. | #define HAVE_REWIND 1
  8689. | #define HAVE_SETENV 1
  8690. | #define HAVE_STRCASECMP 1
  8691. | #define HAVE_STRCASESTR 1
  8692. | #define HAVE_STRDUP 1
  8693. | #define HAVE_STRNDUP 1
  8694. | #define HAVE_STRNLEN 1
  8695. | #define HAVE_STRSEP 1
  8696. | #define HAVE_STRTOF 1
  8697. | #define HAVE_STRTOK_R 1
  8698. | #define HAVE_STRTOLL 1
  8699. | #define HAVE_SWAB 1
  8700. | #define HAVE_TDESTROY 1
  8701. | #define HAVE_STRVERSCMP 1
  8702. | #define HAVE_FDATASYNC 1
  8703. | #define HAVE_ASPRINTF 1
  8704. | #define HAVE_VASPRINTF 1
  8705. | #define HAVE_STATIC_ASSERT 1
  8706. | #define HAVE_STRCOLL 1
  8707. | #define HAVE_ACCEPT4 1
  8708. | #define HAVE_PIPE2 1
  8709. | #define HAVE_EVENTFD 1
  8710. | #define HAVE_VMSPLICE 1
  8711. | #define HAVE_SCHED_GETAFFINITY 1
  8712. | #define HAVE_STRUCT_POLLFD 1
  8713. | #define HAVE_INET_PTON 1
  8714. | #define HAVE_IF_NAMEINDEX 1
  8715. | #define HAVE_IF_NAMETOINDEX 1
  8716. | #define HAVE_LRINTF 1
  8717. | #define HAVE_ARPA_INET_H 1
  8718. | #define HAVE_PTHREAD_H 1
  8719. | #define HAVE_SEARCH_H 1
  8720. | #define HAVE_SYSLOG_H 1
  8721. | #define HAVE_SYS_SHM_H 1
  8722. | #define HAVE_SYS_SOCKET_H 1
  8723. | #define HAVE_NET_IF_H 1
  8724. | #define HAVE_SYS_PARAM_H 1
  8725. | #define HAVE_SYS_MOUNT_H 1
  8726. | #define HAVE_GETOPT_H 1
  8727. | #define HAVE_LINUX_DCCP_H 1
  8728. | #define HAVE_LINUX_MAGIC_H 1
  8729. | #define HAVE_MNTENT_H 1
  8730. | #define HAVE_SYS_EVENTFD_H 1
  8731. | #define HAVE_XLOCALE_H 1
  8732. | #define HAVE_ZLIB_H 1
  8733. | #define HAVE_IDN 1
  8734. | #define NDEBUG 1
  8735. | #define ATTRIBUTE_ALIGNED_MAX 64
  8736. | #define HAVE_ATTRIBUTE_PACKED 1
  8737. | #define HAVE_EXECINFO_H 1
  8738. | #define HAVE_BACKTRACE 1
  8739. | #define HAVE_MMX_INTRINSICS 1
  8740. | #define CAN_COMPILE_MMX 1
  8741. | #define CAN_COMPILE_MMXEXT 1
  8742. | #define HAVE_SSE2_INTRINSICS 1
  8743. | #define CAN_COMPILE_SSE 1
  8744. | #define CAN_COMPILE_SSE2 1
  8745. | #define CAN_COMPILE_SSE3 1
  8746. | #define CAN_COMPILE_SSSE3 1
  8747. | #define CAN_COMPILE_SSE4_1 1
  8748. | #define CAN_COMPILE_SSE4_2 1
  8749. | #define CAN_COMPILE_SSE4A 1
  8750. | #define CAN_COMPILE_3DNOW 1
  8751. | #define ENABLE_SOUT 1
  8752. | #define HAVE_LUA_H 1
  8753. | #define HAVE_LAUXLIB_H 1
  8754. | #define HAVE_LUALIB_H 1
  8755. | #define ENABLE_HTTPD 1
  8756. | #define ENABLE_VLM 1
  8757. | #define ENABLE_ADDONMANAGERMODULES 1
  8758. | #define HAVE_LINUX_VIDEODEV2_H 1
  8759. | #define HAVE_MAD_H 1
  8760. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  8761. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  8762. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  8763. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  8764. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  8765. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  8766. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  8767. | #define HAVE_A52DEC_A52_H 1
  8768. | #define HAVE_PNG_H 1
  8769. | #define HAVE_JPEGLIB_H 1
  8770. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  8771. | #define HAVE_X11_XLIB_H 1
  8772. | /* end confdefs.h. */
  8773. | #include <stdio.h>
  8774. | #ifdef HAVE_SYS_TYPES_H
  8775. | # include <sys/types.h>
  8776. | #endif
  8777. | #ifdef HAVE_SYS_STAT_H
  8778. | # include <sys/stat.h>
  8779. | #endif
  8780. | #ifdef STDC_HEADERS
  8781. | # include <stdlib.h>
  8782. | # include <stddef.h>
  8783. | #else
  8784. | # ifdef HAVE_STDLIB_H
  8785. | # include <stdlib.h>
  8786. | # endif
  8787. | #endif
  8788. | #ifdef HAVE_STRING_H
  8789. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8790. | # include <memory.h>
  8791. | # endif
  8792. | # include <string.h>
  8793. | #endif
  8794. | #ifdef HAVE_STRINGS_H
  8795. | # include <strings.h>
  8796. | #endif
  8797. | #ifdef HAVE_INTTYPES_H
  8798. | # include <inttypes.h>
  8799. | #endif
  8800. | #ifdef HAVE_STDINT_H
  8801. | # include <stdint.h>
  8802. | #endif
  8803. | #ifdef HAVE_UNISTD_H
  8804. | # include <unistd.h>
  8805. | #endif
  8806. | #include <Carbon/Carbon.h>
  8807. configure:46220: result: no
  8808. configure:46220: checking Carbon/Carbon.h presence
  8809. configure:46220: gcc -std=gnu99 -E conftest.c
  8810. conftest.c:157:27: fatal error: Carbon/Carbon.h: No such file or directory
  8811. compilation terminated.
  8812. configure:46220: $? = 1
  8813. configure: failed program was:
  8814. | /* confdefs.h */
  8815. | #define PACKAGE_NAME "vlc"
  8816. | #define PACKAGE_TARNAME "vlc"
  8817. | #define PACKAGE_VERSION "3.0.0-git"
  8818. | #define PACKAGE_STRING "vlc 3.0.0-git"
  8819. | #define PACKAGE_BUGREPORT ""
  8820. | #define PACKAGE_URL ""
  8821. | #define PACKAGE "vlc"
  8822. | #define VERSION "3.0.0-git"
  8823. | #define STDC_HEADERS 1
  8824. | #define HAVE_SYS_TYPES_H 1
  8825. | #define HAVE_SYS_STAT_H 1
  8826. | #define HAVE_STDLIB_H 1
  8827. | #define HAVE_STRING_H 1
  8828. | #define HAVE_MEMORY_H 1
  8829. | #define HAVE_STRINGS_H 1
  8830. | #define HAVE_INTTYPES_H 1
  8831. | #define HAVE_STDINT_H 1
  8832. | #define HAVE_UNISTD_H 1
  8833. | #define __EXTENSIONS__ 1
  8834. | #define _ALL_SOURCE 1
  8835. | #define _GNU_SOURCE 1
  8836. | #define _POSIX_PTHREAD_SEMANTICS 1
  8837. | #define _TANDEM_SOURCE 1
  8838. | #define _FORTIFY_SOURCE 2
  8839. | #define _FILE_OFFSET_BITS 64
  8840. | #define _THREAD_SAFE /**/
  8841. | #define __LIBVLC__ /**/
  8842. | #define WIN32_LEAN_AND_MEAN /**/
  8843. | #define restrict __restrict
  8844. | #define HAVE_DLFCN_H 1
  8845. | #define LT_OBJDIR ".libs/"
  8846. | #define ENABLE_NLS 1
  8847. | #define HAVE_GETTEXT 1
  8848. | #define HAVE_DCGETTEXT 1
  8849. | #define HAVE_ICONV 1
  8850. | #define ICONV_CONST
  8851. | #define VLC_WINSTORE_APP 0
  8852. | #define LIBEXT ".so"
  8853. | #define HAVE_DECL_NANOSLEEP 1
  8854. | #define HAVE_DAEMON 1
  8855. | #define HAVE_FCNTL 1
  8856. | #define HAVE_FSTATVFS 1
  8857. | #define HAVE_FORK 1
  8858. | #define HAVE_GETENV 1
  8859. | #define HAVE_GETPWUID_R 1
  8860. | #define HAVE_ISATTY 1
  8861. | #define HAVE_LSTAT 1
  8862. | #define HAVE_MEMALIGN 1
  8863. | #define HAVE_MMAP 1
  8864. | #define HAVE_OPENAT 1
  8865. | #define HAVE_PREAD 1
  8866. | #define HAVE_POSIX_FADVISE 1
  8867. | #define HAVE_POSIX_MADVISE 1
  8868. | #define HAVE_SETLOCALE 1
  8869. | #define HAVE_STRPTIME 1
  8870. | #define HAVE_USELOCALE 1
  8871. | #define HAVE_ATOF 1
  8872. | #define HAVE_ATOLL 1
  8873. | #define HAVE_DIRFD 1
  8874. | #define HAVE_FDOPENDIR 1
  8875. | #define HAVE_FLOCKFILE 1
  8876. | #define HAVE_FSYNC 1
  8877. | #define HAVE_GETDELIM 1
  8878. | #define HAVE_GETPID 1
  8879. | #define HAVE_GMTIME_R 1
  8880. | #define HAVE_LLDIV 1
  8881. | #define HAVE_LOCALTIME_R 1
  8882. | #define HAVE_NRAND48 1
  8883. | #define HAVE_POLL 1
  8884. | #define HAVE_POSIX_MEMALIGN 1
  8885. | #define HAVE_REWIND 1
  8886. | #define HAVE_SETENV 1
  8887. | #define HAVE_STRCASECMP 1
  8888. | #define HAVE_STRCASESTR 1
  8889. | #define HAVE_STRDUP 1
  8890. | #define HAVE_STRNDUP 1
  8891. | #define HAVE_STRNLEN 1
  8892. | #define HAVE_STRSEP 1
  8893. | #define HAVE_STRTOF 1
  8894. | #define HAVE_STRTOK_R 1
  8895. | #define HAVE_STRTOLL 1
  8896. | #define HAVE_SWAB 1
  8897. | #define HAVE_TDESTROY 1
  8898. | #define HAVE_STRVERSCMP 1
  8899. | #define HAVE_FDATASYNC 1
  8900. | #define HAVE_ASPRINTF 1
  8901. | #define HAVE_VASPRINTF 1
  8902. | #define HAVE_STATIC_ASSERT 1
  8903. | #define HAVE_STRCOLL 1
  8904. | #define HAVE_ACCEPT4 1
  8905. | #define HAVE_PIPE2 1
  8906. | #define HAVE_EVENTFD 1
  8907. | #define HAVE_VMSPLICE 1
  8908. | #define HAVE_SCHED_GETAFFINITY 1
  8909. | #define HAVE_STRUCT_POLLFD 1
  8910. | #define HAVE_INET_PTON 1
  8911. | #define HAVE_IF_NAMEINDEX 1
  8912. | #define HAVE_IF_NAMETOINDEX 1
  8913. | #define HAVE_LRINTF 1
  8914. | #define HAVE_ARPA_INET_H 1
  8915. | #define HAVE_PTHREAD_H 1
  8916. | #define HAVE_SEARCH_H 1
  8917. | #define HAVE_SYSLOG_H 1
  8918. | #define HAVE_SYS_SHM_H 1
  8919. | #define HAVE_SYS_SOCKET_H 1
  8920. | #define HAVE_NET_IF_H 1
  8921. | #define HAVE_SYS_PARAM_H 1
  8922. | #define HAVE_SYS_MOUNT_H 1
  8923. | #define HAVE_GETOPT_H 1
  8924. | #define HAVE_LINUX_DCCP_H 1
  8925. | #define HAVE_LINUX_MAGIC_H 1
  8926. | #define HAVE_MNTENT_H 1
  8927. | #define HAVE_SYS_EVENTFD_H 1
  8928. | #define HAVE_XLOCALE_H 1
  8929. | #define HAVE_ZLIB_H 1
  8930. | #define HAVE_IDN 1
  8931. | #define NDEBUG 1
  8932. | #define ATTRIBUTE_ALIGNED_MAX 64
  8933. | #define HAVE_ATTRIBUTE_PACKED 1
  8934. | #define HAVE_EXECINFO_H 1
  8935. | #define HAVE_BACKTRACE 1
  8936. | #define HAVE_MMX_INTRINSICS 1
  8937. | #define CAN_COMPILE_MMX 1
  8938. | #define CAN_COMPILE_MMXEXT 1
  8939. | #define HAVE_SSE2_INTRINSICS 1
  8940. | #define CAN_COMPILE_SSE 1
  8941. | #define CAN_COMPILE_SSE2 1
  8942. | #define CAN_COMPILE_SSE3 1
  8943. | #define CAN_COMPILE_SSSE3 1
  8944. | #define CAN_COMPILE_SSE4_1 1
  8945. | #define CAN_COMPILE_SSE4_2 1
  8946. | #define CAN_COMPILE_SSE4A 1
  8947. | #define CAN_COMPILE_3DNOW 1
  8948. | #define ENABLE_SOUT 1
  8949. | #define HAVE_LUA_H 1
  8950. | #define HAVE_LAUXLIB_H 1
  8951. | #define HAVE_LUALIB_H 1
  8952. | #define ENABLE_HTTPD 1
  8953. | #define ENABLE_VLM 1
  8954. | #define ENABLE_ADDONMANAGERMODULES 1
  8955. | #define HAVE_LINUX_VIDEODEV2_H 1
  8956. | #define HAVE_MAD_H 1
  8957. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  8958. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  8959. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  8960. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  8961. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  8962. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  8963. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  8964. | #define HAVE_A52DEC_A52_H 1
  8965. | #define HAVE_PNG_H 1
  8966. | #define HAVE_JPEGLIB_H 1
  8967. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  8968. | #define HAVE_X11_XLIB_H 1
  8969. | /* end confdefs.h. */
  8970. | #include <Carbon/Carbon.h>
  8971. configure:46220: result: no
  8972. configure:46220: checking for Carbon/Carbon.h
  8973. configure:46220: result: no
  8974. configure:46240: checking for fontconfig/fontconfig.h
  8975. configure:46240: result: yes
  8976. configure:46279: checking for FRIBIDI
  8977. configure:46286: $PKG_CONFIG --exists --print-errors "fribidi"
  8978. configure:46289: $? = 0
  8979. configure:46303: $PKG_CONFIG --exists --print-errors "fribidi"
  8980. configure:46306: $? = 0
  8981. configure:46346: result: yes
  8982. configure:46526: checking for SVG
  8983. configure:46533: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0"
  8984. configure:46536: $? = 0
  8985. configure:46550: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0"
  8986. configure:46553: $? = 0
  8987. configure:46605: result: yes
  8988. configure:46770: checking for SVGDEC
  8989. configure:46777: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0 cairo >= 1.13.1"
  8990. Requested 'cairo >= 1.13.1' but version of cairo is 1.12.8
  8991. configure:46780: $? = 1
  8992. configure:46794: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0 cairo >= 1.13.1"
  8993. Requested 'cairo >= 1.13.1' but version of cairo is 1.12.8
  8994. configure:46797: $? = 1
  8995. configure:46811: result: no
  8996. Requested 'cairo >= 1.13.1' but version of cairo is 1.12.8
  8997. configure:46831: WARNING: Library librsvg-2.0 >= 2.9.0 cairo >= 1.13.1 needed for svgdec was not found
  8998. configure:47035: checking linux/fb.h usability
  8999. configure:47035: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  9000. configure:47035: $? = 0
  9001. configure:47035: result: yes
  9002. configure:47035: checking linux/fb.h presence
  9003. configure:47035: gcc -std=gnu99 -E conftest.c
  9004. configure:47035: $? = 0
  9005. configure:47035: result: yes
  9006. configure:47035: checking for linux/fb.h
  9007. configure:47035: result: yes
  9008. configure:47549: checking for CACA
  9009. configure:47556: $PKG_CONFIG --exists --print-errors "caca >= 0.99.beta14"
  9010. Package caca was not found in the pkg-config search path.
  9011. Perhaps you should add the directory containing `caca.pc'
  9012. to the PKG_CONFIG_PATH environment variable
  9013. No package 'caca' found
  9014. configure:47559: $? = 1
  9015. configure:47573: $PKG_CONFIG --exists --print-errors "caca >= 0.99.beta14"
  9016. Package caca was not found in the pkg-config search path.
  9017. Perhaps you should add the directory containing `caca.pc'
  9018. to the PKG_CONFIG_PATH environment variable
  9019. No package 'caca' found
  9020. configure:47576: $? = 1
  9021. configure:47590: result: no
  9022. No package 'caca' found
  9023. configure:47610: WARNING: Library caca >= 0.99.beta14 needed for caca was not found
  9024. configure:47685: checking kva.h usability
  9025. configure:47685: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  9026. conftest.c:191:17: fatal error: kva.h: No such file or directory
  9027. compilation terminated.
  9028. configure:47685: $? = 1
  9029. configure: failed program was:
  9030. | /* confdefs.h */
  9031. | #define PACKAGE_NAME "vlc"
  9032. | #define PACKAGE_TARNAME "vlc"
  9033. | #define PACKAGE_VERSION "3.0.0-git"
  9034. | #define PACKAGE_STRING "vlc 3.0.0-git"
  9035. | #define PACKAGE_BUGREPORT ""
  9036. | #define PACKAGE_URL ""
  9037. | #define PACKAGE "vlc"
  9038. | #define VERSION "3.0.0-git"
  9039. | #define STDC_HEADERS 1
  9040. | #define HAVE_SYS_TYPES_H 1
  9041. | #define HAVE_SYS_STAT_H 1
  9042. | #define HAVE_STDLIB_H 1
  9043. | #define HAVE_STRING_H 1
  9044. | #define HAVE_MEMORY_H 1
  9045. | #define HAVE_STRINGS_H 1
  9046. | #define HAVE_INTTYPES_H 1
  9047. | #define HAVE_STDINT_H 1
  9048. | #define HAVE_UNISTD_H 1
  9049. | #define __EXTENSIONS__ 1
  9050. | #define _ALL_SOURCE 1
  9051. | #define _GNU_SOURCE 1
  9052. | #define _POSIX_PTHREAD_SEMANTICS 1
  9053. | #define _TANDEM_SOURCE 1
  9054. | #define _FORTIFY_SOURCE 2
  9055. | #define _FILE_OFFSET_BITS 64
  9056. | #define _THREAD_SAFE /**/
  9057. | #define __LIBVLC__ /**/
  9058. | #define WIN32_LEAN_AND_MEAN /**/
  9059. | #define restrict __restrict
  9060. | #define HAVE_DLFCN_H 1
  9061. | #define LT_OBJDIR ".libs/"
  9062. | #define ENABLE_NLS 1
  9063. | #define HAVE_GETTEXT 1
  9064. | #define HAVE_DCGETTEXT 1
  9065. | #define HAVE_ICONV 1
  9066. | #define ICONV_CONST
  9067. | #define VLC_WINSTORE_APP 0
  9068. | #define LIBEXT ".so"
  9069. | #define HAVE_DECL_NANOSLEEP 1
  9070. | #define HAVE_DAEMON 1
  9071. | #define HAVE_FCNTL 1
  9072. | #define HAVE_FSTATVFS 1
  9073. | #define HAVE_FORK 1
  9074. | #define HAVE_GETENV 1
  9075. | #define HAVE_GETPWUID_R 1
  9076. | #define HAVE_ISATTY 1
  9077. | #define HAVE_LSTAT 1
  9078. | #define HAVE_MEMALIGN 1
  9079. | #define HAVE_MMAP 1
  9080. | #define HAVE_OPENAT 1
  9081. | #define HAVE_PREAD 1
  9082. | #define HAVE_POSIX_FADVISE 1
  9083. | #define HAVE_POSIX_MADVISE 1
  9084. | #define HAVE_SETLOCALE 1
  9085. | #define HAVE_STRPTIME 1
  9086. | #define HAVE_USELOCALE 1
  9087. | #define HAVE_ATOF 1
  9088. | #define HAVE_ATOLL 1
  9089. | #define HAVE_DIRFD 1
  9090. | #define HAVE_FDOPENDIR 1
  9091. | #define HAVE_FLOCKFILE 1
  9092. | #define HAVE_FSYNC 1
  9093. | #define HAVE_GETDELIM 1
  9094. | #define HAVE_GETPID 1
  9095. | #define HAVE_GMTIME_R 1
  9096. | #define HAVE_LLDIV 1
  9097. | #define HAVE_LOCALTIME_R 1
  9098. | #define HAVE_NRAND48 1
  9099. | #define HAVE_POLL 1
  9100. | #define HAVE_POSIX_MEMALIGN 1
  9101. | #define HAVE_REWIND 1
  9102. | #define HAVE_SETENV 1
  9103. | #define HAVE_STRCASECMP 1
  9104. | #define HAVE_STRCASESTR 1
  9105. | #define HAVE_STRDUP 1
  9106. | #define HAVE_STRNDUP 1
  9107. | #define HAVE_STRNLEN 1
  9108. | #define HAVE_STRSEP 1
  9109. | #define HAVE_STRTOF 1
  9110. | #define HAVE_STRTOK_R 1
  9111. | #define HAVE_STRTOLL 1
  9112. | #define HAVE_SWAB 1
  9113. | #define HAVE_TDESTROY 1
  9114. | #define HAVE_STRVERSCMP 1
  9115. | #define HAVE_FDATASYNC 1
  9116. | #define HAVE_ASPRINTF 1
  9117. | #define HAVE_VASPRINTF 1
  9118. | #define HAVE_STATIC_ASSERT 1
  9119. | #define HAVE_STRCOLL 1
  9120. | #define HAVE_ACCEPT4 1
  9121. | #define HAVE_PIPE2 1
  9122. | #define HAVE_EVENTFD 1
  9123. | #define HAVE_VMSPLICE 1
  9124. | #define HAVE_SCHED_GETAFFINITY 1
  9125. | #define HAVE_STRUCT_POLLFD 1
  9126. | #define HAVE_INET_PTON 1
  9127. | #define HAVE_IF_NAMEINDEX 1
  9128. | #define HAVE_IF_NAMETOINDEX 1
  9129. | #define HAVE_LRINTF 1
  9130. | #define HAVE_ARPA_INET_H 1
  9131. | #define HAVE_PTHREAD_H 1
  9132. | #define HAVE_SEARCH_H 1
  9133. | #define HAVE_SYSLOG_H 1
  9134. | #define HAVE_SYS_SHM_H 1
  9135. | #define HAVE_SYS_SOCKET_H 1
  9136. | #define HAVE_NET_IF_H 1
  9137. | #define HAVE_SYS_PARAM_H 1
  9138. | #define HAVE_SYS_MOUNT_H 1
  9139. | #define HAVE_GETOPT_H 1
  9140. | #define HAVE_LINUX_DCCP_H 1
  9141. | #define HAVE_LINUX_MAGIC_H 1
  9142. | #define HAVE_MNTENT_H 1
  9143. | #define HAVE_SYS_EVENTFD_H 1
  9144. | #define HAVE_XLOCALE_H 1
  9145. | #define HAVE_ZLIB_H 1
  9146. | #define HAVE_IDN 1
  9147. | #define NDEBUG 1
  9148. | #define ATTRIBUTE_ALIGNED_MAX 64
  9149. | #define HAVE_ATTRIBUTE_PACKED 1
  9150. | #define HAVE_EXECINFO_H 1
  9151. | #define HAVE_BACKTRACE 1
  9152. | #define HAVE_MMX_INTRINSICS 1
  9153. | #define CAN_COMPILE_MMX 1
  9154. | #define CAN_COMPILE_MMXEXT 1
  9155. | #define HAVE_SSE2_INTRINSICS 1
  9156. | #define CAN_COMPILE_SSE 1
  9157. | #define CAN_COMPILE_SSE2 1
  9158. | #define CAN_COMPILE_SSE3 1
  9159. | #define CAN_COMPILE_SSSE3 1
  9160. | #define CAN_COMPILE_SSE4_1 1
  9161. | #define CAN_COMPILE_SSE4_2 1
  9162. | #define CAN_COMPILE_SSE4A 1
  9163. | #define CAN_COMPILE_3DNOW 1
  9164. | #define ENABLE_SOUT 1
  9165. | #define HAVE_LUA_H 1
  9166. | #define HAVE_LAUXLIB_H 1
  9167. | #define HAVE_LUALIB_H 1
  9168. | #define ENABLE_HTTPD 1
  9169. | #define ENABLE_VLM 1
  9170. | #define ENABLE_ADDONMANAGERMODULES 1
  9171. | #define HAVE_LINUX_VIDEODEV2_H 1
  9172. | #define HAVE_MAD_H 1
  9173. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9174. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9175. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  9176. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  9177. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9178. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9179. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  9180. | #define HAVE_A52DEC_A52_H 1
  9181. | #define HAVE_PNG_H 1
  9182. | #define HAVE_JPEGLIB_H 1
  9183. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9184. | #define HAVE_X11_XLIB_H 1
  9185. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9186. | /* end confdefs.h. */
  9187. | #include <stdio.h>
  9188. | #ifdef HAVE_SYS_TYPES_H
  9189. | # include <sys/types.h>
  9190. | #endif
  9191. | #ifdef HAVE_SYS_STAT_H
  9192. | # include <sys/stat.h>
  9193. | #endif
  9194. | #ifdef STDC_HEADERS
  9195. | # include <stdlib.h>
  9196. | # include <stddef.h>
  9197. | #else
  9198. | # ifdef HAVE_STDLIB_H
  9199. | # include <stdlib.h>
  9200. | # endif
  9201. | #endif
  9202. | #ifdef HAVE_STRING_H
  9203. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9204. | # include <memory.h>
  9205. | # endif
  9206. | # include <string.h>
  9207. | #endif
  9208. | #ifdef HAVE_STRINGS_H
  9209. | # include <strings.h>
  9210. | #endif
  9211. | #ifdef HAVE_INTTYPES_H
  9212. | # include <inttypes.h>
  9213. | #endif
  9214. | #ifdef HAVE_STDINT_H
  9215. | # include <stdint.h>
  9216. | #endif
  9217. | #ifdef HAVE_UNISTD_H
  9218. | # include <unistd.h>
  9219. | #endif
  9220. | #include <kva.h>
  9221. configure:47685: result: no
  9222. configure:47685: checking kva.h presence
  9223. configure:47685: gcc -std=gnu99 -E conftest.c
  9224. conftest.c:158:17: fatal error: kva.h: No such file or directory
  9225. compilation terminated.
  9226. configure:47685: $? = 1
  9227. configure: failed program was:
  9228. | /* confdefs.h */
  9229. | #define PACKAGE_NAME "vlc"
  9230. | #define PACKAGE_TARNAME "vlc"
  9231. | #define PACKAGE_VERSION "3.0.0-git"
  9232. | #define PACKAGE_STRING "vlc 3.0.0-git"
  9233. | #define PACKAGE_BUGREPORT ""
  9234. | #define PACKAGE_URL ""
  9235. | #define PACKAGE "vlc"
  9236. | #define VERSION "3.0.0-git"
  9237. | #define STDC_HEADERS 1
  9238. | #define HAVE_SYS_TYPES_H 1
  9239. | #define HAVE_SYS_STAT_H 1
  9240. | #define HAVE_STDLIB_H 1
  9241. | #define HAVE_STRING_H 1
  9242. | #define HAVE_MEMORY_H 1
  9243. | #define HAVE_STRINGS_H 1
  9244. | #define HAVE_INTTYPES_H 1
  9245. | #define HAVE_STDINT_H 1
  9246. | #define HAVE_UNISTD_H 1
  9247. | #define __EXTENSIONS__ 1
  9248. | #define _ALL_SOURCE 1
  9249. | #define _GNU_SOURCE 1
  9250. | #define _POSIX_PTHREAD_SEMANTICS 1
  9251. | #define _TANDEM_SOURCE 1
  9252. | #define _FORTIFY_SOURCE 2
  9253. | #define _FILE_OFFSET_BITS 64
  9254. | #define _THREAD_SAFE /**/
  9255. | #define __LIBVLC__ /**/
  9256. | #define WIN32_LEAN_AND_MEAN /**/
  9257. | #define restrict __restrict
  9258. | #define HAVE_DLFCN_H 1
  9259. | #define LT_OBJDIR ".libs/"
  9260. | #define ENABLE_NLS 1
  9261. | #define HAVE_GETTEXT 1
  9262. | #define HAVE_DCGETTEXT 1
  9263. | #define HAVE_ICONV 1
  9264. | #define ICONV_CONST
  9265. | #define VLC_WINSTORE_APP 0
  9266. | #define LIBEXT ".so"
  9267. | #define HAVE_DECL_NANOSLEEP 1
  9268. | #define HAVE_DAEMON 1
  9269. | #define HAVE_FCNTL 1
  9270. | #define HAVE_FSTATVFS 1
  9271. | #define HAVE_FORK 1
  9272. | #define HAVE_GETENV 1
  9273. | #define HAVE_GETPWUID_R 1
  9274. | #define HAVE_ISATTY 1
  9275. | #define HAVE_LSTAT 1
  9276. | #define HAVE_MEMALIGN 1
  9277. | #define HAVE_MMAP 1
  9278. | #define HAVE_OPENAT 1
  9279. | #define HAVE_PREAD 1
  9280. | #define HAVE_POSIX_FADVISE 1
  9281. | #define HAVE_POSIX_MADVISE 1
  9282. | #define HAVE_SETLOCALE 1
  9283. | #define HAVE_STRPTIME 1
  9284. | #define HAVE_USELOCALE 1
  9285. | #define HAVE_ATOF 1
  9286. | #define HAVE_ATOLL 1
  9287. | #define HAVE_DIRFD 1
  9288. | #define HAVE_FDOPENDIR 1
  9289. | #define HAVE_FLOCKFILE 1
  9290. | #define HAVE_FSYNC 1
  9291. | #define HAVE_GETDELIM 1
  9292. | #define HAVE_GETPID 1
  9293. | #define HAVE_GMTIME_R 1
  9294. | #define HAVE_LLDIV 1
  9295. | #define HAVE_LOCALTIME_R 1
  9296. | #define HAVE_NRAND48 1
  9297. | #define HAVE_POLL 1
  9298. | #define HAVE_POSIX_MEMALIGN 1
  9299. | #define HAVE_REWIND 1
  9300. | #define HAVE_SETENV 1
  9301. | #define HAVE_STRCASECMP 1
  9302. | #define HAVE_STRCASESTR 1
  9303. | #define HAVE_STRDUP 1
  9304. | #define HAVE_STRNDUP 1
  9305. | #define HAVE_STRNLEN 1
  9306. | #define HAVE_STRSEP 1
  9307. | #define HAVE_STRTOF 1
  9308. | #define HAVE_STRTOK_R 1
  9309. | #define HAVE_STRTOLL 1
  9310. | #define HAVE_SWAB 1
  9311. | #define HAVE_TDESTROY 1
  9312. | #define HAVE_STRVERSCMP 1
  9313. | #define HAVE_FDATASYNC 1
  9314. | #define HAVE_ASPRINTF 1
  9315. | #define HAVE_VASPRINTF 1
  9316. | #define HAVE_STATIC_ASSERT 1
  9317. | #define HAVE_STRCOLL 1
  9318. | #define HAVE_ACCEPT4 1
  9319. | #define HAVE_PIPE2 1
  9320. | #define HAVE_EVENTFD 1
  9321. | #define HAVE_VMSPLICE 1
  9322. | #define HAVE_SCHED_GETAFFINITY 1
  9323. | #define HAVE_STRUCT_POLLFD 1
  9324. | #define HAVE_INET_PTON 1
  9325. | #define HAVE_IF_NAMEINDEX 1
  9326. | #define HAVE_IF_NAMETOINDEX 1
  9327. | #define HAVE_LRINTF 1
  9328. | #define HAVE_ARPA_INET_H 1
  9329. | #define HAVE_PTHREAD_H 1
  9330. | #define HAVE_SEARCH_H 1
  9331. | #define HAVE_SYSLOG_H 1
  9332. | #define HAVE_SYS_SHM_H 1
  9333. | #define HAVE_SYS_SOCKET_H 1
  9334. | #define HAVE_NET_IF_H 1
  9335. | #define HAVE_SYS_PARAM_H 1
  9336. | #define HAVE_SYS_MOUNT_H 1
  9337. | #define HAVE_GETOPT_H 1
  9338. | #define HAVE_LINUX_DCCP_H 1
  9339. | #define HAVE_LINUX_MAGIC_H 1
  9340. | #define HAVE_MNTENT_H 1
  9341. | #define HAVE_SYS_EVENTFD_H 1
  9342. | #define HAVE_XLOCALE_H 1
  9343. | #define HAVE_ZLIB_H 1
  9344. | #define HAVE_IDN 1
  9345. | #define NDEBUG 1
  9346. | #define ATTRIBUTE_ALIGNED_MAX 64
  9347. | #define HAVE_ATTRIBUTE_PACKED 1
  9348. | #define HAVE_EXECINFO_H 1
  9349. | #define HAVE_BACKTRACE 1
  9350. | #define HAVE_MMX_INTRINSICS 1
  9351. | #define CAN_COMPILE_MMX 1
  9352. | #define CAN_COMPILE_MMXEXT 1
  9353. | #define HAVE_SSE2_INTRINSICS 1
  9354. | #define CAN_COMPILE_SSE 1
  9355. | #define CAN_COMPILE_SSE2 1
  9356. | #define CAN_COMPILE_SSE3 1
  9357. | #define CAN_COMPILE_SSSE3 1
  9358. | #define CAN_COMPILE_SSE4_1 1
  9359. | #define CAN_COMPILE_SSE4_2 1
  9360. | #define CAN_COMPILE_SSE4A 1
  9361. | #define CAN_COMPILE_3DNOW 1
  9362. | #define ENABLE_SOUT 1
  9363. | #define HAVE_LUA_H 1
  9364. | #define HAVE_LAUXLIB_H 1
  9365. | #define HAVE_LUALIB_H 1
  9366. | #define ENABLE_HTTPD 1
  9367. | #define ENABLE_VLM 1
  9368. | #define ENABLE_ADDONMANAGERMODULES 1
  9369. | #define HAVE_LINUX_VIDEODEV2_H 1
  9370. | #define HAVE_MAD_H 1
  9371. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9372. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9373. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  9374. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  9375. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9376. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9377. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  9378. | #define HAVE_A52DEC_A52_H 1
  9379. | #define HAVE_PNG_H 1
  9380. | #define HAVE_JPEGLIB_H 1
  9381. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9382. | #define HAVE_X11_XLIB_H 1
  9383. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9384. | /* end confdefs.h. */
  9385. | #include <kva.h>
  9386. configure:47685: result: no
  9387. configure:47685: checking for kva.h
  9388. configure:47685: result: no
  9389. configure:47763: checking interface/mmal/mmal.h usability
  9390. configure:47763: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.c >&5
  9391. conftest.c:191:33: fatal error: interface/mmal/mmal.h: No such file or directory
  9392. compilation terminated.
  9393. configure:47763: $? = 1
  9394. configure: failed program was:
  9395. | /* confdefs.h */
  9396. | #define PACKAGE_NAME "vlc"
  9397. | #define PACKAGE_TARNAME "vlc"
  9398. | #define PACKAGE_VERSION "3.0.0-git"
  9399. | #define PACKAGE_STRING "vlc 3.0.0-git"
  9400. | #define PACKAGE_BUGREPORT ""
  9401. | #define PACKAGE_URL ""
  9402. | #define PACKAGE "vlc"
  9403. | #define VERSION "3.0.0-git"
  9404. | #define STDC_HEADERS 1
  9405. | #define HAVE_SYS_TYPES_H 1
  9406. | #define HAVE_SYS_STAT_H 1
  9407. | #define HAVE_STDLIB_H 1
  9408. | #define HAVE_STRING_H 1
  9409. | #define HAVE_MEMORY_H 1
  9410. | #define HAVE_STRINGS_H 1
  9411. | #define HAVE_INTTYPES_H 1
  9412. | #define HAVE_STDINT_H 1
  9413. | #define HAVE_UNISTD_H 1
  9414. | #define __EXTENSIONS__ 1
  9415. | #define _ALL_SOURCE 1
  9416. | #define _GNU_SOURCE 1
  9417. | #define _POSIX_PTHREAD_SEMANTICS 1
  9418. | #define _TANDEM_SOURCE 1
  9419. | #define _FORTIFY_SOURCE 2
  9420. | #define _FILE_OFFSET_BITS 64
  9421. | #define _THREAD_SAFE /**/
  9422. | #define __LIBVLC__ /**/
  9423. | #define WIN32_LEAN_AND_MEAN /**/
  9424. | #define restrict __restrict
  9425. | #define HAVE_DLFCN_H 1
  9426. | #define LT_OBJDIR ".libs/"
  9427. | #define ENABLE_NLS 1
  9428. | #define HAVE_GETTEXT 1
  9429. | #define HAVE_DCGETTEXT 1
  9430. | #define HAVE_ICONV 1
  9431. | #define ICONV_CONST
  9432. | #define VLC_WINSTORE_APP 0
  9433. | #define LIBEXT ".so"
  9434. | #define HAVE_DECL_NANOSLEEP 1
  9435. | #define HAVE_DAEMON 1
  9436. | #define HAVE_FCNTL 1
  9437. | #define HAVE_FSTATVFS 1
  9438. | #define HAVE_FORK 1
  9439. | #define HAVE_GETENV 1
  9440. | #define HAVE_GETPWUID_R 1
  9441. | #define HAVE_ISATTY 1
  9442. | #define HAVE_LSTAT 1
  9443. | #define HAVE_MEMALIGN 1
  9444. | #define HAVE_MMAP 1
  9445. | #define HAVE_OPENAT 1
  9446. | #define HAVE_PREAD 1
  9447. | #define HAVE_POSIX_FADVISE 1
  9448. | #define HAVE_POSIX_MADVISE 1
  9449. | #define HAVE_SETLOCALE 1
  9450. | #define HAVE_STRPTIME 1
  9451. | #define HAVE_USELOCALE 1
  9452. | #define HAVE_ATOF 1
  9453. | #define HAVE_ATOLL 1
  9454. | #define HAVE_DIRFD 1
  9455. | #define HAVE_FDOPENDIR 1
  9456. | #define HAVE_FLOCKFILE 1
  9457. | #define HAVE_FSYNC 1
  9458. | #define HAVE_GETDELIM 1
  9459. | #define HAVE_GETPID 1
  9460. | #define HAVE_GMTIME_R 1
  9461. | #define HAVE_LLDIV 1
  9462. | #define HAVE_LOCALTIME_R 1
  9463. | #define HAVE_NRAND48 1
  9464. | #define HAVE_POLL 1
  9465. | #define HAVE_POSIX_MEMALIGN 1
  9466. | #define HAVE_REWIND 1
  9467. | #define HAVE_SETENV 1
  9468. | #define HAVE_STRCASECMP 1
  9469. | #define HAVE_STRCASESTR 1
  9470. | #define HAVE_STRDUP 1
  9471. | #define HAVE_STRNDUP 1
  9472. | #define HAVE_STRNLEN 1
  9473. | #define HAVE_STRSEP 1
  9474. | #define HAVE_STRTOF 1
  9475. | #define HAVE_STRTOK_R 1
  9476. | #define HAVE_STRTOLL 1
  9477. | #define HAVE_SWAB 1
  9478. | #define HAVE_TDESTROY 1
  9479. | #define HAVE_STRVERSCMP 1
  9480. | #define HAVE_FDATASYNC 1
  9481. | #define HAVE_ASPRINTF 1
  9482. | #define HAVE_VASPRINTF 1
  9483. | #define HAVE_STATIC_ASSERT 1
  9484. | #define HAVE_STRCOLL 1
  9485. | #define HAVE_ACCEPT4 1
  9486. | #define HAVE_PIPE2 1
  9487. | #define HAVE_EVENTFD 1
  9488. | #define HAVE_VMSPLICE 1
  9489. | #define HAVE_SCHED_GETAFFINITY 1
  9490. | #define HAVE_STRUCT_POLLFD 1
  9491. | #define HAVE_INET_PTON 1
  9492. | #define HAVE_IF_NAMEINDEX 1
  9493. | #define HAVE_IF_NAMETOINDEX 1
  9494. | #define HAVE_LRINTF 1
  9495. | #define HAVE_ARPA_INET_H 1
  9496. | #define HAVE_PTHREAD_H 1
  9497. | #define HAVE_SEARCH_H 1
  9498. | #define HAVE_SYSLOG_H 1
  9499. | #define HAVE_SYS_SHM_H 1
  9500. | #define HAVE_SYS_SOCKET_H 1
  9501. | #define HAVE_NET_IF_H 1
  9502. | #define HAVE_SYS_PARAM_H 1
  9503. | #define HAVE_SYS_MOUNT_H 1
  9504. | #define HAVE_GETOPT_H 1
  9505. | #define HAVE_LINUX_DCCP_H 1
  9506. | #define HAVE_LINUX_MAGIC_H 1
  9507. | #define HAVE_MNTENT_H 1
  9508. | #define HAVE_SYS_EVENTFD_H 1
  9509. | #define HAVE_XLOCALE_H 1
  9510. | #define HAVE_ZLIB_H 1
  9511. | #define HAVE_IDN 1
  9512. | #define NDEBUG 1
  9513. | #define ATTRIBUTE_ALIGNED_MAX 64
  9514. | #define HAVE_ATTRIBUTE_PACKED 1
  9515. | #define HAVE_EXECINFO_H 1
  9516. | #define HAVE_BACKTRACE 1
  9517. | #define HAVE_MMX_INTRINSICS 1
  9518. | #define CAN_COMPILE_MMX 1
  9519. | #define CAN_COMPILE_MMXEXT 1
  9520. | #define HAVE_SSE2_INTRINSICS 1
  9521. | #define CAN_COMPILE_SSE 1
  9522. | #define CAN_COMPILE_SSE2 1
  9523. | #define CAN_COMPILE_SSE3 1
  9524. | #define CAN_COMPILE_SSSE3 1
  9525. | #define CAN_COMPILE_SSE4_1 1
  9526. | #define CAN_COMPILE_SSE4_2 1
  9527. | #define CAN_COMPILE_SSE4A 1
  9528. | #define CAN_COMPILE_3DNOW 1
  9529. | #define ENABLE_SOUT 1
  9530. | #define HAVE_LUA_H 1
  9531. | #define HAVE_LAUXLIB_H 1
  9532. | #define HAVE_LUALIB_H 1
  9533. | #define ENABLE_HTTPD 1
  9534. | #define ENABLE_VLM 1
  9535. | #define ENABLE_ADDONMANAGERMODULES 1
  9536. | #define HAVE_LINUX_VIDEODEV2_H 1
  9537. | #define HAVE_MAD_H 1
  9538. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9539. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9540. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  9541. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  9542. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9543. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9544. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  9545. | #define HAVE_A52DEC_A52_H 1
  9546. | #define HAVE_PNG_H 1
  9547. | #define HAVE_JPEGLIB_H 1
  9548. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9549. | #define HAVE_X11_XLIB_H 1
  9550. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9551. | /* end confdefs.h. */
  9552. | #include <stdio.h>
  9553. | #ifdef HAVE_SYS_TYPES_H
  9554. | # include <sys/types.h>
  9555. | #endif
  9556. | #ifdef HAVE_SYS_STAT_H
  9557. | # include <sys/stat.h>
  9558. | #endif
  9559. | #ifdef STDC_HEADERS
  9560. | # include <stdlib.h>
  9561. | # include <stddef.h>
  9562. | #else
  9563. | # ifdef HAVE_STDLIB_H
  9564. | # include <stdlib.h>
  9565. | # endif
  9566. | #endif
  9567. | #ifdef HAVE_STRING_H
  9568. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9569. | # include <memory.h>
  9570. | # endif
  9571. | # include <string.h>
  9572. | #endif
  9573. | #ifdef HAVE_STRINGS_H
  9574. | # include <strings.h>
  9575. | #endif
  9576. | #ifdef HAVE_INTTYPES_H
  9577. | # include <inttypes.h>
  9578. | #endif
  9579. | #ifdef HAVE_STDINT_H
  9580. | # include <stdint.h>
  9581. | #endif
  9582. | #ifdef HAVE_UNISTD_H
  9583. | # include <unistd.h>
  9584. | #endif
  9585. | #include <interface/mmal/mmal.h>
  9586. configure:47763: result: no
  9587. configure:47763: checking interface/mmal/mmal.h presence
  9588. configure:47763: gcc -std=gnu99 -E -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.c
  9589. conftest.c:158:33: fatal error: interface/mmal/mmal.h: No such file or directory
  9590. compilation terminated.
  9591. configure:47763: $? = 1
  9592. configure: failed program was:
  9593. | /* confdefs.h */
  9594. | #define PACKAGE_NAME "vlc"
  9595. | #define PACKAGE_TARNAME "vlc"
  9596. | #define PACKAGE_VERSION "3.0.0-git"
  9597. | #define PACKAGE_STRING "vlc 3.0.0-git"
  9598. | #define PACKAGE_BUGREPORT ""
  9599. | #define PACKAGE_URL ""
  9600. | #define PACKAGE "vlc"
  9601. | #define VERSION "3.0.0-git"
  9602. | #define STDC_HEADERS 1
  9603. | #define HAVE_SYS_TYPES_H 1
  9604. | #define HAVE_SYS_STAT_H 1
  9605. | #define HAVE_STDLIB_H 1
  9606. | #define HAVE_STRING_H 1
  9607. | #define HAVE_MEMORY_H 1
  9608. | #define HAVE_STRINGS_H 1
  9609. | #define HAVE_INTTYPES_H 1
  9610. | #define HAVE_STDINT_H 1
  9611. | #define HAVE_UNISTD_H 1
  9612. | #define __EXTENSIONS__ 1
  9613. | #define _ALL_SOURCE 1
  9614. | #define _GNU_SOURCE 1
  9615. | #define _POSIX_PTHREAD_SEMANTICS 1
  9616. | #define _TANDEM_SOURCE 1
  9617. | #define _FORTIFY_SOURCE 2
  9618. | #define _FILE_OFFSET_BITS 64
  9619. | #define _THREAD_SAFE /**/
  9620. | #define __LIBVLC__ /**/
  9621. | #define WIN32_LEAN_AND_MEAN /**/
  9622. | #define restrict __restrict
  9623. | #define HAVE_DLFCN_H 1
  9624. | #define LT_OBJDIR ".libs/"
  9625. | #define ENABLE_NLS 1
  9626. | #define HAVE_GETTEXT 1
  9627. | #define HAVE_DCGETTEXT 1
  9628. | #define HAVE_ICONV 1
  9629. | #define ICONV_CONST
  9630. | #define VLC_WINSTORE_APP 0
  9631. | #define LIBEXT ".so"
  9632. | #define HAVE_DECL_NANOSLEEP 1
  9633. | #define HAVE_DAEMON 1
  9634. | #define HAVE_FCNTL 1
  9635. | #define HAVE_FSTATVFS 1
  9636. | #define HAVE_FORK 1
  9637. | #define HAVE_GETENV 1
  9638. | #define HAVE_GETPWUID_R 1
  9639. | #define HAVE_ISATTY 1
  9640. | #define HAVE_LSTAT 1
  9641. | #define HAVE_MEMALIGN 1
  9642. | #define HAVE_MMAP 1
  9643. | #define HAVE_OPENAT 1
  9644. | #define HAVE_PREAD 1
  9645. | #define HAVE_POSIX_FADVISE 1
  9646. | #define HAVE_POSIX_MADVISE 1
  9647. | #define HAVE_SETLOCALE 1
  9648. | #define HAVE_STRPTIME 1
  9649. | #define HAVE_USELOCALE 1
  9650. | #define HAVE_ATOF 1
  9651. | #define HAVE_ATOLL 1
  9652. | #define HAVE_DIRFD 1
  9653. | #define HAVE_FDOPENDIR 1
  9654. | #define HAVE_FLOCKFILE 1
  9655. | #define HAVE_FSYNC 1
  9656. | #define HAVE_GETDELIM 1
  9657. | #define HAVE_GETPID 1
  9658. | #define HAVE_GMTIME_R 1
  9659. | #define HAVE_LLDIV 1
  9660. | #define HAVE_LOCALTIME_R 1
  9661. | #define HAVE_NRAND48 1
  9662. | #define HAVE_POLL 1
  9663. | #define HAVE_POSIX_MEMALIGN 1
  9664. | #define HAVE_REWIND 1
  9665. | #define HAVE_SETENV 1
  9666. | #define HAVE_STRCASECMP 1
  9667. | #define HAVE_STRCASESTR 1
  9668. | #define HAVE_STRDUP 1
  9669. | #define HAVE_STRNDUP 1
  9670. | #define HAVE_STRNLEN 1
  9671. | #define HAVE_STRSEP 1
  9672. | #define HAVE_STRTOF 1
  9673. | #define HAVE_STRTOK_R 1
  9674. | #define HAVE_STRTOLL 1
  9675. | #define HAVE_SWAB 1
  9676. | #define HAVE_TDESTROY 1
  9677. | #define HAVE_STRVERSCMP 1
  9678. | #define HAVE_FDATASYNC 1
  9679. | #define HAVE_ASPRINTF 1
  9680. | #define HAVE_VASPRINTF 1
  9681. | #define HAVE_STATIC_ASSERT 1
  9682. | #define HAVE_STRCOLL 1
  9683. | #define HAVE_ACCEPT4 1
  9684. | #define HAVE_PIPE2 1
  9685. | #define HAVE_EVENTFD 1
  9686. | #define HAVE_VMSPLICE 1
  9687. | #define HAVE_SCHED_GETAFFINITY 1
  9688. | #define HAVE_STRUCT_POLLFD 1
  9689. | #define HAVE_INET_PTON 1
  9690. | #define HAVE_IF_NAMEINDEX 1
  9691. | #define HAVE_IF_NAMETOINDEX 1
  9692. | #define HAVE_LRINTF 1
  9693. | #define HAVE_ARPA_INET_H 1
  9694. | #define HAVE_PTHREAD_H 1
  9695. | #define HAVE_SEARCH_H 1
  9696. | #define HAVE_SYSLOG_H 1
  9697. | #define HAVE_SYS_SHM_H 1
  9698. | #define HAVE_SYS_SOCKET_H 1
  9699. | #define HAVE_NET_IF_H 1
  9700. | #define HAVE_SYS_PARAM_H 1
  9701. | #define HAVE_SYS_MOUNT_H 1
  9702. | #define HAVE_GETOPT_H 1
  9703. | #define HAVE_LINUX_DCCP_H 1
  9704. | #define HAVE_LINUX_MAGIC_H 1
  9705. | #define HAVE_MNTENT_H 1
  9706. | #define HAVE_SYS_EVENTFD_H 1
  9707. | #define HAVE_XLOCALE_H 1
  9708. | #define HAVE_ZLIB_H 1
  9709. | #define HAVE_IDN 1
  9710. | #define NDEBUG 1
  9711. | #define ATTRIBUTE_ALIGNED_MAX 64
  9712. | #define HAVE_ATTRIBUTE_PACKED 1
  9713. | #define HAVE_EXECINFO_H 1
  9714. | #define HAVE_BACKTRACE 1
  9715. | #define HAVE_MMX_INTRINSICS 1
  9716. | #define CAN_COMPILE_MMX 1
  9717. | #define CAN_COMPILE_MMXEXT 1
  9718. | #define HAVE_SSE2_INTRINSICS 1
  9719. | #define CAN_COMPILE_SSE 1
  9720. | #define CAN_COMPILE_SSE2 1
  9721. | #define CAN_COMPILE_SSE3 1
  9722. | #define CAN_COMPILE_SSSE3 1
  9723. | #define CAN_COMPILE_SSE4_1 1
  9724. | #define CAN_COMPILE_SSE4_2 1
  9725. | #define CAN_COMPILE_SSE4A 1
  9726. | #define CAN_COMPILE_3DNOW 1
  9727. | #define ENABLE_SOUT 1
  9728. | #define HAVE_LUA_H 1
  9729. | #define HAVE_LAUXLIB_H 1
  9730. | #define HAVE_LUALIB_H 1
  9731. | #define ENABLE_HTTPD 1
  9732. | #define ENABLE_VLM 1
  9733. | #define ENABLE_ADDONMANAGERMODULES 1
  9734. | #define HAVE_LINUX_VIDEODEV2_H 1
  9735. | #define HAVE_MAD_H 1
  9736. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9737. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9738. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  9739. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  9740. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9741. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9742. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  9743. | #define HAVE_A52DEC_A52_H 1
  9744. | #define HAVE_PNG_H 1
  9745. | #define HAVE_JPEGLIB_H 1
  9746. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9747. | #define HAVE_X11_XLIB_H 1
  9748. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9749. | /* end confdefs.h. */
  9750. | #include <interface/mmal/mmal.h>
  9751. configure:47763: result: no
  9752. configure:47763: checking for interface/mmal/mmal.h
  9753. configure:47763: result: no
  9754. configure:47847: WARNING: Cannot find development headers for mmal...
  9755. configure:47885: checking for PULSE
  9756. configure:47892: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  9757. configure:47895: $? = 0
  9758. configure:47909: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  9759. configure:47912: $? = 0
  9760. configure:47962: result: yes
  9761. configure:47997: checking for ALSA
  9762. configure:48004: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.24"
  9763. configure:48007: $? = 0
  9764. configure:48021: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.24"
  9765. configure:48024: $? = 0
  9766. configure:48074: result: yes
  9767. configure:48187: checking sndio.h usability
  9768. configure:48187: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  9769. conftest.c:191:19: fatal error: sndio.h: No such file or directory
  9770. compilation terminated.
  9771. configure:48187: $? = 1
  9772. configure: failed program was:
  9773. | /* confdefs.h */
  9774. | #define PACKAGE_NAME "vlc"
  9775. | #define PACKAGE_TARNAME "vlc"
  9776. | #define PACKAGE_VERSION "3.0.0-git"
  9777. | #define PACKAGE_STRING "vlc 3.0.0-git"
  9778. | #define PACKAGE_BUGREPORT ""
  9779. | #define PACKAGE_URL ""
  9780. | #define PACKAGE "vlc"
  9781. | #define VERSION "3.0.0-git"
  9782. | #define STDC_HEADERS 1
  9783. | #define HAVE_SYS_TYPES_H 1
  9784. | #define HAVE_SYS_STAT_H 1
  9785. | #define HAVE_STDLIB_H 1
  9786. | #define HAVE_STRING_H 1
  9787. | #define HAVE_MEMORY_H 1
  9788. | #define HAVE_STRINGS_H 1
  9789. | #define HAVE_INTTYPES_H 1
  9790. | #define HAVE_STDINT_H 1
  9791. | #define HAVE_UNISTD_H 1
  9792. | #define __EXTENSIONS__ 1
  9793. | #define _ALL_SOURCE 1
  9794. | #define _GNU_SOURCE 1
  9795. | #define _POSIX_PTHREAD_SEMANTICS 1
  9796. | #define _TANDEM_SOURCE 1
  9797. | #define _FORTIFY_SOURCE 2
  9798. | #define _FILE_OFFSET_BITS 64
  9799. | #define _THREAD_SAFE /**/
  9800. | #define __LIBVLC__ /**/
  9801. | #define WIN32_LEAN_AND_MEAN /**/
  9802. | #define restrict __restrict
  9803. | #define HAVE_DLFCN_H 1
  9804. | #define LT_OBJDIR ".libs/"
  9805. | #define ENABLE_NLS 1
  9806. | #define HAVE_GETTEXT 1
  9807. | #define HAVE_DCGETTEXT 1
  9808. | #define HAVE_ICONV 1
  9809. | #define ICONV_CONST
  9810. | #define VLC_WINSTORE_APP 0
  9811. | #define LIBEXT ".so"
  9812. | #define HAVE_DECL_NANOSLEEP 1
  9813. | #define HAVE_DAEMON 1
  9814. | #define HAVE_FCNTL 1
  9815. | #define HAVE_FSTATVFS 1
  9816. | #define HAVE_FORK 1
  9817. | #define HAVE_GETENV 1
  9818. | #define HAVE_GETPWUID_R 1
  9819. | #define HAVE_ISATTY 1
  9820. | #define HAVE_LSTAT 1
  9821. | #define HAVE_MEMALIGN 1
  9822. | #define HAVE_MMAP 1
  9823. | #define HAVE_OPENAT 1
  9824. | #define HAVE_PREAD 1
  9825. | #define HAVE_POSIX_FADVISE 1
  9826. | #define HAVE_POSIX_MADVISE 1
  9827. | #define HAVE_SETLOCALE 1
  9828. | #define HAVE_STRPTIME 1
  9829. | #define HAVE_USELOCALE 1
  9830. | #define HAVE_ATOF 1
  9831. | #define HAVE_ATOLL 1
  9832. | #define HAVE_DIRFD 1
  9833. | #define HAVE_FDOPENDIR 1
  9834. | #define HAVE_FLOCKFILE 1
  9835. | #define HAVE_FSYNC 1
  9836. | #define HAVE_GETDELIM 1
  9837. | #define HAVE_GETPID 1
  9838. | #define HAVE_GMTIME_R 1
  9839. | #define HAVE_LLDIV 1
  9840. | #define HAVE_LOCALTIME_R 1
  9841. | #define HAVE_NRAND48 1
  9842. | #define HAVE_POLL 1
  9843. | #define HAVE_POSIX_MEMALIGN 1
  9844. | #define HAVE_REWIND 1
  9845. | #define HAVE_SETENV 1
  9846. | #define HAVE_STRCASECMP 1
  9847. | #define HAVE_STRCASESTR 1
  9848. | #define HAVE_STRDUP 1
  9849. | #define HAVE_STRNDUP 1
  9850. | #define HAVE_STRNLEN 1
  9851. | #define HAVE_STRSEP 1
  9852. | #define HAVE_STRTOF 1
  9853. | #define HAVE_STRTOK_R 1
  9854. | #define HAVE_STRTOLL 1
  9855. | #define HAVE_SWAB 1
  9856. | #define HAVE_TDESTROY 1
  9857. | #define HAVE_STRVERSCMP 1
  9858. | #define HAVE_FDATASYNC 1
  9859. | #define HAVE_ASPRINTF 1
  9860. | #define HAVE_VASPRINTF 1
  9861. | #define HAVE_STATIC_ASSERT 1
  9862. | #define HAVE_STRCOLL 1
  9863. | #define HAVE_ACCEPT4 1
  9864. | #define HAVE_PIPE2 1
  9865. | #define HAVE_EVENTFD 1
  9866. | #define HAVE_VMSPLICE 1
  9867. | #define HAVE_SCHED_GETAFFINITY 1
  9868. | #define HAVE_STRUCT_POLLFD 1
  9869. | #define HAVE_INET_PTON 1
  9870. | #define HAVE_IF_NAMEINDEX 1
  9871. | #define HAVE_IF_NAMETOINDEX 1
  9872. | #define HAVE_LRINTF 1
  9873. | #define HAVE_ARPA_INET_H 1
  9874. | #define HAVE_PTHREAD_H 1
  9875. | #define HAVE_SEARCH_H 1
  9876. | #define HAVE_SYSLOG_H 1
  9877. | #define HAVE_SYS_SHM_H 1
  9878. | #define HAVE_SYS_SOCKET_H 1
  9879. | #define HAVE_NET_IF_H 1
  9880. | #define HAVE_SYS_PARAM_H 1
  9881. | #define HAVE_SYS_MOUNT_H 1
  9882. | #define HAVE_GETOPT_H 1
  9883. | #define HAVE_LINUX_DCCP_H 1
  9884. | #define HAVE_LINUX_MAGIC_H 1
  9885. | #define HAVE_MNTENT_H 1
  9886. | #define HAVE_SYS_EVENTFD_H 1
  9887. | #define HAVE_XLOCALE_H 1
  9888. | #define HAVE_ZLIB_H 1
  9889. | #define HAVE_IDN 1
  9890. | #define NDEBUG 1
  9891. | #define ATTRIBUTE_ALIGNED_MAX 64
  9892. | #define HAVE_ATTRIBUTE_PACKED 1
  9893. | #define HAVE_EXECINFO_H 1
  9894. | #define HAVE_BACKTRACE 1
  9895. | #define HAVE_MMX_INTRINSICS 1
  9896. | #define CAN_COMPILE_MMX 1
  9897. | #define CAN_COMPILE_MMXEXT 1
  9898. | #define HAVE_SSE2_INTRINSICS 1
  9899. | #define CAN_COMPILE_SSE 1
  9900. | #define CAN_COMPILE_SSE2 1
  9901. | #define CAN_COMPILE_SSE3 1
  9902. | #define CAN_COMPILE_SSSE3 1
  9903. | #define CAN_COMPILE_SSE4_1 1
  9904. | #define CAN_COMPILE_SSE4_2 1
  9905. | #define CAN_COMPILE_SSE4A 1
  9906. | #define CAN_COMPILE_3DNOW 1
  9907. | #define ENABLE_SOUT 1
  9908. | #define HAVE_LUA_H 1
  9909. | #define HAVE_LAUXLIB_H 1
  9910. | #define HAVE_LUALIB_H 1
  9911. | #define ENABLE_HTTPD 1
  9912. | #define ENABLE_VLM 1
  9913. | #define ENABLE_ADDONMANAGERMODULES 1
  9914. | #define HAVE_LINUX_VIDEODEV2_H 1
  9915. | #define HAVE_MAD_H 1
  9916. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9917. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9918. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  9919. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  9920. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  9921. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  9922. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  9923. | #define HAVE_A52DEC_A52_H 1
  9924. | #define HAVE_PNG_H 1
  9925. | #define HAVE_JPEGLIB_H 1
  9926. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9927. | #define HAVE_X11_XLIB_H 1
  9928. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  9929. | /* end confdefs.h. */
  9930. | #include <stdio.h>
  9931. | #ifdef HAVE_SYS_TYPES_H
  9932. | # include <sys/types.h>
  9933. | #endif
  9934. | #ifdef HAVE_SYS_STAT_H
  9935. | # include <sys/stat.h>
  9936. | #endif
  9937. | #ifdef STDC_HEADERS
  9938. | # include <stdlib.h>
  9939. | # include <stddef.h>
  9940. | #else
  9941. | # ifdef HAVE_STDLIB_H
  9942. | # include <stdlib.h>
  9943. | # endif
  9944. | #endif
  9945. | #ifdef HAVE_STRING_H
  9946. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9947. | # include <memory.h>
  9948. | # endif
  9949. | # include <string.h>
  9950. | #endif
  9951. | #ifdef HAVE_STRINGS_H
  9952. | # include <strings.h>
  9953. | #endif
  9954. | #ifdef HAVE_INTTYPES_H
  9955. | # include <inttypes.h>
  9956. | #endif
  9957. | #ifdef HAVE_STDINT_H
  9958. | # include <stdint.h>
  9959. | #endif
  9960. | #ifdef HAVE_UNISTD_H
  9961. | # include <unistd.h>
  9962. | #endif
  9963. | #include <sndio.h>
  9964. configure:48187: result: no
  9965. configure:48187: checking sndio.h presence
  9966. configure:48187: gcc -std=gnu99 -E conftest.c
  9967. conftest.c:158:19: fatal error: sndio.h: No such file or directory
  9968. compilation terminated.
  9969. configure:48187: $? = 1
  9970. configure: failed program was:
  9971. | /* confdefs.h */
  9972. | #define PACKAGE_NAME "vlc"
  9973. | #define PACKAGE_TARNAME "vlc"
  9974. | #define PACKAGE_VERSION "3.0.0-git"
  9975. | #define PACKAGE_STRING "vlc 3.0.0-git"
  9976. | #define PACKAGE_BUGREPORT ""
  9977. | #define PACKAGE_URL ""
  9978. | #define PACKAGE "vlc"
  9979. | #define VERSION "3.0.0-git"
  9980. | #define STDC_HEADERS 1
  9981. | #define HAVE_SYS_TYPES_H 1
  9982. | #define HAVE_SYS_STAT_H 1
  9983. | #define HAVE_STDLIB_H 1
  9984. | #define HAVE_STRING_H 1
  9985. | #define HAVE_MEMORY_H 1
  9986. | #define HAVE_STRINGS_H 1
  9987. | #define HAVE_INTTYPES_H 1
  9988. | #define HAVE_STDINT_H 1
  9989. | #define HAVE_UNISTD_H 1
  9990. | #define __EXTENSIONS__ 1
  9991. | #define _ALL_SOURCE 1
  9992. | #define _GNU_SOURCE 1
  9993. | #define _POSIX_PTHREAD_SEMANTICS 1
  9994. | #define _TANDEM_SOURCE 1
  9995. | #define _FORTIFY_SOURCE 2
  9996. | #define _FILE_OFFSET_BITS 64
  9997. | #define _THREAD_SAFE /**/
  9998. | #define __LIBVLC__ /**/
  9999. | #define WIN32_LEAN_AND_MEAN /**/
  10000. | #define restrict __restrict
  10001. | #define HAVE_DLFCN_H 1
  10002. | #define LT_OBJDIR ".libs/"
  10003. | #define ENABLE_NLS 1
  10004. | #define HAVE_GETTEXT 1
  10005. | #define HAVE_DCGETTEXT 1
  10006. | #define HAVE_ICONV 1
  10007. | #define ICONV_CONST
  10008. | #define VLC_WINSTORE_APP 0
  10009. | #define LIBEXT ".so"
  10010. | #define HAVE_DECL_NANOSLEEP 1
  10011. | #define HAVE_DAEMON 1
  10012. | #define HAVE_FCNTL 1
  10013. | #define HAVE_FSTATVFS 1
  10014. | #define HAVE_FORK 1
  10015. | #define HAVE_GETENV 1
  10016. | #define HAVE_GETPWUID_R 1
  10017. | #define HAVE_ISATTY 1
  10018. | #define HAVE_LSTAT 1
  10019. | #define HAVE_MEMALIGN 1
  10020. | #define HAVE_MMAP 1
  10021. | #define HAVE_OPENAT 1
  10022. | #define HAVE_PREAD 1
  10023. | #define HAVE_POSIX_FADVISE 1
  10024. | #define HAVE_POSIX_MADVISE 1
  10025. | #define HAVE_SETLOCALE 1
  10026. | #define HAVE_STRPTIME 1
  10027. | #define HAVE_USELOCALE 1
  10028. | #define HAVE_ATOF 1
  10029. | #define HAVE_ATOLL 1
  10030. | #define HAVE_DIRFD 1
  10031. | #define HAVE_FDOPENDIR 1
  10032. | #define HAVE_FLOCKFILE 1
  10033. | #define HAVE_FSYNC 1
  10034. | #define HAVE_GETDELIM 1
  10035. | #define HAVE_GETPID 1
  10036. | #define HAVE_GMTIME_R 1
  10037. | #define HAVE_LLDIV 1
  10038. | #define HAVE_LOCALTIME_R 1
  10039. | #define HAVE_NRAND48 1
  10040. | #define HAVE_POLL 1
  10041. | #define HAVE_POSIX_MEMALIGN 1
  10042. | #define HAVE_REWIND 1
  10043. | #define HAVE_SETENV 1
  10044. | #define HAVE_STRCASECMP 1
  10045. | #define HAVE_STRCASESTR 1
  10046. | #define HAVE_STRDUP 1
  10047. | #define HAVE_STRNDUP 1
  10048. | #define HAVE_STRNLEN 1
  10049. | #define HAVE_STRSEP 1
  10050. | #define HAVE_STRTOF 1
  10051. | #define HAVE_STRTOK_R 1
  10052. | #define HAVE_STRTOLL 1
  10053. | #define HAVE_SWAB 1
  10054. | #define HAVE_TDESTROY 1
  10055. | #define HAVE_STRVERSCMP 1
  10056. | #define HAVE_FDATASYNC 1
  10057. | #define HAVE_ASPRINTF 1
  10058. | #define HAVE_VASPRINTF 1
  10059. | #define HAVE_STATIC_ASSERT 1
  10060. | #define HAVE_STRCOLL 1
  10061. | #define HAVE_ACCEPT4 1
  10062. | #define HAVE_PIPE2 1
  10063. | #define HAVE_EVENTFD 1
  10064. | #define HAVE_VMSPLICE 1
  10065. | #define HAVE_SCHED_GETAFFINITY 1
  10066. | #define HAVE_STRUCT_POLLFD 1
  10067. | #define HAVE_INET_PTON 1
  10068. | #define HAVE_IF_NAMEINDEX 1
  10069. | #define HAVE_IF_NAMETOINDEX 1
  10070. | #define HAVE_LRINTF 1
  10071. | #define HAVE_ARPA_INET_H 1
  10072. | #define HAVE_PTHREAD_H 1
  10073. | #define HAVE_SEARCH_H 1
  10074. | #define HAVE_SYSLOG_H 1
  10075. | #define HAVE_SYS_SHM_H 1
  10076. | #define HAVE_SYS_SOCKET_H 1
  10077. | #define HAVE_NET_IF_H 1
  10078. | #define HAVE_SYS_PARAM_H 1
  10079. | #define HAVE_SYS_MOUNT_H 1
  10080. | #define HAVE_GETOPT_H 1
  10081. | #define HAVE_LINUX_DCCP_H 1
  10082. | #define HAVE_LINUX_MAGIC_H 1
  10083. | #define HAVE_MNTENT_H 1
  10084. | #define HAVE_SYS_EVENTFD_H 1
  10085. | #define HAVE_XLOCALE_H 1
  10086. | #define HAVE_ZLIB_H 1
  10087. | #define HAVE_IDN 1
  10088. | #define NDEBUG 1
  10089. | #define ATTRIBUTE_ALIGNED_MAX 64
  10090. | #define HAVE_ATTRIBUTE_PACKED 1
  10091. | #define HAVE_EXECINFO_H 1
  10092. | #define HAVE_BACKTRACE 1
  10093. | #define HAVE_MMX_INTRINSICS 1
  10094. | #define CAN_COMPILE_MMX 1
  10095. | #define CAN_COMPILE_MMXEXT 1
  10096. | #define HAVE_SSE2_INTRINSICS 1
  10097. | #define CAN_COMPILE_SSE 1
  10098. | #define CAN_COMPILE_SSE2 1
  10099. | #define CAN_COMPILE_SSE3 1
  10100. | #define CAN_COMPILE_SSSE3 1
  10101. | #define CAN_COMPILE_SSE4_1 1
  10102. | #define CAN_COMPILE_SSE4_2 1
  10103. | #define CAN_COMPILE_SSE4A 1
  10104. | #define CAN_COMPILE_3DNOW 1
  10105. | #define ENABLE_SOUT 1
  10106. | #define HAVE_LUA_H 1
  10107. | #define HAVE_LAUXLIB_H 1
  10108. | #define HAVE_LUALIB_H 1
  10109. | #define ENABLE_HTTPD 1
  10110. | #define ENABLE_VLM 1
  10111. | #define ENABLE_ADDONMANAGERMODULES 1
  10112. | #define HAVE_LINUX_VIDEODEV2_H 1
  10113. | #define HAVE_MAD_H 1
  10114. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10115. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10116. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  10117. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  10118. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10119. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10120. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  10121. | #define HAVE_A52DEC_A52_H 1
  10122. | #define HAVE_PNG_H 1
  10123. | #define HAVE_JPEGLIB_H 1
  10124. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10125. | #define HAVE_X11_XLIB_H 1
  10126. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10127. | /* end confdefs.h. */
  10128. | #include <sndio.h>
  10129. configure:48187: result: no
  10130. configure:48187: checking for sndio.h
  10131. configure:48187: result: no
  10132. configure:48214: checking audioclient.h usability
  10133. configure:48214: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  10134. conftest.c:191:25: fatal error: audioclient.h: No such file or directory
  10135. compilation terminated.
  10136. configure:48214: $? = 1
  10137. configure: failed program was:
  10138. | /* confdefs.h */
  10139. | #define PACKAGE_NAME "vlc"
  10140. | #define PACKAGE_TARNAME "vlc"
  10141. | #define PACKAGE_VERSION "3.0.0-git"
  10142. | #define PACKAGE_STRING "vlc 3.0.0-git"
  10143. | #define PACKAGE_BUGREPORT ""
  10144. | #define PACKAGE_URL ""
  10145. | #define PACKAGE "vlc"
  10146. | #define VERSION "3.0.0-git"
  10147. | #define STDC_HEADERS 1
  10148. | #define HAVE_SYS_TYPES_H 1
  10149. | #define HAVE_SYS_STAT_H 1
  10150. | #define HAVE_STDLIB_H 1
  10151. | #define HAVE_STRING_H 1
  10152. | #define HAVE_MEMORY_H 1
  10153. | #define HAVE_STRINGS_H 1
  10154. | #define HAVE_INTTYPES_H 1
  10155. | #define HAVE_STDINT_H 1
  10156. | #define HAVE_UNISTD_H 1
  10157. | #define __EXTENSIONS__ 1
  10158. | #define _ALL_SOURCE 1
  10159. | #define _GNU_SOURCE 1
  10160. | #define _POSIX_PTHREAD_SEMANTICS 1
  10161. | #define _TANDEM_SOURCE 1
  10162. | #define _FORTIFY_SOURCE 2
  10163. | #define _FILE_OFFSET_BITS 64
  10164. | #define _THREAD_SAFE /**/
  10165. | #define __LIBVLC__ /**/
  10166. | #define WIN32_LEAN_AND_MEAN /**/
  10167. | #define restrict __restrict
  10168. | #define HAVE_DLFCN_H 1
  10169. | #define LT_OBJDIR ".libs/"
  10170. | #define ENABLE_NLS 1
  10171. | #define HAVE_GETTEXT 1
  10172. | #define HAVE_DCGETTEXT 1
  10173. | #define HAVE_ICONV 1
  10174. | #define ICONV_CONST
  10175. | #define VLC_WINSTORE_APP 0
  10176. | #define LIBEXT ".so"
  10177. | #define HAVE_DECL_NANOSLEEP 1
  10178. | #define HAVE_DAEMON 1
  10179. | #define HAVE_FCNTL 1
  10180. | #define HAVE_FSTATVFS 1
  10181. | #define HAVE_FORK 1
  10182. | #define HAVE_GETENV 1
  10183. | #define HAVE_GETPWUID_R 1
  10184. | #define HAVE_ISATTY 1
  10185. | #define HAVE_LSTAT 1
  10186. | #define HAVE_MEMALIGN 1
  10187. | #define HAVE_MMAP 1
  10188. | #define HAVE_OPENAT 1
  10189. | #define HAVE_PREAD 1
  10190. | #define HAVE_POSIX_FADVISE 1
  10191. | #define HAVE_POSIX_MADVISE 1
  10192. | #define HAVE_SETLOCALE 1
  10193. | #define HAVE_STRPTIME 1
  10194. | #define HAVE_USELOCALE 1
  10195. | #define HAVE_ATOF 1
  10196. | #define HAVE_ATOLL 1
  10197. | #define HAVE_DIRFD 1
  10198. | #define HAVE_FDOPENDIR 1
  10199. | #define HAVE_FLOCKFILE 1
  10200. | #define HAVE_FSYNC 1
  10201. | #define HAVE_GETDELIM 1
  10202. | #define HAVE_GETPID 1
  10203. | #define HAVE_GMTIME_R 1
  10204. | #define HAVE_LLDIV 1
  10205. | #define HAVE_LOCALTIME_R 1
  10206. | #define HAVE_NRAND48 1
  10207. | #define HAVE_POLL 1
  10208. | #define HAVE_POSIX_MEMALIGN 1
  10209. | #define HAVE_REWIND 1
  10210. | #define HAVE_SETENV 1
  10211. | #define HAVE_STRCASECMP 1
  10212. | #define HAVE_STRCASESTR 1
  10213. | #define HAVE_STRDUP 1
  10214. | #define HAVE_STRNDUP 1
  10215. | #define HAVE_STRNLEN 1
  10216. | #define HAVE_STRSEP 1
  10217. | #define HAVE_STRTOF 1
  10218. | #define HAVE_STRTOK_R 1
  10219. | #define HAVE_STRTOLL 1
  10220. | #define HAVE_SWAB 1
  10221. | #define HAVE_TDESTROY 1
  10222. | #define HAVE_STRVERSCMP 1
  10223. | #define HAVE_FDATASYNC 1
  10224. | #define HAVE_ASPRINTF 1
  10225. | #define HAVE_VASPRINTF 1
  10226. | #define HAVE_STATIC_ASSERT 1
  10227. | #define HAVE_STRCOLL 1
  10228. | #define HAVE_ACCEPT4 1
  10229. | #define HAVE_PIPE2 1
  10230. | #define HAVE_EVENTFD 1
  10231. | #define HAVE_VMSPLICE 1
  10232. | #define HAVE_SCHED_GETAFFINITY 1
  10233. | #define HAVE_STRUCT_POLLFD 1
  10234. | #define HAVE_INET_PTON 1
  10235. | #define HAVE_IF_NAMEINDEX 1
  10236. | #define HAVE_IF_NAMETOINDEX 1
  10237. | #define HAVE_LRINTF 1
  10238. | #define HAVE_ARPA_INET_H 1
  10239. | #define HAVE_PTHREAD_H 1
  10240. | #define HAVE_SEARCH_H 1
  10241. | #define HAVE_SYSLOG_H 1
  10242. | #define HAVE_SYS_SHM_H 1
  10243. | #define HAVE_SYS_SOCKET_H 1
  10244. | #define HAVE_NET_IF_H 1
  10245. | #define HAVE_SYS_PARAM_H 1
  10246. | #define HAVE_SYS_MOUNT_H 1
  10247. | #define HAVE_GETOPT_H 1
  10248. | #define HAVE_LINUX_DCCP_H 1
  10249. | #define HAVE_LINUX_MAGIC_H 1
  10250. | #define HAVE_MNTENT_H 1
  10251. | #define HAVE_SYS_EVENTFD_H 1
  10252. | #define HAVE_XLOCALE_H 1
  10253. | #define HAVE_ZLIB_H 1
  10254. | #define HAVE_IDN 1
  10255. | #define NDEBUG 1
  10256. | #define ATTRIBUTE_ALIGNED_MAX 64
  10257. | #define HAVE_ATTRIBUTE_PACKED 1
  10258. | #define HAVE_EXECINFO_H 1
  10259. | #define HAVE_BACKTRACE 1
  10260. | #define HAVE_MMX_INTRINSICS 1
  10261. | #define CAN_COMPILE_MMX 1
  10262. | #define CAN_COMPILE_MMXEXT 1
  10263. | #define HAVE_SSE2_INTRINSICS 1
  10264. | #define CAN_COMPILE_SSE 1
  10265. | #define CAN_COMPILE_SSE2 1
  10266. | #define CAN_COMPILE_SSE3 1
  10267. | #define CAN_COMPILE_SSSE3 1
  10268. | #define CAN_COMPILE_SSE4_1 1
  10269. | #define CAN_COMPILE_SSE4_2 1
  10270. | #define CAN_COMPILE_SSE4A 1
  10271. | #define CAN_COMPILE_3DNOW 1
  10272. | #define ENABLE_SOUT 1
  10273. | #define HAVE_LUA_H 1
  10274. | #define HAVE_LAUXLIB_H 1
  10275. | #define HAVE_LUALIB_H 1
  10276. | #define ENABLE_HTTPD 1
  10277. | #define ENABLE_VLM 1
  10278. | #define ENABLE_ADDONMANAGERMODULES 1
  10279. | #define HAVE_LINUX_VIDEODEV2_H 1
  10280. | #define HAVE_MAD_H 1
  10281. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10282. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10283. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  10284. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  10285. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10286. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10287. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  10288. | #define HAVE_A52DEC_A52_H 1
  10289. | #define HAVE_PNG_H 1
  10290. | #define HAVE_JPEGLIB_H 1
  10291. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10292. | #define HAVE_X11_XLIB_H 1
  10293. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10294. | /* end confdefs.h. */
  10295. | #include <stdio.h>
  10296. | #ifdef HAVE_SYS_TYPES_H
  10297. | # include <sys/types.h>
  10298. | #endif
  10299. | #ifdef HAVE_SYS_STAT_H
  10300. | # include <sys/stat.h>
  10301. | #endif
  10302. | #ifdef STDC_HEADERS
  10303. | # include <stdlib.h>
  10304. | # include <stddef.h>
  10305. | #else
  10306. | # ifdef HAVE_STDLIB_H
  10307. | # include <stdlib.h>
  10308. | # endif
  10309. | #endif
  10310. | #ifdef HAVE_STRING_H
  10311. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  10312. | # include <memory.h>
  10313. | # endif
  10314. | # include <string.h>
  10315. | #endif
  10316. | #ifdef HAVE_STRINGS_H
  10317. | # include <strings.h>
  10318. | #endif
  10319. | #ifdef HAVE_INTTYPES_H
  10320. | # include <inttypes.h>
  10321. | #endif
  10322. | #ifdef HAVE_STDINT_H
  10323. | # include <stdint.h>
  10324. | #endif
  10325. | #ifdef HAVE_UNISTD_H
  10326. | # include <unistd.h>
  10327. | #endif
  10328. | #include <audioclient.h>
  10329. configure:48214: result: no
  10330. configure:48214: checking audioclient.h presence
  10331. configure:48214: gcc -std=gnu99 -E conftest.c
  10332. conftest.c:158:25: fatal error: audioclient.h: No such file or directory
  10333. compilation terminated.
  10334. configure:48214: $? = 1
  10335. configure: failed program was:
  10336. | /* confdefs.h */
  10337. | #define PACKAGE_NAME "vlc"
  10338. | #define PACKAGE_TARNAME "vlc"
  10339. | #define PACKAGE_VERSION "3.0.0-git"
  10340. | #define PACKAGE_STRING "vlc 3.0.0-git"
  10341. | #define PACKAGE_BUGREPORT ""
  10342. | #define PACKAGE_URL ""
  10343. | #define PACKAGE "vlc"
  10344. | #define VERSION "3.0.0-git"
  10345. | #define STDC_HEADERS 1
  10346. | #define HAVE_SYS_TYPES_H 1
  10347. | #define HAVE_SYS_STAT_H 1
  10348. | #define HAVE_STDLIB_H 1
  10349. | #define HAVE_STRING_H 1
  10350. | #define HAVE_MEMORY_H 1
  10351. | #define HAVE_STRINGS_H 1
  10352. | #define HAVE_INTTYPES_H 1
  10353. | #define HAVE_STDINT_H 1
  10354. | #define HAVE_UNISTD_H 1
  10355. | #define __EXTENSIONS__ 1
  10356. | #define _ALL_SOURCE 1
  10357. | #define _GNU_SOURCE 1
  10358. | #define _POSIX_PTHREAD_SEMANTICS 1
  10359. | #define _TANDEM_SOURCE 1
  10360. | #define _FORTIFY_SOURCE 2
  10361. | #define _FILE_OFFSET_BITS 64
  10362. | #define _THREAD_SAFE /**/
  10363. | #define __LIBVLC__ /**/
  10364. | #define WIN32_LEAN_AND_MEAN /**/
  10365. | #define restrict __restrict
  10366. | #define HAVE_DLFCN_H 1
  10367. | #define LT_OBJDIR ".libs/"
  10368. | #define ENABLE_NLS 1
  10369. | #define HAVE_GETTEXT 1
  10370. | #define HAVE_DCGETTEXT 1
  10371. | #define HAVE_ICONV 1
  10372. | #define ICONV_CONST
  10373. | #define VLC_WINSTORE_APP 0
  10374. | #define LIBEXT ".so"
  10375. | #define HAVE_DECL_NANOSLEEP 1
  10376. | #define HAVE_DAEMON 1
  10377. | #define HAVE_FCNTL 1
  10378. | #define HAVE_FSTATVFS 1
  10379. | #define HAVE_FORK 1
  10380. | #define HAVE_GETENV 1
  10381. | #define HAVE_GETPWUID_R 1
  10382. | #define HAVE_ISATTY 1
  10383. | #define HAVE_LSTAT 1
  10384. | #define HAVE_MEMALIGN 1
  10385. | #define HAVE_MMAP 1
  10386. | #define HAVE_OPENAT 1
  10387. | #define HAVE_PREAD 1
  10388. | #define HAVE_POSIX_FADVISE 1
  10389. | #define HAVE_POSIX_MADVISE 1
  10390. | #define HAVE_SETLOCALE 1
  10391. | #define HAVE_STRPTIME 1
  10392. | #define HAVE_USELOCALE 1
  10393. | #define HAVE_ATOF 1
  10394. | #define HAVE_ATOLL 1
  10395. | #define HAVE_DIRFD 1
  10396. | #define HAVE_FDOPENDIR 1
  10397. | #define HAVE_FLOCKFILE 1
  10398. | #define HAVE_FSYNC 1
  10399. | #define HAVE_GETDELIM 1
  10400. | #define HAVE_GETPID 1
  10401. | #define HAVE_GMTIME_R 1
  10402. | #define HAVE_LLDIV 1
  10403. | #define HAVE_LOCALTIME_R 1
  10404. | #define HAVE_NRAND48 1
  10405. | #define HAVE_POLL 1
  10406. | #define HAVE_POSIX_MEMALIGN 1
  10407. | #define HAVE_REWIND 1
  10408. | #define HAVE_SETENV 1
  10409. | #define HAVE_STRCASECMP 1
  10410. | #define HAVE_STRCASESTR 1
  10411. | #define HAVE_STRDUP 1
  10412. | #define HAVE_STRNDUP 1
  10413. | #define HAVE_STRNLEN 1
  10414. | #define HAVE_STRSEP 1
  10415. | #define HAVE_STRTOF 1
  10416. | #define HAVE_STRTOK_R 1
  10417. | #define HAVE_STRTOLL 1
  10418. | #define HAVE_SWAB 1
  10419. | #define HAVE_TDESTROY 1
  10420. | #define HAVE_STRVERSCMP 1
  10421. | #define HAVE_FDATASYNC 1
  10422. | #define HAVE_ASPRINTF 1
  10423. | #define HAVE_VASPRINTF 1
  10424. | #define HAVE_STATIC_ASSERT 1
  10425. | #define HAVE_STRCOLL 1
  10426. | #define HAVE_ACCEPT4 1
  10427. | #define HAVE_PIPE2 1
  10428. | #define HAVE_EVENTFD 1
  10429. | #define HAVE_VMSPLICE 1
  10430. | #define HAVE_SCHED_GETAFFINITY 1
  10431. | #define HAVE_STRUCT_POLLFD 1
  10432. | #define HAVE_INET_PTON 1
  10433. | #define HAVE_IF_NAMEINDEX 1
  10434. | #define HAVE_IF_NAMETOINDEX 1
  10435. | #define HAVE_LRINTF 1
  10436. | #define HAVE_ARPA_INET_H 1
  10437. | #define HAVE_PTHREAD_H 1
  10438. | #define HAVE_SEARCH_H 1
  10439. | #define HAVE_SYSLOG_H 1
  10440. | #define HAVE_SYS_SHM_H 1
  10441. | #define HAVE_SYS_SOCKET_H 1
  10442. | #define HAVE_NET_IF_H 1
  10443. | #define HAVE_SYS_PARAM_H 1
  10444. | #define HAVE_SYS_MOUNT_H 1
  10445. | #define HAVE_GETOPT_H 1
  10446. | #define HAVE_LINUX_DCCP_H 1
  10447. | #define HAVE_LINUX_MAGIC_H 1
  10448. | #define HAVE_MNTENT_H 1
  10449. | #define HAVE_SYS_EVENTFD_H 1
  10450. | #define HAVE_XLOCALE_H 1
  10451. | #define HAVE_ZLIB_H 1
  10452. | #define HAVE_IDN 1
  10453. | #define NDEBUG 1
  10454. | #define ATTRIBUTE_ALIGNED_MAX 64
  10455. | #define HAVE_ATTRIBUTE_PACKED 1
  10456. | #define HAVE_EXECINFO_H 1
  10457. | #define HAVE_BACKTRACE 1
  10458. | #define HAVE_MMX_INTRINSICS 1
  10459. | #define CAN_COMPILE_MMX 1
  10460. | #define CAN_COMPILE_MMXEXT 1
  10461. | #define HAVE_SSE2_INTRINSICS 1
  10462. | #define CAN_COMPILE_SSE 1
  10463. | #define CAN_COMPILE_SSE2 1
  10464. | #define CAN_COMPILE_SSE3 1
  10465. | #define CAN_COMPILE_SSSE3 1
  10466. | #define CAN_COMPILE_SSE4_1 1
  10467. | #define CAN_COMPILE_SSE4_2 1
  10468. | #define CAN_COMPILE_SSE4A 1
  10469. | #define CAN_COMPILE_3DNOW 1
  10470. | #define ENABLE_SOUT 1
  10471. | #define HAVE_LUA_H 1
  10472. | #define HAVE_LAUXLIB_H 1
  10473. | #define HAVE_LUALIB_H 1
  10474. | #define ENABLE_HTTPD 1
  10475. | #define ENABLE_VLM 1
  10476. | #define ENABLE_ADDONMANAGERMODULES 1
  10477. | #define HAVE_LINUX_VIDEODEV2_H 1
  10478. | #define HAVE_MAD_H 1
  10479. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10480. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10481. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  10482. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  10483. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10484. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10485. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  10486. | #define HAVE_A52DEC_A52_H 1
  10487. | #define HAVE_PNG_H 1
  10488. | #define HAVE_JPEGLIB_H 1
  10489. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10490. | #define HAVE_X11_XLIB_H 1
  10491. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10492. | /* end confdefs.h. */
  10493. | #include <audioclient.h>
  10494. configure:48214: result: no
  10495. configure:48214: checking for audioclient.h
  10496. configure:48214: result: no
  10497. configure:48266: checking for JACK
  10498. configure:48273: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
  10499. Package jack was not found in the pkg-config search path.
  10500. Perhaps you should add the directory containing `jack.pc'
  10501. to the PKG_CONFIG_PATH environment variable
  10502. No package 'jack' found
  10503. configure:48276: $? = 1
  10504. configure:48290: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
  10505. Package jack was not found in the pkg-config search path.
  10506. Perhaps you should add the directory containing `jack.pc'
  10507. to the PKG_CONFIG_PATH environment variable
  10508. No package 'jack' found
  10509. configure:48293: $? = 1
  10510. configure:48307: result: no
  10511. No package 'jack' found
  10512. configure:48324: WARNING: No package 'jack' found, trying jack1 instead
  10513. configure:48329: checking for JACK
  10514. configure:48336: $PKG_CONFIG --exists --print-errors "jack >= 0.120.1 jack < 1.0"
  10515. Package jack was not found in the pkg-config search path.
  10516. Perhaps you should add the directory containing `jack.pc'
  10517. to the PKG_CONFIG_PATH environment variable
  10518. No package 'jack' found
  10519. Package jack was not found in the pkg-config search path.
  10520. Perhaps you should add the directory containing `jack.pc'
  10521. to the PKG_CONFIG_PATH environment variable
  10522. No package 'jack' found
  10523. configure:48339: $? = 1
  10524. configure:48353: $PKG_CONFIG --exists --print-errors "jack >= 0.120.1 jack < 1.0"
  10525. Package jack was not found in the pkg-config search path.
  10526. Perhaps you should add the directory containing `jack.pc'
  10527. to the PKG_CONFIG_PATH environment variable
  10528. No package 'jack' found
  10529. Package jack was not found in the pkg-config search path.
  10530. Perhaps you should add the directory containing `jack.pc'
  10531. to the PKG_CONFIG_PATH environment variable
  10532. No package 'jack' found
  10533. configure:48356: $? = 1
  10534. configure:48370: result: no
  10535. No package 'jack' found
  10536. No package 'jack' found
  10537. configure:48390: WARNING: No package 'jack' found
  10538. No package 'jack' found.
  10539. configure:48681: checking for SAMPLERATE
  10540. configure:48688: $PKG_CONFIG --exists --print-errors "samplerate"
  10541. Package samplerate was not found in the pkg-config search path.
  10542. Perhaps you should add the directory containing `samplerate.pc'
  10543. to the PKG_CONFIG_PATH environment variable
  10544. No package 'samplerate' found
  10545. configure:48691: $? = 1
  10546. configure:48705: $PKG_CONFIG --exists --print-errors "samplerate"
  10547. Package samplerate was not found in the pkg-config search path.
  10548. Perhaps you should add the directory containing `samplerate.pc'
  10549. to the PKG_CONFIG_PATH environment variable
  10550. No package 'samplerate' found
  10551. configure:48708: $? = 1
  10552. configure:48722: result: no
  10553. No package 'samplerate' found
  10554. configure:48742: WARNING: Library samplerate needed for samplerate was not found
  10555. configure:48817: checking kai.h usability
  10556. configure:48817: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  10557. conftest.c:191:17: fatal error: kai.h: No such file or directory
  10558. compilation terminated.
  10559. configure:48817: $? = 1
  10560. configure: failed program was:
  10561. | /* confdefs.h */
  10562. | #define PACKAGE_NAME "vlc"
  10563. | #define PACKAGE_TARNAME "vlc"
  10564. | #define PACKAGE_VERSION "3.0.0-git"
  10565. | #define PACKAGE_STRING "vlc 3.0.0-git"
  10566. | #define PACKAGE_BUGREPORT ""
  10567. | #define PACKAGE_URL ""
  10568. | #define PACKAGE "vlc"
  10569. | #define VERSION "3.0.0-git"
  10570. | #define STDC_HEADERS 1
  10571. | #define HAVE_SYS_TYPES_H 1
  10572. | #define HAVE_SYS_STAT_H 1
  10573. | #define HAVE_STDLIB_H 1
  10574. | #define HAVE_STRING_H 1
  10575. | #define HAVE_MEMORY_H 1
  10576. | #define HAVE_STRINGS_H 1
  10577. | #define HAVE_INTTYPES_H 1
  10578. | #define HAVE_STDINT_H 1
  10579. | #define HAVE_UNISTD_H 1
  10580. | #define __EXTENSIONS__ 1
  10581. | #define _ALL_SOURCE 1
  10582. | #define _GNU_SOURCE 1
  10583. | #define _POSIX_PTHREAD_SEMANTICS 1
  10584. | #define _TANDEM_SOURCE 1
  10585. | #define _FORTIFY_SOURCE 2
  10586. | #define _FILE_OFFSET_BITS 64
  10587. | #define _THREAD_SAFE /**/
  10588. | #define __LIBVLC__ /**/
  10589. | #define WIN32_LEAN_AND_MEAN /**/
  10590. | #define restrict __restrict
  10591. | #define HAVE_DLFCN_H 1
  10592. | #define LT_OBJDIR ".libs/"
  10593. | #define ENABLE_NLS 1
  10594. | #define HAVE_GETTEXT 1
  10595. | #define HAVE_DCGETTEXT 1
  10596. | #define HAVE_ICONV 1
  10597. | #define ICONV_CONST
  10598. | #define VLC_WINSTORE_APP 0
  10599. | #define LIBEXT ".so"
  10600. | #define HAVE_DECL_NANOSLEEP 1
  10601. | #define HAVE_DAEMON 1
  10602. | #define HAVE_FCNTL 1
  10603. | #define HAVE_FSTATVFS 1
  10604. | #define HAVE_FORK 1
  10605. | #define HAVE_GETENV 1
  10606. | #define HAVE_GETPWUID_R 1
  10607. | #define HAVE_ISATTY 1
  10608. | #define HAVE_LSTAT 1
  10609. | #define HAVE_MEMALIGN 1
  10610. | #define HAVE_MMAP 1
  10611. | #define HAVE_OPENAT 1
  10612. | #define HAVE_PREAD 1
  10613. | #define HAVE_POSIX_FADVISE 1
  10614. | #define HAVE_POSIX_MADVISE 1
  10615. | #define HAVE_SETLOCALE 1
  10616. | #define HAVE_STRPTIME 1
  10617. | #define HAVE_USELOCALE 1
  10618. | #define HAVE_ATOF 1
  10619. | #define HAVE_ATOLL 1
  10620. | #define HAVE_DIRFD 1
  10621. | #define HAVE_FDOPENDIR 1
  10622. | #define HAVE_FLOCKFILE 1
  10623. | #define HAVE_FSYNC 1
  10624. | #define HAVE_GETDELIM 1
  10625. | #define HAVE_GETPID 1
  10626. | #define HAVE_GMTIME_R 1
  10627. | #define HAVE_LLDIV 1
  10628. | #define HAVE_LOCALTIME_R 1
  10629. | #define HAVE_NRAND48 1
  10630. | #define HAVE_POLL 1
  10631. | #define HAVE_POSIX_MEMALIGN 1
  10632. | #define HAVE_REWIND 1
  10633. | #define HAVE_SETENV 1
  10634. | #define HAVE_STRCASECMP 1
  10635. | #define HAVE_STRCASESTR 1
  10636. | #define HAVE_STRDUP 1
  10637. | #define HAVE_STRNDUP 1
  10638. | #define HAVE_STRNLEN 1
  10639. | #define HAVE_STRSEP 1
  10640. | #define HAVE_STRTOF 1
  10641. | #define HAVE_STRTOK_R 1
  10642. | #define HAVE_STRTOLL 1
  10643. | #define HAVE_SWAB 1
  10644. | #define HAVE_TDESTROY 1
  10645. | #define HAVE_STRVERSCMP 1
  10646. | #define HAVE_FDATASYNC 1
  10647. | #define HAVE_ASPRINTF 1
  10648. | #define HAVE_VASPRINTF 1
  10649. | #define HAVE_STATIC_ASSERT 1
  10650. | #define HAVE_STRCOLL 1
  10651. | #define HAVE_ACCEPT4 1
  10652. | #define HAVE_PIPE2 1
  10653. | #define HAVE_EVENTFD 1
  10654. | #define HAVE_VMSPLICE 1
  10655. | #define HAVE_SCHED_GETAFFINITY 1
  10656. | #define HAVE_STRUCT_POLLFD 1
  10657. | #define HAVE_INET_PTON 1
  10658. | #define HAVE_IF_NAMEINDEX 1
  10659. | #define HAVE_IF_NAMETOINDEX 1
  10660. | #define HAVE_LRINTF 1
  10661. | #define HAVE_ARPA_INET_H 1
  10662. | #define HAVE_PTHREAD_H 1
  10663. | #define HAVE_SEARCH_H 1
  10664. | #define HAVE_SYSLOG_H 1
  10665. | #define HAVE_SYS_SHM_H 1
  10666. | #define HAVE_SYS_SOCKET_H 1
  10667. | #define HAVE_NET_IF_H 1
  10668. | #define HAVE_SYS_PARAM_H 1
  10669. | #define HAVE_SYS_MOUNT_H 1
  10670. | #define HAVE_GETOPT_H 1
  10671. | #define HAVE_LINUX_DCCP_H 1
  10672. | #define HAVE_LINUX_MAGIC_H 1
  10673. | #define HAVE_MNTENT_H 1
  10674. | #define HAVE_SYS_EVENTFD_H 1
  10675. | #define HAVE_XLOCALE_H 1
  10676. | #define HAVE_ZLIB_H 1
  10677. | #define HAVE_IDN 1
  10678. | #define NDEBUG 1
  10679. | #define ATTRIBUTE_ALIGNED_MAX 64
  10680. | #define HAVE_ATTRIBUTE_PACKED 1
  10681. | #define HAVE_EXECINFO_H 1
  10682. | #define HAVE_BACKTRACE 1
  10683. | #define HAVE_MMX_INTRINSICS 1
  10684. | #define CAN_COMPILE_MMX 1
  10685. | #define CAN_COMPILE_MMXEXT 1
  10686. | #define HAVE_SSE2_INTRINSICS 1
  10687. | #define CAN_COMPILE_SSE 1
  10688. | #define CAN_COMPILE_SSE2 1
  10689. | #define CAN_COMPILE_SSE3 1
  10690. | #define CAN_COMPILE_SSSE3 1
  10691. | #define CAN_COMPILE_SSE4_1 1
  10692. | #define CAN_COMPILE_SSE4_2 1
  10693. | #define CAN_COMPILE_SSE4A 1
  10694. | #define CAN_COMPILE_3DNOW 1
  10695. | #define ENABLE_SOUT 1
  10696. | #define HAVE_LUA_H 1
  10697. | #define HAVE_LAUXLIB_H 1
  10698. | #define HAVE_LUALIB_H 1
  10699. | #define ENABLE_HTTPD 1
  10700. | #define ENABLE_VLM 1
  10701. | #define ENABLE_ADDONMANAGERMODULES 1
  10702. | #define HAVE_LINUX_VIDEODEV2_H 1
  10703. | #define HAVE_MAD_H 1
  10704. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10705. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10706. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  10707. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  10708. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10709. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10710. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  10711. | #define HAVE_A52DEC_A52_H 1
  10712. | #define HAVE_PNG_H 1
  10713. | #define HAVE_JPEGLIB_H 1
  10714. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10715. | #define HAVE_X11_XLIB_H 1
  10716. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10717. | /* end confdefs.h. */
  10718. | #include <stdio.h>
  10719. | #ifdef HAVE_SYS_TYPES_H
  10720. | # include <sys/types.h>
  10721. | #endif
  10722. | #ifdef HAVE_SYS_STAT_H
  10723. | # include <sys/stat.h>
  10724. | #endif
  10725. | #ifdef STDC_HEADERS
  10726. | # include <stdlib.h>
  10727. | # include <stddef.h>
  10728. | #else
  10729. | # ifdef HAVE_STDLIB_H
  10730. | # include <stdlib.h>
  10731. | # endif
  10732. | #endif
  10733. | #ifdef HAVE_STRING_H
  10734. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  10735. | # include <memory.h>
  10736. | # endif
  10737. | # include <string.h>
  10738. | #endif
  10739. | #ifdef HAVE_STRINGS_H
  10740. | # include <strings.h>
  10741. | #endif
  10742. | #ifdef HAVE_INTTYPES_H
  10743. | # include <inttypes.h>
  10744. | #endif
  10745. | #ifdef HAVE_STDINT_H
  10746. | # include <stdint.h>
  10747. | #endif
  10748. | #ifdef HAVE_UNISTD_H
  10749. | # include <unistd.h>
  10750. | #endif
  10751. | #include <kai.h>
  10752. configure:48817: result: no
  10753. configure:48817: checking kai.h presence
  10754. configure:48817: gcc -std=gnu99 -E conftest.c
  10755. conftest.c:158:17: fatal error: kai.h: No such file or directory
  10756. compilation terminated.
  10757. configure:48817: $? = 1
  10758. configure: failed program was:
  10759. | /* confdefs.h */
  10760. | #define PACKAGE_NAME "vlc"
  10761. | #define PACKAGE_TARNAME "vlc"
  10762. | #define PACKAGE_VERSION "3.0.0-git"
  10763. | #define PACKAGE_STRING "vlc 3.0.0-git"
  10764. | #define PACKAGE_BUGREPORT ""
  10765. | #define PACKAGE_URL ""
  10766. | #define PACKAGE "vlc"
  10767. | #define VERSION "3.0.0-git"
  10768. | #define STDC_HEADERS 1
  10769. | #define HAVE_SYS_TYPES_H 1
  10770. | #define HAVE_SYS_STAT_H 1
  10771. | #define HAVE_STDLIB_H 1
  10772. | #define HAVE_STRING_H 1
  10773. | #define HAVE_MEMORY_H 1
  10774. | #define HAVE_STRINGS_H 1
  10775. | #define HAVE_INTTYPES_H 1
  10776. | #define HAVE_STDINT_H 1
  10777. | #define HAVE_UNISTD_H 1
  10778. | #define __EXTENSIONS__ 1
  10779. | #define _ALL_SOURCE 1
  10780. | #define _GNU_SOURCE 1
  10781. | #define _POSIX_PTHREAD_SEMANTICS 1
  10782. | #define _TANDEM_SOURCE 1
  10783. | #define _FORTIFY_SOURCE 2
  10784. | #define _FILE_OFFSET_BITS 64
  10785. | #define _THREAD_SAFE /**/
  10786. | #define __LIBVLC__ /**/
  10787. | #define WIN32_LEAN_AND_MEAN /**/
  10788. | #define restrict __restrict
  10789. | #define HAVE_DLFCN_H 1
  10790. | #define LT_OBJDIR ".libs/"
  10791. | #define ENABLE_NLS 1
  10792. | #define HAVE_GETTEXT 1
  10793. | #define HAVE_DCGETTEXT 1
  10794. | #define HAVE_ICONV 1
  10795. | #define ICONV_CONST
  10796. | #define VLC_WINSTORE_APP 0
  10797. | #define LIBEXT ".so"
  10798. | #define HAVE_DECL_NANOSLEEP 1
  10799. | #define HAVE_DAEMON 1
  10800. | #define HAVE_FCNTL 1
  10801. | #define HAVE_FSTATVFS 1
  10802. | #define HAVE_FORK 1
  10803. | #define HAVE_GETENV 1
  10804. | #define HAVE_GETPWUID_R 1
  10805. | #define HAVE_ISATTY 1
  10806. | #define HAVE_LSTAT 1
  10807. | #define HAVE_MEMALIGN 1
  10808. | #define HAVE_MMAP 1
  10809. | #define HAVE_OPENAT 1
  10810. | #define HAVE_PREAD 1
  10811. | #define HAVE_POSIX_FADVISE 1
  10812. | #define HAVE_POSIX_MADVISE 1
  10813. | #define HAVE_SETLOCALE 1
  10814. | #define HAVE_STRPTIME 1
  10815. | #define HAVE_USELOCALE 1
  10816. | #define HAVE_ATOF 1
  10817. | #define HAVE_ATOLL 1
  10818. | #define HAVE_DIRFD 1
  10819. | #define HAVE_FDOPENDIR 1
  10820. | #define HAVE_FLOCKFILE 1
  10821. | #define HAVE_FSYNC 1
  10822. | #define HAVE_GETDELIM 1
  10823. | #define HAVE_GETPID 1
  10824. | #define HAVE_GMTIME_R 1
  10825. | #define HAVE_LLDIV 1
  10826. | #define HAVE_LOCALTIME_R 1
  10827. | #define HAVE_NRAND48 1
  10828. | #define HAVE_POLL 1
  10829. | #define HAVE_POSIX_MEMALIGN 1
  10830. | #define HAVE_REWIND 1
  10831. | #define HAVE_SETENV 1
  10832. | #define HAVE_STRCASECMP 1
  10833. | #define HAVE_STRCASESTR 1
  10834. | #define HAVE_STRDUP 1
  10835. | #define HAVE_STRNDUP 1
  10836. | #define HAVE_STRNLEN 1
  10837. | #define HAVE_STRSEP 1
  10838. | #define HAVE_STRTOF 1
  10839. | #define HAVE_STRTOK_R 1
  10840. | #define HAVE_STRTOLL 1
  10841. | #define HAVE_SWAB 1
  10842. | #define HAVE_TDESTROY 1
  10843. | #define HAVE_STRVERSCMP 1
  10844. | #define HAVE_FDATASYNC 1
  10845. | #define HAVE_ASPRINTF 1
  10846. | #define HAVE_VASPRINTF 1
  10847. | #define HAVE_STATIC_ASSERT 1
  10848. | #define HAVE_STRCOLL 1
  10849. | #define HAVE_ACCEPT4 1
  10850. | #define HAVE_PIPE2 1
  10851. | #define HAVE_EVENTFD 1
  10852. | #define HAVE_VMSPLICE 1
  10853. | #define HAVE_SCHED_GETAFFINITY 1
  10854. | #define HAVE_STRUCT_POLLFD 1
  10855. | #define HAVE_INET_PTON 1
  10856. | #define HAVE_IF_NAMEINDEX 1
  10857. | #define HAVE_IF_NAMETOINDEX 1
  10858. | #define HAVE_LRINTF 1
  10859. | #define HAVE_ARPA_INET_H 1
  10860. | #define HAVE_PTHREAD_H 1
  10861. | #define HAVE_SEARCH_H 1
  10862. | #define HAVE_SYSLOG_H 1
  10863. | #define HAVE_SYS_SHM_H 1
  10864. | #define HAVE_SYS_SOCKET_H 1
  10865. | #define HAVE_NET_IF_H 1
  10866. | #define HAVE_SYS_PARAM_H 1
  10867. | #define HAVE_SYS_MOUNT_H 1
  10868. | #define HAVE_GETOPT_H 1
  10869. | #define HAVE_LINUX_DCCP_H 1
  10870. | #define HAVE_LINUX_MAGIC_H 1
  10871. | #define HAVE_MNTENT_H 1
  10872. | #define HAVE_SYS_EVENTFD_H 1
  10873. | #define HAVE_XLOCALE_H 1
  10874. | #define HAVE_ZLIB_H 1
  10875. | #define HAVE_IDN 1
  10876. | #define NDEBUG 1
  10877. | #define ATTRIBUTE_ALIGNED_MAX 64
  10878. | #define HAVE_ATTRIBUTE_PACKED 1
  10879. | #define HAVE_EXECINFO_H 1
  10880. | #define HAVE_BACKTRACE 1
  10881. | #define HAVE_MMX_INTRINSICS 1
  10882. | #define CAN_COMPILE_MMX 1
  10883. | #define CAN_COMPILE_MMXEXT 1
  10884. | #define HAVE_SSE2_INTRINSICS 1
  10885. | #define CAN_COMPILE_SSE 1
  10886. | #define CAN_COMPILE_SSE2 1
  10887. | #define CAN_COMPILE_SSE3 1
  10888. | #define CAN_COMPILE_SSSE3 1
  10889. | #define CAN_COMPILE_SSE4_1 1
  10890. | #define CAN_COMPILE_SSE4_2 1
  10891. | #define CAN_COMPILE_SSE4A 1
  10892. | #define CAN_COMPILE_3DNOW 1
  10893. | #define ENABLE_SOUT 1
  10894. | #define HAVE_LUA_H 1
  10895. | #define HAVE_LAUXLIB_H 1
  10896. | #define HAVE_LUALIB_H 1
  10897. | #define ENABLE_HTTPD 1
  10898. | #define ENABLE_VLM 1
  10899. | #define ENABLE_ADDONMANAGERMODULES 1
  10900. | #define HAVE_LINUX_VIDEODEV2_H 1
  10901. | #define HAVE_MAD_H 1
  10902. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10903. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10904. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  10905. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  10906. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  10907. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  10908. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  10909. | #define HAVE_A52DEC_A52_H 1
  10910. | #define HAVE_PNG_H 1
  10911. | #define HAVE_JPEGLIB_H 1
  10912. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10913. | #define HAVE_X11_XLIB_H 1
  10914. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  10915. | /* end confdefs.h. */
  10916. | #include <kai.h>
  10917. configure:48817: result: no
  10918. configure:48817: checking for kai.h
  10919. configure:48817: result: no
  10920. configure:49001: checking for CHROMAPRINT
  10921. configure:49008: $PKG_CONFIG --exists --print-errors "libchromaprint >= 0.6.0"
  10922. Package libchromaprint was not found in the pkg-config search path.
  10923. Perhaps you should add the directory containing `libchromaprint.pc'
  10924. to the PKG_CONFIG_PATH environment variable
  10925. No package 'libchromaprint' found
  10926. configure:49011: $? = 1
  10927. configure:49025: $PKG_CONFIG --exists --print-errors "libchromaprint >= 0.6.0"
  10928. Package libchromaprint was not found in the pkg-config search path.
  10929. Perhaps you should add the directory containing `libchromaprint.pc'
  10930. to the PKG_CONFIG_PATH environment variable
  10931. No package 'libchromaprint' found
  10932. configure:49028: $? = 1
  10933. configure:49042: result: no
  10934. No package 'libchromaprint' found
  10935. configure:49062: WARNING: Library libchromaprint >= 0.6.0 needed for chromaprint was not found
  10936. configure:49133: checking for QT
  10937. configure:49140: $PKG_CONFIG --exists --print-errors "Qt5Core >= 5.1.0 Qt5Widgets Qt5Gui"
  10938. Package Qt5Core was not found in the pkg-config search path.
  10939. Perhaps you should add the directory containing `Qt5Core.pc'
  10940. to the PKG_CONFIG_PATH environment variable
  10941. No package 'Qt5Core' found
  10942. Package Qt5Widgets was not found in the pkg-config search path.
  10943. Perhaps you should add the directory containing `Qt5Widgets.pc'
  10944. to the PKG_CONFIG_PATH environment variable
  10945. No package 'Qt5Widgets' found
  10946. Package Qt5Gui was not found in the pkg-config search path.
  10947. Perhaps you should add the directory containing `Qt5Gui.pc'
  10948. to the PKG_CONFIG_PATH environment variable
  10949. No package 'Qt5Gui' found
  10950. configure:49143: $? = 1
  10951. configure:49157: $PKG_CONFIG --exists --print-errors "Qt5Core >= 5.1.0 Qt5Widgets Qt5Gui"
  10952. Package Qt5Core was not found in the pkg-config search path.
  10953. Perhaps you should add the directory containing `Qt5Core.pc'
  10954. to the PKG_CONFIG_PATH environment variable
  10955. No package 'Qt5Core' found
  10956. Package Qt5Widgets was not found in the pkg-config search path.
  10957. Perhaps you should add the directory containing `Qt5Widgets.pc'
  10958. to the PKG_CONFIG_PATH environment variable
  10959. No package 'Qt5Widgets' found
  10960. Package Qt5Gui was not found in the pkg-config search path.
  10961. Perhaps you should add the directory containing `Qt5Gui.pc'
  10962. to the PKG_CONFIG_PATH environment variable
  10963. No package 'Qt5Gui' found
  10964. configure:49160: $? = 1
  10965. configure:49174: result: no
  10966. No package 'Qt5Core' found
  10967. No package 'Qt5Widgets' found
  10968. No package 'Qt5Gui' found
  10969. configure:49193: checking for QT
  10970. configure:49200: $PKG_CONFIG --exists --print-errors "QtCore QtGui >= 4.6.0"
  10971. configure:49203: $? = 0
  10972. configure:49217: $PKG_CONFIG --exists --print-errors "QtCore QtGui >= 4.6.0"
  10973. configure:49220: $? = 0
  10974. configure:49282: result: yes
  10975. configure:49291: checking for moc-qt4
  10976. configure:49324: result: no
  10977. configure:49291: checking for moc
  10978. configure:49309: found /usr/bin/moc
  10979. configure:49321: result: /usr/bin/moc
  10980. configure:49335: checking for rcc
  10981. configure:49353: found /usr/bin/rcc
  10982. configure:49366: result: /usr/bin/rcc
  10983. configure:49378: checking for uic-qt4
  10984. configure:49411: result: no
  10985. configure:49378: checking for uic
  10986. configure:49396: found /usr/bin/uic
  10987. configure:49408: result: /usr/bin/uic
  10988. configure:49978: checking for XPM
  10989. configure:49985: $PKG_CONFIG --exists --print-errors "xpm"
  10990. configure:49988: $? = 0
  10991. configure:50002: $PKG_CONFIG --exists --print-errors "xpm"
  10992. configure:50005: $? = 0
  10993. configure:50043: result: yes
  10994. configure:50049: checking for XINERAMA
  10995. configure:50056: $PKG_CONFIG --exists --print-errors "xinerama"
  10996. configure:50059: $? = 0
  10997. configure:50073: $PKG_CONFIG --exists --print-errors "xinerama"
  10998. configure:50076: $? = 0
  10999. configure:50114: result: yes
  11000. configure:50120: checking for XEXT
  11001. configure:50127: $PKG_CONFIG --exists --print-errors "xext"
  11002. configure:50130: $? = 0
  11003. configure:50144: $PKG_CONFIG --exists --print-errors "xext"
  11004. configure:50147: $? = 0
  11005. configure:50185: result: yes
  11006. configure:50263: checking libtar.h usability
  11007. configure:50263: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  11008. conftest.c:191:20: fatal error: libtar.h: No such file or directory
  11009. compilation terminated.
  11010. configure:50263: $? = 1
  11011. configure: failed program was:
  11012. | /* confdefs.h */
  11013. | #define PACKAGE_NAME "vlc"
  11014. | #define PACKAGE_TARNAME "vlc"
  11015. | #define PACKAGE_VERSION "3.0.0-git"
  11016. | #define PACKAGE_STRING "vlc 3.0.0-git"
  11017. | #define PACKAGE_BUGREPORT ""
  11018. | #define PACKAGE_URL ""
  11019. | #define PACKAGE "vlc"
  11020. | #define VERSION "3.0.0-git"
  11021. | #define STDC_HEADERS 1
  11022. | #define HAVE_SYS_TYPES_H 1
  11023. | #define HAVE_SYS_STAT_H 1
  11024. | #define HAVE_STDLIB_H 1
  11025. | #define HAVE_STRING_H 1
  11026. | #define HAVE_MEMORY_H 1
  11027. | #define HAVE_STRINGS_H 1
  11028. | #define HAVE_INTTYPES_H 1
  11029. | #define HAVE_STDINT_H 1
  11030. | #define HAVE_UNISTD_H 1
  11031. | #define __EXTENSIONS__ 1
  11032. | #define _ALL_SOURCE 1
  11033. | #define _GNU_SOURCE 1
  11034. | #define _POSIX_PTHREAD_SEMANTICS 1
  11035. | #define _TANDEM_SOURCE 1
  11036. | #define _FORTIFY_SOURCE 2
  11037. | #define _FILE_OFFSET_BITS 64
  11038. | #define _THREAD_SAFE /**/
  11039. | #define __LIBVLC__ /**/
  11040. | #define WIN32_LEAN_AND_MEAN /**/
  11041. | #define restrict __restrict
  11042. | #define HAVE_DLFCN_H 1
  11043. | #define LT_OBJDIR ".libs/"
  11044. | #define ENABLE_NLS 1
  11045. | #define HAVE_GETTEXT 1
  11046. | #define HAVE_DCGETTEXT 1
  11047. | #define HAVE_ICONV 1
  11048. | #define ICONV_CONST
  11049. | #define VLC_WINSTORE_APP 0
  11050. | #define LIBEXT ".so"
  11051. | #define HAVE_DECL_NANOSLEEP 1
  11052. | #define HAVE_DAEMON 1
  11053. | #define HAVE_FCNTL 1
  11054. | #define HAVE_FSTATVFS 1
  11055. | #define HAVE_FORK 1
  11056. | #define HAVE_GETENV 1
  11057. | #define HAVE_GETPWUID_R 1
  11058. | #define HAVE_ISATTY 1
  11059. | #define HAVE_LSTAT 1
  11060. | #define HAVE_MEMALIGN 1
  11061. | #define HAVE_MMAP 1
  11062. | #define HAVE_OPENAT 1
  11063. | #define HAVE_PREAD 1
  11064. | #define HAVE_POSIX_FADVISE 1
  11065. | #define HAVE_POSIX_MADVISE 1
  11066. | #define HAVE_SETLOCALE 1
  11067. | #define HAVE_STRPTIME 1
  11068. | #define HAVE_USELOCALE 1
  11069. | #define HAVE_ATOF 1
  11070. | #define HAVE_ATOLL 1
  11071. | #define HAVE_DIRFD 1
  11072. | #define HAVE_FDOPENDIR 1
  11073. | #define HAVE_FLOCKFILE 1
  11074. | #define HAVE_FSYNC 1
  11075. | #define HAVE_GETDELIM 1
  11076. | #define HAVE_GETPID 1
  11077. | #define HAVE_GMTIME_R 1
  11078. | #define HAVE_LLDIV 1
  11079. | #define HAVE_LOCALTIME_R 1
  11080. | #define HAVE_NRAND48 1
  11081. | #define HAVE_POLL 1
  11082. | #define HAVE_POSIX_MEMALIGN 1
  11083. | #define HAVE_REWIND 1
  11084. | #define HAVE_SETENV 1
  11085. | #define HAVE_STRCASECMP 1
  11086. | #define HAVE_STRCASESTR 1
  11087. | #define HAVE_STRDUP 1
  11088. | #define HAVE_STRNDUP 1
  11089. | #define HAVE_STRNLEN 1
  11090. | #define HAVE_STRSEP 1
  11091. | #define HAVE_STRTOF 1
  11092. | #define HAVE_STRTOK_R 1
  11093. | #define HAVE_STRTOLL 1
  11094. | #define HAVE_SWAB 1
  11095. | #define HAVE_TDESTROY 1
  11096. | #define HAVE_STRVERSCMP 1
  11097. | #define HAVE_FDATASYNC 1
  11098. | #define HAVE_ASPRINTF 1
  11099. | #define HAVE_VASPRINTF 1
  11100. | #define HAVE_STATIC_ASSERT 1
  11101. | #define HAVE_STRCOLL 1
  11102. | #define HAVE_ACCEPT4 1
  11103. | #define HAVE_PIPE2 1
  11104. | #define HAVE_EVENTFD 1
  11105. | #define HAVE_VMSPLICE 1
  11106. | #define HAVE_SCHED_GETAFFINITY 1
  11107. | #define HAVE_STRUCT_POLLFD 1
  11108. | #define HAVE_INET_PTON 1
  11109. | #define HAVE_IF_NAMEINDEX 1
  11110. | #define HAVE_IF_NAMETOINDEX 1
  11111. | #define HAVE_LRINTF 1
  11112. | #define HAVE_ARPA_INET_H 1
  11113. | #define HAVE_PTHREAD_H 1
  11114. | #define HAVE_SEARCH_H 1
  11115. | #define HAVE_SYSLOG_H 1
  11116. | #define HAVE_SYS_SHM_H 1
  11117. | #define HAVE_SYS_SOCKET_H 1
  11118. | #define HAVE_NET_IF_H 1
  11119. | #define HAVE_SYS_PARAM_H 1
  11120. | #define HAVE_SYS_MOUNT_H 1
  11121. | #define HAVE_GETOPT_H 1
  11122. | #define HAVE_LINUX_DCCP_H 1
  11123. | #define HAVE_LINUX_MAGIC_H 1
  11124. | #define HAVE_MNTENT_H 1
  11125. | #define HAVE_SYS_EVENTFD_H 1
  11126. | #define HAVE_XLOCALE_H 1
  11127. | #define HAVE_ZLIB_H 1
  11128. | #define HAVE_IDN 1
  11129. | #define NDEBUG 1
  11130. | #define ATTRIBUTE_ALIGNED_MAX 64
  11131. | #define HAVE_ATTRIBUTE_PACKED 1
  11132. | #define HAVE_EXECINFO_H 1
  11133. | #define HAVE_BACKTRACE 1
  11134. | #define HAVE_MMX_INTRINSICS 1
  11135. | #define CAN_COMPILE_MMX 1
  11136. | #define CAN_COMPILE_MMXEXT 1
  11137. | #define HAVE_SSE2_INTRINSICS 1
  11138. | #define CAN_COMPILE_SSE 1
  11139. | #define CAN_COMPILE_SSE2 1
  11140. | #define CAN_COMPILE_SSE3 1
  11141. | #define CAN_COMPILE_SSSE3 1
  11142. | #define CAN_COMPILE_SSE4_1 1
  11143. | #define CAN_COMPILE_SSE4_2 1
  11144. | #define CAN_COMPILE_SSE4A 1
  11145. | #define CAN_COMPILE_3DNOW 1
  11146. | #define ENABLE_SOUT 1
  11147. | #define HAVE_LUA_H 1
  11148. | #define HAVE_LAUXLIB_H 1
  11149. | #define HAVE_LUALIB_H 1
  11150. | #define ENABLE_HTTPD 1
  11151. | #define ENABLE_VLM 1
  11152. | #define ENABLE_ADDONMANAGERMODULES 1
  11153. | #define HAVE_LINUX_VIDEODEV2_H 1
  11154. | #define HAVE_MAD_H 1
  11155. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11156. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11157. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  11158. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  11159. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11160. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11161. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  11162. | #define HAVE_A52DEC_A52_H 1
  11163. | #define HAVE_PNG_H 1
  11164. | #define HAVE_JPEGLIB_H 1
  11165. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11166. | #define HAVE_X11_XLIB_H 1
  11167. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11168. | /* end confdefs.h. */
  11169. | #include <stdio.h>
  11170. | #ifdef HAVE_SYS_TYPES_H
  11171. | # include <sys/types.h>
  11172. | #endif
  11173. | #ifdef HAVE_SYS_STAT_H
  11174. | # include <sys/stat.h>
  11175. | #endif
  11176. | #ifdef STDC_HEADERS
  11177. | # include <stdlib.h>
  11178. | # include <stddef.h>
  11179. | #else
  11180. | # ifdef HAVE_STDLIB_H
  11181. | # include <stdlib.h>
  11182. | # endif
  11183. | #endif
  11184. | #ifdef HAVE_STRING_H
  11185. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  11186. | # include <memory.h>
  11187. | # endif
  11188. | # include <string.h>
  11189. | #endif
  11190. | #ifdef HAVE_STRINGS_H
  11191. | # include <strings.h>
  11192. | #endif
  11193. | #ifdef HAVE_INTTYPES_H
  11194. | # include <inttypes.h>
  11195. | #endif
  11196. | #ifdef HAVE_STDINT_H
  11197. | # include <stdint.h>
  11198. | #endif
  11199. | #ifdef HAVE_UNISTD_H
  11200. | # include <unistd.h>
  11201. | #endif
  11202. | #include <libtar.h>
  11203. configure:50263: result: no
  11204. configure:50263: checking libtar.h presence
  11205. configure:50263: gcc -std=gnu99 -E conftest.c
  11206. conftest.c:158:20: fatal error: libtar.h: No such file or directory
  11207. compilation terminated.
  11208. configure:50263: $? = 1
  11209. configure: failed program was:
  11210. | /* confdefs.h */
  11211. | #define PACKAGE_NAME "vlc"
  11212. | #define PACKAGE_TARNAME "vlc"
  11213. | #define PACKAGE_VERSION "3.0.0-git"
  11214. | #define PACKAGE_STRING "vlc 3.0.0-git"
  11215. | #define PACKAGE_BUGREPORT ""
  11216. | #define PACKAGE_URL ""
  11217. | #define PACKAGE "vlc"
  11218. | #define VERSION "3.0.0-git"
  11219. | #define STDC_HEADERS 1
  11220. | #define HAVE_SYS_TYPES_H 1
  11221. | #define HAVE_SYS_STAT_H 1
  11222. | #define HAVE_STDLIB_H 1
  11223. | #define HAVE_STRING_H 1
  11224. | #define HAVE_MEMORY_H 1
  11225. | #define HAVE_STRINGS_H 1
  11226. | #define HAVE_INTTYPES_H 1
  11227. | #define HAVE_STDINT_H 1
  11228. | #define HAVE_UNISTD_H 1
  11229. | #define __EXTENSIONS__ 1
  11230. | #define _ALL_SOURCE 1
  11231. | #define _GNU_SOURCE 1
  11232. | #define _POSIX_PTHREAD_SEMANTICS 1
  11233. | #define _TANDEM_SOURCE 1
  11234. | #define _FORTIFY_SOURCE 2
  11235. | #define _FILE_OFFSET_BITS 64
  11236. | #define _THREAD_SAFE /**/
  11237. | #define __LIBVLC__ /**/
  11238. | #define WIN32_LEAN_AND_MEAN /**/
  11239. | #define restrict __restrict
  11240. | #define HAVE_DLFCN_H 1
  11241. | #define LT_OBJDIR ".libs/"
  11242. | #define ENABLE_NLS 1
  11243. | #define HAVE_GETTEXT 1
  11244. | #define HAVE_DCGETTEXT 1
  11245. | #define HAVE_ICONV 1
  11246. | #define ICONV_CONST
  11247. | #define VLC_WINSTORE_APP 0
  11248. | #define LIBEXT ".so"
  11249. | #define HAVE_DECL_NANOSLEEP 1
  11250. | #define HAVE_DAEMON 1
  11251. | #define HAVE_FCNTL 1
  11252. | #define HAVE_FSTATVFS 1
  11253. | #define HAVE_FORK 1
  11254. | #define HAVE_GETENV 1
  11255. | #define HAVE_GETPWUID_R 1
  11256. | #define HAVE_ISATTY 1
  11257. | #define HAVE_LSTAT 1
  11258. | #define HAVE_MEMALIGN 1
  11259. | #define HAVE_MMAP 1
  11260. | #define HAVE_OPENAT 1
  11261. | #define HAVE_PREAD 1
  11262. | #define HAVE_POSIX_FADVISE 1
  11263. | #define HAVE_POSIX_MADVISE 1
  11264. | #define HAVE_SETLOCALE 1
  11265. | #define HAVE_STRPTIME 1
  11266. | #define HAVE_USELOCALE 1
  11267. | #define HAVE_ATOF 1
  11268. | #define HAVE_ATOLL 1
  11269. | #define HAVE_DIRFD 1
  11270. | #define HAVE_FDOPENDIR 1
  11271. | #define HAVE_FLOCKFILE 1
  11272. | #define HAVE_FSYNC 1
  11273. | #define HAVE_GETDELIM 1
  11274. | #define HAVE_GETPID 1
  11275. | #define HAVE_GMTIME_R 1
  11276. | #define HAVE_LLDIV 1
  11277. | #define HAVE_LOCALTIME_R 1
  11278. | #define HAVE_NRAND48 1
  11279. | #define HAVE_POLL 1
  11280. | #define HAVE_POSIX_MEMALIGN 1
  11281. | #define HAVE_REWIND 1
  11282. | #define HAVE_SETENV 1
  11283. | #define HAVE_STRCASECMP 1
  11284. | #define HAVE_STRCASESTR 1
  11285. | #define HAVE_STRDUP 1
  11286. | #define HAVE_STRNDUP 1
  11287. | #define HAVE_STRNLEN 1
  11288. | #define HAVE_STRSEP 1
  11289. | #define HAVE_STRTOF 1
  11290. | #define HAVE_STRTOK_R 1
  11291. | #define HAVE_STRTOLL 1
  11292. | #define HAVE_SWAB 1
  11293. | #define HAVE_TDESTROY 1
  11294. | #define HAVE_STRVERSCMP 1
  11295. | #define HAVE_FDATASYNC 1
  11296. | #define HAVE_ASPRINTF 1
  11297. | #define HAVE_VASPRINTF 1
  11298. | #define HAVE_STATIC_ASSERT 1
  11299. | #define HAVE_STRCOLL 1
  11300. | #define HAVE_ACCEPT4 1
  11301. | #define HAVE_PIPE2 1
  11302. | #define HAVE_EVENTFD 1
  11303. | #define HAVE_VMSPLICE 1
  11304. | #define HAVE_SCHED_GETAFFINITY 1
  11305. | #define HAVE_STRUCT_POLLFD 1
  11306. | #define HAVE_INET_PTON 1
  11307. | #define HAVE_IF_NAMEINDEX 1
  11308. | #define HAVE_IF_NAMETOINDEX 1
  11309. | #define HAVE_LRINTF 1
  11310. | #define HAVE_ARPA_INET_H 1
  11311. | #define HAVE_PTHREAD_H 1
  11312. | #define HAVE_SEARCH_H 1
  11313. | #define HAVE_SYSLOG_H 1
  11314. | #define HAVE_SYS_SHM_H 1
  11315. | #define HAVE_SYS_SOCKET_H 1
  11316. | #define HAVE_NET_IF_H 1
  11317. | #define HAVE_SYS_PARAM_H 1
  11318. | #define HAVE_SYS_MOUNT_H 1
  11319. | #define HAVE_GETOPT_H 1
  11320. | #define HAVE_LINUX_DCCP_H 1
  11321. | #define HAVE_LINUX_MAGIC_H 1
  11322. | #define HAVE_MNTENT_H 1
  11323. | #define HAVE_SYS_EVENTFD_H 1
  11324. | #define HAVE_XLOCALE_H 1
  11325. | #define HAVE_ZLIB_H 1
  11326. | #define HAVE_IDN 1
  11327. | #define NDEBUG 1
  11328. | #define ATTRIBUTE_ALIGNED_MAX 64
  11329. | #define HAVE_ATTRIBUTE_PACKED 1
  11330. | #define HAVE_EXECINFO_H 1
  11331. | #define HAVE_BACKTRACE 1
  11332. | #define HAVE_MMX_INTRINSICS 1
  11333. | #define CAN_COMPILE_MMX 1
  11334. | #define CAN_COMPILE_MMXEXT 1
  11335. | #define HAVE_SSE2_INTRINSICS 1
  11336. | #define CAN_COMPILE_SSE 1
  11337. | #define CAN_COMPILE_SSE2 1
  11338. | #define CAN_COMPILE_SSE3 1
  11339. | #define CAN_COMPILE_SSSE3 1
  11340. | #define CAN_COMPILE_SSE4_1 1
  11341. | #define CAN_COMPILE_SSE4_2 1
  11342. | #define CAN_COMPILE_SSE4A 1
  11343. | #define CAN_COMPILE_3DNOW 1
  11344. | #define ENABLE_SOUT 1
  11345. | #define HAVE_LUA_H 1
  11346. | #define HAVE_LAUXLIB_H 1
  11347. | #define HAVE_LUALIB_H 1
  11348. | #define ENABLE_HTTPD 1
  11349. | #define ENABLE_VLM 1
  11350. | #define ENABLE_ADDONMANAGERMODULES 1
  11351. | #define HAVE_LINUX_VIDEODEV2_H 1
  11352. | #define HAVE_MAD_H 1
  11353. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11354. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11355. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  11356. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  11357. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11358. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11359. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  11360. | #define HAVE_A52DEC_A52_H 1
  11361. | #define HAVE_PNG_H 1
  11362. | #define HAVE_JPEGLIB_H 1
  11363. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11364. | #define HAVE_X11_XLIB_H 1
  11365. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11366. | /* end confdefs.h. */
  11367. | #include <libtar.h>
  11368. configure:50263: result: no
  11369. configure:50263: checking for libtar.h
  11370. configure:50263: result: no
  11371. configure:50433: checking for NCURSES
  11372. configure:50440: $PKG_CONFIG --exists --print-errors "ncursesw"
  11373. Package ncursesw was not found in the pkg-config search path.
  11374. Perhaps you should add the directory containing `ncursesw.pc'
  11375. to the PKG_CONFIG_PATH environment variable
  11376. No package 'ncursesw' found
  11377. configure:50443: $? = 1
  11378. configure:50457: $PKG_CONFIG --exists --print-errors "ncursesw"
  11379. Package ncursesw was not found in the pkg-config search path.
  11380. Perhaps you should add the directory containing `ncursesw.pc'
  11381. to the PKG_CONFIG_PATH environment variable
  11382. No package 'ncursesw' found
  11383. configure:50460: $? = 1
  11384. configure:50474: result: no
  11385. No package 'ncursesw' found
  11386. configure:50739: checking for GOOM
  11387. configure:50746: $PKG_CONFIG --exists --print-errors "libgoom2"
  11388. Package libgoom2 was not found in the pkg-config search path.
  11389. Perhaps you should add the directory containing `libgoom2.pc'
  11390. to the PKG_CONFIG_PATH environment variable
  11391. No package 'libgoom2' found
  11392. configure:50749: $? = 1
  11393. configure:50763: $PKG_CONFIG --exists --print-errors "libgoom2"
  11394. Package libgoom2 was not found in the pkg-config search path.
  11395. Perhaps you should add the directory containing `libgoom2.pc'
  11396. to the PKG_CONFIG_PATH environment variable
  11397. No package 'libgoom2' found
  11398. configure:50766: $? = 1
  11399. configure:50780: result: no
  11400. No package 'libgoom2' found
  11401. configure:50800: WARNING: Library libgoom2 needed for goom was not found
  11402. configure:50865: checking for PROJECTM
  11403. configure:50872: $PKG_CONFIG --exists --print-errors "libprojectM"
  11404. Package libprojectM was not found in the pkg-config search path.
  11405. Perhaps you should add the directory containing `libprojectM.pc'
  11406. to the PKG_CONFIG_PATH environment variable
  11407. No package 'libprojectM' found
  11408. configure:50875: $? = 1
  11409. configure:50889: $PKG_CONFIG --exists --print-errors "libprojectM"
  11410. Package libprojectM was not found in the pkg-config search path.
  11411. Perhaps you should add the directory containing `libprojectM.pc'
  11412. to the PKG_CONFIG_PATH environment variable
  11413. No package 'libprojectM' found
  11414. configure:50892: $? = 1
  11415. configure:50906: result: no
  11416. No package 'libprojectM' found
  11417. configure:50923: WARNING: No package 'libprojectM' found.
  11418. configure:50973: checking for VSXU
  11419. configure:50980: $PKG_CONFIG --exists --print-errors "libvsxu"
  11420. Package libvsxu was not found in the pkg-config search path.
  11421. Perhaps you should add the directory containing `libvsxu.pc'
  11422. to the PKG_CONFIG_PATH environment variable
  11423. No package 'libvsxu' found
  11424. configure:50983: $? = 1
  11425. configure:50997: $PKG_CONFIG --exists --print-errors "libvsxu"
  11426. Package libvsxu was not found in the pkg-config search path.
  11427. Perhaps you should add the directory containing `libvsxu.pc'
  11428. to the PKG_CONFIG_PATH environment variable
  11429. No package 'libvsxu' found
  11430. configure:51000: $? = 1
  11431. configure:51014: result: no
  11432. No package 'libvsxu' found
  11433. configure:51031: WARNING: No package 'libvsxu' found.
  11434. configure:51254: checking for BONJOUR
  11435. configure:51261: $PKG_CONFIG --exists --print-errors "avahi-client >= 0.6"
  11436. configure:51264: $? = 0
  11437. configure:51278: $PKG_CONFIG --exists --print-errors "avahi-client >= 0.6"
  11438. configure:51281: $? = 0
  11439. configure:51333: result: yes
  11440. configure:51499: checking for UDEV
  11441. configure:51506: $PKG_CONFIG --exists --print-errors "libudev >= 142"
  11442. configure:51509: $? = 0
  11443. configure:51523: $PKG_CONFIG --exists --print-errors "libudev >= 142"
  11444. configure:51526: $? = 0
  11445. configure:51578: result: yes
  11446. configure:51753: checking for MTP
  11447. configure:51760: $PKG_CONFIG --exists --print-errors "libmtp >= 1.0.0"
  11448. configure:51763: $? = 0
  11449. configure:51777: $PKG_CONFIG --exists --print-errors "libmtp >= 1.0.0"
  11450. configure:51780: $? = 0
  11451. configure:51832: result: yes
  11452. configure:52007: checking for UPNP
  11453. configure:52014: $PKG_CONFIG --exists --print-errors "libupnp"
  11454. Package libupnp was not found in the pkg-config search path.
  11455. Perhaps you should add the directory containing `libupnp.pc'
  11456. to the PKG_CONFIG_PATH environment variable
  11457. No package 'libupnp' found
  11458. configure:52017: $? = 1
  11459. configure:52031: $PKG_CONFIG --exists --print-errors "libupnp"
  11460. Package libupnp was not found in the pkg-config search path.
  11461. Perhaps you should add the directory containing `libupnp.pc'
  11462. to the PKG_CONFIG_PATH environment variable
  11463. No package 'libupnp' found
  11464. configure:52034: $? = 1
  11465. configure:52048: result: no
  11466. No package 'libupnp' found
  11467. configure:52068: WARNING: Library libupnp needed for upnp was not found
  11468. configure:52254: checking for LIBXML2
  11469. configure:52261: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5"
  11470. configure:52264: $? = 0
  11471. configure:52278: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5"
  11472. configure:52281: $? = 0
  11473. configure:52333: result: yes
  11474. configure:52379: checking whether GCRYCTL_SET_THREAD_CBS is declared
  11475. configure:52379: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  11476. configure:52379: $? = 0
  11477. configure:52379: result: yes
  11478. configure:52386: checking for gcry_control in -lgcrypt
  11479. configure:52411: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c -lgcrypt -lgcrypt -lgpg-error >&5
  11480. configure:52411: $? = 0
  11481. configure:52420: result: yes
  11482. configure:52464: checking for GNUTLS
  11483. configure:52471: $PKG_CONFIG --exists --print-errors "gnutls >= 3.2.0"
  11484. Requested 'gnutls >= 3.2.0' but version of GnuTLS is 3.0.28
  11485. You may find new versions of GnuTLS at http://www.gnu.org/software/gnutls/
  11486. configure:52474: $? = 1
  11487. configure:52488: $PKG_CONFIG --exists --print-errors "gnutls >= 3.2.0"
  11488. Requested 'gnutls >= 3.2.0' but version of GnuTLS is 3.0.28
  11489. You may find new versions of GnuTLS at http://www.gnu.org/software/gnutls/
  11490. configure:52491: $? = 1
  11491. configure:52505: result: no
  11492. Requested 'gnutls >= 3.2.0' but version of GnuTLS is 3.0.28
  11493. You may find new versions of GnuTLS at http://www.gnu.org/software/gnutls/
  11494. configure:52565: checking for TAGLIB
  11495. configure:52572: $PKG_CONFIG --exists --print-errors "taglib >= 1.9"
  11496. Package taglib was not found in the pkg-config search path.
  11497. Perhaps you should add the directory containing `taglib.pc'
  11498. to the PKG_CONFIG_PATH environment variable
  11499. No package 'taglib' found
  11500. configure:52575: $? = 1
  11501. configure:52589: $PKG_CONFIG --exists --print-errors "taglib >= 1.9"
  11502. Package taglib was not found in the pkg-config search path.
  11503. Perhaps you should add the directory containing `taglib.pc'
  11504. to the PKG_CONFIG_PATH environment variable
  11505. No package 'taglib' found
  11506. configure:52592: $? = 1
  11507. configure:52606: result: no
  11508. No package 'taglib' found
  11509. configure:52623: WARNING: No package 'taglib' found.
  11510. configure:52856: checking for NOTIFY
  11511. configure:52863: $PKG_CONFIG --exists --print-errors "libnotify gtk+-2.0"
  11512. configure:52866: $? = 0
  11513. configure:52880: $PKG_CONFIG --exists --print-errors "libnotify gtk+-2.0"
  11514. configure:52883: $? = 0
  11515. configure:52935: result: yes
  11516. configure:52973: checking whether byte ordering is bigendian
  11517. configure:52988: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  11518. conftest.c:159:9: error: unknown type name 'not'
  11519. conftest.c:159:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  11520. conftest.c:159:15: error: unknown type name 'universal'
  11521. configure:52988: $? = 1
  11522. configure: failed program was:
  11523. | /* confdefs.h */
  11524. | #define PACKAGE_NAME "vlc"
  11525. | #define PACKAGE_TARNAME "vlc"
  11526. | #define PACKAGE_VERSION "3.0.0-git"
  11527. | #define PACKAGE_STRING "vlc 3.0.0-git"
  11528. | #define PACKAGE_BUGREPORT ""
  11529. | #define PACKAGE_URL ""
  11530. | #define PACKAGE "vlc"
  11531. | #define VERSION "3.0.0-git"
  11532. | #define STDC_HEADERS 1
  11533. | #define HAVE_SYS_TYPES_H 1
  11534. | #define HAVE_SYS_STAT_H 1
  11535. | #define HAVE_STDLIB_H 1
  11536. | #define HAVE_STRING_H 1
  11537. | #define HAVE_MEMORY_H 1
  11538. | #define HAVE_STRINGS_H 1
  11539. | #define HAVE_INTTYPES_H 1
  11540. | #define HAVE_STDINT_H 1
  11541. | #define HAVE_UNISTD_H 1
  11542. | #define __EXTENSIONS__ 1
  11543. | #define _ALL_SOURCE 1
  11544. | #define _GNU_SOURCE 1
  11545. | #define _POSIX_PTHREAD_SEMANTICS 1
  11546. | #define _TANDEM_SOURCE 1
  11547. | #define _FORTIFY_SOURCE 2
  11548. | #define _FILE_OFFSET_BITS 64
  11549. | #define _THREAD_SAFE /**/
  11550. | #define __LIBVLC__ /**/
  11551. | #define WIN32_LEAN_AND_MEAN /**/
  11552. | #define restrict __restrict
  11553. | #define HAVE_DLFCN_H 1
  11554. | #define LT_OBJDIR ".libs/"
  11555. | #define ENABLE_NLS 1
  11556. | #define HAVE_GETTEXT 1
  11557. | #define HAVE_DCGETTEXT 1
  11558. | #define HAVE_ICONV 1
  11559. | #define ICONV_CONST
  11560. | #define VLC_WINSTORE_APP 0
  11561. | #define LIBEXT ".so"
  11562. | #define HAVE_DECL_NANOSLEEP 1
  11563. | #define HAVE_DAEMON 1
  11564. | #define HAVE_FCNTL 1
  11565. | #define HAVE_FSTATVFS 1
  11566. | #define HAVE_FORK 1
  11567. | #define HAVE_GETENV 1
  11568. | #define HAVE_GETPWUID_R 1
  11569. | #define HAVE_ISATTY 1
  11570. | #define HAVE_LSTAT 1
  11571. | #define HAVE_MEMALIGN 1
  11572. | #define HAVE_MMAP 1
  11573. | #define HAVE_OPENAT 1
  11574. | #define HAVE_PREAD 1
  11575. | #define HAVE_POSIX_FADVISE 1
  11576. | #define HAVE_POSIX_MADVISE 1
  11577. | #define HAVE_SETLOCALE 1
  11578. | #define HAVE_STRPTIME 1
  11579. | #define HAVE_USELOCALE 1
  11580. | #define HAVE_ATOF 1
  11581. | #define HAVE_ATOLL 1
  11582. | #define HAVE_DIRFD 1
  11583. | #define HAVE_FDOPENDIR 1
  11584. | #define HAVE_FLOCKFILE 1
  11585. | #define HAVE_FSYNC 1
  11586. | #define HAVE_GETDELIM 1
  11587. | #define HAVE_GETPID 1
  11588. | #define HAVE_GMTIME_R 1
  11589. | #define HAVE_LLDIV 1
  11590. | #define HAVE_LOCALTIME_R 1
  11591. | #define HAVE_NRAND48 1
  11592. | #define HAVE_POLL 1
  11593. | #define HAVE_POSIX_MEMALIGN 1
  11594. | #define HAVE_REWIND 1
  11595. | #define HAVE_SETENV 1
  11596. | #define HAVE_STRCASECMP 1
  11597. | #define HAVE_STRCASESTR 1
  11598. | #define HAVE_STRDUP 1
  11599. | #define HAVE_STRNDUP 1
  11600. | #define HAVE_STRNLEN 1
  11601. | #define HAVE_STRSEP 1
  11602. | #define HAVE_STRTOF 1
  11603. | #define HAVE_STRTOK_R 1
  11604. | #define HAVE_STRTOLL 1
  11605. | #define HAVE_SWAB 1
  11606. | #define HAVE_TDESTROY 1
  11607. | #define HAVE_STRVERSCMP 1
  11608. | #define HAVE_FDATASYNC 1
  11609. | #define HAVE_ASPRINTF 1
  11610. | #define HAVE_VASPRINTF 1
  11611. | #define HAVE_STATIC_ASSERT 1
  11612. | #define HAVE_STRCOLL 1
  11613. | #define HAVE_ACCEPT4 1
  11614. | #define HAVE_PIPE2 1
  11615. | #define HAVE_EVENTFD 1
  11616. | #define HAVE_VMSPLICE 1
  11617. | #define HAVE_SCHED_GETAFFINITY 1
  11618. | #define HAVE_STRUCT_POLLFD 1
  11619. | #define HAVE_INET_PTON 1
  11620. | #define HAVE_IF_NAMEINDEX 1
  11621. | #define HAVE_IF_NAMETOINDEX 1
  11622. | #define HAVE_LRINTF 1
  11623. | #define HAVE_ARPA_INET_H 1
  11624. | #define HAVE_PTHREAD_H 1
  11625. | #define HAVE_SEARCH_H 1
  11626. | #define HAVE_SYSLOG_H 1
  11627. | #define HAVE_SYS_SHM_H 1
  11628. | #define HAVE_SYS_SOCKET_H 1
  11629. | #define HAVE_NET_IF_H 1
  11630. | #define HAVE_SYS_PARAM_H 1
  11631. | #define HAVE_SYS_MOUNT_H 1
  11632. | #define HAVE_GETOPT_H 1
  11633. | #define HAVE_LINUX_DCCP_H 1
  11634. | #define HAVE_LINUX_MAGIC_H 1
  11635. | #define HAVE_MNTENT_H 1
  11636. | #define HAVE_SYS_EVENTFD_H 1
  11637. | #define HAVE_XLOCALE_H 1
  11638. | #define HAVE_ZLIB_H 1
  11639. | #define HAVE_IDN 1
  11640. | #define NDEBUG 1
  11641. | #define ATTRIBUTE_ALIGNED_MAX 64
  11642. | #define HAVE_ATTRIBUTE_PACKED 1
  11643. | #define HAVE_EXECINFO_H 1
  11644. | #define HAVE_BACKTRACE 1
  11645. | #define HAVE_MMX_INTRINSICS 1
  11646. | #define CAN_COMPILE_MMX 1
  11647. | #define CAN_COMPILE_MMXEXT 1
  11648. | #define HAVE_SSE2_INTRINSICS 1
  11649. | #define CAN_COMPILE_SSE 1
  11650. | #define CAN_COMPILE_SSE2 1
  11651. | #define CAN_COMPILE_SSE3 1
  11652. | #define CAN_COMPILE_SSSE3 1
  11653. | #define CAN_COMPILE_SSE4_1 1
  11654. | #define CAN_COMPILE_SSE4_2 1
  11655. | #define CAN_COMPILE_SSE4A 1
  11656. | #define CAN_COMPILE_3DNOW 1
  11657. | #define ENABLE_SOUT 1
  11658. | #define HAVE_LUA_H 1
  11659. | #define HAVE_LAUXLIB_H 1
  11660. | #define HAVE_LUALIB_H 1
  11661. | #define ENABLE_HTTPD 1
  11662. | #define ENABLE_VLM 1
  11663. | #define ENABLE_ADDONMANAGERMODULES 1
  11664. | #define HAVE_LINUX_VIDEODEV2_H 1
  11665. | #define HAVE_MAD_H 1
  11666. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11667. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11668. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  11669. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  11670. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11671. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11672. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  11673. | #define HAVE_A52DEC_A52_H 1
  11674. | #define HAVE_PNG_H 1
  11675. | #define HAVE_JPEGLIB_H 1
  11676. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11677. | #define HAVE_X11_XLIB_H 1
  11678. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11679. | /* end confdefs.h. */
  11680. | #ifndef __APPLE_CC__
  11681. | not a universal capable compiler
  11682. | #endif
  11683. | typedef int dummy;
  11684. |
  11685. configure:53033: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  11686. configure:53033: $? = 0
  11687. configure:53051: 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer conftest.c >&5
  11688. conftest.c: In function 'main':
  11689. conftest.c:165:4: error: unknown type name 'not'
  11690. conftest.c:165:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  11691. configure:53051: $? = 1
  11692. configure: failed program was:
  11693. | /* confdefs.h */
  11694. | #define PACKAGE_NAME "vlc"
  11695. | #define PACKAGE_TARNAME "vlc"
  11696. | #define PACKAGE_VERSION "3.0.0-git"
  11697. | #define PACKAGE_STRING "vlc 3.0.0-git"
  11698. | #define PACKAGE_BUGREPORT ""
  11699. | #define PACKAGE_URL ""
  11700. | #define PACKAGE "vlc"
  11701. | #define VERSION "3.0.0-git"
  11702. | #define STDC_HEADERS 1
  11703. | #define HAVE_SYS_TYPES_H 1
  11704. | #define HAVE_SYS_STAT_H 1
  11705. | #define HAVE_STDLIB_H 1
  11706. | #define HAVE_STRING_H 1
  11707. | #define HAVE_MEMORY_H 1
  11708. | #define HAVE_STRINGS_H 1
  11709. | #define HAVE_INTTYPES_H 1
  11710. | #define HAVE_STDINT_H 1
  11711. | #define HAVE_UNISTD_H 1
  11712. | #define __EXTENSIONS__ 1
  11713. | #define _ALL_SOURCE 1
  11714. | #define _GNU_SOURCE 1
  11715. | #define _POSIX_PTHREAD_SEMANTICS 1
  11716. | #define _TANDEM_SOURCE 1
  11717. | #define _FORTIFY_SOURCE 2
  11718. | #define _FILE_OFFSET_BITS 64
  11719. | #define _THREAD_SAFE /**/
  11720. | #define __LIBVLC__ /**/
  11721. | #define WIN32_LEAN_AND_MEAN /**/
  11722. | #define restrict __restrict
  11723. | #define HAVE_DLFCN_H 1
  11724. | #define LT_OBJDIR ".libs/"
  11725. | #define ENABLE_NLS 1
  11726. | #define HAVE_GETTEXT 1
  11727. | #define HAVE_DCGETTEXT 1
  11728. | #define HAVE_ICONV 1
  11729. | #define ICONV_CONST
  11730. | #define VLC_WINSTORE_APP 0
  11731. | #define LIBEXT ".so"
  11732. | #define HAVE_DECL_NANOSLEEP 1
  11733. | #define HAVE_DAEMON 1
  11734. | #define HAVE_FCNTL 1
  11735. | #define HAVE_FSTATVFS 1
  11736. | #define HAVE_FORK 1
  11737. | #define HAVE_GETENV 1
  11738. | #define HAVE_GETPWUID_R 1
  11739. | #define HAVE_ISATTY 1
  11740. | #define HAVE_LSTAT 1
  11741. | #define HAVE_MEMALIGN 1
  11742. | #define HAVE_MMAP 1
  11743. | #define HAVE_OPENAT 1
  11744. | #define HAVE_PREAD 1
  11745. | #define HAVE_POSIX_FADVISE 1
  11746. | #define HAVE_POSIX_MADVISE 1
  11747. | #define HAVE_SETLOCALE 1
  11748. | #define HAVE_STRPTIME 1
  11749. | #define HAVE_USELOCALE 1
  11750. | #define HAVE_ATOF 1
  11751. | #define HAVE_ATOLL 1
  11752. | #define HAVE_DIRFD 1
  11753. | #define HAVE_FDOPENDIR 1
  11754. | #define HAVE_FLOCKFILE 1
  11755. | #define HAVE_FSYNC 1
  11756. | #define HAVE_GETDELIM 1
  11757. | #define HAVE_GETPID 1
  11758. | #define HAVE_GMTIME_R 1
  11759. | #define HAVE_LLDIV 1
  11760. | #define HAVE_LOCALTIME_R 1
  11761. | #define HAVE_NRAND48 1
  11762. | #define HAVE_POLL 1
  11763. | #define HAVE_POSIX_MEMALIGN 1
  11764. | #define HAVE_REWIND 1
  11765. | #define HAVE_SETENV 1
  11766. | #define HAVE_STRCASECMP 1
  11767. | #define HAVE_STRCASESTR 1
  11768. | #define HAVE_STRDUP 1
  11769. | #define HAVE_STRNDUP 1
  11770. | #define HAVE_STRNLEN 1
  11771. | #define HAVE_STRSEP 1
  11772. | #define HAVE_STRTOF 1
  11773. | #define HAVE_STRTOK_R 1
  11774. | #define HAVE_STRTOLL 1
  11775. | #define HAVE_SWAB 1
  11776. | #define HAVE_TDESTROY 1
  11777. | #define HAVE_STRVERSCMP 1
  11778. | #define HAVE_FDATASYNC 1
  11779. | #define HAVE_ASPRINTF 1
  11780. | #define HAVE_VASPRINTF 1
  11781. | #define HAVE_STATIC_ASSERT 1
  11782. | #define HAVE_STRCOLL 1
  11783. | #define HAVE_ACCEPT4 1
  11784. | #define HAVE_PIPE2 1
  11785. | #define HAVE_EVENTFD 1
  11786. | #define HAVE_VMSPLICE 1
  11787. | #define HAVE_SCHED_GETAFFINITY 1
  11788. | #define HAVE_STRUCT_POLLFD 1
  11789. | #define HAVE_INET_PTON 1
  11790. | #define HAVE_IF_NAMEINDEX 1
  11791. | #define HAVE_IF_NAMETOINDEX 1
  11792. | #define HAVE_LRINTF 1
  11793. | #define HAVE_ARPA_INET_H 1
  11794. | #define HAVE_PTHREAD_H 1
  11795. | #define HAVE_SEARCH_H 1
  11796. | #define HAVE_SYSLOG_H 1
  11797. | #define HAVE_SYS_SHM_H 1
  11798. | #define HAVE_SYS_SOCKET_H 1
  11799. | #define HAVE_NET_IF_H 1
  11800. | #define HAVE_SYS_PARAM_H 1
  11801. | #define HAVE_SYS_MOUNT_H 1
  11802. | #define HAVE_GETOPT_H 1
  11803. | #define HAVE_LINUX_DCCP_H 1
  11804. | #define HAVE_LINUX_MAGIC_H 1
  11805. | #define HAVE_MNTENT_H 1
  11806. | #define HAVE_SYS_EVENTFD_H 1
  11807. | #define HAVE_XLOCALE_H 1
  11808. | #define HAVE_ZLIB_H 1
  11809. | #define HAVE_IDN 1
  11810. | #define NDEBUG 1
  11811. | #define ATTRIBUTE_ALIGNED_MAX 64
  11812. | #define HAVE_ATTRIBUTE_PACKED 1
  11813. | #define HAVE_EXECINFO_H 1
  11814. | #define HAVE_BACKTRACE 1
  11815. | #define HAVE_MMX_INTRINSICS 1
  11816. | #define CAN_COMPILE_MMX 1
  11817. | #define CAN_COMPILE_MMXEXT 1
  11818. | #define HAVE_SSE2_INTRINSICS 1
  11819. | #define CAN_COMPILE_SSE 1
  11820. | #define CAN_COMPILE_SSE2 1
  11821. | #define CAN_COMPILE_SSE3 1
  11822. | #define CAN_COMPILE_SSSE3 1
  11823. | #define CAN_COMPILE_SSE4_1 1
  11824. | #define CAN_COMPILE_SSE4_2 1
  11825. | #define CAN_COMPILE_SSE4A 1
  11826. | #define CAN_COMPILE_3DNOW 1
  11827. | #define ENABLE_SOUT 1
  11828. | #define HAVE_LUA_H 1
  11829. | #define HAVE_LAUXLIB_H 1
  11830. | #define HAVE_LUALIB_H 1
  11831. | #define ENABLE_HTTPD 1
  11832. | #define ENABLE_VLM 1
  11833. | #define ENABLE_ADDONMANAGERMODULES 1
  11834. | #define HAVE_LINUX_VIDEODEV2_H 1
  11835. | #define HAVE_MAD_H 1
  11836. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11837. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11838. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  11839. | #define HAVE_LIBAVFORMAT_AVIO_H 1
  11840. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  11841. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  11842. | #define HAVE_LIBSWSCALE_SWSCALE_H 1
  11843. | #define HAVE_A52DEC_A52_H 1
  11844. | #define HAVE_PNG_H 1
  11845. | #define HAVE_JPEGLIB_H 1
  11846. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11847. | #define HAVE_X11_XLIB_H 1
  11848. | #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  11849. | /* end confdefs.h. */
  11850. | #include <sys/types.h>
  11851. | #include <sys/param.h>
  11852. |
  11853. | int
  11854. | main ()
  11855. | {
  11856. | #if BYTE_ORDER != BIG_ENDIAN
  11857. | not big endian
  11858. | #endif
  11859. |
  11860. | ;
  11861. | return 0;
  11862. | }
  11863. configure:53179: result: no
  11864. configure:53499: checking that generated files are newer than configure
  11865. configure:53505: result: done
  11866. configure:53837: creating ./config.status
  11867.  
  11868. ## ---------------------- ##
  11869. ## Running config.status. ##
  11870. ## ---------------------- ##
  11871.  
  11872. This file was extended by vlc config.status 3.0.0-git, which was
  11873. generated by GNU Autoconf 2.69. Invocation command line was
  11874.  
  11875. CONFIG_FILES =
  11876. CONFIG_HEADERS =
  11877. CONFIG_LINKS =
  11878. CONFIG_COMMANDS =
  11879. $ ./config.status
  11880.  
  11881. on linux-6jho.site
  11882.  
  11883. config.status:2238: creating Makefile
  11884. config.status:2238: creating doc/Makefile
  11885. config.status:2238: creating modules/Makefile
  11886. config.status:2238: creating m4/Makefile
  11887. config.status:2238: creating po/Makefile.in
  11888. config.status:2238: creating share/Makefile
  11889. config.status:2238: creating compat/Makefile
  11890. config.status:2238: creating src/Makefile
  11891. config.status:2238: creating lib/Makefile
  11892. config.status:2238: creating bin/Makefile
  11893. config.status:2238: creating test/Makefile
  11894. config.status:2238: creating modules/access_output/Makefile
  11895. config.status:2238: creating modules/audio_filter/Makefile
  11896. config.status:2238: creating modules/control/Makefile
  11897. config.status:2238: creating modules/gui/Makefile
  11898. config.status:2238: creating modules/gui/ios_dialog_provider/Makefile
  11899. config.status:2238: creating modules/gui/macosx/Makefile
  11900. config.status:2238: creating modules/gui/minimal_macosx/Makefile
  11901. config.status:2238: creating modules/gui/macosx_dialog_provider/Makefile
  11902. config.status:2238: creating modules/gui/qt4/Makefile
  11903. config.status:2238: creating modules/gui/skins2/Makefile
  11904. config.status:2238: creating modules/misc/Makefile
  11905. config.status:2238: creating modules/mux/Makefile
  11906. config.status:2238: creating modules/packetizer/Makefile
  11907. config.status:2238: creating modules/stream_out/Makefile
  11908. config.status:2238: creating modules/text_renderer/Makefile
  11909. config.status:2238: creating modules/video_filter/Makefile
  11910. config.status:2238: creating modules/video_output/Makefile
  11911. config.status:2238: creating modules/visualization/Makefile
  11912. config.status:2238: creating modules/hw/vdpau/Makefile
  11913. config.status:2238: creating modules/hw/mmal/Makefile
  11914. config.status:2238: creating config.h
  11915. config.status:2419: config.h is unchanged
  11916. config.status:2467: executing depfiles commands
  11917. config.status:2467: executing libtool commands
  11918. config.status:2467: executing po-directories commands
  11919.  
  11920. ## ---------------- ##
  11921. ## Cache variables. ##
  11922. ## ---------------- ##
  11923.  
  11924. ac_cv_3dnow_inline=yes
  11925. ac_cv_build=i686-pc-linux-gnu
  11926. ac_cv_c_attr_align_try=64
  11927. ac_cv_c_attribute_aligned=64
  11928. ac_cv_c_attribute_packed=yes
  11929. ac_cv_c_bigendian=no
  11930. ac_cv_c_compiler_gnu=yes
  11931. ac_cv_c_const=yes
  11932. ac_cv_c_fast_math=yes
  11933. ac_cv_c_inline=inline
  11934. ac_cv_c_mmx_intrinsics=yes
  11935. ac_cv_c_ntohl_sys_param_h=no
  11936. ac_cv_c_o4=yes
  11937. ac_cv_c_omit_frame_pointer=yes
  11938. ac_cv_c_restrict=__restrict
  11939. ac_cv_c_sse2_intrinsics=yes
  11940. ac_cv_c_unroll_loops=yes
  11941. ac_cv_c_visibility_hidden=yes
  11942. ac_cv_cxx_compiler_gnu=yes
  11943. ac_cv_env_ALSA_CFLAGS_set=
  11944. ac_cv_env_ALSA_CFLAGS_value=
  11945. ac_cv_env_ALSA_LIBS_set=
  11946. ac_cv_env_ALSA_LIBS_value=
  11947. ac_cv_env_ARCHIVE_CFLAGS_set=
  11948. ac_cv_env_ARCHIVE_CFLAGS_value=
  11949. ac_cv_env_ARCHIVE_LIBS_set=
  11950. ac_cv_env_ARCHIVE_LIBS_value=
  11951. ac_cv_env_ARIBB24_CFLAGS_set=
  11952. ac_cv_env_ARIBB24_CFLAGS_value=
  11953. ac_cv_env_ARIBB24_LIBS_set=
  11954. ac_cv_env_ARIBB24_LIBS_value=
  11955. ac_cv_env_ASDCP_CFLAGS_set=
  11956. ac_cv_env_ASDCP_CFLAGS_value=
  11957. ac_cv_env_ASDCP_LIBS_set=
  11958. ac_cv_env_ASDCP_LIBS_value=
  11959. ac_cv_env_AVCODEC_CFLAGS_set=
  11960. ac_cv_env_AVCODEC_CFLAGS_value=
  11961. ac_cv_env_AVCODEC_LIBS_set=
  11962. ac_cv_env_AVCODEC_LIBS_value=
  11963. ac_cv_env_AVFORMAT_CFLAGS_set=
  11964. ac_cv_env_AVFORMAT_CFLAGS_value=
  11965. ac_cv_env_AVFORMAT_LIBS_set=
  11966. ac_cv_env_AVFORMAT_LIBS_value=
  11967. ac_cv_env_BLURAY_CFLAGS_set=
  11968. ac_cv_env_BLURAY_CFLAGS_value=
  11969. ac_cv_env_BLURAY_LIBS_set=
  11970. ac_cv_env_BLURAY_LIBS_value=
  11971. ac_cv_env_BONJOUR_CFLAGS_set=
  11972. ac_cv_env_BONJOUR_CFLAGS_value=
  11973. ac_cv_env_BONJOUR_LIBS_set=
  11974. ac_cv_env_BONJOUR_LIBS_value=
  11975. ac_cv_env_CACA_CFLAGS_set=
  11976. ac_cv_env_CACA_CFLAGS_value=
  11977. ac_cv_env_CACA_LIBS_set=
  11978. ac_cv_env_CACA_LIBS_value=
  11979. ac_cv_env_CCASFLAGS_set=
  11980. ac_cv_env_CCASFLAGS_value=
  11981. ac_cv_env_CCAS_set=
  11982. ac_cv_env_CCAS_value=
  11983. ac_cv_env_CCC_set=
  11984. ac_cv_env_CCC_value=
  11985. ac_cv_env_CC_set=
  11986. ac_cv_env_CC_value=
  11987. ac_cv_env_CFLAGS_set=
  11988. ac_cv_env_CFLAGS_value=
  11989. ac_cv_env_CHROMAPRINT_CFLAGS_set=
  11990. ac_cv_env_CHROMAPRINT_CFLAGS_value=
  11991. ac_cv_env_CHROMAPRINT_LIBS_set=
  11992. ac_cv_env_CHROMAPRINT_LIBS_value=
  11993. ac_cv_env_CPPFLAGS_set=
  11994. ac_cv_env_CPPFLAGS_value=
  11995. ac_cv_env_CPP_set=
  11996. ac_cv_env_CPP_value=
  11997. ac_cv_env_CXXCPP_set=
  11998. ac_cv_env_CXXCPP_value=
  11999. ac_cv_env_CXXFLAGS_set=
  12000. ac_cv_env_CXXFLAGS_value=
  12001. ac_cv_env_CXX_set=
  12002. ac_cv_env_CXX_value=
  12003. ac_cv_env_DAALA_CFLAGS_set=
  12004. ac_cv_env_DAALA_CFLAGS_value=
  12005. ac_cv_env_DAALA_LIBS_set=
  12006. ac_cv_env_DAALA_LIBS_value=
  12007. ac_cv_env_DBUS_CFLAGS_set=
  12008. ac_cv_env_DBUS_CFLAGS_value=
  12009. ac_cv_env_DBUS_LIBS_set=
  12010. ac_cv_env_DBUS_LIBS_value=
  12011. ac_cv_env_DC1394_CFLAGS_set=
  12012. ac_cv_env_DC1394_CFLAGS_value=
  12013. ac_cv_env_DC1394_LIBS_set=
  12014. ac_cv_env_DC1394_LIBS_value=
  12015. ac_cv_env_DCA_CFLAGS_set=
  12016. ac_cv_env_DCA_CFLAGS_value=
  12017. ac_cv_env_DCA_LIBS_set=
  12018. ac_cv_env_DCA_LIBS_value=
  12019. ac_cv_env_DESKTOP_FILE_VALIDATE_set=
  12020. ac_cv_env_DESKTOP_FILE_VALIDATE_value=
  12021. ac_cv_env_DIRECTFB_CFLAGS_set=
  12022. ac_cv_env_DIRECTFB_CFLAGS_value=
  12023. ac_cv_env_DIRECTFB_LIBS_set=
  12024. ac_cv_env_DIRECTFB_LIBS_value=
  12025. ac_cv_env_DSM_CFLAGS_set=
  12026. ac_cv_env_DSM_CFLAGS_value=
  12027. ac_cv_env_DSM_LIBS_set=
  12028. ac_cv_env_DSM_LIBS_value=
  12029. ac_cv_env_DV1394_CFLAGS_set=
  12030. ac_cv_env_DV1394_CFLAGS_value=
  12031. ac_cv_env_DV1394_LIBS_set=
  12032. ac_cv_env_DV1394_LIBS_value=
  12033. ac_cv_env_DVBPSI_CFLAGS_set=
  12034. ac_cv_env_DVBPSI_CFLAGS_value=
  12035. ac_cv_env_DVBPSI_LIBS_set=
  12036. ac_cv_env_DVBPSI_LIBS_value=
  12037. ac_cv_env_DVDNAV_CFLAGS_set=
  12038. ac_cv_env_DVDNAV_CFLAGS_value=
  12039. ac_cv_env_DVDNAV_LIBS_set=
  12040. ac_cv_env_DVDNAV_LIBS_value=
  12041. ac_cv_env_DVDREAD_CFLAGS_set=
  12042. ac_cv_env_DVDREAD_CFLAGS_value=
  12043. ac_cv_env_DVDREAD_LIBS_set=
  12044. ac_cv_env_DVDREAD_LIBS_value=
  12045. ac_cv_env_EGL_CFLAGS_set=
  12046. ac_cv_env_EGL_CFLAGS_value=
  12047. ac_cv_env_EGL_LIBS_set=
  12048. ac_cv_env_EGL_LIBS_value=
  12049. ac_cv_env_FDKAAC_CFLAGS_set=
  12050. ac_cv_env_FDKAAC_CFLAGS_value=
  12051. ac_cv_env_FDKAAC_LIBS_set=
  12052. ac_cv_env_FDKAAC_LIBS_value=
  12053. ac_cv_env_FLAC_CFLAGS_set=
  12054. ac_cv_env_FLAC_CFLAGS_value=
  12055. ac_cv_env_FLAC_LIBS_set=
  12056. ac_cv_env_FLAC_LIBS_value=
  12057. ac_cv_env_FLUIDSYNTH_CFLAGS_set=
  12058. ac_cv_env_FLUIDSYNTH_CFLAGS_value=
  12059. ac_cv_env_FLUIDSYNTH_LIBS_set=
  12060. ac_cv_env_FLUIDSYNTH_LIBS_value=
  12061. ac_cv_env_FREERDP_CFLAGS_set=
  12062. ac_cv_env_FREERDP_CFLAGS_value=
  12063. ac_cv_env_FREERDP_LIBS_set=
  12064. ac_cv_env_FREERDP_LIBS_value=
  12065. ac_cv_env_FREETYPE_CFLAGS_set=
  12066. ac_cv_env_FREETYPE_CFLAGS_value=
  12067. ac_cv_env_FREETYPE_LIBS_set=
  12068. ac_cv_env_FREETYPE_LIBS_value=
  12069. ac_cv_env_FRIBIDI_CFLAGS_set=
  12070. ac_cv_env_FRIBIDI_CFLAGS_value=
  12071. ac_cv_env_FRIBIDI_LIBS_set=
  12072. ac_cv_env_FRIBIDI_LIBS_value=
  12073. ac_cv_env_GLES1_CFLAGS_set=
  12074. ac_cv_env_GLES1_CFLAGS_value=
  12075. ac_cv_env_GLES1_LIBS_set=
  12076. ac_cv_env_GLES1_LIBS_value=
  12077. ac_cv_env_GLES2_CFLAGS_set=
  12078. ac_cv_env_GLES2_CFLAGS_value=
  12079. ac_cv_env_GLES2_LIBS_set=
  12080. ac_cv_env_GLES2_LIBS_value=
  12081. ac_cv_env_GL_CFLAGS_set=
  12082. ac_cv_env_GL_CFLAGS_value=
  12083. ac_cv_env_GL_LIBS_set=
  12084. ac_cv_env_GL_LIBS_value=
  12085. ac_cv_env_GNOMEVFS_CFLAGS_set=
  12086. ac_cv_env_GNOMEVFS_CFLAGS_value=
  12087. ac_cv_env_GNOMEVFS_LIBS_set=
  12088. ac_cv_env_GNOMEVFS_LIBS_value=
  12089. ac_cv_env_GNUTLS_CFLAGS_set=
  12090. ac_cv_env_GNUTLS_CFLAGS_value=
  12091. ac_cv_env_GNUTLS_LIBS_set=
  12092. ac_cv_env_GNUTLS_LIBS_value=
  12093. ac_cv_env_GOOM_CFLAGS_set=
  12094. ac_cv_env_GOOM_CFLAGS_value=
  12095. ac_cv_env_GOOM_LIBS_set=
  12096. ac_cv_env_GOOM_LIBS_value=
  12097. ac_cv_env_GST_APP_CFLAGS_set=
  12098. ac_cv_env_GST_APP_CFLAGS_value=
  12099. ac_cv_env_GST_APP_LIBS_set=
  12100. ac_cv_env_GST_APP_LIBS_value=
  12101. ac_cv_env_GST_VIDEO_CFLAGS_set=
  12102. ac_cv_env_GST_VIDEO_CFLAGS_value=
  12103. ac_cv_env_GST_VIDEO_LIBS_set=
  12104. ac_cv_env_GST_VIDEO_LIBS_value=
  12105. ac_cv_env_IDN_CFLAGS_set=
  12106. ac_cv_env_IDN_CFLAGS_value=
  12107. ac_cv_env_IDN_LIBS_set=
  12108. ac_cv_env_IDN_LIBS_value=
  12109. ac_cv_env_JACK_CFLAGS_set=
  12110. ac_cv_env_JACK_CFLAGS_value=
  12111. ac_cv_env_JACK_LIBS_set=
  12112. ac_cv_env_JACK_LIBS_value=
  12113. ac_cv_env_KATE_CFLAGS_set=
  12114. ac_cv_env_KATE_CFLAGS_value=
  12115. ac_cv_env_KATE_LIBS_set=
  12116. ac_cv_env_KATE_LIBS_value=
  12117. ac_cv_env_KDE4_CONFIG_set=
  12118. ac_cv_env_KDE4_CONFIG_value=
  12119. ac_cv_env_LDFLAGS_set=
  12120. ac_cv_env_LDFLAGS_value=
  12121. ac_cv_env_LIBASS_CFLAGS_set=
  12122. ac_cv_env_LIBASS_CFLAGS_value=
  12123. ac_cv_env_LIBASS_LIBS_set=
  12124. ac_cv_env_LIBASS_LIBS_value=
  12125. ac_cv_env_LIBCDDB_CFLAGS_set=
  12126. ac_cv_env_LIBCDDB_CFLAGS_value=
  12127. ac_cv_env_LIBCDDB_LIBS_set=
  12128. ac_cv_env_LIBCDDB_LIBS_value=
  12129. ac_cv_env_LIBMODPLUG_CFLAGS_set=
  12130. ac_cv_env_LIBMODPLUG_CFLAGS_value=
  12131. ac_cv_env_LIBMODPLUG_LIBS_set=
  12132. ac_cv_env_LIBMODPLUG_LIBS_value=
  12133. ac_cv_env_LIBMPEG2_CFLAGS_set=
  12134. ac_cv_env_LIBMPEG2_CFLAGS_value=
  12135. ac_cv_env_LIBMPEG2_LIBS_set=
  12136. ac_cv_env_LIBMPEG2_LIBS_value=
  12137. ac_cv_env_LIBS_set=
  12138. ac_cv_env_LIBS_value=
  12139. ac_cv_env_LIBVA_DRM_CFLAGS_set=
  12140. ac_cv_env_LIBVA_DRM_CFLAGS_value=
  12141. ac_cv_env_LIBVA_DRM_LIBS_set=
  12142. ac_cv_env_LIBVA_DRM_LIBS_value=
  12143. ac_cv_env_LIBVA_X11_CFLAGS_set=
  12144. ac_cv_env_LIBVA_X11_CFLAGS_value=
  12145. ac_cv_env_LIBVA_X11_LIBS_set=
  12146. ac_cv_env_LIBVA_X11_LIBS_value=
  12147. ac_cv_env_LIBVORBIS_CFLAGS_set=
  12148. ac_cv_env_LIBVORBIS_CFLAGS_value=
  12149. ac_cv_env_LIBVORBIS_LIBS_set=
  12150. ac_cv_env_LIBVORBIS_LIBS_value=
  12151. ac_cv_env_LIBXML2_CFLAGS_set=
  12152. ac_cv_env_LIBXML2_CFLAGS_value=
  12153. ac_cv_env_LIBXML2_LIBS_set=
  12154. ac_cv_env_LIBXML2_LIBS_value=
  12155. ac_cv_env_LINSYS_SDI_CFLAGS_set=
  12156. ac_cv_env_LINSYS_SDI_CFLAGS_value=
  12157. ac_cv_env_LINSYS_SDI_LIBS_set=
  12158. ac_cv_env_LINSYS_SDI_LIBS_value=
  12159. ac_cv_env_LIVE555_CFLAGS_set=
  12160. ac_cv_env_LIVE555_CFLAGS_value=
  12161. ac_cv_env_LIVE555_LIBS_set=
  12162. ac_cv_env_LIVE555_LIBS_value=
  12163. ac_cv_env_LUAC_set=
  12164. ac_cv_env_LUAC_value=
  12165. ac_cv_env_LUA_CFLAGS_set=
  12166. ac_cv_env_LUA_CFLAGS_value=
  12167. ac_cv_env_LUA_LIBS_set=
  12168. ac_cv_env_LUA_LIBS_value=
  12169. ac_cv_env_MFX_CFLAGS_set=
  12170. ac_cv_env_MFX_CFLAGS_value=
  12171. ac_cv_env_MFX_LIBS_set=
  12172. ac_cv_env_MFX_LIBS_value=
  12173. ac_cv_env_MINIZIP_CFLAGS_set=
  12174. ac_cv_env_MINIZIP_CFLAGS_value=
  12175. ac_cv_env_MINIZIP_LIBS_set=
  12176. ac_cv_env_MINIZIP_LIBS_value=
  12177. ac_cv_env_MTP_CFLAGS_set=
  12178. ac_cv_env_MTP_CFLAGS_value=
  12179. ac_cv_env_MTP_LIBS_set=
  12180. ac_cv_env_MTP_LIBS_value=
  12181. ac_cv_env_MUX_OGG_CFLAGS_set=
  12182. ac_cv_env_MUX_OGG_CFLAGS_value=
  12183. ac_cv_env_MUX_OGG_LIBS_set=
  12184. ac_cv_env_MUX_OGG_LIBS_value=
  12185. ac_cv_env_NCURSES_CFLAGS_set=
  12186. ac_cv_env_NCURSES_CFLAGS_value=
  12187. ac_cv_env_NCURSES_LIBS_set=
  12188. ac_cv_env_NCURSES_LIBS_value=
  12189. ac_cv_env_NOTIFY_CFLAGS_set=
  12190. ac_cv_env_NOTIFY_CFLAGS_value=
  12191. ac_cv_env_NOTIFY_LIBS_set=
  12192. ac_cv_env_NOTIFY_LIBS_value=
  12193. ac_cv_env_OBJCFLAGS_set=
  12194. ac_cv_env_OBJCFLAGS_value=
  12195. ac_cv_env_OBJC_set=
  12196. ac_cv_env_OBJC_value=
  12197. ac_cv_env_OGG_CFLAGS_set=
  12198. ac_cv_env_OGG_CFLAGS_value=
  12199. ac_cv_env_OGG_LIBS_set=
  12200. ac_cv_env_OGG_LIBS_value=
  12201. ac_cv_env_OPENCV_CFLAGS_set=
  12202. ac_cv_env_OPENCV_CFLAGS_value=
  12203. ac_cv_env_OPENCV_LIBS_set=
  12204. ac_cv_env_OPENCV_LIBS_value=
  12205. ac_cv_env_OPUS_CFLAGS_set=
  12206. ac_cv_env_OPUS_CFLAGS_value=
  12207. ac_cv_env_OPUS_LIBS_set=
  12208. ac_cv_env_OPUS_LIBS_value=
  12209. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  12210. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  12211. ac_cv_env_PKG_CONFIG_PATH_set=
  12212. ac_cv_env_PKG_CONFIG_PATH_value=
  12213. ac_cv_env_PKG_CONFIG_set=
  12214. ac_cv_env_PKG_CONFIG_value=
  12215. ac_cv_env_POSTPROC_CFLAGS_set=
  12216. ac_cv_env_POSTPROC_CFLAGS_value=
  12217. ac_cv_env_POSTPROC_LIBS_set=
  12218. ac_cv_env_POSTPROC_LIBS_value=
  12219. ac_cv_env_PROJECTM_CFLAGS_set=
  12220. ac_cv_env_PROJECTM_CFLAGS_value=
  12221. ac_cv_env_PROJECTM_LIBS_set=
  12222. ac_cv_env_PROJECTM_LIBS_value=
  12223. ac_cv_env_PULSE_CFLAGS_set=
  12224. ac_cv_env_PULSE_CFLAGS_value=
  12225. ac_cv_env_PULSE_LIBS_set=
  12226. ac_cv_env_PULSE_LIBS_value=
  12227. ac_cv_env_QTX11_CFLAGS_set=
  12228. ac_cv_env_QTX11_CFLAGS_value=
  12229. ac_cv_env_QTX11_LIBS_set=
  12230. ac_cv_env_QTX11_LIBS_value=
  12231. ac_cv_env_QT_CFLAGS_set=
  12232. ac_cv_env_QT_CFLAGS_value=
  12233. ac_cv_env_QT_LIBS_set=
  12234. ac_cv_env_QT_LIBS_value=
  12235. ac_cv_env_SAMPLERATE_CFLAGS_set=
  12236. ac_cv_env_SAMPLERATE_CFLAGS_value=
  12237. ac_cv_env_SAMPLERATE_LIBS_set=
  12238. ac_cv_env_SAMPLERATE_LIBS_value=
  12239. ac_cv_env_SCHROEDINGER_CFLAGS_set=
  12240. ac_cv_env_SCHROEDINGER_CFLAGS_value=
  12241. ac_cv_env_SCHROEDINGER_LIBS_set=
  12242. ac_cv_env_SCHROEDINGER_LIBS_value=
  12243. ac_cv_env_SDL_CFLAGS_set=
  12244. ac_cv_env_SDL_CFLAGS_value=
  12245. ac_cv_env_SDL_IMAGE_CFLAGS_set=
  12246. ac_cv_env_SDL_IMAGE_CFLAGS_value=
  12247. ac_cv_env_SDL_IMAGE_LIBS_set=
  12248. ac_cv_env_SDL_IMAGE_LIBS_value=
  12249. ac_cv_env_SDL_LIBS_set=
  12250. ac_cv_env_SDL_LIBS_value=
  12251. ac_cv_env_SFTP_CFLAGS_set=
  12252. ac_cv_env_SFTP_CFLAGS_value=
  12253. ac_cv_env_SFTP_LIBS_set=
  12254. ac_cv_env_SFTP_LIBS_value=
  12255. ac_cv_env_SHINE_CFLAGS_set=
  12256. ac_cv_env_SHINE_CFLAGS_value=
  12257. ac_cv_env_SHINE_LIBS_set=
  12258. ac_cv_env_SHINE_LIBS_value=
  12259. ac_cv_env_SHOUT_CFLAGS_set=
  12260. ac_cv_env_SHOUT_CFLAGS_value=
  12261. ac_cv_env_SHOUT_LIBS_set=
  12262. ac_cv_env_SHOUT_LIBS_value=
  12263. ac_cv_env_SID_CFLAGS_set=
  12264. ac_cv_env_SID_CFLAGS_value=
  12265. ac_cv_env_SID_LIBS_set=
  12266. ac_cv_env_SID_LIBS_value=
  12267. ac_cv_env_SMBCLIENT_CFLAGS_set=
  12268. ac_cv_env_SMBCLIENT_CFLAGS_value=
  12269. ac_cv_env_SMBCLIENT_LIBS_set=
  12270. ac_cv_env_SMBCLIENT_LIBS_value=
  12271. ac_cv_env_SPEEXDSP_CFLAGS_set=
  12272. ac_cv_env_SPEEXDSP_CFLAGS_value=
  12273. ac_cv_env_SPEEXDSP_LIBS_set=
  12274. ac_cv_env_SPEEXDSP_LIBS_value=
  12275. ac_cv_env_SPEEX_CFLAGS_set=
  12276. ac_cv_env_SPEEX_CFLAGS_value=
  12277. ac_cv_env_SPEEX_LIBS_set=
  12278. ac_cv_env_SPEEX_LIBS_value=
  12279. ac_cv_env_SVGDEC_CFLAGS_set=
  12280. ac_cv_env_SVGDEC_CFLAGS_value=
  12281. ac_cv_env_SVGDEC_LIBS_set=
  12282. ac_cv_env_SVGDEC_LIBS_value=
  12283. ac_cv_env_SVG_CFLAGS_set=
  12284. ac_cv_env_SVG_CFLAGS_value=
  12285. ac_cv_env_SVG_LIBS_set=
  12286. ac_cv_env_SVG_LIBS_value=
  12287. ac_cv_env_SWSCALE_CFLAGS_set=
  12288. ac_cv_env_SWSCALE_CFLAGS_value=
  12289. ac_cv_env_SWSCALE_LIBS_set=
  12290. ac_cv_env_SWSCALE_LIBS_value=
  12291. ac_cv_env_TAGLIB_CFLAGS_set=
  12292. ac_cv_env_TAGLIB_CFLAGS_value=
  12293. ac_cv_env_TAGLIB_LIBS_set=
  12294. ac_cv_env_TAGLIB_LIBS_value=
  12295. ac_cv_env_THEORA_CFLAGS_set=
  12296. ac_cv_env_THEORA_CFLAGS_value=
  12297. ac_cv_env_THEORA_LIBS_set=
  12298. ac_cv_env_THEORA_LIBS_value=
  12299. ac_cv_env_TIGER_CFLAGS_set=
  12300. ac_cv_env_TIGER_CFLAGS_value=
  12301. ac_cv_env_TIGER_LIBS_set=
  12302. ac_cv_env_TIGER_LIBS_value=
  12303. ac_cv_env_TWOLAME_CFLAGS_set=
  12304. ac_cv_env_TWOLAME_CFLAGS_value=
  12305. ac_cv_env_TWOLAME_LIBS_set=
  12306. ac_cv_env_TWOLAME_LIBS_value=
  12307. ac_cv_env_UDEV_CFLAGS_set=
  12308. ac_cv_env_UDEV_CFLAGS_value=
  12309. ac_cv_env_UDEV_LIBS_set=
  12310. ac_cv_env_UDEV_LIBS_value=
  12311. ac_cv_env_UPNP_CFLAGS_set=
  12312. ac_cv_env_UPNP_CFLAGS_value=
  12313. ac_cv_env_UPNP_LIBS_set=
  12314. ac_cv_env_UPNP_LIBS_value=
  12315. ac_cv_env_VCDX_CFLAGS_set=
  12316. ac_cv_env_VCDX_CFLAGS_value=
  12317. ac_cv_env_VCDX_LIBS_set=
  12318. ac_cv_env_VCDX_LIBS_value=
  12319. ac_cv_env_VDPAU_CFLAGS_set=
  12320. ac_cv_env_VDPAU_CFLAGS_value=
  12321. ac_cv_env_VDPAU_LIBS_set=
  12322. ac_cv_env_VDPAU_LIBS_value=
  12323. ac_cv_env_VNC_CFLAGS_set=
  12324. ac_cv_env_VNC_CFLAGS_value=
  12325. ac_cv_env_VNC_LIBS_set=
  12326. ac_cv_env_VNC_LIBS_value=
  12327. ac_cv_env_VORBIS_CFLAGS_set=
  12328. ac_cv_env_VORBIS_CFLAGS_value=
  12329. ac_cv_env_VORBIS_LIBS_set=
  12330. ac_cv_env_VORBIS_LIBS_value=
  12331. ac_cv_env_VPX_CFLAGS_set=
  12332. ac_cv_env_VPX_CFLAGS_value=
  12333. ac_cv_env_VPX_LIBS_set=
  12334. ac_cv_env_VPX_LIBS_value=
  12335. ac_cv_env_VSXU_CFLAGS_set=
  12336. ac_cv_env_VSXU_CFLAGS_value=
  12337. ac_cv_env_VSXU_LIBS_set=
  12338. ac_cv_env_VSXU_LIBS_value=
  12339. ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
  12340. ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
  12341. ac_cv_env_WAYLAND_CLIENT_LIBS_set=
  12342. ac_cv_env_WAYLAND_CLIENT_LIBS_value=
  12343. ac_cv_env_X262_CFLAGS_set=
  12344. ac_cv_env_X262_CFLAGS_value=
  12345. ac_cv_env_X262_LIBS_set=
  12346. ac_cv_env_X262_LIBS_value=
  12347. ac_cv_env_X26410B_CFLAGS_set=
  12348. ac_cv_env_X26410B_CFLAGS_value=
  12349. ac_cv_env_X26410B_LIBS_set=
  12350. ac_cv_env_X26410B_LIBS_value=
  12351. ac_cv_env_X264_CFLAGS_set=
  12352. ac_cv_env_X264_CFLAGS_value=
  12353. ac_cv_env_X264_LIBS_set=
  12354. ac_cv_env_X264_LIBS_value=
  12355. ac_cv_env_X265_CFLAGS_set=
  12356. ac_cv_env_X265_CFLAGS_value=
  12357. ac_cv_env_X265_LIBS_set=
  12358. ac_cv_env_X265_LIBS_value=
  12359. ac_cv_env_XCB_CFLAGS_set=
  12360. ac_cv_env_XCB_CFLAGS_value=
  12361. ac_cv_env_XCB_COMPOSITE_CFLAGS_set=
  12362. ac_cv_env_XCB_COMPOSITE_CFLAGS_value=
  12363. ac_cv_env_XCB_COMPOSITE_LIBS_set=
  12364. ac_cv_env_XCB_COMPOSITE_LIBS_value=
  12365. ac_cv_env_XCB_KEYSYMS_CFLAGS_set=
  12366. ac_cv_env_XCB_KEYSYMS_CFLAGS_value=
  12367. ac_cv_env_XCB_KEYSYMS_LIBS_set=
  12368. ac_cv_env_XCB_KEYSYMS_LIBS_value=
  12369. ac_cv_env_XCB_LIBS_set=
  12370. ac_cv_env_XCB_LIBS_value=
  12371. ac_cv_env_XCB_RANDR_CFLAGS_set=
  12372. ac_cv_env_XCB_RANDR_CFLAGS_value=
  12373. ac_cv_env_XCB_RANDR_LIBS_set=
  12374. ac_cv_env_XCB_RANDR_LIBS_value=
  12375. ac_cv_env_XCB_SHM_CFLAGS_set=
  12376. ac_cv_env_XCB_SHM_CFLAGS_value=
  12377. ac_cv_env_XCB_SHM_LIBS_set=
  12378. ac_cv_env_XCB_SHM_LIBS_value=
  12379. ac_cv_env_XCB_XV_CFLAGS_set=
  12380. ac_cv_env_XCB_XV_CFLAGS_value=
  12381. ac_cv_env_XCB_XV_LIBS_set=
  12382. ac_cv_env_XCB_XV_LIBS_value=
  12383. ac_cv_env_XEXT_CFLAGS_set=
  12384. ac_cv_env_XEXT_CFLAGS_value=
  12385. ac_cv_env_XEXT_LIBS_set=
  12386. ac_cv_env_XEXT_LIBS_value=
  12387. ac_cv_env_XINERAMA_CFLAGS_set=
  12388. ac_cv_env_XINERAMA_CFLAGS_value=
  12389. ac_cv_env_XINERAMA_LIBS_set=
  12390. ac_cv_env_XINERAMA_LIBS_value=
  12391. ac_cv_env_XMKMF_set=
  12392. ac_cv_env_XMKMF_value=
  12393. ac_cv_env_XPM_CFLAGS_set=
  12394. ac_cv_env_XPM_CFLAGS_value=
  12395. ac_cv_env_XPM_LIBS_set=
  12396. ac_cv_env_XPM_LIBS_value=
  12397. ac_cv_env_XPROTO_CFLAGS_set=
  12398. ac_cv_env_XPROTO_CFLAGS_value=
  12399. ac_cv_env_XPROTO_LIBS_set=
  12400. ac_cv_env_XPROTO_LIBS_value=
  12401. ac_cv_env_ZVBI_CFLAGS_set=
  12402. ac_cv_env_ZVBI_CFLAGS_value=
  12403. ac_cv_env_ZVBI_LIBS_set=
  12404. ac_cv_env_ZVBI_LIBS_value=
  12405. ac_cv_env_build_alias_set=
  12406. ac_cv_env_build_alias_value=
  12407. ac_cv_env_host_alias_set=
  12408. ac_cv_env_host_alias_value=
  12409. ac_cv_env_target_alias_set=
  12410. ac_cv_env_target_alias_value=
  12411. ac_cv_func_accept4=yes
  12412. ac_cv_func_atof=yes
  12413. ac_cv_func_atoll=yes
  12414. ac_cv_func_backtrace=yes
  12415. ac_cv_func_connect=yes
  12416. ac_cv_func_daemon=yes
  12417. ac_cv_func_dirfd=yes
  12418. ac_cv_func_dlopen=no
  12419. ac_cv_func_eventfd=yes
  12420. ac_cv_func_fcntl=yes
  12421. ac_cv_func_fdatasync=yes
  12422. ac_cv_func_fdopendir=yes
  12423. ac_cv_func_flockfile=yes
  12424. ac_cv_func_fork=yes
  12425. ac_cv_func_fstatvfs=yes
  12426. ac_cv_func_fsync=yes
  12427. ac_cv_func_getdelim=yes
  12428. ac_cv_func_getenv=yes
  12429. ac_cv_func_gethostbyname=yes
  12430. ac_cv_func_getopt_long=yes
  12431. ac_cv_func_getpid=yes
  12432. ac_cv_func_getpwuid_r=yes
  12433. ac_cv_func_gmtime_r=yes
  12434. ac_cv_func_if_nameindex=yes
  12435. ac_cv_func_if_nametoindex=yes
  12436. ac_cv_func_isatty=yes
  12437. ac_cv_func_lldiv=yes
  12438. ac_cv_func_localtime_r=yes
  12439. ac_cv_func_lstat=yes
  12440. ac_cv_func_memalign=yes
  12441. ac_cv_func_mmap=yes
  12442. ac_cv_func_nrand48=yes
  12443. ac_cv_func_openat=yes
  12444. ac_cv_func_pipe2=yes
  12445. ac_cv_func_poll=yes
  12446. ac_cv_func_posix_fadvise=yes
  12447. ac_cv_func_posix_madvise=yes
  12448. ac_cv_func_posix_memalign=yes
  12449. ac_cv_func_pread=yes
  12450. ac_cv_func_remove=yes
  12451. ac_cv_func_rewind=yes
  12452. ac_cv_func_sched_getaffinity=yes
  12453. ac_cv_func_setenv=yes
  12454. ac_cv_func_setlocale=yes
  12455. ac_cv_func_shl_load=no
  12456. ac_cv_func_shmat=yes
  12457. ac_cv_func_strcasecmp=yes
  12458. ac_cv_func_strcasestr=yes
  12459. ac_cv_func_strcoll_works=yes
  12460. ac_cv_func_strdup=yes
  12461. ac_cv_func_stricmp=no
  12462. ac_cv_func_strlcpy=no
  12463. ac_cv_func_strndup=yes
  12464. ac_cv_func_strnicmp=no
  12465. ac_cv_func_strnlen=yes
  12466. ac_cv_func_strptime=yes
  12467. ac_cv_func_strsep=yes
  12468. ac_cv_func_strtof=yes
  12469. ac_cv_func_strtok_r=yes
  12470. ac_cv_func_strtoll=yes
  12471. ac_cv_func_strverscmp=yes
  12472. ac_cv_func_swab=yes
  12473. ac_cv_func_tdestroy=yes
  12474. ac_cv_func_uselocale=yes
  12475. ac_cv_func_vmsplice=yes
  12476. ac_cv_have_decl_GCRYCTL_SET_THREAD_CBS=yes
  12477. ac_cv_have_decl_nanosleep=yes
  12478. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  12479. ac_cv_header_Carbon_Carbon_h=no
  12480. ac_cv_header_DeckLinkAPIDispatch_cpp=no
  12481. ac_cv_header_X11_Xlib_h=yes
  12482. ac_cv_header_a52dec_a52_h=yes
  12483. ac_cv_header_arpa_inet_h=yes
  12484. ac_cv_header_audioclient_h=no
  12485. ac_cv_header_dlfcn_h=yes
  12486. ac_cv_header_ebml_EbmlVersion_h=no
  12487. ac_cv_header_execinfo_h=yes
  12488. ac_cv_header_faad_h=no
  12489. ac_cv_header_fontconfig_fontconfig_h=yes
  12490. ac_cv_header_getopt_h=yes
  12491. ac_cv_header_gme_gme_h=no
  12492. ac_cv_header_interface_mmal_mmal_h=no
  12493. ac_cv_header_inttypes_h=yes
  12494. ac_cv_header_jpeglib_h=yes
  12495. ac_cv_header_kai_h=no
  12496. ac_cv_header_kva_h=no
  12497. ac_cv_header_lauxlib_h=yes
  12498. ac_cv_header_libavcodec_avcodec_h=yes
  12499. ac_cv_header_libavformat_avformat_h=yes
  12500. ac_cv_header_libavformat_avio_h=yes
  12501. ac_cv_header_libavutil_avutil_h=yes
  12502. ac_cv_header_libcrystalhd_libcrystalhd_if_h=no
  12503. ac_cv_header_libswscale_swscale_h=yes
  12504. ac_cv_header_libtar_h=no
  12505. ac_cv_header_linux_dccp_h=yes
  12506. ac_cv_header_linux_fb_h=yes
  12507. ac_cv_header_linux_magic_h=yes
  12508. ac_cv_header_linux_videodev2_h=yes
  12509. ac_cv_header_lua_h=yes
  12510. ac_cv_header_lualib_h=yes
  12511. ac_cv_header_mad_h=yes
  12512. ac_cv_header_memory_h=yes
  12513. ac_cv_header_minix_config_h=no
  12514. ac_cv_header_mntent_h=yes
  12515. ac_cv_header_mpc_mpcdec_h=no
  12516. ac_cv_header_mpcdec_mpcdec_h=no
  12517. ac_cv_header_net_if_h=yes
  12518. ac_cv_header_netinet_udplite_h=no
  12519. ac_cv_header_png_h=yes
  12520. ac_cv_header_postproc_postprocess_h=no
  12521. ac_cv_header_pthread_h=yes
  12522. ac_cv_header_search_h=yes
  12523. ac_cv_header_sndio_h=no
  12524. ac_cv_header_stdc=yes
  12525. ac_cv_header_stdint_h=yes
  12526. ac_cv_header_stdlib_h=yes
  12527. ac_cv_header_string_h=yes
  12528. ac_cv_header_strings_h=yes
  12529. ac_cv_header_sys_eventfd_h=yes
  12530. ac_cv_header_sys_mount_h=yes
  12531. ac_cv_header_sys_param_h=yes
  12532. ac_cv_header_sys_shm_h=yes
  12533. ac_cv_header_sys_socket_h=yes
  12534. ac_cv_header_sys_stat_h=yes
  12535. ac_cv_header_sys_types_h=yes
  12536. ac_cv_header_sys_videoio_h=no
  12537. ac_cv_header_syslog_h=yes
  12538. ac_cv_header_unistd_h=yes
  12539. ac_cv_header_unzip_h=no
  12540. ac_cv_header_xlocale_h=yes
  12541. ac_cv_header_zlib_h=yes
  12542. ac_cv_host=i686-pc-linux-gnu
  12543. ac_cv_ld_bsymbolic=-Wl,-Bsymbolic
  12544. ac_cv_lib_ICE_IceConnectionNumber=yes
  12545. ac_cv_lib_a52_a52_free=yes
  12546. ac_cv_lib_dl_dlopen=yes
  12547. ac_cv_lib_dld_shl_load=no
  12548. ac_cv_lib_gcrypt_gcry_control=yes
  12549. ac_cv_lib_lua51____luaL_newstate=no
  12550. ac_cv_lib_lua5_1____luaL_newstate=no
  12551. ac_cv_lib_lua5_2____luaL_newstate=no
  12552. ac_cv_lib_lua____luaL_newstate=yes
  12553. ac_cv_lib_m_cos=yes
  12554. ac_cv_lib_m_lrintf=yes
  12555. ac_cv_lib_mad_mad_bit_init=yes
  12556. ac_cv_lib_png_png_set_rows=yes
  12557. ac_cv_lib_rt_clock_nanosleep=yes
  12558. ac_cv_linux_dvb_5_1=yes
  12559. ac_cv_live555=no
  12560. ac_cv_mmx_inline=yes
  12561. ac_cv_mmxext_inline=yes
  12562. ac_cv_objc_compiler_gnu=no
  12563. ac_cv_objext=o
  12564. ac_cv_path_DOLT_BASH=/bin/bash
  12565. ac_cv_path_EGREP='/usr/bin/grep -E'
  12566. ac_cv_path_FGREP='/usr/bin/grep -F'
  12567. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  12568. ac_cv_path_GREP=/usr/bin/grep
  12569. ac_cv_path_LUAC=/usr/local/bin/luac
  12570. ac_cv_path_MOC=/usr/bin/moc
  12571. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  12572. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  12573. ac_cv_path_RCC=/usr/bin/rcc
  12574. ac_cv_path_SED=/usr/bin/sed
  12575. ac_cv_path_UIC=/usr/bin/uic
  12576. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  12577. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  12578. ac_cv_path_install='/usr/bin/install -c'
  12579. ac_cv_path_mkdir=/usr/bin/mkdir
  12580. ac_cv_prog_AWK=gawk
  12581. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  12582. ac_cv_prog_CXXCPP='g++ -E'
  12583. ac_cv_prog_DESKTOP_FILE_VALIDATE=desktop-file-validate
  12584. ac_cv_prog_YASM=yasm
  12585. ac_cv_prog_ac_ct_AR=ar
  12586. ac_cv_prog_ac_ct_CC=gcc
  12587. ac_cv_prog_ac_ct_CXX=g++
  12588. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  12589. ac_cv_prog_ac_ct_OBJC=gcc
  12590. ac_cv_prog_ac_ct_OBJDUMP=objdump
  12591. ac_cv_prog_ac_ct_RANLIB=ranlib
  12592. ac_cv_prog_ac_ct_STRIP=strip
  12593. ac_cv_prog_cc_c89=
  12594. ac_cv_prog_cc_c99=-std=gnu99
  12595. ac_cv_prog_cc_flags__Wall=yes
  12596. ac_cv_prog_cc_flags__Wbad_function_cast=yes
  12597. ac_cv_prog_cc_flags__Werror_implicit_function_declaration=yes
  12598. ac_cv_prog_cc_flags__Wextra=yes
  12599. ac_cv_prog_cc_flags__Wmissing_prototypes=yes
  12600. ac_cv_prog_cc_flags__Wpointer_arith=yes
  12601. ac_cv_prog_cc_flags__Wsign_compare=yes
  12602. ac_cv_prog_cc_flags__Wundef=yes
  12603. ac_cv_prog_cc_flags__Wvolatile_register_var=yes
  12604. ac_cv_prog_cc_flags__Wwrite_strings=yes
  12605. ac_cv_prog_cc_flags__pipe=yes
  12606. ac_cv_prog_cc_g=yes
  12607. ac_cv_prog_cc_gcc_c_o=yes
  12608. ac_cv_prog_cxx_flags__Wall=yes
  12609. ac_cv_prog_cxx_flags__Wextra=yes
  12610. ac_cv_prog_cxx_flags__Wpointer_arith=yes
  12611. ac_cv_prog_cxx_flags__Wsign_compare=yes
  12612. ac_cv_prog_cxx_flags__Wundef=yes
  12613. ac_cv_prog_cxx_flags__Wvolatile_register_var=yes
  12614. ac_cv_prog_cxx_g=yes
  12615. ac_cv_prog_make_make_set=yes
  12616. ac_cv_prog_objc_g=no
  12617. ac_cv_safe_to_define___extensions__=yes
  12618. ac_cv_search_connect='none required'
  12619. ac_cv_search_dlopen=-ldl
  12620. ac_cv_search_inet_pton='none required'
  12621. ac_cv_search_pthread_rwlock_init=-lpthread
  12622. ac_cv_sse2_inline=yes
  12623. ac_cv_sse3_inline=yes
  12624. ac_cv_sse4_1_inline=yes
  12625. ac_cv_sse4_2_inline=yes
  12626. ac_cv_sse4a_inline=yes
  12627. ac_cv_sse_inline=yes
  12628. ac_cv_ssse3_inline=yes
  12629. ac_cv_struct_sockaddr_storage=yes
  12630. ac_cv_type_socklen_t=yes
  12631. ac_cv_type_ssize_t=yes
  12632. ac_cv_type_struct_pollfd=yes
  12633. acl_cv_hardcode_direct=no
  12634. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  12635. acl_cv_hardcode_libdir_separator=
  12636. acl_cv_hardcode_minus_L=no
  12637. acl_cv_libext=a
  12638. acl_cv_libname_spec='lib$name'
  12639. acl_cv_library_names_spec='$libname$shrext'
  12640. acl_cv_path_LD=/usr/i586-suse-linux/bin/ld
  12641. acl_cv_prog_gnu_ld=yes
  12642. acl_cv_rpath=done
  12643. acl_cv_shlibext=so
  12644. acl_cv_wl=-Wl,
  12645. am_cv_CCAS_dependencies_compiler_type=gcc3
  12646. am_cv_CC_dependencies_compiler_type=gcc3
  12647. am_cv_CXX_dependencies_compiler_type=gcc3
  12648. am_cv_OBJC_dependencies_compiler_type=gcc3
  12649. am_cv_func_iconv=yes
  12650. am_cv_func_iconv_works=yes
  12651. am_cv_lib_iconv=no
  12652. am_cv_make_support_nested_variables=yes
  12653. am_cv_prog_tar_ustar=gnutar
  12654. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  12655. am_cv_proto_iconv_arg1=
  12656. gt_cv_func_CFLocaleCopyCurrent=no
  12657. gt_cv_func_CFPreferencesCopyAppValue=no
  12658. gt_cv_func_gnugettext2_libc=yes
  12659. lt_cv_ar_at_file=@
  12660. lt_cv_archive_cmds_need_lc=no
  12661. lt_cv_deplibs_check_method=pass_all
  12662. lt_cv_dlopen=dlopen
  12663. lt_cv_dlopen_libs=-ldl
  12664. lt_cv_dlopen_self=yes
  12665. lt_cv_dlopen_self_static=yes
  12666. lt_cv_ld_reload_flag=-r
  12667. lt_cv_nm_interface='BSD nm'
  12668. lt_cv_objdir=.libs
  12669. lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
  12670. lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
  12671. lt_cv_path_NM='/usr/bin/nm -B'
  12672. lt_cv_path_mainfest_tool=no
  12673. lt_cv_prog_compiler_c_o=yes
  12674. lt_cv_prog_compiler_c_o_CXX=yes
  12675. lt_cv_prog_compiler_c_o_RC=yes
  12676. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  12677. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  12678. lt_cv_prog_compiler_pic_works=yes
  12679. lt_cv_prog_compiler_pic_works_CXX=yes
  12680. lt_cv_prog_compiler_rtti_exceptions=no
  12681. lt_cv_prog_compiler_static_works=no
  12682. lt_cv_prog_compiler_static_works_CXX=no
  12683. lt_cv_prog_gnu_ld=yes
  12684. lt_cv_prog_gnu_ldcxx=yes
  12685. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  12686. lt_cv_shlibpath_overrides_runpath=yes
  12687. 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'\'''
  12688. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  12689. 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'\'''
  12690. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  12691. lt_cv_sys_max_cmd_len=1572864
  12692. lt_cv_to_host_file_cmd=func_convert_file_noop
  12693. lt_cv_to_tool_file_cmd=func_convert_file_noop
  12694. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  12695. pkg_cv_ALSA_LIBS='-lasound '
  12696. pkg_cv_AVCODEC_CFLAGS='-I/usr/local/include '
  12697. pkg_cv_AVCODEC_LIBS='-pthread -L/usr/local/lib -lavcodec -lXv -lXext -lX11 -lasound -lSDL -lpthread -lx264 -llzma -lbz2 -lz -lswresample -lavutil -lm '
  12698. pkg_cv_AVFORMAT_CFLAGS='-I/usr/local/include '
  12699. pkg_cv_AVFORMAT_LIBS='-pthread -L/usr/local/lib -lavformat -lavcodec -lXv -lXext -lX11 -lasound -lSDL -lpthread -lx264 -llzma -lbz2 -lz -lswresample -lavutil -lm '
  12700. pkg_cv_BONJOUR_CFLAGS='-D_REENTRANT '
  12701. pkg_cv_BONJOUR_LIBS='-lavahi-common -lavahi-client '
  12702. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  12703. pkg_cv_DBUS_LIBS='-ldbus-1 '
  12704. pkg_cv_EGL_CFLAGS='-I/usr/include/libdrm '
  12705. pkg_cv_EGL_LIBS='-lEGL '
  12706. pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 '
  12707. pkg_cv_FREETYPE_LIBS='-lfreetype '
  12708. pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  12709. pkg_cv_FRIBIDI_LIBS='-lfribidi '
  12710. pkg_cv_GL_CFLAGS='-I/usr/include/libdrm '
  12711. pkg_cv_GL_LIBS='-lGL '
  12712. pkg_cv_GST_APP_CFLAGS='-pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  12713. pkg_cv_GST_APP_LIBS='-pthread -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 '
  12714. pkg_cv_GST_VIDEO_CFLAGS='-pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  12715. pkg_cv_GST_VIDEO_LIBS='-pthread -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 '
  12716. pkg_cv_IDN_CFLAGS=' '
  12717. pkg_cv_IDN_LIBS='-lidn '
  12718. pkg_cv_LIBASS_CFLAGS='-I/usr/include/fribidi -I/usr/include/freetype2 '
  12719. pkg_cv_LIBASS_LIBS='-lass '
  12720. pkg_cv_LIBXML2_CFLAGS='-I/usr/include/libxml2 '
  12721. pkg_cv_LIBXML2_LIBS='-lxml2 '
  12722. pkg_cv_MTP_CFLAGS='-I/usr/include/libusb-1.0 '
  12723. pkg_cv_MTP_LIBS='-lmtp -lusb-1.0 '
  12724. pkg_cv_NOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz '
  12725. pkg_cv_NOTIFY_LIBS='-lnotify -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
  12726. pkg_cv_OPENCV_CFLAGS='-I/usr/local/include/opencv -I/usr/local/include '
  12727. pkg_cv_OPENCV_LIBS='/usr/local/lib/libopencv_calib3d.so /usr/local/lib/libopencv_contrib.so /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_features2d.so /usr/local/lib/libopencv_flann.so /usr/local/lib/libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so /usr/local/lib/libopencv_ml.so /usr/local/lib/libopencv_nonfree.so /usr/local/lib/libopencv_objdetect.so /usr/local/lib/libopencv_photo.so /usr/local/lib/libopencv_stitching.so /usr/local/lib/libopencv_superres.so /usr/local/lib/libopencv_ts.so /usr/local/lib/libopencv_video.so /usr/local/lib/libopencv_videostab.so '
  12728. pkg_cv_POSTPROC_CFLAGS='-I/usr/local/include '
  12729. pkg_cv_POSTPROC_LIBS='-L/usr/local/lib -lpostproc -lavutil -lm '
  12730. pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
  12731. pkg_cv_PULSE_LIBS='-lpulse '
  12732. pkg_cv_QT_CFLAGS='-DQT_SHARED -I/usr/include/QtCore -I/usr/include/QtGui '
  12733. pkg_cv_QT_LIBS='-lQtGui -lQtCore '
  12734. pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  12735. pkg_cv_SDL_LIBS='-lSDL -lpthread '
  12736. pkg_cv_SMBCLIENT_CFLAGS=' '
  12737. pkg_cv_SMBCLIENT_LIBS='-lsmbclient '
  12738. pkg_cv_SVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng15 -I/usr/include/pixman-1 -I/usr/include/freetype2 '
  12739. pkg_cv_SVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0 '
  12740. pkg_cv_SWSCALE_CFLAGS='-I/usr/local/include '
  12741. pkg_cv_SWSCALE_LIBS='-L/usr/local/lib -lswscale -lavutil -lm '
  12742. pkg_cv_UDEV_CFLAGS=' '
  12743. pkg_cv_UDEV_LIBS='-ludev -lrt '
  12744. pkg_cv_X264_CFLAGS='-I/usr/local/include '
  12745. pkg_cv_X264_LIBS='-L/usr/local/lib -lx264 '
  12746. pkg_cv_XCB_CFLAGS=' '
  12747. pkg_cv_XCB_COMPOSITE_CFLAGS=' '
  12748. pkg_cv_XCB_COMPOSITE_LIBS='-lxcb-composite -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb '
  12749. pkg_cv_XCB_LIBS='-lxcb '
  12750. pkg_cv_XCB_RANDR_CFLAGS=' '
  12751. pkg_cv_XCB_RANDR_LIBS='-lxcb-randr -lxcb '
  12752. pkg_cv_XCB_SHM_CFLAGS=' '
  12753. pkg_cv_XCB_SHM_LIBS='-lxcb-shm -lxcb '
  12754. pkg_cv_XCB_XV_CFLAGS=' '
  12755. pkg_cv_XCB_XV_LIBS='-lxcb-xv -lxcb-shm -lxcb '
  12756. pkg_cv_XEXT_CFLAGS=' '
  12757. pkg_cv_XEXT_LIBS='-lXext '
  12758. pkg_cv_XINERAMA_CFLAGS=' '
  12759. pkg_cv_XINERAMA_LIBS='-lXinerama '
  12760. pkg_cv_XPM_CFLAGS=' '
  12761. pkg_cv_XPM_LIBS='-lXpm -lX11 '
  12762. pkg_cv_XPROTO_CFLAGS=' '
  12763. pkg_cv_XPROTO_LIBS=' '
  12764.  
  12765. ## ----------------- ##
  12766. ## Output variables. ##
  12767. ## ----------------- ##
  12768.  
  12769. ACLOCAL='${SHELL} /home/a141982112/work/anshul/vlc_thing/vlc/autotools/missing --run aclocal-1.12'
  12770. ALIASES=' cvlc rvlc qvlc svlc'
  12771. ALSA_CFLAGS='-I/usr/include/alsa '
  12772. ALSA_LIBS='-lasound '
  12773. ALTIVEC_CFLAGS=''
  12774. AMDEPBACKSLASH='\'
  12775. AMDEP_FALSE='#'
  12776. AMDEP_TRUE=''
  12777. AMTAR='$${TAR-tar}'
  12778. AM_BACKSLASH='\'
  12779. AM_CPPFLAGS=''
  12780. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  12781. AM_DEFAULT_VERBOSITY='0'
  12782. AM_V='$(V)'
  12783. AR='ar'
  12784. ARCH='i686 mmx sse sse2'
  12785. ARCHIVE_CFLAGS=''
  12786. ARCHIVE_LIBS=''
  12787. ARIBB24_CFLAGS=''
  12788. ARIBB24_LIBS=''
  12789. AS='as'
  12790. ASDCP_CFLAGS=''
  12791. ASDCP_LIBS=''
  12792. ASM=''
  12793. AUTOCONF='${SHELL} /home/a141982112/work/anshul/vlc_thing/vlc/autotools/missing --run autoconf'
  12794. AUTOHEADER='${SHELL} /home/a141982112/work/anshul/vlc_thing/vlc/autotools/missing --run autoheader'
  12795. AUTOMAKE='${SHELL} /home/a141982112/work/anshul/vlc_thing/vlc/autotools/missing --run automake-1.12'
  12796. AVCODEC_CFLAGS='-I/usr/local/include '
  12797. AVCODEC_LIBS='-pthread -L/usr/local/lib -lavcodec -lXv -lXext -lX11 -lasound -lSDL -lpthread -lx264 -llzma -lbz2 -lz -lswresample -lavutil -lm '
  12798. AVFORMAT_CFLAGS='-I/usr/local/include '
  12799. AVFORMAT_LIBS='-pthread -L/usr/local/lib -lavformat -lavcodec -lXv -lXext -lX11 -lasound -lSDL -lpthread -lx264 -llzma -lbz2 -lz -lswresample -lavutil -lm '
  12800. AWK='gawk'
  12801. BLURAY_CFLAGS=''
  12802. BLURAY_LIBS=''
  12803. BONJOUR_CFLAGS='-D_REENTRANT '
  12804. BONJOUR_LIBS='-lavahi-common -lavahi-client '
  12805. BUILD_HTTPD_FALSE='#'
  12806. BUILD_HTTPD_TRUE=''
  12807. BUILD_LUA_FALSE='#'
  12808. BUILD_LUA_TRUE=''
  12809. BUILD_MACOSX_VLC_APP_FALSE=''
  12810. BUILD_MACOSX_VLC_APP_TRUE='#'
  12811. BUILD_SKINS_FALSE='#'
  12812. BUILD_SKINS_TRUE=''
  12813. BUILD_VLC_FALSE='#'
  12814. BUILD_VLC_TRUE=''
  12815. CACA_CFLAGS=''
  12816. CACA_LIBS=''
  12817. CC='gcc -std=gnu99'
  12818. CCAS='gcc -std=gnu99'
  12819. CCASDEPMODE='depmode=gcc3'
  12820. CCASFLAGS='-g -O2'
  12821. CCDEPMODE='depmode=gcc3'
  12822. 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 -O4 -ffast-math -funroll-loops -fomit-frame-pointer'
  12823. CFLAGS_access_archive=''
  12824. CFLAGS_access_mtp=' -I/usr/include/libusb-1.0 '
  12825. CFLAGS_access_output_shout=''
  12826. CFLAGS_access_sftp=''
  12827. CFLAGS_bonjour=' -D_REENTRANT '
  12828. CFLAGS_caca=''
  12829. CFLAGS_cdda=''
  12830. CFLAGS_daala=''
  12831. CFLAGS_dc1394=''
  12832. CFLAGS_deinterlace=''
  12833. CFLAGS_dsm=''
  12834. CFLAGS_dtstofloat32=''
  12835. CFLAGS_dv1394=''
  12836. CFLAGS_dvdnav=''
  12837. CFLAGS_dvdread=''
  12838. CFLAGS_fdkaac=''
  12839. CFLAGS_flac=''
  12840. CFLAGS_fluidsynth=''
  12841. CFLAGS_gles1=''
  12842. CFLAGS_gles2=''
  12843. CFLAGS_gnomevfs=''
  12844. CFLAGS_goom=''
  12845. CFLAGS_kate=''
  12846. CFLAGS_libbluray=''
  12847. CFLAGS_libmpeg2=''
  12848. CFLAGS_libvlccore=''
  12849. CFLAGS_mmal=''
  12850. CFLAGS_mod=''
  12851. CFLAGS_mtp=' -I/usr/include/libusb-1.0 '
  12852. CFLAGS_mux_ogg=''
  12853. CFLAGS_ncurses=''
  12854. CFLAGS_notify=' -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz '
  12855. CFLAGS_ogg=''
  12856. CFLAGS_omxil=''
  12857. CFLAGS_omxil_vout=''
  12858. CFLAGS_opencv_example=' -I/usr/local/include/opencv -I/usr/local/include '
  12859. CFLAGS_opencv_wrapper=' -I/usr/local/include/opencv -I/usr/local/include '
  12860. CFLAGS_opus=''
  12861. CFLAGS_postproc=' -I/usr/local/include '
  12862. CFLAGS_qsv=''
  12863. CFLAGS_rdp=''
  12864. CFLAGS_samplerate=''
  12865. CFLAGS_schroedinger=''
  12866. CFLAGS_shine=''
  12867. CFLAGS_sid=''
  12868. CFLAGS_smb=' '
  12869. CFLAGS_speex=''
  12870. CFLAGS_stream_out_chromaprint=''
  12871. CFLAGS_svg=' -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng15 -I/usr/include/pixman-1 -I/usr/include/freetype2 '
  12872. CFLAGS_svgdec=''
  12873. CFLAGS_swscale=' -I/usr/local/include '
  12874. CFLAGS_theora=''
  12875. CFLAGS_twolame=''
  12876. CFLAGS_udev=' '
  12877. CFLAGS_upnp=''
  12878. CFLAGS_vcdx=''
  12879. CFLAGS_vnc=''
  12880. CFLAGS_vorbis=''
  12881. CFLAGS_vout_sdl=' -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  12882. CFLAGS_x262=''
  12883. CFLAGS_x26410b=''
  12884. CFLAGS_x264=' -I/usr/local/include '
  12885. CFLAGS_x265=''
  12886. CFLAGS_xml=' -I/usr/include/libxml2 '
  12887. CHROMAPRINT_CFLAGS=''
  12888. CHROMAPRINT_LIBS=''
  12889. CONTRIB_DIR=''
  12890. COPYRIGHT_MESSAGE='Copyright © 1996-2014 the VideoLAN team'
  12891. COPYRIGHT_YEARS='1996-2014'
  12892. CPP='gcc -std=gnu99 -E'
  12893. CPPFLAGS='-I$(top_srcdir)/include -I$(top_builddir)/include '
  12894. CPPFLAGS_a52tofloat32=' '
  12895. CPPFLAGS_access_archive=''
  12896. CPPFLAGS_access_mtp=''
  12897. CPPFLAGS_access_output_shout=''
  12898. CPPFLAGS_access_sftp=''
  12899. CPPFLAGS_bonjour=''
  12900. CPPFLAGS_caca=''
  12901. CPPFLAGS_daala=''
  12902. CPPFLAGS_dc1394=''
  12903. CPPFLAGS_decklink=''
  12904. CPPFLAGS_decklinkoutput=''
  12905. CPPFLAGS_directfb=''
  12906. CPPFLAGS_dsm=''
  12907. CPPFLAGS_dtstofloat32=''
  12908. CPPFLAGS_dv1394=''
  12909. CPPFLAGS_dvdnav=''
  12910. CPPFLAGS_dvdread=''
  12911. CPPFLAGS_faad=''
  12912. CPPFLAGS_fdkaac=''
  12913. CPPFLAGS_flac=''
  12914. CPPFLAGS_fluidsynth=''
  12915. CPPFLAGS_freetype=' -I/usr/include/freetype2 -DHAVE_FONTCONFIG -I/usr/include/fribidi -DHAVE_FRIBIDI'
  12916. CPPFLAGS_gles1=''
  12917. CPPFLAGS_gles2=''
  12918. CPPFLAGS_gnomevfs=''
  12919. CPPFLAGS_goom=''
  12920. CPPFLAGS_kate=''
  12921. CPPFLAGS_libass=' -DHAVE_FONTCONFIG'
  12922. CPPFLAGS_libbluray=''
  12923. CPPFLAGS_libmpeg2=''
  12924. CPPFLAGS_mpgatofixed32=''
  12925. CPPFLAGS_mtp=''
  12926. CPPFLAGS_mux_ogg=''
  12927. CPPFLAGS_notify=''
  12928. CPPFLAGS_ogg=''
  12929. CPPFLAGS_opencv_example=''
  12930. CPPFLAGS_opencv_wrapper=''
  12931. CPPFLAGS_opus=''
  12932. CPPFLAGS_qsv=''
  12933. CPPFLAGS_rdp=''
  12934. CPPFLAGS_samplerate=''
  12935. CPPFLAGS_schroedinger=''
  12936. CPPFLAGS_shine=''
  12937. CPPFLAGS_skins2=' -I$(top_srcdir)/modules/access/zip/unzip -I/usr/include/freetype2 -I/usr/include/fribidi -DHAVE_FRIBIDI -DX11_SKINS'
  12938. CPPFLAGS_smb=''
  12939. CPPFLAGS_speex=''
  12940. CPPFLAGS_svg=''
  12941. CPPFLAGS_svgdec=''
  12942. CPPFLAGS_theora=''
  12943. CPPFLAGS_twolame=''
  12944. CPPFLAGS_udev=''
  12945. CPPFLAGS_upnp=''
  12946. CPPFLAGS_vcdx=''
  12947. CPPFLAGS_vnc=''
  12948. CPPFLAGS_vorbis=''
  12949. CPPFLAGS_vpx=''
  12950. CPPFLAGS_x264=''
  12951. CPPFLAGS_x265=''
  12952. CPPFLAGS_xml=''
  12953. CXX='g++'
  12954. CXXCPP='g++ -E'
  12955. CXXDEPMODE='depmode=gcc3'
  12956. CXXFLAGS='-g -O2 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -fvisibility=hidden -O4 -ffast-math -funroll-loops -fomit-frame-pointer'
  12957. CXXFLAGS_live555=''
  12958. CXXFLAGS_mod=''
  12959. CXXFLAGS_qt4=''
  12960. CXXFLAGS_skins2=' -O2 -fno-rtti'
  12961. CXXFLAGS_vsxu=''
  12962. CYGPATH_W='echo'
  12963. DAALA_CFLAGS=''
  12964. DAALA_LIBS=''
  12965. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  12966. DBUS_LIBS='-ldbus-1 '
  12967. DC1394_CFLAGS=''
  12968. DC1394_LIBS=''
  12969. DCA_CFLAGS=''
  12970. DCA_LIBS=''
  12971. DEFS='-DHAVE_CONFIG_H'
  12972. DEFS_BIGENDIAN=''
  12973. DEPDIR='.deps'
  12974. DESKTOP_FILE_VALIDATE='desktop-file-validate'
  12975. DIRECTFB_CFLAGS=''
  12976. DIRECTFB_CONFIG=''
  12977. DIRECTFB_LIBS=''
  12978. DLLTOOL='false'
  12979. DOLT_BASH='/bin/bash'
  12980. DOLT_CLEANFILES='doltlibtool doltcompile'
  12981. DSM_CFLAGS=''
  12982. DSM_LIBS=''
  12983. DSYMUTIL=''
  12984. DUMPBIN=''
  12985. DV1394_CFLAGS=''
  12986. DV1394_LIBS=''
  12987. DVBPSI_CFLAGS=''
  12988. DVBPSI_LIBS=''
  12989. DVDNAV_CFLAGS=''
  12990. DVDNAV_LIBS=''
  12991. DVDREAD_CFLAGS=''
  12992. DVDREAD_LIBS=''
  12993. ECHO_C=''
  12994. ECHO_N='-n'
  12995. ECHO_T=''
  12996. EGL_CFLAGS='-I/usr/include/libdrm '
  12997. EGL_LIBS='-lEGL '
  12998. EGREP='/usr/bin/grep -E'
  12999. ENABLE_ADDONMANAGERMODULES_FALSE='#'
  13000. ENABLE_ADDONMANAGERMODULES_TRUE=''
  13001. ENABLE_MACOSX_DIALOG_PROVIDER_FALSE='#'
  13002. ENABLE_MACOSX_DIALOG_PROVIDER_TRUE=''
  13003. ENABLE_MACOSX_UI_FALSE='#'
  13004. ENABLE_MACOSX_UI_TRUE=''
  13005. ENABLE_MINIMAL_MACOSX_FALSE='#'
  13006. ENABLE_MINIMAL_MACOSX_TRUE=''
  13007. ENABLE_QT4_FALSE='#'
  13008. ENABLE_QT4_TRUE=''
  13009. ENABLE_SOUT_FALSE='#'
  13010. ENABLE_SOUT_TRUE=''
  13011. ENABLE_VLM_FALSE='#'
  13012. ENABLE_VLM_TRUE=''
  13013. EXEEXT=''
  13014. FDKAAC_CFLAGS=''
  13015. FDKAAC_LIBS=''
  13016. FGREP='/usr/bin/grep -F'
  13017. FILE_LIBVLCCORE_DLL=''
  13018. FILE_LIBVLC_DLL=''
  13019. FLAC_CFLAGS=''
  13020. FLAC_LIBS=''
  13021. FLUIDSYNTH_CFLAGS=''
  13022. FLUIDSYNTH_LIBS=''
  13023. FREERDP_CFLAGS=''
  13024. FREERDP_LIBS=''
  13025. FREETYPE_CFLAGS='-I/usr/include/freetype2 '
  13026. FREETYPE_LIBS='-lfreetype '
  13027. FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  13028. FRIBIDI_LIBS='-lfribidi '
  13029. GCRYPT_CFLAGS=''
  13030. GCRYPT_LIBS='-lgcrypt -lgpg-error'
  13031. GETTEXT_MACRO_VERSION='0.18'
  13032. GLES1_CFLAGS=''
  13033. GLES1_LIBS=''
  13034. GLES2_CFLAGS=''
  13035. GLES2_LIBS=''
  13036. GL_CFLAGS='-I/usr/include/libdrm '
  13037. GL_LIBS='-lGL '
  13038. GMSGFMT='/usr/bin/msgfmt'
  13039. GMSGFMT_015='/usr/bin/msgfmt'
  13040. GNOMEVFS_CFLAGS=''
  13041. GNOMEVFS_LIBS=''
  13042. GNUGETOPT_LIBS=''
  13043. GNUTLS_CFLAGS=''
  13044. GNUTLS_LIBS=''
  13045. GOOM_CFLAGS=''
  13046. GOOM_LIBS=''
  13047. GREP='/usr/bin/grep'
  13048. GST_APP_CFLAGS='-pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  13049. GST_APP_LIBS='-pthread -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 '
  13050. GST_VIDEO_CFLAGS='-pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  13051. GST_VIDEO_LIBS='-pthread -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 '
  13052. HAVE_3DNOW_FALSE='#'
  13053. HAVE_3DNOW_TRUE=''
  13054. HAVE_ALSA_FALSE='#'
  13055. HAVE_ALSA_TRUE=''
  13056. HAVE_ALTIVEC_FALSE=''
  13057. HAVE_ALTIVEC_TRUE='#'
  13058. HAVE_ANDROID_FALSE=''
  13059. HAVE_ANDROID_TRUE='#'
  13060. HAVE_ARIBB24_FALSE=''
  13061. HAVE_ARIBB24_TRUE='#'
  13062. HAVE_ASDCP_FALSE=''
  13063. HAVE_ASDCP_TRUE='#'
  13064. HAVE_AVCODEC_DXVA2_FALSE=''
  13065. HAVE_AVCODEC_DXVA2_TRUE='#'
  13066. HAVE_AVCODEC_FALSE='#'
  13067. HAVE_AVCODEC_TRUE=''
  13068. HAVE_AVCODEC_VAAPI_FALSE=''
  13069. HAVE_AVCODEC_VAAPI_TRUE='#'
  13070. HAVE_AVCODEC_VDA_FALSE=''
  13071. HAVE_AVCODEC_VDA_TRUE='#'
  13072. HAVE_AVCODEC_VDPAU_FALSE=''
  13073. HAVE_AVCODEC_VDPAU_TRUE='#'
  13074. HAVE_AVFORMAT_FALSE='#'
  13075. HAVE_AVFORMAT_TRUE=''
  13076. HAVE_AVFOUNDATION_FALSE=''
  13077. HAVE_AVFOUNDATION_TRUE='#'
  13078. HAVE_DARWIN_FALSE=''
  13079. HAVE_DARWIN_TRUE='#'
  13080. HAVE_DBUS_FALSE='#'
  13081. HAVE_DBUS_TRUE=''
  13082. HAVE_DECKLINK_FALSE=''
  13083. HAVE_DECKLINK_TRUE='#'
  13084. HAVE_DIRECTX_FALSE=''
  13085. HAVE_DIRECTX_TRUE='#'
  13086. HAVE_DVBPSI_FALSE=''
  13087. HAVE_DVBPSI_TRUE='#'
  13088. HAVE_DYNAMIC_PLUGINS_FALSE='#'
  13089. HAVE_DYNAMIC_PLUGINS_TRUE=''
  13090. HAVE_EGL_FALSE='#'
  13091. HAVE_EGL_TRUE=''
  13092. HAVE_GCRYPT_FALSE='#'
  13093. HAVE_GCRYPT_TRUE=''
  13094. HAVE_GL_FALSE='#'
  13095. HAVE_GL_TRUE=''
  13096. HAVE_GST_DECODE_FALSE='#'
  13097. HAVE_GST_DECODE_TRUE=''
  13098. HAVE_IOS_FALSE=''
  13099. HAVE_IOS_TRUE='#'
  13100. HAVE_JACK_FALSE=''
  13101. HAVE_JACK_TRUE='#'
  13102. HAVE_KAI_FALSE=''
  13103. HAVE_KAI_TRUE='#'
  13104. HAVE_KVA_FALSE=''
  13105. HAVE_KVA_TRUE='#'
  13106. HAVE_LINUX_DVB_FALSE='#'
  13107. HAVE_LINUX_DVB_TRUE=''
  13108. HAVE_LINUX_FALSE='#'
  13109. HAVE_LINUX_TRUE=''
  13110. HAVE_MAC_SCREEN_FALSE=''
  13111. HAVE_MAC_SCREEN_TRUE='#'
  13112. HAVE_MINIZIP_FALSE=''
  13113. HAVE_MINIZIP_TRUE='#'
  13114. HAVE_MMAL_FALSE=''
  13115. HAVE_MMAL_TRUE='#'
  13116. HAVE_MMXEXT_FALSE='#'
  13117. HAVE_MMXEXT_TRUE=''
  13118. HAVE_MMX_FALSE='#'
  13119. HAVE_MMX_TRUE=''
  13120. HAVE_NEON_FALSE=''
  13121. HAVE_NEON_TRUE='#'
  13122. HAVE_OS2_FALSE=''
  13123. HAVE_OS2_TRUE='#'
  13124. HAVE_OSS_FALSE=''
  13125. HAVE_OSS_TRUE='#'
  13126. HAVE_OSX_FALSE=''
  13127. HAVE_OSX_TRUE='#'
  13128. HAVE_PULSE_FALSE='#'
  13129. HAVE_PULSE_TRUE=''
  13130. HAVE_QTKIT_FALSE=''
  13131. HAVE_QTKIT_TRUE='#'
  13132. HAVE_SNDIO_FALSE=''
  13133. HAVE_SNDIO_TRUE='#'
  13134. HAVE_SPEEXDSP_FALSE=''
  13135. HAVE_SPEEXDSP_TRUE='#'
  13136. HAVE_SSE2_FALSE='#'
  13137. HAVE_SSE2_TRUE=''
  13138. HAVE_SYMBIAN_FALSE=''
  13139. HAVE_SYMBIAN_TRUE='#'
  13140. HAVE_V4L2_FALSE='#'
  13141. HAVE_V4L2_TRUE=''
  13142. HAVE_VAAPI_DRM_FALSE=''
  13143. HAVE_VAAPI_DRM_TRUE='#'
  13144. HAVE_VAAPI_X11_FALSE=''
  13145. HAVE_VAAPI_X11_TRUE='#'
  13146. HAVE_VDPAU_FALSE=''
  13147. HAVE_VDPAU_TRUE='#'
  13148. HAVE_WASAPI_FALSE=''
  13149. HAVE_WASAPI_TRUE='#'
  13150. HAVE_WAYLAND_FALSE=''
  13151. HAVE_WAYLAND_TRUE='#'
  13152. HAVE_WIN32_FALSE=''
  13153. HAVE_WIN32_TRUE='#'
  13154. HAVE_WIN64_FALSE=''
  13155. HAVE_WIN64_TRUE='#'
  13156. HAVE_WINSTORE_FALSE=''
  13157. HAVE_WINSTORE_TRUE='#'
  13158. HAVE_XCB_FALSE='#'
  13159. HAVE_XCB_KEYSYMS_FALSE=''
  13160. HAVE_XCB_KEYSYMS_TRUE='#'
  13161. HAVE_XCB_RANDR_FALSE='#'
  13162. HAVE_XCB_RANDR_TRUE=''
  13163. HAVE_XCB_TRUE=''
  13164. HAVE_XCB_XVIDEO_FALSE='#'
  13165. HAVE_XCB_XVIDEO_TRUE=''
  13166. HAVE_ZLIB_FALSE='#'
  13167. HAVE_ZLIB_TRUE=''
  13168. IDN_CFLAGS=' '
  13169. IDN_LIBS='-lidn '
  13170. INSTALL_DATA='${INSTALL} -m 644'
  13171. INSTALL_PROGRAM='${INSTALL}'
  13172. INSTALL_SCRIPT='${INSTALL}'
  13173. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  13174. INTLLIBS=''
  13175. INTL_MACOSX_LIBS=''
  13176. JACK_CFLAGS=''
  13177. JACK_LIBS=''
  13178. KAI_LIBS=''
  13179. KATE_CFLAGS=''
  13180. KATE_LIBS=''
  13181. KDE4_CONFIG='kde4-config'
  13182. KDE_SOLID_FALSE='#'
  13183. KDE_SOLID_TRUE=''
  13184. KVA_LIBS=''
  13185. LD='/usr/i586-suse-linux/bin/ld'
  13186. LDFLAGS=''
  13187. LDFLAGS_live555=''
  13188. LDFLAGS_mmal=''
  13189. LDFLAGS_vlc=''
  13190. LDFLAGS_x262=''
  13191. LDFLAGS_x26410b=''
  13192. LDFLAGS_x264='-Wl,-Bsymbolic '
  13193. LIBASS_CFLAGS='-I/usr/include/fribidi -I/usr/include/freetype2 '
  13194. LIBASS_LIBS='-lass '
  13195. LIBCDDB_CFLAGS=''
  13196. LIBCDDB_LIBS=''
  13197. LIBDL='-ldl'
  13198. LIBEXT='.so'
  13199. LIBICONV=''
  13200. LIBINTL=''
  13201. LIBM='-lm'
  13202. LIBMODPLUG_CFLAGS=''
  13203. LIBMODPLUG_LIBS=''
  13204. LIBMPEG2_CFLAGS=''
  13205. LIBMPEG2_LIBS=''
  13206. LIBOBJS=' ${LIBOBJDIR}strlcpy$U.o'
  13207. LIBPTHREAD='-lpthread'
  13208. LIBS=''
  13209. LIBS_a52tofloat32=' -la52 -lm '
  13210. LIBS_aa=''
  13211. LIBS_access_archive=''
  13212. LIBS_access_mtp='-lmtp -lusb-1.0 '
  13213. LIBS_access_output_shout=' '
  13214. LIBS_access_rtmp=' '
  13215. LIBS_access_sftp=''
  13216. LIBS_adjust='-lm '
  13217. LIBS_anaglyph='-lm '
  13218. LIBS_android_opaque=''
  13219. LIBS_android_surface=''
  13220. LIBS_aribsub=''
  13221. LIBS_audiobargraph_a='-lm '
  13222. LIBS_audiobargraph_v='-lm '
  13223. LIBS_ball='-lm '
  13224. LIBS_bonjour='-lavahi-common -lavahi-client '
  13225. LIBS_caca=''
  13226. LIBS_cdda=''
  13227. LIBS_chorus_flanger='-lm '
  13228. LIBS_colorthres='-lm '
  13229. LIBS_compressor='-lm '
  13230. LIBS_crystalhd=''
  13231. LIBS_daala=''
  13232. LIBS_dc1394=''
  13233. LIBS_directfb=''
  13234. LIBS_dsm=''
  13235. LIBS_dtstofloat32='-lm '
  13236. LIBS_dv1394=''
  13237. LIBS_dvdnav=''
  13238. LIBS_dvdread=''
  13239. LIBS_equalizer='-lm '
  13240. LIBS_extract='-lm '
  13241. LIBS_faad=''
  13242. LIBS_fdkaac=''
  13243. LIBS_flac=''
  13244. LIBS_fluidsynth=''
  13245. LIBS_freetype='-lfribidi -lfontconfig -lfreetype -lm -lm '
  13246. LIBS_gaussianblur='-lm '
  13247. LIBS_gles1=''
  13248. LIBS_gles2=''
  13249. LIBS_glspectrum='-lGL -lm '
  13250. LIBS_gme=''
  13251. LIBS_gnomevfs=''
  13252. LIBS_goom='-lm '
  13253. LIBS_gradient='-lm '
  13254. LIBS_grain='-lm '
  13255. LIBS_growl=''
  13256. LIBS_headphone_channel_mixer='-lm '
  13257. LIBS_hotkeys='-lm '
  13258. LIBS_hqdn3d='-lm '
  13259. LIBS_kate=''
  13260. LIBS_libass='-lfontconfig '
  13261. LIBS_libbluray=''
  13262. LIBS_libmpeg2=''
  13263. LIBS_libvlc=''
  13264. LIBS_libvlccore='-lrt '
  13265. LIBS_lirc=''
  13266. LIBS_live555=''
  13267. LIBS_macosx=''
  13268. LIBS_macosx_dialog_provider=''
  13269. LIBS_minimal_macosx=''
  13270. LIBS_mkv=''
  13271. LIBS_mmal=''
  13272. LIBS_mod=''
  13273. LIBS_mono='-lm '
  13274. LIBS_mosaic='-lm '
  13275. LIBS_mpc='-lm '
  13276. LIBS_mpgatofixed32='-lmad '
  13277. LIBS_mtp='-lmtp -lusb-1.0 '
  13278. LIBS_mux_ogg=''
  13279. LIBS_ncurses='-lm '
  13280. LIBS_netsync=' '
  13281. LIBS_noise='-lm '
  13282. LIBS_normvol='-lm '
  13283. LIBS_notify='-lnotify -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
  13284. LIBS_ogg=''
  13285. LIBS_oldmovie='-lm '
  13286. LIBS_oldrc='-lm '
  13287. LIBS_opencv_example='/usr/local/lib/libopencv_calib3d.so /usr/local/lib/libopencv_contrib.so /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_features2d.so /usr/local/lib/libopencv_flann.so /usr/local/lib/libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so /usr/local/lib/libopencv_ml.so /usr/local/lib/libopencv_nonfree.so /usr/local/lib/libopencv_objdetect.so /usr/local/lib/libopencv_photo.so /usr/local/lib/libopencv_stitching.so /usr/local/lib/libopencv_superres.so /usr/local/lib/libopencv_ts.so /usr/local/lib/libopencv_video.so /usr/local/lib/libopencv_videostab.so '
  13288. LIBS_opencv_wrapper='/usr/local/lib/libopencv_calib3d.so /usr/local/lib/libopencv_contrib.so /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_features2d.so /usr/local/lib/libopencv_flann.so /usr/local/lib/libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so /usr/local/lib/libopencv_ml.so /usr/local/lib/libopencv_nonfree.so /usr/local/lib/libopencv_objdetect.so /usr/local/lib/libopencv_photo.so /usr/local/lib/libopencv_stitching.so /usr/local/lib/libopencv_superres.so /usr/local/lib/libopencv_ts.so /usr/local/lib/libopencv_video.so /usr/local/lib/libopencv_videostab.so '
  13289. LIBS_opus=''
  13290. LIBS_param_eq='-lm '
  13291. LIBS_postproc='-L/usr/local/lib -lpostproc -lavutil -lm -lm '
  13292. LIBS_psychedelic='-lm '
  13293. LIBS_qsv=''
  13294. LIBS_qt4='-lm '
  13295. LIBS_quartztext=''
  13296. LIBS_quicktime=''
  13297. LIBS_rdp=''
  13298. LIBS_remoteosd=' '
  13299. LIBS_ripple='-lm '
  13300. LIBS_samplerate='-lm '
  13301. LIBS_sap='-lz '
  13302. LIBS_scene='-lm '
  13303. LIBS_schroedinger=''
  13304. LIBS_shine=''
  13305. LIBS_sid=''
  13306. LIBS_skins2=' -lSM -lICE -lXext -lXpm -lX11 -lXinerama -lX11 -lfribidi -lfreetype $(top_builddir)/modules/libunzip.la -lz -lm '
  13307. LIBS_smb='-lsmbclient '
  13308. LIBS_spatializer='-lm '
  13309. LIBS_speex=''
  13310. LIBS_stream_out_chromaprint=''
  13311. LIBS_stream_out_raop=' '
  13312. LIBS_stream_out_rtp=' '
  13313. LIBS_stream_out_standard=' '
  13314. LIBS_svg='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0 '
  13315. LIBS_svgdec=''
  13316. LIBS_swscale='-Wl,-Bsymbolic -L/usr/local/lib -lswscale -lavutil -lm -lm '
  13317. LIBS_theora=''
  13318. LIBS_ts=' '
  13319. LIBS_twolame=''
  13320. LIBS_udev='-ludev -lrt '
  13321. LIBS_unzip='-lz '
  13322. LIBS_upnp=''
  13323. LIBS_vcdx=''
  13324. LIBS_vlc=''
  13325. LIBS_vnc=''
  13326. LIBS_vod_rtsp=' '
  13327. LIBS_vorbis=''
  13328. LIBS_vout_sdl='-lSDL -lpthread -lSM -lICE -lX11 '
  13329. LIBS_vpx=''
  13330. LIBS_vsxu=''
  13331. LIBS_wave='-lm '
  13332. LIBS_win32text=''
  13333. LIBS_x262='-lm '
  13334. LIBS_x26410b='-lm '
  13335. LIBS_x264='-L/usr/local/lib -lx264 -lm '
  13336. LIBS_x265=''
  13337. LIBS_xml='-lxml2 '
  13338. LIBS_zip='-lz '
  13339. LIBTOOL='$(top_builddir)/doltlibtool'
  13340. LIBVA_DRM_CFLAGS=''
  13341. LIBVA_DRM_LIBS=''
  13342. LIBVA_X11_CFLAGS=''
  13343. LIBVA_X11_LIBS=''
  13344. LIBVORBIS_CFLAGS=''
  13345. LIBVORBIS_LIBS=''
  13346. LIBXML2_CFLAGS='-I/usr/include/libxml2 '
  13347. LIBXML2_LIBS='-lxml2 '
  13348. LINSYS_SDI_CFLAGS=''
  13349. LINSYS_SDI_LIBS=''
  13350. LIPO=''
  13351. LIVE555_CFLAGS=''
  13352. LIVE555_LIBS=''
  13353. LN_S='ln -s'
  13354. LTCOMPILE='$(top_builddir)/doltcompile $(COMPILE)'
  13355. LTCXXCOMPILE='$(top_builddir)/doltcompile $(CXXCOMPILE)'
  13356. LTLIBICONV=''
  13357. LTLIBINTL=''
  13358. LTLIBOBJS=' ${LIBOBJDIR}strlcpy$U.lo'
  13359. LTLIBa52tofloat32='liba52tofloat32_plugin.la'
  13360. LTLIBaa=''
  13361. LTLIBaccess_archive=''
  13362. LTLIBaccess_eyetv=''
  13363. LTLIBaccess_mtp='libaccess_mtp_plugin.la'
  13364. LTLIBaccess_output_shout=''
  13365. LTLIBaccess_realrtsp=''
  13366. LTLIBaccess_sftp=''
  13367. LTLIBaccess_smb=''
  13368. LTLIBandroid_opaque=''
  13369. LTLIBandroid_surface=''
  13370. LTLIBaribsub=''
  13371. LTLIBatmo='libatmo_plugin.la'
  13372. LTLIBaudioqueue=''
  13373. LTLIBavcapture=''
  13374. LTLIBbonjour='libbonjour_plugin.la'
  13375. LTLIBcaca=''
  13376. LTLIBcdda='libcdda_plugin.la'
  13377. LTLIBcrystalhd=''
  13378. LTLIBdaala=''
  13379. LTLIBdc1394=''
  13380. LTLIBdirect2d=''
  13381. LTLIBdirect3d=''
  13382. LTLIBdirectfb=''
  13383. LTLIBdsm=''
  13384. LTLIBdtstofloat32=''
  13385. LTLIBdv1394=''
  13386. LTLIBdvdnav=''
  13387. LTLIBdvdread=''
  13388. LTLIBfaad=''
  13389. LTLIBfb='libfb_plugin.la'
  13390. LTLIBfdkaac=''
  13391. LTLIBflac=''
  13392. LTLIBfluidsynth=''
  13393. LTLIBfreetype='libfreetype_plugin.la'
  13394. LTLIBgles1=''
  13395. LTLIBgles2=''
  13396. LTLIBglspectrum='libglspectrum_plugin.la'
  13397. LTLIBglwin32=''
  13398. LTLIBgme=''
  13399. LTLIBgnomevfs=''
  13400. LTLIBgnutls=''
  13401. LTLIBgoom=''
  13402. LTLIBgrowl=''
  13403. LTLIBjpeg='libjpeg_plugin.la'
  13404. LTLIBkate=''
  13405. LTLIBlibass='liblibass_plugin.la'
  13406. LTLIBlibbluray=''
  13407. LTLIBlibmpeg2=''
  13408. LTLIBlinsys_hdsdi='liblinsys_hdsdi_plugin.la'
  13409. LTLIBlinsys_sdi=''
  13410. LTLIBlirc=''
  13411. LTLIBlive555=''
  13412. LTLIBmacosx=''
  13413. LTLIBmacosx_dialog_provider=''
  13414. LTLIBminimal_macosx=''
  13415. LTLIBmkv=''
  13416. LTLIBmmal=''
  13417. LTLIBmod=''
  13418. LTLIBmpc=''
  13419. LTLIBmpgatofixed32='libmpgatofixed32_plugin.la'
  13420. LTLIBmtp='libmtp_plugin.la'
  13421. LTLIBmux_ogg=''
  13422. LTLIBncurses=''
  13423. LTLIBnotify='libnotify_plugin.la'
  13424. LTLIBogg=''
  13425. LTLIBomxil=''
  13426. LTLIBomxil_vout=''
  13427. LTLIBopencv_example='libopencv_example_plugin.la'
  13428. LTLIBopencv_wrapper='libopencv_wrapper_plugin.la'
  13429. LTLIBopensles_android=''
  13430. LTLIBopus=''
  13431. LTLIBpng='libpng_plugin.la'
  13432. LTLIBpostproc='libpostproc_plugin.la'
  13433. LTLIBprojectm=''
  13434. LTLIBqsv=''
  13435. LTLIBqt4='libqt4_plugin.la'
  13436. LTLIBqtcapture=''
  13437. LTLIBqtsound=''
  13438. LTLIBquartztext=''
  13439. LTLIBquicktime=''
  13440. LTLIBrdp=''
  13441. LTLIBsamplerate=''
  13442. LTLIBschroedinger=''
  13443. LTLIBscreen=''
  13444. LTLIBsdl_image=''
  13445. LTLIBshine=''
  13446. LTLIBsid=''
  13447. LTLIBskins2='libskins2_plugin.la'
  13448. LTLIBsmb='libsmb_plugin.la'
  13449. LTLIBspeex=''
  13450. LTLIBstream_out_chromaprint=''
  13451. LTLIBsvg='libsvg_plugin.la'
  13452. LTLIBsvgdec=''
  13453. LTLIBswscale='libswscale_plugin.la'
  13454. LTLIBtaglib=''
  13455. LTLIBtelx='libtelx_plugin.la'
  13456. LTLIBtheora=''
  13457. LTLIBtremor=''
  13458. LTLIBtwolame=''
  13459. LTLIBudev='libudev_plugin.la'
  13460. LTLIBupnp=''
  13461. LTLIBvcd='libvcd_plugin.la'
  13462. LTLIBvcdx=''
  13463. LTLIBvnc=''
  13464. LTLIBvorbis=''
  13465. LTLIBvout_sdl='libvout_sdl_plugin.la'
  13466. LTLIBvpx=''
  13467. LTLIBvsxu=''
  13468. LTLIBwma_fixed=''
  13469. LTLIBx262=''
  13470. LTLIBx26410b=''
  13471. LTLIBx264='libx264_plugin.la'
  13472. LTLIBx265=''
  13473. LTLIBxml='libxml_plugin.la'
  13474. LTLIBzvbi=''
  13475. LUAC='/usr/local/bin/luac'
  13476. LUA_CFLAGS=''
  13477. LUA_LIBS='-llua'
  13478. MACOSX_DEPLOYMENT_TARGET=''
  13479. MAINT=''
  13480. MAINTAINER_MODE_FALSE='#'
  13481. MAINTAINER_MODE_TRUE=''
  13482. MAKEINFO='${SHELL} /home/a141982112/work/anshul/vlc_thing/vlc/autotools/missing --run makeinfo'
  13483. MANIFEST_TOOL=':'
  13484. MERGE_FFMPEG_FALSE=''
  13485. MERGE_FFMPEG_TRUE='#'
  13486. MFX_CFLAGS=''
  13487. MFX_LIBS=''
  13488. MINIZIP_CFLAGS=''
  13489. MINIZIP_LIBS=''
  13490. MKDIR_P='/usr/bin/mkdir -p'
  13491. MOC='/usr/bin/moc'
  13492. MSGFMT='/usr/bin/msgfmt'
  13493. MSGFMT_015='/usr/bin/msgfmt'
  13494. MSGMERGE='/usr/bin/msgmerge'
  13495. MTP_CFLAGS='-I/usr/include/libusb-1.0 '
  13496. MTP_LIBS='-lmtp -lusb-1.0 '
  13497. MUX_OGG_CFLAGS=''
  13498. MUX_OGG_LIBS=''
  13499. NCURSES_CFLAGS=''
  13500. NCURSES_LIBS=''
  13501. NM='/usr/bin/nm -B'
  13502. NMEDIT=''
  13503. NOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz '
  13504. NOTIFY_LIBS='-lnotify -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
  13505. OBJC='gcc'
  13506. OBJCDEPMODE='depmode=gcc3'
  13507. OBJCFLAGS=' -fvisibility=hidden -O4 -ffast-math -funroll-loops -fomit-frame-pointer'
  13508. OBJCFLAGS_growl=''
  13509. OBJCFLAGS_macosx=''
  13510. OBJCFLAGS_minimal_macosx=''
  13511. OBJCOPY=''
  13512. OBJDUMP='objdump'
  13513. OBJEXT='o'
  13514. OGG_CFLAGS=''
  13515. OGG_LIBS=''
  13516. OPENCV_CFLAGS='-I/usr/local/include/opencv -I/usr/local/include '
  13517. OPENCV_LIBS='/usr/local/lib/libopencv_calib3d.so /usr/local/lib/libopencv_contrib.so /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_features2d.so /usr/local/lib/libopencv_flann.so /usr/local/lib/libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so /usr/local/lib/libopencv_ml.so /usr/local/lib/libopencv_nonfree.so /usr/local/lib/libopencv_objdetect.so /usr/local/lib/libopencv_photo.so /usr/local/lib/libopencv_stitching.so /usr/local/lib/libopencv_superres.so /usr/local/lib/libopencv_ts.so /usr/local/lib/libopencv_video.so /usr/local/lib/libopencv_videostab.so '
  13518. OPUS_CFLAGS=''
  13519. OPUS_LIBS=''
  13520. OSS_LIBS=''
  13521. OTOOL64=''
  13522. OTOOL=''
  13523. PACKAGE='vlc'
  13524. PACKAGE_BUGREPORT=''
  13525. PACKAGE_NAME='vlc'
  13526. PACKAGE_STRING='vlc 3.0.0-git'
  13527. PACKAGE_TARNAME='vlc'
  13528. PACKAGE_URL=''
  13529. PACKAGE_VERSION='3.0.0-git'
  13530. PATH_SEPARATOR=':'
  13531. PKGDIR='vlc'
  13532. PKG_CONFIG='/usr/bin/pkg-config'
  13533. PKG_CONFIG_LIBDIR=''
  13534. PKG_CONFIG_PATH=''
  13535. POSTPROC_CFLAGS='-I/usr/local/include '
  13536. POSTPROC_LIBS='-L/usr/local/lib -lpostproc -lavutil -lm '
  13537. POSUB='po'
  13538. PROGRAMFILES=''
  13539. PROJECTM_CFLAGS=''
  13540. PROJECTM_LIBS=''
  13541. PULSE_CFLAGS='-D_REENTRANT '
  13542. PULSE_LIBS='-lpulse '
  13543. QTX11_CFLAGS=''
  13544. QTX11_LIBS=''
  13545. QT_CFLAGS='-DQT_SHARED -I/usr/include/QtCore -I/usr/include/QtGui '
  13546. QT_LIBS='-lQtGui -lQtCore '
  13547. RANLIB='ranlib'
  13548. RC=''
  13549. RCC='/usr/bin/rcc'
  13550. SAMPLERATE_CFLAGS=''
  13551. SAMPLERATE_LIBS=''
  13552. SCHROEDINGER_CFLAGS=''
  13553. SCHROEDINGER_LIBS=''
  13554. SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  13555. SDL_IMAGE_CFLAGS=''
  13556. SDL_IMAGE_LIBS=''
  13557. SDL_LIBS='-lSDL -lpthread '
  13558. SED='/usr/bin/sed'
  13559. SET_MAKE=''
  13560. SFTP_CFLAGS=''
  13561. SFTP_LIBS=''
  13562. SHELL='/bin/sh'
  13563. SHINE_CFLAGS=''
  13564. SHINE_LIBS=''
  13565. SHOUT_CFLAGS=''
  13566. SHOUT_LIBS=''
  13567. SID_CFLAGS=''
  13568. SID_LIBS=''
  13569. SMBCLIENT_CFLAGS=' '
  13570. SMBCLIENT_LIBS='-lsmbclient '
  13571. SOCKET_LIBS=' '
  13572. SPEEXDSP_CFLAGS=''
  13573. SPEEXDSP_LIBS=''
  13574. SPEEX_CFLAGS=''
  13575. SPEEX_LIBS=''
  13576. STRIP='strip'
  13577. SVGDEC_CFLAGS=''
  13578. SVGDEC_LIBS=''
  13579. SVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng15 -I/usr/include/pixman-1 -I/usr/include/freetype2 '
  13580. SVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0 '
  13581. SWSCALE_CFLAGS='-I/usr/local/include '
  13582. SWSCALE_LIBS='-L/usr/local/lib -lswscale -lavutil -lm '
  13583. SYMBOLIC_LDFLAGS='-Wl,-Bsymbolic'
  13584. SYS='linux'
  13585. TAGLIB_CFLAGS=''
  13586. TAGLIB_LIBS=''
  13587. THEORA_CFLAGS=''
  13588. THEORA_LIBS=''
  13589. TIGER_CFLAGS=''
  13590. TIGER_LIBS=''
  13591. TWOLAME_CFLAGS=''
  13592. TWOLAME_LIBS=''
  13593. U2D=''
  13594. UDEV_CFLAGS=' '
  13595. UDEV_LIBS='-ludev -lrt '
  13596. UIC='/usr/bin/uic'
  13597. UPNP_CFLAGS=''
  13598. UPNP_LIBS=''
  13599. USE_NLS='yes'
  13600. VCDX_CFLAGS=''
  13601. VCDX_LIBS=''
  13602. VDPAU_CFLAGS=''
  13603. VDPAU_LIBS=''
  13604. VERSION='3.0.0-git'
  13605. VERSION_EXTRA='0'
  13606. VERSION_MAJOR='3'
  13607. VERSION_MESSAGE='3.0.0-git Vetinari'
  13608. VERSION_MINOR='0'
  13609. VERSION_REVISION='0'
  13610. VNC_CFLAGS=''
  13611. VNC_LIBS=''
  13612. VORBIS_CFLAGS=''
  13613. VORBIS_LIBS=''
  13614. VPX_CFLAGS=''
  13615. VPX_LIBS=''
  13616. VSXU_CFLAGS=''
  13617. VSXU_LIBS=''
  13618. WAYLAND_CLIENT_CFLAGS=''
  13619. WAYLAND_CLIENT_LIBS=''
  13620. WINDOWS_ARCH=''
  13621. WINDRES=''
  13622. WINE_SDK_PATH=''
  13623. X262_CFLAGS=''
  13624. X262_LIBS=''
  13625. X26410B_CFLAGS=''
  13626. X26410B_LIBS=''
  13627. X264_CFLAGS='-I/usr/local/include '
  13628. X264_LIBS='-L/usr/local/lib -lx264 '
  13629. X265_CFLAGS=''
  13630. X265_LIBS=''
  13631. XCB_CFLAGS=' '
  13632. XCB_COMPOSITE_CFLAGS=' '
  13633. XCB_COMPOSITE_LIBS='-lxcb-composite -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb '
  13634. XCB_KEYSYMS_CFLAGS=''
  13635. XCB_KEYSYMS_LIBS=''
  13636. XCB_LIBS='-lxcb '
  13637. XCB_RANDR_CFLAGS=' '
  13638. XCB_RANDR_LIBS='-lxcb-randr -lxcb '
  13639. XCB_SHM_CFLAGS=' '
  13640. XCB_SHM_LIBS='-lxcb-shm -lxcb '
  13641. XCB_XV_CFLAGS=' '
  13642. XCB_XV_LIBS='-lxcb-xv -lxcb-shm -lxcb '
  13643. XEXT_CFLAGS=' '
  13644. XEXT_LIBS='-lXext '
  13645. XGETTEXT='/usr/bin/xgettext'
  13646. XGETTEXT_015='/usr/bin/xgettext'
  13647. XGETTEXT_EXTRA_OPTIONS=''
  13648. XINERAMA_CFLAGS=' '
  13649. XINERAMA_LIBS='-lXinerama '
  13650. XMKMF=''
  13651. XPM_CFLAGS=' '
  13652. XPM_LIBS='-lXpm -lX11 '
  13653. XPROTO_CFLAGS=' '
  13654. XPROTO_LIBS=' '
  13655. X_CFLAGS=''
  13656. X_EXTRA_LIBS=''
  13657. X_LIBS=''
  13658. X_PRE_LIBS=' -lSM -lICE'
  13659. YASM='yasm'
  13660. YASMFLAGS='-f elf32'
  13661. ZVBI_CFLAGS=''
  13662. ZVBI_LIBS=''
  13663. ac_ct_AR='ar'
  13664. ac_ct_CC='gcc'
  13665. ac_ct_CXX='g++'
  13666. ac_ct_DUMPBIN=''
  13667. ac_ct_OBJC='gcc'
  13668. am__EXEEXT_FALSE=''
  13669. am__EXEEXT_TRUE='#'
  13670. am__fastdepCCAS_FALSE='#'
  13671. am__fastdepCCAS_TRUE=''
  13672. am__fastdepCC_FALSE='#'
  13673. am__fastdepCC_TRUE=''
  13674. am__fastdepCXX_FALSE='#'
  13675. am__fastdepCXX_TRUE=''
  13676. am__fastdepOBJC_FALSE='#'
  13677. am__fastdepOBJC_TRUE=''
  13678. am__include='include'
  13679. am__isrc=''
  13680. am__leading_dot='.'
  13681. am__nodep='_no'
  13682. am__quote=''
  13683. am__tar='tar --format=ustar -chf - "$$tardir"'
  13684. am__untar='tar -xf -'
  13685. bindir='${exec_prefix}/bin'
  13686. build='i686-pc-linux-gnu'
  13687. build_alias=''
  13688. build_cpu='i686'
  13689. build_os='linux-gnu'
  13690. build_vendor='pc'
  13691. datadir='${datarootdir}'
  13692. datarootdir='${prefix}/share'
  13693. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  13694. dvidir='${docdir}'
  13695. exec_prefix='${prefix}'
  13696. have_avfoundation='no'
  13697. host='i686-pc-linux-gnu'
  13698. host_alias=''
  13699. host_cpu='i686'
  13700. host_os='linux-gnu'
  13701. host_vendor='pc'
  13702. htmldir='${docdir}'
  13703. includedir='${prefix}/include'
  13704. infodir='${datarootdir}/info'
  13705. install_sh='${SHELL} /home/a141982112/work/anshul/vlc_thing/vlc/autotools/install-sh'
  13706. libdir='${exec_prefix}/lib'
  13707. libexecdir='${exec_prefix}/lib'
  13708. localedir='${datarootdir}/locale'
  13709. localstatedir='${prefix}/var'
  13710. mandir='${datarootdir}/man'
  13711. mkdir_p='/usr/bin/mkdir -p'
  13712. oldincludedir='/usr/include'
  13713. pdfdir='${docdir}'
  13714. prefix='/usr/local'
  13715. program_transform_name='s,x,x,'
  13716. psdir='${docdir}'
  13717. sbindir='${exec_prefix}/sbin'
  13718. sharedstatedir='${prefix}/com'
  13719. soliddatadir='/usr/share/kde4/apps//solid/actions'
  13720. sysconfdir='${prefix}/etc'
  13721. target_alias=''
  13722. vlcdatadir='${datadir}/${PKGDIR}'
  13723. vlclibdir='${libdir}/${PKGDIR}'
  13724.  
  13725. ## ----------- ##
  13726. ## confdefs.h. ##
  13727. ## ----------- ##
  13728.  
  13729. /* confdefs.h */
  13730. #define PACKAGE_NAME "vlc"
  13731. #define PACKAGE_TARNAME "vlc"
  13732. #define PACKAGE_VERSION "3.0.0-git"
  13733. #define PACKAGE_STRING "vlc 3.0.0-git"
  13734. #define PACKAGE_BUGREPORT ""
  13735. #define PACKAGE_URL ""
  13736. #define PACKAGE "vlc"
  13737. #define VERSION "3.0.0-git"
  13738. #define STDC_HEADERS 1
  13739. #define HAVE_SYS_TYPES_H 1
  13740. #define HAVE_SYS_STAT_H 1
  13741. #define HAVE_STDLIB_H 1
  13742. #define HAVE_STRING_H 1
  13743. #define HAVE_MEMORY_H 1
  13744. #define HAVE_STRINGS_H 1
  13745. #define HAVE_INTTYPES_H 1
  13746. #define HAVE_STDINT_H 1
  13747. #define HAVE_UNISTD_H 1
  13748. #define __EXTENSIONS__ 1
  13749. #define _ALL_SOURCE 1
  13750. #define _GNU_SOURCE 1
  13751. #define _POSIX_PTHREAD_SEMANTICS 1
  13752. #define _TANDEM_SOURCE 1
  13753. #define _FORTIFY_SOURCE 2
  13754. #define _FILE_OFFSET_BITS 64
  13755. #define _THREAD_SAFE /**/
  13756. #define __LIBVLC__ /**/
  13757. #define WIN32_LEAN_AND_MEAN /**/
  13758. #define restrict __restrict
  13759. #define HAVE_DLFCN_H 1
  13760. #define LT_OBJDIR ".libs/"
  13761. #define ENABLE_NLS 1
  13762. #define HAVE_GETTEXT 1
  13763. #define HAVE_DCGETTEXT 1
  13764. #define HAVE_ICONV 1
  13765. #define ICONV_CONST
  13766. #define VLC_WINSTORE_APP 0
  13767. #define LIBEXT ".so"
  13768. #define HAVE_DECL_NANOSLEEP 1
  13769. #define HAVE_DAEMON 1
  13770. #define HAVE_FCNTL 1
  13771. #define HAVE_FSTATVFS 1
  13772. #define HAVE_FORK 1
  13773. #define HAVE_GETENV 1
  13774. #define HAVE_GETPWUID_R 1
  13775. #define HAVE_ISATTY 1
  13776. #define HAVE_LSTAT 1
  13777. #define HAVE_MEMALIGN 1
  13778. #define HAVE_MMAP 1
  13779. #define HAVE_OPENAT 1
  13780. #define HAVE_PREAD 1
  13781. #define HAVE_POSIX_FADVISE 1
  13782. #define HAVE_POSIX_MADVISE 1
  13783. #define HAVE_SETLOCALE 1
  13784. #define HAVE_STRPTIME 1
  13785. #define HAVE_USELOCALE 1
  13786. #define HAVE_ATOF 1
  13787. #define HAVE_ATOLL 1
  13788. #define HAVE_DIRFD 1
  13789. #define HAVE_FDOPENDIR 1
  13790. #define HAVE_FLOCKFILE 1
  13791. #define HAVE_FSYNC 1
  13792. #define HAVE_GETDELIM 1
  13793. #define HAVE_GETPID 1
  13794. #define HAVE_GMTIME_R 1
  13795. #define HAVE_LLDIV 1
  13796. #define HAVE_LOCALTIME_R 1
  13797. #define HAVE_NRAND48 1
  13798. #define HAVE_POLL 1
  13799. #define HAVE_POSIX_MEMALIGN 1
  13800. #define HAVE_REWIND 1
  13801. #define HAVE_SETENV 1
  13802. #define HAVE_STRCASECMP 1
  13803. #define HAVE_STRCASESTR 1
  13804. #define HAVE_STRDUP 1
  13805. #define HAVE_STRNDUP 1
  13806. #define HAVE_STRNLEN 1
  13807. #define HAVE_STRSEP 1
  13808. #define HAVE_STRTOF 1
  13809. #define HAVE_STRTOK_R 1
  13810. #define HAVE_STRTOLL 1
  13811. #define HAVE_SWAB 1
  13812. #define HAVE_TDESTROY 1
  13813. #define HAVE_STRVERSCMP 1
  13814. #define HAVE_FDATASYNC 1
  13815. #define HAVE_ASPRINTF 1
  13816. #define HAVE_VASPRINTF 1
  13817. #define HAVE_STATIC_ASSERT 1
  13818. #define HAVE_STRCOLL 1
  13819. #define HAVE_ACCEPT4 1
  13820. #define HAVE_PIPE2 1
  13821. #define HAVE_EVENTFD 1
  13822. #define HAVE_VMSPLICE 1
  13823. #define HAVE_SCHED_GETAFFINITY 1
  13824. #define HAVE_STRUCT_POLLFD 1
  13825. #define HAVE_INET_PTON 1
  13826. #define HAVE_IF_NAMEINDEX 1
  13827. #define HAVE_IF_NAMETOINDEX 1
  13828. #define HAVE_LRINTF 1
  13829. #define HAVE_ARPA_INET_H 1
  13830. #define HAVE_PTHREAD_H 1
  13831. #define HAVE_SEARCH_H 1
  13832. #define HAVE_SYSLOG_H 1
  13833. #define HAVE_SYS_SHM_H 1
  13834. #define HAVE_SYS_SOCKET_H 1
  13835. #define HAVE_NET_IF_H 1
  13836. #define HAVE_SYS_PARAM_H 1
  13837. #define HAVE_SYS_MOUNT_H 1
  13838. #define HAVE_GETOPT_H 1
  13839. #define HAVE_LINUX_DCCP_H 1
  13840. #define HAVE_LINUX_MAGIC_H 1
  13841. #define HAVE_MNTENT_H 1
  13842. #define HAVE_SYS_EVENTFD_H 1
  13843. #define HAVE_XLOCALE_H 1
  13844. #define HAVE_ZLIB_H 1
  13845. #define HAVE_IDN 1
  13846. #define NDEBUG 1
  13847. #define ATTRIBUTE_ALIGNED_MAX 64
  13848. #define HAVE_ATTRIBUTE_PACKED 1
  13849. #define HAVE_EXECINFO_H 1
  13850. #define HAVE_BACKTRACE 1
  13851. #define HAVE_MMX_INTRINSICS 1
  13852. #define CAN_COMPILE_MMX 1
  13853. #define CAN_COMPILE_MMXEXT 1
  13854. #define HAVE_SSE2_INTRINSICS 1
  13855. #define CAN_COMPILE_SSE 1
  13856. #define CAN_COMPILE_SSE2 1
  13857. #define CAN_COMPILE_SSE3 1
  13858. #define CAN_COMPILE_SSSE3 1
  13859. #define CAN_COMPILE_SSE4_1 1
  13860. #define CAN_COMPILE_SSE4_2 1
  13861. #define CAN_COMPILE_SSE4A 1
  13862. #define CAN_COMPILE_3DNOW 1
  13863. #define ENABLE_SOUT 1
  13864. #define HAVE_LUA_H 1
  13865. #define HAVE_LAUXLIB_H 1
  13866. #define HAVE_LUALIB_H 1
  13867. #define ENABLE_HTTPD 1
  13868. #define ENABLE_VLM 1
  13869. #define ENABLE_ADDONMANAGERMODULES 1
  13870. #define HAVE_LINUX_VIDEODEV2_H 1
  13871. #define HAVE_MAD_H 1
  13872. #define HAVE_LIBAVCODEC_AVCODEC_H 1
  13873. #define HAVE_LIBAVUTIL_AVUTIL_H 1
  13874. #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  13875. #define HAVE_LIBAVFORMAT_AVIO_H 1
  13876. #define HAVE_LIBAVCODEC_AVCODEC_H 1
  13877. #define HAVE_LIBAVUTIL_AVUTIL_H 1
  13878. #define HAVE_LIBSWSCALE_SWSCALE_H 1
  13879. #define HAVE_A52DEC_A52_H 1
  13880. #define HAVE_PNG_H 1
  13881. #define HAVE_JPEGLIB_H 1
  13882. #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  13883. #define HAVE_X11_XLIB_H 1
  13884. #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  13885. #define VERSION_MESSAGE "3.0.0-git Vetinari"
  13886. #define COPYRIGHT_MESSAGE "Copyright © 1996-2014 the VideoLAN team"
  13887. #define COPYRIGHT_YEARS "1996-2014"
  13888. #define CONFIGURE_LINE "./configure "
  13889. #define PACKAGE_VERSION_MAJOR 3
  13890. #define PACKAGE_VERSION_MINOR 0
  13891. #define PACKAGE_VERSION_REVISION 0
  13892. #define PACKAGE_VERSION_EXTRA 0
  13893. #define PACKAGE_VERSION_DEV "git"
  13894. #define VLC_COMPILE_BY "a141982112"
  13895. #define VLC_COMPILE_HOST "linux-6jho.site"
  13896. #define VLC_COMPILER "gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux)"
  13897.  
  13898. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement