Advertisement
cjg

Untitled

cjg
Apr 7th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 330.63 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by GStreamer Bad Plug-ins configure 1.3.0.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix /opt/gnome2 --libdir /opt/gnome2/lib --disable-fatal-warnings --disable-static --enable-debug
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = lfs
  14. uname -m = i686
  15. uname -r = 3.13.3
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon Mar 17 21:44:39 NZDT 2014
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  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: /opt/gnome2/bin
  31. PATH: /usr/local/bin
  32. PATH: /bin
  33. PATH: /usr/bin
  34. PATH: /opt/texlive/2013/bin/i386-linux
  35. PATH: /usr/bin/
  36. PATH: /opt/gnome/bin
  37. PATH: /opt/kde/bin
  38. PATH: /opt/jdk/bin
  39. PATH: /opt/qt4/bin
  40. PATH: /opt/qt5/bin
  41. PATH: /opt/ant/bin
  42. PATH: /home/cjg/.local/bin
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:4512: checking build system type
  50. configure:4526: result: i686-pc-linux-gnu
  51. configure:4546: checking host system type
  52. configure:4559: result: i686-pc-linux-gnu
  53. configure:4579: checking target system type
  54. configure:4592: result: i686-pc-linux-gnu
  55. configure:4638: checking for a BSD-compatible install
  56. configure:4706: result: /home/cjg/.local/bin/install-check
  57. configure:4717: checking whether build environment is sane
  58. configure:4772: result: yes
  59. configure:4923: checking for a thread-safe mkdir -p
  60. configure:4962: result: /bin/mkdir -p
  61. configure:4969: checking for gawk
  62. configure:4985: found /usr/bin/gawk
  63. configure:4996: result: gawk
  64. configure:5007: checking whether make sets $(MAKE)
  65. configure:5029: result: yes
  66. configure:5058: checking whether make supports nested variables
  67. configure:5075: result: yes
  68. configure:5164: checking whether UID '1000' is supported by ustar format
  69. configure:5167: result: yes
  70. configure:5174: checking whether GID '1000' is supported by ustar format
  71. configure:5177: result: yes
  72. configure:5185: checking how to create a ustar tar archive
  73. configure:5196: tar --version
  74. tar (GNU tar) 1.27.1
  75. Copyright (C) 2013 Free Software Foundation, Inc.
  76. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  77. This is free software: you are free to change and redistribute it.
  78. There is NO WARRANTY, to the extent permitted by law.
  79.  
  80. Written by John Gilmore and Jay Fenlason.
  81. configure:5199: $? = 0
  82. configure:5239: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  83. configure:5242: $? = 0
  84. configure:5246: tar -xf - <conftest.tar
  85. configure:5249: $? = 0
  86. configure:5251: cat conftest.dir/file
  87. GrepMe
  88. configure:5254: $? = 0
  89. configure:5267: result: gnutar
  90. configure:5328: checking nano version
  91. configure:5340: result: 1
  92. configure:5360: checking whether to enable maintainer-specific portions of Makefiles
  93. configure:5369: result: yes
  94. configure:5396: checking whether make supports nested variables
  95. configure:5413: result: yes
  96. configure:5487: checking how to print strings
  97. configure:5514: result: printf
  98. configure:5547: checking for style of include used by make
  99. configure:5575: result: GNU
  100. configure:5646: checking for gcc
  101. configure:5662: found /usr/bin/gcc
  102. configure:5673: result: gcc
  103. configure:5902: checking for C compiler version
  104. configure:5911: gcc --version >&5
  105. gcc (GCC) 4.8.2
  106. Copyright (C) 2013 Free Software Foundation, Inc.
  107. This is free software; see the source for copying conditions. There is NO
  108. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  109.  
  110. configure:5922: $? = 0
  111. configure:5911: gcc -v >&5
  112. Using built-in specs.
  113. COLLECT_GCC=gcc
  114. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.8.2/lto-wrapper
  115. Target: i686-pc-linux-gnu
  116. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-system-zlib --enable-lto --enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++
  117. Thread model: posix
  118. gcc version 4.8.2 (GCC)
  119. configure:5922: $? = 0
  120. configure:5911: gcc -V >&5
  121. gcc: error: unrecognized command line option '-V'
  122. gcc: fatal error: no input files
  123. compilation terminated.
  124. configure:5922: $? = 1
  125. configure:5911: gcc -qversion >&5
  126. gcc: error: unrecognized command line option '-qversion'
  127. gcc: fatal error: no input files
  128. compilation terminated.
  129. configure:5922: $? = 1
  130. configure:5942: checking whether the C compiler works
  131. configure:5964: gcc -L/opt/gnome2/lib conftest.c >&5
  132. configure:5968: $? = 0
  133. configure:6016: result: yes
  134. configure:6019: checking for C compiler default output file name
  135. configure:6021: result: a.out
  136. configure:6027: checking for suffix of executables
  137. configure:6034: gcc -o conftest -L/opt/gnome2/lib conftest.c >&5
  138. configure:6038: $? = 0
  139. configure:6060: result:
  140. configure:6082: checking whether we are cross compiling
  141. configure:6090: gcc -o conftest -L/opt/gnome2/lib conftest.c >&5
  142. configure:6094: $? = 0
  143. configure:6101: ./conftest
  144. configure:6105: $? = 0
  145. configure:6120: result: no
  146. configure:6125: checking for suffix of object files
  147. configure:6147: gcc -c conftest.c >&5
  148. configure:6151: $? = 0
  149. configure:6172: result: o
  150. configure:6176: checking whether we are using the GNU C compiler
  151. configure:6195: gcc -c conftest.c >&5
  152. configure:6195: $? = 0
  153. configure:6204: result: yes
  154. configure:6213: checking whether gcc accepts -g
  155. configure:6233: gcc -c -g conftest.c >&5
  156. configure:6233: $? = 0
  157. configure:6274: result: yes
  158. configure:6291: checking for gcc option to accept ISO C89
  159. configure:6354: gcc -c -g -O2 conftest.c >&5
  160. configure:6354: $? = 0
  161. configure:6367: result: none needed
  162. configure:6392: checking whether gcc understands -c and -o together
  163. configure:6414: gcc -c conftest.c -o conftest2.o
  164. configure:6417: $? = 0
  165. configure:6414: gcc -c conftest.c -o conftest2.o
  166. configure:6417: $? = 0
  167. configure:6429: result: yes
  168. configure:6448: checking dependency style of gcc
  169. configure:6559: result: gcc3
  170. configure:6574: checking for a sed that does not truncate output
  171. configure:6638: result: /bin/sed
  172. configure:6656: checking for grep that handles long lines and -e
  173. configure:6714: result: /bin/grep
  174. configure:6719: checking for egrep
  175. configure:6781: result: /bin/grep -E
  176. configure:6786: checking for fgrep
  177. configure:6848: result: /bin/grep -F
  178. configure:6883: checking for ld used by gcc
  179. configure:6950: result: /usr/bin/ld
  180. configure:6957: checking if the linker (/usr/bin/ld) is GNU ld
  181. configure:6972: result: yes
  182. configure:6984: checking for BSD- or MS-compatible name lister (nm)
  183. configure:7033: result: /usr/bin/nm -B
  184. configure:7163: checking the name lister (/usr/bin/nm -B) interface
  185. configure:7170: gcc -c -g -O2 conftest.c >&5
  186. configure:7173: /usr/bin/nm -B "conftest.o"
  187. configure:7176: output
  188. 00000000 B some_variable
  189. configure:7183: result: BSD nm
  190. configure:7186: checking whether ln -s works
  191. configure:7190: result: yes
  192. configure:7198: checking the maximum length of command line arguments
  193. configure:7328: result: 1572864
  194. configure:7345: checking whether the shell understands some XSI constructs
  195. configure:7355: result: yes
  196. configure:7359: checking whether the shell understands "+="
  197. configure:7365: result: yes
  198. configure:7400: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  199. configure:7440: result: func_convert_file_noop
  200. configure:7447: checking how to convert i686-pc-linux-gnu file names to toolchain format
  201. configure:7467: result: func_convert_file_noop
  202. configure:7474: checking for /usr/bin/ld option to reload object files
  203. configure:7481: result: -r
  204. configure:7555: checking for objdump
  205. configure:7571: found /usr/bin/objdump
  206. configure:7582: result: objdump
  207. configure:7611: checking how to recognize dependent libraries
  208. configure:7813: result: pass_all
  209. configure:7898: checking for dlltool
  210. configure:7928: result: no
  211. configure:7955: checking how to associate runtime and link libraries
  212. configure:7982: result: printf %s\n
  213. configure:8043: checking for ar
  214. configure:8059: found /usr/bin/ar
  215. configure:8070: result: ar
  216. configure:8107: checking for archiver @FILE support
  217. configure:8124: gcc -c -g -O2 conftest.c >&5
  218. configure:8124: $? = 0
  219. configure:8127: ar cru libconftest.a @conftest.lst >&5
  220. configure:8130: $? = 0
  221. configure:8135: ar cru libconftest.a @conftest.lst >&5
  222. ar: conftest.o: No such file or directory
  223. configure:8138: $? = 1
  224. configure:8150: result: @
  225. configure:8208: checking for strip
  226. configure:8224: found /bin/strip
  227. configure:8235: result: strip
  228. configure:8307: checking for ranlib
  229. configure:8323: found /usr/bin/ranlib
  230. configure:8334: result: ranlib
  231. configure:8436: checking command to parse /usr/bin/nm -B output from gcc object
  232. configure:8556: gcc -c -g -O2 conftest.c >&5
  233. configure:8559: $? = 0
  234. configure:8563: /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
  235. configure:8566: $? = 0
  236. configure:8632: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c conftstm.o >&5
  237. configure:8635: $? = 0
  238. configure:8673: result: ok
  239. configure:8710: checking for sysroot
  240. configure:8740: result: no
  241. configure:8996: checking for mt
  242. configure:9012: found /bin/mt
  243. configure:9023: result: mt
  244. configure:9046: checking if mt is a manifest tool
  245. configure:9052: mt '-?'
  246. configure:9060: result: no
  247. configure:9702: checking how to run the C preprocessor
  248. configure:9733: gcc -E conftest.c
  249. configure:9733: $? = 0
  250. configure:9747: gcc -E conftest.c
  251. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  252. #include <ac_nonexistent.h>
  253. ^
  254. compilation terminated.
  255. configure:9747: $? = 1
  256. configure: failed program was:
  257. | /* confdefs.h */
  258. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  259. | #define PACKAGE_TARNAME "gst-plugins-bad"
  260. | #define PACKAGE_VERSION "1.3.0.1"
  261. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  262. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  263. | #define PACKAGE_URL ""
  264. | #define PACKAGE "gst-plugins-bad"
  265. | #define VERSION "1.3.0.1"
  266. | #define GST_API_VERSION "1.0"
  267. | /* end confdefs.h. */
  268. | #include <ac_nonexistent.h>
  269. configure:9772: result: gcc -E
  270. configure:9792: gcc -E conftest.c
  271. configure:9792: $? = 0
  272. configure:9806: gcc -E conftest.c
  273. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  274. #include <ac_nonexistent.h>
  275. ^
  276. compilation terminated.
  277. configure:9806: $? = 1
  278. configure: failed program was:
  279. | /* confdefs.h */
  280. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  281. | #define PACKAGE_TARNAME "gst-plugins-bad"
  282. | #define PACKAGE_VERSION "1.3.0.1"
  283. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  284. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  285. | #define PACKAGE_URL ""
  286. | #define PACKAGE "gst-plugins-bad"
  287. | #define VERSION "1.3.0.1"
  288. | #define GST_API_VERSION "1.0"
  289. | /* end confdefs.h. */
  290. | #include <ac_nonexistent.h>
  291. configure:9835: checking for ANSI C header files
  292. configure:9855: gcc -c -g -O2 conftest.c >&5
  293. configure:9855: $? = 0
  294. configure:9928: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  295. configure:9928: $? = 0
  296. configure:9928: ./conftest
  297. configure:9928: $? = 0
  298. configure:9939: result: yes
  299. configure:9952: checking for sys/types.h
  300. configure:9952: gcc -c -g -O2 conftest.c >&5
  301. configure:9952: $? = 0
  302. configure:9952: result: yes
  303. configure:9952: checking for sys/stat.h
  304. configure:9952: gcc -c -g -O2 conftest.c >&5
  305. configure:9952: $? = 0
  306. configure:9952: result: yes
  307. configure:9952: checking for stdlib.h
  308. configure:9952: gcc -c -g -O2 conftest.c >&5
  309. configure:9952: $? = 0
  310. configure:9952: result: yes
  311. configure:9952: checking for string.h
  312. configure:9952: gcc -c -g -O2 conftest.c >&5
  313. configure:9952: $? = 0
  314. configure:9952: result: yes
  315. configure:9952: checking for memory.h
  316. configure:9952: gcc -c -g -O2 conftest.c >&5
  317. configure:9952: $? = 0
  318. configure:9952: result: yes
  319. configure:9952: checking for strings.h
  320. configure:9952: gcc -c -g -O2 conftest.c >&5
  321. configure:9952: $? = 0
  322. configure:9952: result: yes
  323. configure:9952: checking for inttypes.h
  324. configure:9952: gcc -c -g -O2 conftest.c >&5
  325. configure:9952: $? = 0
  326. configure:9952: result: yes
  327. configure:9952: checking for stdint.h
  328. configure:9952: gcc -c -g -O2 conftest.c >&5
  329. configure:9952: $? = 0
  330. configure:9952: result: yes
  331. configure:9952: checking for unistd.h
  332. configure:9952: gcc -c -g -O2 conftest.c >&5
  333. configure:9952: $? = 0
  334. configure:9952: result: yes
  335. configure:9966: checking for dlfcn.h
  336. configure:9966: gcc -c -g -O2 conftest.c >&5
  337. configure:9966: $? = 0
  338. configure:9966: result: yes
  339. configure:10486: checking for objdir
  340. configure:10501: result: .libs
  341. configure:10772: checking if gcc supports -fno-rtti -fno-exceptions
  342. configure:10790: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  343. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  344. configure:10794: $? = 0
  345. configure:10807: result: no
  346. configure:11134: checking for gcc option to produce PIC
  347. configure:11141: result: -fPIC -DPIC
  348. configure:11149: checking if gcc PIC flag -fPIC -DPIC works
  349. configure:11167: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  350. configure:11171: $? = 0
  351. configure:11184: result: yes
  352. configure:11213: checking if gcc static flag -static works
  353. configure:11241: result: yes
  354. configure:11256: checking if gcc supports -c -o file.o
  355. configure:11277: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  356. configure:11281: $? = 0
  357. configure:11303: result: yes
  358. configure:11311: checking if gcc supports -c -o file.o
  359. configure:11358: result: yes
  360. configure:11391: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  361. configure:12544: result: yes
  362. configure:12581: checking whether -lc should be explicitly linked in
  363. configure:12589: gcc -c -g -O2 conftest.c >&5
  364. configure:12592: $? = 0
  365. configure:12607: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  366. configure:12610: $? = 0
  367. configure:12624: result: no
  368. configure:12784: checking dynamic linker characteristics
  369. configure:13295: gcc -o conftest -g -O2 -L/opt/gnome2/lib -Wl,-rpath -Wl,/foo conftest.c >&5
  370. configure:13295: $? = 0
  371. configure:13517: result: GNU/Linux ld.so
  372. configure:13624: checking how to hardcode library paths into programs
  373. configure:13649: result: immediate
  374. configure:13743: checking for shl_load
  375. configure:13743: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  376. /tmp/ccnmOzRn.o: In function `main':
  377. /opt/gnome2/checkout/gst-plugins-bad/conftest.c:58: undefined reference to `shl_load'
  378. collect2: error: ld returned 1 exit status
  379. configure:13743: $? = 1
  380. configure: failed program was:
  381. | /* confdefs.h */
  382. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  383. | #define PACKAGE_TARNAME "gst-plugins-bad"
  384. | #define PACKAGE_VERSION "1.3.0.1"
  385. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  386. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  387. | #define PACKAGE_URL ""
  388. | #define PACKAGE "gst-plugins-bad"
  389. | #define VERSION "1.3.0.1"
  390. | #define GST_API_VERSION "1.0"
  391. | #define STDC_HEADERS 1
  392. | #define HAVE_SYS_TYPES_H 1
  393. | #define HAVE_SYS_STAT_H 1
  394. | #define HAVE_STDLIB_H 1
  395. | #define HAVE_STRING_H 1
  396. | #define HAVE_MEMORY_H 1
  397. | #define HAVE_STRINGS_H 1
  398. | #define HAVE_INTTYPES_H 1
  399. | #define HAVE_STDINT_H 1
  400. | #define HAVE_UNISTD_H 1
  401. | #define HAVE_DLFCN_H 1
  402. | #define LT_OBJDIR ".libs/"
  403. | /* end confdefs.h. */
  404. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  405. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  406. | #define shl_load innocuous_shl_load
  407. |
  408. | /* System header to define __stub macros and hopefully few prototypes,
  409. | which can conflict with char shl_load (); below.
  410. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  411. | <limits.h> exists even on freestanding compilers. */
  412. |
  413. | #ifdef __STDC__
  414. | # include <limits.h>
  415. | #else
  416. | # include <assert.h>
  417. | #endif
  418. |
  419. | #undef shl_load
  420. |
  421. | /* Override any GCC internal prototype to avoid an error.
  422. | Use char because int might match the return type of a GCC
  423. | builtin and then its argument prototype would still apply. */
  424. | #ifdef __cplusplus
  425. | extern "C"
  426. | #endif
  427. | char shl_load ();
  428. | /* The GNU C library defines this for functions which it implements
  429. | to always fail with ENOSYS. Some functions are actually named
  430. | something starting with __ and the normal name is an alias. */
  431. | #if defined __stub_shl_load || defined __stub___shl_load
  432. | choke me
  433. | #endif
  434. |
  435. | int
  436. | main ()
  437. | {
  438. | return shl_load ();
  439. | ;
  440. | return 0;
  441. | }
  442. configure:13743: result: no
  443. configure:13747: checking for shl_load in -ldld
  444. configure:13772: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ldld >&5
  445. /usr/bin/ld: cannot find -ldld
  446. collect2: error: ld returned 1 exit status
  447. configure:13772: $? = 1
  448. configure: failed program was:
  449. | /* confdefs.h */
  450. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  451. | #define PACKAGE_TARNAME "gst-plugins-bad"
  452. | #define PACKAGE_VERSION "1.3.0.1"
  453. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  454. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  455. | #define PACKAGE_URL ""
  456. | #define PACKAGE "gst-plugins-bad"
  457. | #define VERSION "1.3.0.1"
  458. | #define GST_API_VERSION "1.0"
  459. | #define STDC_HEADERS 1
  460. | #define HAVE_SYS_TYPES_H 1
  461. | #define HAVE_SYS_STAT_H 1
  462. | #define HAVE_STDLIB_H 1
  463. | #define HAVE_STRING_H 1
  464. | #define HAVE_MEMORY_H 1
  465. | #define HAVE_STRINGS_H 1
  466. | #define HAVE_INTTYPES_H 1
  467. | #define HAVE_STDINT_H 1
  468. | #define HAVE_UNISTD_H 1
  469. | #define HAVE_DLFCN_H 1
  470. | #define LT_OBJDIR ".libs/"
  471. | /* end confdefs.h. */
  472. |
  473. | /* Override any GCC internal prototype to avoid an error.
  474. | Use char because int might match the return type of a GCC
  475. | builtin and then its argument prototype would still apply. */
  476. | #ifdef __cplusplus
  477. | extern "C"
  478. | #endif
  479. | char shl_load ();
  480. | int
  481. | main ()
  482. | {
  483. | return shl_load ();
  484. | ;
  485. | return 0;
  486. | }
  487. configure:13781: result: no
  488. configure:13786: checking for dlopen
  489. configure:13786: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  490. /tmp/cc991C5x.o: In function `main':
  491. /opt/gnome2/checkout/gst-plugins-bad/conftest.c:58: undefined reference to `dlopen'
  492. collect2: error: ld returned 1 exit status
  493. configure:13786: $? = 1
  494. configure: failed program was:
  495. | /* confdefs.h */
  496. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  497. | #define PACKAGE_TARNAME "gst-plugins-bad"
  498. | #define PACKAGE_VERSION "1.3.0.1"
  499. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  500. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  501. | #define PACKAGE_URL ""
  502. | #define PACKAGE "gst-plugins-bad"
  503. | #define VERSION "1.3.0.1"
  504. | #define GST_API_VERSION "1.0"
  505. | #define STDC_HEADERS 1
  506. | #define HAVE_SYS_TYPES_H 1
  507. | #define HAVE_SYS_STAT_H 1
  508. | #define HAVE_STDLIB_H 1
  509. | #define HAVE_STRING_H 1
  510. | #define HAVE_MEMORY_H 1
  511. | #define HAVE_STRINGS_H 1
  512. | #define HAVE_INTTYPES_H 1
  513. | #define HAVE_STDINT_H 1
  514. | #define HAVE_UNISTD_H 1
  515. | #define HAVE_DLFCN_H 1
  516. | #define LT_OBJDIR ".libs/"
  517. | /* end confdefs.h. */
  518. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  519. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  520. | #define dlopen innocuous_dlopen
  521. |
  522. | /* System header to define __stub macros and hopefully few prototypes,
  523. | which can conflict with char dlopen (); below.
  524. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  525. | <limits.h> exists even on freestanding compilers. */
  526. |
  527. | #ifdef __STDC__
  528. | # include <limits.h>
  529. | #else
  530. | # include <assert.h>
  531. | #endif
  532. |
  533. | #undef dlopen
  534. |
  535. | /* Override any GCC internal prototype to avoid an error.
  536. | Use char because int might match the return type of a GCC
  537. | builtin and then its argument prototype would still apply. */
  538. | #ifdef __cplusplus
  539. | extern "C"
  540. | #endif
  541. | char dlopen ();
  542. | /* The GNU C library defines this for functions which it implements
  543. | to always fail with ENOSYS. Some functions are actually named
  544. | something starting with __ and the normal name is an alias. */
  545. | #if defined __stub_dlopen || defined __stub___dlopen
  546. | choke me
  547. | #endif
  548. |
  549. | int
  550. | main ()
  551. | {
  552. | return dlopen ();
  553. | ;
  554. | return 0;
  555. | }
  556. configure:13786: result: no
  557. configure:13790: checking for dlopen in -ldl
  558. configure:13815: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ldl >&5
  559. configure:13815: $? = 0
  560. configure:13824: result: yes
  561. configure:13943: checking whether a program can dlopen itself
  562. configure:14023: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -L/opt/gnome2/lib -Wl,--export-dynamic conftest.c -ldl >&5
  563. configure:14026: $? = 0
  564. configure:14044: result: yes
  565. configure:14049: checking whether a statically linked program can dlopen itself
  566. configure:14129: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -L/opt/gnome2/lib -Wl,--export-dynamic -static conftest.c -ldl >&5
  567. /tmp/ccu2NBdH.o: In function `main':
  568. /opt/gnome2/checkout/gst-plugins-bad/configure:14108: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  569. /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/i686-pc-linux-gnu/4.8.2/../../../libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
  570. collect2: error: ld returned 1 exit status
  571. configure:14132: $? = 1
  572. configure:14150: result: no
  573. configure:14189: checking whether stripping libraries is possible
  574. configure:14194: result: yes
  575. configure:14229: checking if libtool supports shared libraries
  576. configure:14231: result: yes
  577. configure:14234: checking whether to build shared libraries
  578. configure:14255: result: yes
  579. configure:14258: checking whether to build static libraries
  580. configure:14262: result: no
  581. configure:14375: checking whether NLS is requested
  582. configure:14384: result: yes
  583. configure:14425: checking for msgfmt
  584. configure: trying /usr/bin/msgfmt...
  585. 0 translated messages.
  586. configure:14457: result: /usr/bin/msgfmt
  587. configure:14466: checking for gmsgfmt
  588. configure:14497: result: /usr/bin/msgfmt
  589. configure:14548: checking for xgettext
  590. configure: trying /usr/bin/xgettext...
  591. /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
  592. configure:14580: result: /usr/bin/xgettext
  593. configure:14626: checking for msgmerge
  594. configure: trying /usr/bin/msgmerge...
  595. configure:14657: result: /usr/bin/msgmerge
  596. configure:14714: checking for ld used by GCC
  597. configure:14778: result: /usr/bin/ld
  598. configure:14785: checking if the linker (/usr/bin/ld) is GNU ld
  599. configure:14798: result: yes
  600. configure:14805: checking for shared library run path origin
  601. configure:14818: result: done
  602. configure:15319: checking for CFPreferencesCopyAppValue
  603. configure:15337: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  604. conftest.c:24:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  605. #include <CoreFoundation/CFPreferences.h>
  606. ^
  607. compilation terminated.
  608. configure:15337: $? = 1
  609. configure: failed program was:
  610. | /* confdefs.h */
  611. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  612. | #define PACKAGE_TARNAME "gst-plugins-bad"
  613. | #define PACKAGE_VERSION "1.3.0.1"
  614. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  615. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  616. | #define PACKAGE_URL ""
  617. | #define PACKAGE "gst-plugins-bad"
  618. | #define VERSION "1.3.0.1"
  619. | #define GST_API_VERSION "1.0"
  620. | #define STDC_HEADERS 1
  621. | #define HAVE_SYS_TYPES_H 1
  622. | #define HAVE_SYS_STAT_H 1
  623. | #define HAVE_STDLIB_H 1
  624. | #define HAVE_STRING_H 1
  625. | #define HAVE_MEMORY_H 1
  626. | #define HAVE_STRINGS_H 1
  627. | #define HAVE_INTTYPES_H 1
  628. | #define HAVE_STDINT_H 1
  629. | #define HAVE_UNISTD_H 1
  630. | #define HAVE_DLFCN_H 1
  631. | #define LT_OBJDIR ".libs/"
  632. | /* end confdefs.h. */
  633. | #include <CoreFoundation/CFPreferences.h>
  634. | int
  635. | main ()
  636. | {
  637. | CFPreferencesCopyAppValue(NULL, NULL)
  638. | ;
  639. | return 0;
  640. | }
  641. configure:15346: result: no
  642. configure:15353: checking for CFLocaleCopyCurrent
  643. configure:15371: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  644. conftest.c:24:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  645. #include <CoreFoundation/CFLocale.h>
  646. ^
  647. compilation terminated.
  648. configure:15371: $? = 1
  649. configure: failed program was:
  650. | /* confdefs.h */
  651. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  652. | #define PACKAGE_TARNAME "gst-plugins-bad"
  653. | #define PACKAGE_VERSION "1.3.0.1"
  654. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  655. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  656. | #define PACKAGE_URL ""
  657. | #define PACKAGE "gst-plugins-bad"
  658. | #define VERSION "1.3.0.1"
  659. | #define GST_API_VERSION "1.0"
  660. | #define STDC_HEADERS 1
  661. | #define HAVE_SYS_TYPES_H 1
  662. | #define HAVE_SYS_STAT_H 1
  663. | #define HAVE_STDLIB_H 1
  664. | #define HAVE_STRING_H 1
  665. | #define HAVE_MEMORY_H 1
  666. | #define HAVE_STRINGS_H 1
  667. | #define HAVE_INTTYPES_H 1
  668. | #define HAVE_STDINT_H 1
  669. | #define HAVE_UNISTD_H 1
  670. | #define HAVE_DLFCN_H 1
  671. | #define LT_OBJDIR ".libs/"
  672. | /* end confdefs.h. */
  673. | #include <CoreFoundation/CFLocale.h>
  674. | int
  675. | main ()
  676. | {
  677. | CFLocaleCopyCurrent();
  678. | ;
  679. | return 0;
  680. | }
  681. configure:15380: result: no
  682. configure:15429: checking for GNU gettext in libc
  683. configure:15449: gcc -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  684. configure:15449: $? = 0
  685. configure:15458: result: yes
  686. configure:16204: checking whether to use NLS
  687. configure:16206: result: yes
  688. configure:16209: checking where the gettext function comes from
  689. configure:16220: result: libc
  690. configure:16431: checking for pkg-config
  691. configure:16449: found /usr/bin/pkg-config
  692. configure:16461: result: /usr/bin/pkg-config
  693. configure:16486: checking pkg-config is at least version 0.9.0
  694. configure:16489: result: yes
  695. configure:16515: checking for VALGRIND
  696. configure:16523: $PKG_CONFIG --exists --print-errors "valgrind >= $VALGRIND_REQ"
  697. configure:16526: $? = 0
  698. configure:16541: $PKG_CONFIG --exists --print-errors "valgrind >= $VALGRIND_REQ"
  699. configure:16544: $? = 0
  700. configure:16580: result: yes
  701. configure:16589: Using extra code paths for valgrind
  702. configure:16785: Using GStreamer Bad Plug-ins git as package name
  703. configure:16809: Using Unknown package origin as package origin
  704. configure:16840: *** checking feature: building of plug-ins with external deps ***
  705. configure:16901: building external plug-ins
  706. configure:16944: *** checking feature: building of experimental plug-ins ***
  707. configure:17021: not building experimental plug-ins
  708. configure:17052: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig:/opt/gnome2/lib/pkgconfig:/opt/gnome2/share/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/lib/pkgconfig:/opt/kde/lib/pkgconfig:/opt/kde/share/pkgconfig:/opt/qt4/lib/pkgconfig:/opt/qt5/lib/pkgconfig
  709. configure:17268: checking whether byte ordering is bigendian
  710. configure:17283: gcc -c -g -O2 conftest.c >&5
  711. conftest.c:36:9: error: unknown type name 'not'
  712. not a universal capable compiler
  713. ^
  714. conftest.c:36:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  715. not a universal capable compiler
  716. ^
  717. conftest.c:36:15: error: unknown type name 'universal'
  718. configure:17283: $? = 1
  719. configure: failed program was:
  720. | /* confdefs.h */
  721. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  722. | #define PACKAGE_TARNAME "gst-plugins-bad"
  723. | #define PACKAGE_VERSION "1.3.0.1"
  724. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  725. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  726. | #define PACKAGE_URL ""
  727. | #define PACKAGE "gst-plugins-bad"
  728. | #define VERSION "1.3.0.1"
  729. | #define GST_API_VERSION "1.0"
  730. | #define STDC_HEADERS 1
  731. | #define HAVE_SYS_TYPES_H 1
  732. | #define HAVE_SYS_STAT_H 1
  733. | #define HAVE_STDLIB_H 1
  734. | #define HAVE_STRING_H 1
  735. | #define HAVE_MEMORY_H 1
  736. | #define HAVE_STRINGS_H 1
  737. | #define HAVE_INTTYPES_H 1
  738. | #define HAVE_STDINT_H 1
  739. | #define HAVE_UNISTD_H 1
  740. | #define HAVE_DLFCN_H 1
  741. | #define LT_OBJDIR ".libs/"
  742. | #define ENABLE_NLS 1
  743. | #define HAVE_GETTEXT 1
  744. | #define HAVE_DCGETTEXT 1
  745. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  746. | #define LOCALEDIR "/opt/gnome2/share/locale"
  747. | #define HAVE_VALGRIND 1
  748. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  749. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  750. | #define HAVE_EXTERNAL /**/
  751. | #define HAVE_CPU_I386 1
  752. | #define HAVE_RDTSC 1
  753. | /* end confdefs.h. */
  754. | #ifndef __APPLE_CC__
  755. | not a universal capable compiler
  756. | #endif
  757. | typedef int dummy;
  758. |
  759. configure:17328: gcc -c -g -O2 conftest.c >&5
  760. configure:17328: $? = 0
  761. configure:17346: gcc -c -g -O2 conftest.c >&5
  762. conftest.c: In function 'main':
  763. conftest.c:42:4: error: unknown type name 'not'
  764. not big endian
  765. ^
  766. conftest.c:42:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  767. not big endian
  768. ^
  769. configure:17346: $? = 1
  770. configure: failed program was:
  771. | /* confdefs.h */
  772. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  773. | #define PACKAGE_TARNAME "gst-plugins-bad"
  774. | #define PACKAGE_VERSION "1.3.0.1"
  775. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  776. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  777. | #define PACKAGE_URL ""
  778. | #define PACKAGE "gst-plugins-bad"
  779. | #define VERSION "1.3.0.1"
  780. | #define GST_API_VERSION "1.0"
  781. | #define STDC_HEADERS 1
  782. | #define HAVE_SYS_TYPES_H 1
  783. | #define HAVE_SYS_STAT_H 1
  784. | #define HAVE_STDLIB_H 1
  785. | #define HAVE_STRING_H 1
  786. | #define HAVE_MEMORY_H 1
  787. | #define HAVE_STRINGS_H 1
  788. | #define HAVE_INTTYPES_H 1
  789. | #define HAVE_STDINT_H 1
  790. | #define HAVE_UNISTD_H 1
  791. | #define HAVE_DLFCN_H 1
  792. | #define LT_OBJDIR ".libs/"
  793. | #define ENABLE_NLS 1
  794. | #define HAVE_GETTEXT 1
  795. | #define HAVE_DCGETTEXT 1
  796. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  797. | #define LOCALEDIR "/opt/gnome2/share/locale"
  798. | #define HAVE_VALGRIND 1
  799. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  800. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  801. | #define HAVE_EXTERNAL /**/
  802. | #define HAVE_CPU_I386 1
  803. | #define HAVE_RDTSC 1
  804. | /* end confdefs.h. */
  805. | #include <sys/types.h>
  806. | #include <sys/param.h>
  807. |
  808. | int
  809. | main ()
  810. | {
  811. | #if BYTE_ORDER != BIG_ENDIAN
  812. | not big endian
  813. | #endif
  814. |
  815. | ;
  816. | return 0;
  817. | }
  818. configure:17474: result: no
  819. configure:17618: checking whether byte ordering is bigendian
  820. configure:17824: result: no
  821. configure:17892: checking for gcc
  822. configure:17919: result: gcc
  823. configure:18148: checking for C compiler version
  824. configure:18157: gcc --version >&5
  825. gcc (GCC) 4.8.2
  826. Copyright (C) 2013 Free Software Foundation, Inc.
  827. This is free software; see the source for copying conditions. There is NO
  828. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  829.  
  830. configure:18168: $? = 0
  831. configure:18157: gcc -v >&5
  832. Using built-in specs.
  833. COLLECT_GCC=gcc
  834. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.8.2/lto-wrapper
  835. Target: i686-pc-linux-gnu
  836. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-system-zlib --enable-lto --enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++
  837. Thread model: posix
  838. gcc version 4.8.2 (GCC)
  839. configure:18168: $? = 0
  840. configure:18157: gcc -V >&5
  841. gcc: error: unrecognized command line option '-V'
  842. gcc: fatal error: no input files
  843. compilation terminated.
  844. configure:18168: $? = 1
  845. configure:18157: gcc -qversion >&5
  846. gcc: error: unrecognized command line option '-qversion'
  847. gcc: fatal error: no input files
  848. compilation terminated.
  849. configure:18168: $? = 1
  850. configure:18172: checking whether we are using the GNU C compiler
  851. configure:18200: result: yes
  852. configure:18209: checking whether gcc accepts -g
  853. configure:18270: result: yes
  854. configure:18287: checking for gcc option to accept ISO C89
  855. configure:18363: result: none needed
  856. configure:18388: checking whether gcc understands -c and -o together
  857. configure:18425: result: yes
  858. configure:18444: checking dependency style of gcc
  859. configure:18555: result: gcc3
  860. configure:18574: checking for gcc option to accept ISO C99
  861. configure:18723: gcc -c -g -O2 conftest.c >&5
  862. conftest.c:87:29: error: expected ';', ',' or ')' before 'text'
  863. test_restrict (ccp restrict text)
  864. ^
  865. conftest.c: In function 'main':
  866. conftest.c:141:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  867. char *restrict newvar = "Another string";
  868. ^
  869. conftest.c:141:18: error: 'newvar' undeclared (first use in this function)
  870. conftest.c:141:18: note: each undeclared identifier is reported only once for each function it appears in
  871. conftest.c:151:3: error: 'for' loop initial declarations are only allowed in C99 mode
  872. for (int i = 0; i < ia->datasize; ++i)
  873. ^
  874. conftest.c:151:3: note: use option -std=c99 or -std=gnu99 to compile your code
  875. configure:18723: $? = 1
  876. configure: failed program was:
  877. | /* confdefs.h */
  878. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  879. | #define PACKAGE_TARNAME "gst-plugins-bad"
  880. | #define PACKAGE_VERSION "1.3.0.1"
  881. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  882. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  883. | #define PACKAGE_URL ""
  884. | #define PACKAGE "gst-plugins-bad"
  885. | #define VERSION "1.3.0.1"
  886. | #define GST_API_VERSION "1.0"
  887. | #define STDC_HEADERS 1
  888. | #define HAVE_SYS_TYPES_H 1
  889. | #define HAVE_SYS_STAT_H 1
  890. | #define HAVE_STDLIB_H 1
  891. | #define HAVE_STRING_H 1
  892. | #define HAVE_MEMORY_H 1
  893. | #define HAVE_STRINGS_H 1
  894. | #define HAVE_INTTYPES_H 1
  895. | #define HAVE_STDINT_H 1
  896. | #define HAVE_UNISTD_H 1
  897. | #define HAVE_DLFCN_H 1
  898. | #define LT_OBJDIR ".libs/"
  899. | #define ENABLE_NLS 1
  900. | #define HAVE_GETTEXT 1
  901. | #define HAVE_DCGETTEXT 1
  902. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  903. | #define LOCALEDIR "/opt/gnome2/share/locale"
  904. | #define HAVE_VALGRIND 1
  905. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  906. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  907. | #define HAVE_EXTERNAL /**/
  908. | #define HAVE_CPU_I386 1
  909. | #define HAVE_RDTSC 1
  910. | #define HOST_CPU "i686"
  911. | #define TARGET_CPU "i686"
  912. | /* end confdefs.h. */
  913. | #include <stdarg.h>
  914. | #include <stdbool.h>
  915. | #include <stdlib.h>
  916. | #include <wchar.h>
  917. | #include <stdio.h>
  918. |
  919. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  920. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  921. | #define showlist(...) puts (#__VA_ARGS__)
  922. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  923. | static void
  924. | test_varargs_macros (void)
  925. | {
  926. | int x = 1234;
  927. | int y = 5678;
  928. | debug ("Flag");
  929. | debug ("X = %d\n", x);
  930. | showlist (The first, second, and third items.);
  931. | report (x>y, "x is %d but y is %d", x, y);
  932. | }
  933. |
  934. | // Check long long types.
  935. | #define BIG64 18446744073709551615ull
  936. | #define BIG32 4294967295ul
  937. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  938. | #if !BIG_OK
  939. | your preprocessor is broken;
  940. | #endif
  941. | #if BIG_OK
  942. | #else
  943. | your preprocessor is broken;
  944. | #endif
  945. | static long long int bignum = -9223372036854775807LL;
  946. | static unsigned long long int ubignum = BIG64;
  947. |
  948. | struct incomplete_array
  949. | {
  950. | int datasize;
  951. | double data[];
  952. | };
  953. |
  954. | struct named_init {
  955. | int number;
  956. | const wchar_t *name;
  957. | double average;
  958. | };
  959. |
  960. | typedef const char *ccp;
  961. |
  962. | static inline int
  963. | test_restrict (ccp restrict text)
  964. | {
  965. | // See if C++-style comments work.
  966. | // Iterate through items via the restricted pointer.
  967. | // Also check for declarations in for loops.
  968. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  969. | continue;
  970. | return 0;
  971. | }
  972. |
  973. | // Check varargs and va_copy.
  974. | static void
  975. | test_varargs (const char *format, ...)
  976. | {
  977. | va_list args;
  978. | va_start (args, format);
  979. | va_list args_copy;
  980. | va_copy (args_copy, args);
  981. |
  982. | const char *str;
  983. | int number;
  984. | float fnumber;
  985. |
  986. | while (*format)
  987. | {
  988. | switch (*format++)
  989. | {
  990. | case 's': // string
  991. | str = va_arg (args_copy, const char *);
  992. | break;
  993. | case 'd': // int
  994. | number = va_arg (args_copy, int);
  995. | break;
  996. | case 'f': // float
  997. | fnumber = va_arg (args_copy, double);
  998. | break;
  999. | default:
  1000. | break;
  1001. | }
  1002. | }
  1003. | va_end (args_copy);
  1004. | va_end (args);
  1005. | }
  1006. |
  1007. | int
  1008. | main ()
  1009. | {
  1010. |
  1011. | // Check bool.
  1012. | _Bool success = false;
  1013. |
  1014. | // Check restrict.
  1015. | if (test_restrict ("String literal") == 0)
  1016. | success = true;
  1017. | char *restrict newvar = "Another string";
  1018. |
  1019. | // Check varargs.
  1020. | test_varargs ("s, d' f .", "string", 65, 34.234);
  1021. | test_varargs_macros ();
  1022. |
  1023. | // Check flexible array members.
  1024. | struct incomplete_array *ia =
  1025. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  1026. | ia->datasize = 10;
  1027. | for (int i = 0; i < ia->datasize; ++i)
  1028. | ia->data[i] = i * 1.234;
  1029. |
  1030. | // Check named initializers.
  1031. | struct named_init ni = {
  1032. | .number = 34,
  1033. | .name = L"Test wide string",
  1034. | .average = 543.34343,
  1035. | };
  1036. |
  1037. | ni.number = 58;
  1038. |
  1039. | int dynamic_array[ni.number];
  1040. | dynamic_array[ni.number - 1] = 543;
  1041. |
  1042. | // work around unused variable warnings
  1043. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  1044. | || dynamic_array[ni.number - 1] != 543);
  1045. |
  1046. | ;
  1047. | return 0;
  1048. | }
  1049. configure:18723: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1050. configure:18723: $? = 0
  1051. configure:18743: result: -std=gnu99
  1052. configure:18844: checking for gcc -std=gnu99 option to accept ISO Standard C
  1053. configure:18858: result: -std=gnu99
  1054. configure:18921: checking for g++
  1055. configure:18937: found /usr/bin/g++
  1056. configure:18948: result: g++
  1057. configure:18975: checking for C++ compiler version
  1058. configure:18984: g++ --version >&5
  1059. g++ (GCC) 4.8.2
  1060. Copyright (C) 2013 Free Software Foundation, Inc.
  1061. This is free software; see the source for copying conditions. There is NO
  1062. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1063.  
  1064. configure:18995: $? = 0
  1065. configure:18984: g++ -v >&5
  1066. Using built-in specs.
  1067. COLLECT_GCC=g++
  1068. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.8.2/lto-wrapper
  1069. Target: i686-pc-linux-gnu
  1070. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-system-zlib --enable-lto --enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++
  1071. Thread model: posix
  1072. gcc version 4.8.2 (GCC)
  1073. configure:18995: $? = 0
  1074. configure:18984: g++ -V >&5
  1075. g++: error: unrecognized command line option '-V'
  1076. g++: fatal error: no input files
  1077. compilation terminated.
  1078. configure:18995: $? = 1
  1079. configure:18984: g++ -qversion >&5
  1080. g++: error: unrecognized command line option '-qversion'
  1081. g++: fatal error: no input files
  1082. compilation terminated.
  1083. configure:18995: $? = 1
  1084. configure:18999: checking whether we are using the GNU C++ compiler
  1085. configure:19018: g++ -c conftest.cpp >&5
  1086. configure:19018: $? = 0
  1087. configure:19027: result: yes
  1088. configure:19036: checking whether g++ accepts -g
  1089. configure:19056: g++ -c -g conftest.cpp >&5
  1090. configure:19056: $? = 0
  1091. configure:19097: result: yes
  1092. configure:19122: checking dependency style of g++
  1093. configure:19233: result: gcc3
  1094. configure:19266: checking how to run the C++ preprocessor
  1095. configure:19293: g++ -E conftest.cpp
  1096. configure:19293: $? = 0
  1097. configure:19307: g++ -E conftest.cpp
  1098. conftest.cpp:37:28: fatal error: ac_nonexistent.h: No such file or directory
  1099. #include <ac_nonexistent.h>
  1100. ^
  1101. compilation terminated.
  1102. configure:19307: $? = 1
  1103. configure: failed program was:
  1104. | /* confdefs.h */
  1105. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1106. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1107. | #define PACKAGE_VERSION "1.3.0.1"
  1108. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1109. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1110. | #define PACKAGE_URL ""
  1111. | #define PACKAGE "gst-plugins-bad"
  1112. | #define VERSION "1.3.0.1"
  1113. | #define GST_API_VERSION "1.0"
  1114. | #define STDC_HEADERS 1
  1115. | #define HAVE_SYS_TYPES_H 1
  1116. | #define HAVE_SYS_STAT_H 1
  1117. | #define HAVE_STDLIB_H 1
  1118. | #define HAVE_STRING_H 1
  1119. | #define HAVE_MEMORY_H 1
  1120. | #define HAVE_STRINGS_H 1
  1121. | #define HAVE_INTTYPES_H 1
  1122. | #define HAVE_STDINT_H 1
  1123. | #define HAVE_UNISTD_H 1
  1124. | #define HAVE_DLFCN_H 1
  1125. | #define LT_OBJDIR ".libs/"
  1126. | #define ENABLE_NLS 1
  1127. | #define HAVE_GETTEXT 1
  1128. | #define HAVE_DCGETTEXT 1
  1129. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  1130. | #define LOCALEDIR "/opt/gnome2/share/locale"
  1131. | #define HAVE_VALGRIND 1
  1132. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  1133. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  1134. | #define HAVE_EXTERNAL /**/
  1135. | #define HAVE_CPU_I386 1
  1136. | #define HAVE_RDTSC 1
  1137. | #define HOST_CPU "i686"
  1138. | #define TARGET_CPU "i686"
  1139. | /* end confdefs.h. */
  1140. | #include <ac_nonexistent.h>
  1141. configure:19332: result: g++ -E
  1142. configure:19352: g++ -E conftest.cpp
  1143. configure:19352: $? = 0
  1144. configure:19366: g++ -E conftest.cpp
  1145. conftest.cpp:37:28: fatal error: ac_nonexistent.h: No such file or directory
  1146. #include <ac_nonexistent.h>
  1147. ^
  1148. compilation terminated.
  1149. configure:19366: $? = 1
  1150. configure: failed program was:
  1151. | /* confdefs.h */
  1152. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1153. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1154. | #define PACKAGE_VERSION "1.3.0.1"
  1155. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1156. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1157. | #define PACKAGE_URL ""
  1158. | #define PACKAGE "gst-plugins-bad"
  1159. | #define VERSION "1.3.0.1"
  1160. | #define GST_API_VERSION "1.0"
  1161. | #define STDC_HEADERS 1
  1162. | #define HAVE_SYS_TYPES_H 1
  1163. | #define HAVE_SYS_STAT_H 1
  1164. | #define HAVE_STDLIB_H 1
  1165. | #define HAVE_STRING_H 1
  1166. | #define HAVE_MEMORY_H 1
  1167. | #define HAVE_STRINGS_H 1
  1168. | #define HAVE_INTTYPES_H 1
  1169. | #define HAVE_STDINT_H 1
  1170. | #define HAVE_UNISTD_H 1
  1171. | #define HAVE_DLFCN_H 1
  1172. | #define LT_OBJDIR ".libs/"
  1173. | #define ENABLE_NLS 1
  1174. | #define HAVE_GETTEXT 1
  1175. | #define HAVE_DCGETTEXT 1
  1176. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  1177. | #define LOCALEDIR "/opt/gnome2/share/locale"
  1178. | #define HAVE_VALGRIND 1
  1179. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  1180. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  1181. | #define HAVE_EXTERNAL /**/
  1182. | #define HAVE_CPU_I386 1
  1183. | #define HAVE_RDTSC 1
  1184. | #define HOST_CPU "i686"
  1185. | #define TARGET_CPU "i686"
  1186. | /* end confdefs.h. */
  1187. | #include <ac_nonexistent.h>
  1188. configure:19535: checking for ld used by g++
  1189. configure:19602: result: /usr/bin/ld
  1190. configure:19609: checking if the linker (/usr/bin/ld) is GNU ld
  1191. configure:19624: result: yes
  1192. configure:19679: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  1193. configure:20684: result: yes
  1194. configure:20720: g++ -c conftest.cpp >&5
  1195. configure:20723: $? = 0
  1196. configure:21243: checking for g++ option to produce PIC
  1197. configure:21250: result: -fPIC -DPIC
  1198. configure:21258: checking if g++ PIC flag -fPIC -DPIC works
  1199. configure:21276: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
  1200. configure:21280: $? = 0
  1201. configure:21293: result: yes
  1202. configure:21316: checking if g++ static flag -static works
  1203. configure:21344: result: yes
  1204. configure:21356: checking if g++ supports -c -o file.o
  1205. configure:21377: g++ -c -o out/conftest2.o conftest.cpp >&5
  1206. configure:21381: $? = 0
  1207. configure:21403: result: yes
  1208. configure:21408: checking if g++ supports -c -o file.o
  1209. configure:21455: result: yes
  1210. configure:21485: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  1211. configure:21521: result: yes
  1212. configure:21662: checking dynamic linker characteristics
  1213. configure:22329: result: GNU/Linux ld.so
  1214. configure:22382: checking how to hardcode library paths into programs
  1215. configure:22407: result: immediate
  1216. configure:22449: checking for g++
  1217. configure:22465: found /usr/bin/g++
  1218. configure:22477: result: yes
  1219. configure:22540: checking for gcc
  1220. configure:22556: found /usr/bin/gcc
  1221. configure:22567: result: gcc
  1222. configure:22592: checking for Objective C compiler version
  1223. configure:22601: gcc --version >&5
  1224. gcc (GCC) 4.8.2
  1225. Copyright (C) 2013 Free Software Foundation, Inc.
  1226. This is free software; see the source for copying conditions. There is NO
  1227. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1228.  
  1229. configure:22612: $? = 0
  1230. configure:22601: gcc -v >&5
  1231. Using built-in specs.
  1232. COLLECT_GCC=gcc
  1233. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.8.2/lto-wrapper
  1234. Target: i686-pc-linux-gnu
  1235. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-system-zlib --enable-lto --enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++
  1236. Thread model: posix
  1237. gcc version 4.8.2 (GCC)
  1238. configure:22612: $? = 0
  1239. configure:22601: gcc -V >&5
  1240. gcc: error: unrecognized command line option '-V'
  1241. gcc: fatal error: no input files
  1242. compilation terminated.
  1243. configure:22612: $? = 1
  1244. configure:22601: gcc -qversion >&5
  1245. gcc: error: unrecognized command line option '-qversion'
  1246. gcc: fatal error: no input files
  1247. compilation terminated.
  1248. configure:22612: $? = 1
  1249. configure:22616: checking whether we are using the GNU Objective C compiler
  1250. configure:22635: gcc -c conftest.m >&5
  1251. configure:22635: $? = 0
  1252. configure:22644: result: yes
  1253. configure:22653: checking whether gcc accepts -g
  1254. configure:22673: gcc -c -g conftest.m >&5
  1255. configure:22673: $? = 0
  1256. configure:22714: result: yes
  1257. configure:22739: checking dependency style of gcc
  1258. configure:22848: result: gcc3
  1259. configure:22868: checking for working do while(0) macros
  1260. configure:22889: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1261. configure:22889: $? = 0
  1262. configure:22897: result: yes
  1263. configure:22908: checking for valgrind
  1264. configure:22926: found /usr/bin/valgrind
  1265. configure:22939: result: /usr/bin/valgrind
  1266. configure:22967: checking for gobject-introspection
  1267. configure:22998: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.31.1"
  1268. configure:23001: $? = 0
  1269. configure:23012: result: yes
  1270. configure:23055: checking for gtkdoc-check
  1271. configure:23073: found /opt/gnome2/bin/gtkdoc-check
  1272. configure:23085: result: /opt/gnome2/bin/gtkdoc-check
  1273. configure:23097: checking for gtkdoc-rebase
  1274. configure:23115: found /opt/gnome2/bin/gtkdoc-rebase
  1275. configure:23127: result: /opt/gnome2/bin/gtkdoc-rebase
  1276. configure:23141: checking for gtkdoc-mkpdf
  1277. configure:23159: found /opt/gnome2/bin/gtkdoc-mkpdf
  1278. configure:23171: result: /opt/gnome2/bin/gtkdoc-mkpdf
  1279. configure:23375: checking whether to build gtk-doc documentation
  1280. configure:23377: result: no
  1281. configure:23445: checking for python
  1282. configure:23463: found /usr/bin/python
  1283. configure:23475: result: /usr/bin/python
  1284. configure:23496: checking for python version
  1285. configure:23503: result: 2.7
  1286. configure:23515: checking for python platform
  1287. configure:23522: result: linux2
  1288. configure:23548: checking for python script directory
  1289. configure:23583: result: ${prefix}/lib/python2.7/site-packages
  1290. configure:23592: checking for python extension module directory
  1291. configure:23627: result: ${exec_prefix}/lib/python2.7/site-packages
  1292. configure:23643: checking whether to build plugin documentation
  1293. configure:23655: result: no (gtk-doc disabled or not available)
  1294. configure:23758: checking for cos in -lm
  1295. configure:23783: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lm >&5
  1296. conftest.c:45:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  1297. char cos ();
  1298. ^
  1299. configure:23783: $? = 0
  1300. configure:23792: result: yes
  1301. configure:23810: checking for stdlib.h
  1302. configure:23810: result: yes
  1303. configure:23810: checking for unistd.h
  1304. configure:23810: result: yes
  1305. configure:23810: checking for sys/param.h
  1306. configure:23810: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1307. configure:23810: $? = 0
  1308. configure:23810: result: yes
  1309. configure:23830: checking for getpagesize
  1310. configure:23830: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  1311. configure:23830: $? = 0
  1312. configure:23830: result: yes
  1313. configure:23839: checking for working mmap
  1314. configure:23986: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  1315. configure:23986: $? = 0
  1316. configure:23986: ./conftest
  1317. configure:23986: $? = 0
  1318. configure:23996: result: yes
  1319. configure:24009: checking for unistd.h
  1320. configure:24009: result: yes
  1321. configure:24034: checking sys/time.h usability
  1322. configure:24034: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1323. configure:24034: $? = 0
  1324. configure:24034: result: yes
  1325. configure:24034: checking sys/time.h presence
  1326. configure:24034: gcc -E conftest.c
  1327. configure:24034: $? = 0
  1328. configure:24034: result: yes
  1329. configure:24034: checking for sys/time.h
  1330. configure:24034: result: yes
  1331. configure:24046: checking for stdint types
  1332. configure:24069: gcc -std=gnu99 -c conftest.c >&5
  1333. configure:24069: $? = 0
  1334. configure:24113: result: stdint.h (shortcircuit)
  1335. configure:24500: result: make use of stdint.h in _stdint.h (assuming C99 compatible system)
  1336. configure:24510: checking pthread.h usability
  1337. configure:24510: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1338. configure:24510: $? = 0
  1339. configure:24510: result: yes
  1340. configure:24510: checking pthread.h presence
  1341. configure:24510: gcc -E conftest.c
  1342. configure:24510: $? = 0
  1343. configure:24510: result: yes
  1344. configure:24510: checking for pthread.h
  1345. configure:24510: result: yes
  1346. configure:24536: checking for FIONREAD in sys/ioctl.h
  1347. configure:24560: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1348. configure:24560: $? = 0
  1349. configure:24570: result: yes
  1350. configure:24631: checking for gmtime_r
  1351. configure:24631: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  1352. configure:24631: $? = 0
  1353. configure:24631: result: yes
  1354. configure:24643: checking sys/utsname.h usability
  1355. configure:24643: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1356. configure:24643: $? = 0
  1357. configure:24643: result: yes
  1358. configure:24643: checking sys/utsname.h presence
  1359. configure:24643: gcc -E conftest.c
  1360. configure:24643: $? = 0
  1361. configure:24643: result: yes
  1362. configure:24643: checking for sys/utsname.h
  1363. configure:24643: result: yes
  1364. configure:24655: checking for socket
  1365. configure:24655: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  1366. configure:24655: $? = 0
  1367. configure:24655: result: yes
  1368. configure:24706: checking for gethostbyname
  1369. configure:24706: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  1370. configure:24706: $? = 0
  1371. configure:24706: result: yes
  1372. configure:24775: checking for GLIB
  1373. configure:24783: $PKG_CONFIG --exists --print-errors "$which"
  1374. configure:24786: $? = 0
  1375. configure:24801: $PKG_CONFIG --exists --print-errors "$which"
  1376. configure:24804: $? = 0
  1377. configure:24856: result: yes
  1378. configure:24915: checking for glib-genmarshal
  1379. configure:24923: result: glib-genmarshal (from pkg-config path)
  1380. configure:24977: checking for glib-mkenums
  1381. configure:24984: result: glib-mkenums
  1382. configure:24997: checking for GIO
  1383. configure:25005: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQ"
  1384. configure:25008: $? = 0
  1385. configure:25023: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQ"
  1386. configure:25026: $? = 0
  1387. configure:25081: result: yes
  1388. configure:25114: checking for GST
  1389. configure:25122: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1390. configure:25125: $? = 0
  1391. configure:25140: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1392. configure:25143: $? = 0
  1393. configure:25199: result: yes
  1394. configure:25213: using GStreamer tools in /opt/gnome2/bin
  1395. configure:25223: using GStreamer plug-ins in /opt/gnome2/lib/gstreamer-1.0
  1396. configure:25235: checking for GST_BASE
  1397. configure:25243: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1398. configure:25246: $? = 0
  1399. configure:25261: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1400. configure:25264: $? = 0
  1401. configure:25320: result: yes
  1402. configure:25337: checking for GST_CHECK
  1403. configure:25345: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1404. configure:25348: $? = 0
  1405. configure:25363: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1406. configure:25366: $? = 0
  1407. configure:25422: result: yes
  1408. configure:25439: checking for GST_CONTROLLER
  1409. configure:25447: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1410. configure:25450: $? = 0
  1411. configure:25465: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1412. configure:25468: $? = 0
  1413. configure:25524: result: yes
  1414. configure:25550: checking for GST_PLUGINS_BASE
  1415. configure:25558: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1416. configure:25561: $? = 0
  1417. configure:25576: $PKG_CONFIG --exists --print-errors "$module >= $minver"
  1418. configure:25579: $? = 0
  1419. configure:25635: result: yes
  1420. configure:25651: using GStreamer Base Plugins in /opt/gnome2/lib/gstreamer-1.0
  1421. configure:25660: checking whether this is an uninstalled GStreamer setup
  1422. configure:25680: result: no
  1423. configure:26046: checking which gtk+ version to compile examples against (optional)
  1424. configure:26061: result: 2.0 (>= 2.14.0)
  1425. configure:26065: checking for GTK
  1426. configure:26073: $PKG_CONFIG --exists --print-errors "gtk+-x11-$with_gtk >= $GTK_REQ"
  1427. configure:26076: $? = 0
  1428. configure:26091: $PKG_CONFIG --exists --print-errors "gtk+-x11-$with_gtk >= $GTK_REQ"
  1429. configure:26094: $? = 0
  1430. configure:26130: result: yes
  1431. configure:26150: checking for GMODULE_EXPORT
  1432. configure:26158: $PKG_CONFIG --exists --print-errors "gmodule-export-2.0"
  1433. configure:26161: $? = 0
  1434. configure:26176: $PKG_CONFIG --exists --print-errors "gmodule-export-2.0"
  1435. configure:26179: $? = 0
  1436. configure:26215: result: yes
  1437. configure:26222: checking for GMODULE_NO_EXPORT
  1438. configure:26230: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
  1439. configure:26233: $? = 0
  1440. configure:26248: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
  1441. configure:26251: $? = 0
  1442. configure:26306: result: yes
  1443. configure:26314: checking for X11
  1444. configure:26322: $PKG_CONFIG --exists --print-errors "x11"
  1445. configure:26325: $? = 0
  1446. configure:26340: $PKG_CONFIG --exists --print-errors "x11"
  1447. configure:26343: $? = 0
  1448. configure:26379: result: yes
  1449. configure:26402: checking for EXIF
  1450. configure:26410: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.16"
  1451. configure:26413: $? = 0
  1452. configure:26428: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.16"
  1453. configure:26431: $? = 0
  1454. configure:26467: result: yes
  1455. configure:26501: checking for ORC
  1456. configure:26509: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
  1457. configure:26512: $? = 0
  1458. configure:26527: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
  1459. configure:26530: $? = 0
  1460. configure:26584: result: yes
  1461. configure:26592: checking for usable orcc
  1462. configure:26600: result: /usr/bin/orcc
  1463. configure:26715: Using /opt/gnome2/lib/gstreamer-1.0 as the plugin install location
  1464. configure:26791: Setting GST_PACKAGE_RELEASE_DATETIME to 2014-04-07T13:37Z
  1465. configure:26804: checking whether to build static plugins or not
  1466. configure:26820: result: no
  1467. configure:26845: checking whether the GStreamer debugging system is enabled
  1468. configure:26864: gcc -std=gnu99 -c -pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -g -O2 conftest.c >&5
  1469. configure:26864: $? = 0
  1470. configure:26878: result: yes
  1471. configure:26898: checking to see if compiler understands -Wall
  1472. configure:26915: gcc -std=gnu99 -c -g -O2 -Wall conftest.c >&5
  1473. configure:26915: $? = 0
  1474. configure:26930: result: yes
  1475. configure:26935: checking to see if compiler understands -Wdeclaration-after-statement
  1476. configure:26952: gcc -std=gnu99 -c -g -O2 -Wdeclaration-after-statement conftest.c >&5
  1477. configure:26952: $? = 0
  1478. configure:26967: result: yes
  1479. configure:26972: checking to see if compiler understands -Wvla
  1480. configure:26989: gcc -std=gnu99 -c -g -O2 -Wvla conftest.c >&5
  1481. configure:26989: $? = 0
  1482. configure:27004: result: yes
  1483. configure:27009: checking to see if compiler understands -Wpointer-arith
  1484. configure:27026: gcc -std=gnu99 -c -g -O2 -Wpointer-arith conftest.c >&5
  1485. configure:27026: $? = 0
  1486. configure:27041: result: yes
  1487. configure:27233: checking to see if compiler understands -Wmissing-declarations
  1488. configure:27250: gcc -std=gnu99 -c -g -O2 -Wmissing-declarations conftest.c >&5
  1489. configure:27250: $? = 0
  1490. configure:27265: result: yes
  1491. configure:27233: checking to see if compiler understands -Wmissing-prototypes
  1492. configure:27250: gcc -std=gnu99 -c -g -O2 -Wmissing-prototypes conftest.c >&5
  1493. configure:27250: $? = 0
  1494. configure:27265: result: yes
  1495. configure:27233: checking to see if compiler understands -Wredundant-decls
  1496. configure:27250: gcc -std=gnu99 -c -g -O2 -Wredundant-decls conftest.c >&5
  1497. configure:27250: $? = 0
  1498. configure:27265: result: yes
  1499. configure:27233: checking to see if compiler understands -Wwrite-strings
  1500. configure:27250: gcc -std=gnu99 -c -g -O2 -Wwrite-strings conftest.c >&5
  1501. configure:27250: $? = 0
  1502. configure:27265: result: yes
  1503. configure:27233: checking to see if compiler understands -Wformat-security
  1504. configure:27250: gcc -std=gnu99 -c -g -O2 -Wformat-security conftest.c >&5
  1505. cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
  1506. configure:27250: $? = 0
  1507. configure:27265: result: yes
  1508. configure:27233: checking to see if compiler understands -Wold-style-definition
  1509. configure:27250: gcc -std=gnu99 -c -g -O2 -Wold-style-definition conftest.c >&5
  1510. conftest.c: In function 'main':
  1511. conftest.c:59:1: warning: old-style function definition [-Wold-style-definition]
  1512. main ()
  1513. ^
  1514. configure:27250: $? = 0
  1515. configure:27265: result: yes
  1516. configure:27233: checking to see if compiler understands -Winit-self
  1517. configure:27250: gcc -std=gnu99 -c -g -O2 -Winit-self conftest.c >&5
  1518. configure:27250: $? = 0
  1519. configure:27265: result: yes
  1520. configure:27233: checking to see if compiler understands -Wmissing-include-dirs
  1521. configure:27250: gcc -std=gnu99 -c -g -O2 -Wmissing-include-dirs conftest.c >&5
  1522. configure:27250: $? = 0
  1523. configure:27265: result: yes
  1524. configure:27233: checking to see if compiler understands -Waddress
  1525. configure:27250: gcc -std=gnu99 -c -g -O2 -Waddress conftest.c >&5
  1526. configure:27250: $? = 0
  1527. configure:27265: result: yes
  1528. configure:27233: checking to see if compiler understands -Wno-multichar
  1529. configure:27250: gcc -std=gnu99 -c -g -O2 -Wno-multichar conftest.c >&5
  1530. configure:27250: $? = 0
  1531. configure:27265: result: yes
  1532. configure:27233: checking to see if compiler understands -Wnested-externs
  1533. configure:27250: gcc -std=gnu99 -c -g -O2 -Wnested-externs conftest.c >&5
  1534. configure:27250: $? = 0
  1535. configure:27265: result: yes
  1536. configure:27277: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs
  1537. configure:27279: set ERROR_CFLAGS to
  1538. configure:27286: checking to see if c++ compiler understands
  1539. configure:27310: g++ -c conftest.cpp >&5
  1540. configure:27310: $? = 0
  1541. configure:27333: result: yes
  1542. configure:27346: checking to see if c++ compiler understands -Wall
  1543. configure:27370: g++ -c -Wall conftest.cpp >&5
  1544. configure:27370: $? = 0
  1545. configure:27393: result: yes
  1546. configure:27705: checking to see if c++ compiler understands -Wmissing-declarations
  1547. configure:27729: g++ -c -Wmissing-declarations conftest.cpp >&5
  1548. configure:27729: $? = 0
  1549. configure:27752: result: yes
  1550. configure:27705: checking to see if c++ compiler understands -Wredundant-decls
  1551. configure:27729: g++ -c -Wredundant-decls conftest.cpp >&5
  1552. configure:27729: $? = 0
  1553. configure:27752: result: yes
  1554. configure:27705: checking to see if c++ compiler understands -Wwrite-strings
  1555. configure:27729: g++ -c -Wwrite-strings conftest.cpp >&5
  1556. configure:27729: $? = 0
  1557. configure:27752: result: yes
  1558. configure:27705: checking to see if c++ compiler understands -Wformat-nonliteral
  1559. configure:27729: g++ -c -Wformat-nonliteral conftest.cpp >&5
  1560. cc1plus: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]
  1561. configure:27729: $? = 0
  1562. configure:27752: result: yes
  1563. configure:27705: checking to see if c++ compiler understands -Wformat-security
  1564. configure:27729: g++ -c -Wformat-security conftest.cpp >&5
  1565. cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
  1566. configure:27729: $? = 0
  1567. configure:27752: result: yes
  1568. configure:27705: checking to see if c++ compiler understands -Winit-self
  1569. configure:27729: g++ -c -Winit-self conftest.cpp >&5
  1570. configure:27729: $? = 0
  1571. configure:27752: result: yes
  1572. configure:27705: checking to see if c++ compiler understands -Wmissing-include-dirs
  1573. configure:27729: g++ -c -Wmissing-include-dirs conftest.cpp >&5
  1574. configure:27729: $? = 0
  1575. configure:27752: result: yes
  1576. configure:27705: checking to see if c++ compiler understands -Waddress
  1577. configure:27729: g++ -c -Waddress conftest.cpp >&5
  1578. configure:27729: $? = 0
  1579. configure:27752: result: yes
  1580. configure:27705: checking to see if c++ compiler understands -Wno-multichar
  1581. configure:27729: g++ -c -Wno-multichar conftest.cpp >&5
  1582. configure:27729: $? = 0
  1583. configure:27752: result: yes
  1584. configure:27764: set WARNING_CXXFLAGS to -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
  1585. configure:27766: set ERROR_CXXFLAGS to
  1586. configure:27774: checking to see if Objective C compiler understands
  1587. configure:27798: gcc -c -g -O2 conftest.m >&5
  1588. configure:27798: $? = 0
  1589. configure:27821: result: yes
  1590. configure:27834: checking to see if Objective C compiler understands -Wall
  1591. configure:27858: gcc -c -g -O2 -Wall conftest.m >&5
  1592. configure:27858: $? = 0
  1593. configure:27881: result: yes
  1594. configure:28139: checking to see if Objective C compiler understands -Wmissing-declarations
  1595. configure:28163: gcc -c -g -O2 -Wmissing-declarations conftest.m >&5
  1596. configure:28163: $? = 0
  1597. configure:28186: result: yes
  1598. configure:28139: checking to see if Objective C compiler understands -Wredundant-decls
  1599. configure:28163: gcc -c -g -O2 -Wredundant-decls conftest.m >&5
  1600. configure:28163: $? = 0
  1601. configure:28186: result: yes
  1602. configure:28139: checking to see if Objective C compiler understands -Wwrite-strings
  1603. configure:28163: gcc -c -g -O2 -Wwrite-strings conftest.m >&5
  1604. configure:28163: $? = 0
  1605. configure:28186: result: yes
  1606. configure:28139: checking to see if Objective C compiler understands -Wformat-nonliteral
  1607. configure:28163: gcc -c -g -O2 -Wformat-nonliteral conftest.m >&5
  1608. cc1obj: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]
  1609. configure:28163: $? = 0
  1610. configure:28186: result: yes
  1611. configure:28139: checking to see if Objective C compiler understands -Wformat-security
  1612. configure:28163: gcc -c -g -O2 -Wformat-security conftest.m >&5
  1613. cc1obj: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
  1614. configure:28163: $? = 0
  1615. configure:28186: result: yes
  1616. configure:28139: checking to see if Objective C compiler understands -Winit-self
  1617. configure:28163: gcc -c -g -O2 -Winit-self conftest.m >&5
  1618. configure:28163: $? = 0
  1619. configure:28186: result: yes
  1620. configure:28139: checking to see if Objective C compiler understands -Wmissing-include-dirs
  1621. configure:28163: gcc -c -g -O2 -Wmissing-include-dirs conftest.m >&5
  1622. configure:28163: $? = 0
  1623. configure:28186: result: yes
  1624. configure:28139: checking to see if Objective C compiler understands -Wno-multichar
  1625. configure:28163: gcc -c -g -O2 -Wno-multichar conftest.m >&5
  1626. configure:28163: $? = 0
  1627. configure:28186: result: yes
  1628. configure:28198: set WARNING_OBJCFLAGS to -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Wno-multichar
  1629. configure:28200: set ERROR_OBJCFLAGS to
  1630. configure:28249: Using autoaudiosink as default audio sink
  1631. configure:28274: Using alsasrc as default audio source
  1632. configure:28299: Using autovideosink as default video sink
  1633. configure:28324: Using v4l2src as default video source
  1634. configure:28349: Using goom as default visualizer
  1635. configure:31230: checking for AVFoundation/AVFoundation.h
  1636. configure:31230: gcc -E conftest.c
  1637. conftest.c:63:39: fatal error: AVFoundation/AVFoundation.h: No such file or directory
  1638. #include <AVFoundation/AVFoundation.h>
  1639. ^
  1640. compilation terminated.
  1641. configure:31230: $? = 1
  1642. configure: failed program was:
  1643. | /* confdefs.h */
  1644. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1645. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1646. | #define PACKAGE_VERSION "1.3.0.1"
  1647. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1648. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1649. | #define PACKAGE_URL ""
  1650. | #define PACKAGE "gst-plugins-bad"
  1651. | #define VERSION "1.3.0.1"
  1652. | #define GST_API_VERSION "1.0"
  1653. | #define STDC_HEADERS 1
  1654. | #define HAVE_SYS_TYPES_H 1
  1655. | #define HAVE_SYS_STAT_H 1
  1656. | #define HAVE_STDLIB_H 1
  1657. | #define HAVE_STRING_H 1
  1658. | #define HAVE_MEMORY_H 1
  1659. | #define HAVE_STRINGS_H 1
  1660. | #define HAVE_INTTYPES_H 1
  1661. | #define HAVE_STDINT_H 1
  1662. | #define HAVE_UNISTD_H 1
  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 GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  1669. | #define LOCALEDIR "/opt/gnome2/share/locale"
  1670. | #define HAVE_VALGRIND 1
  1671. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  1672. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  1673. | #define HAVE_EXTERNAL /**/
  1674. | #define HAVE_CPU_I386 1
  1675. | #define HAVE_RDTSC 1
  1676. | #define HOST_CPU "i686"
  1677. | #define TARGET_CPU "i686"
  1678. | #define HAVE_DOWHILE_MACROS 1
  1679. | #define HAVE_STDLIB_H 1
  1680. | #define HAVE_UNISTD_H 1
  1681. | #define HAVE_SYS_PARAM_H 1
  1682. | #define HAVE_GETPAGESIZE 1
  1683. | #define HAVE_MMAP 1
  1684. | #define HAVE_UNISTD_H 1
  1685. | #define HAVE_SYS_TIME_H 1
  1686. | #define HAVE_PTHREAD_H 1
  1687. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  1688. | #define HAVE_GMTIME_R 1
  1689. | #define HAVE_SYS_UTSNAME_H 1
  1690. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  1691. | #define GIO_LIBDIR "/opt/gnome2/lib"
  1692. | #define HAVE_X11 1
  1693. | #define HAVE_ORC 1
  1694. | #define GST_LICENSE "LGPL"
  1695. | #define LIBDIR "/opt/gnome2/lib"
  1696. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  1697. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  1698. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  1699. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  1700. | #define DEFAULT_AUDIOSRC "alsasrc"
  1701. | #define DEFAULT_VIDEOSINK "autovideosink"
  1702. | #define DEFAULT_VIDEOSRC "v4l2src"
  1703. | #define DEFAULT_VISUALIZER "goom"
  1704. | /* end confdefs.h. */
  1705. | #include <AVFoundation/AVFoundation.h>
  1706. configure:31230: result: no
  1707. configure:31238: checking for MobileCoreServices/MobileCoreServices.h
  1708. configure:31238: gcc -E conftest.c
  1709. conftest.c:63:51: fatal error: MobileCoreServices/MobileCoreServices.h: No such file or directory
  1710. #include <MobileCoreServices/MobileCoreServices.h>
  1711. ^
  1712. compilation terminated.
  1713. configure:31238: $? = 1
  1714. configure: failed program was:
  1715. | /* confdefs.h */
  1716. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1717. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1718. | #define PACKAGE_VERSION "1.3.0.1"
  1719. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1720. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1721. | #define PACKAGE_URL ""
  1722. | #define PACKAGE "gst-plugins-bad"
  1723. | #define VERSION "1.3.0.1"
  1724. | #define GST_API_VERSION "1.0"
  1725. | #define STDC_HEADERS 1
  1726. | #define HAVE_SYS_TYPES_H 1
  1727. | #define HAVE_SYS_STAT_H 1
  1728. | #define HAVE_STDLIB_H 1
  1729. | #define HAVE_STRING_H 1
  1730. | #define HAVE_MEMORY_H 1
  1731. | #define HAVE_STRINGS_H 1
  1732. | #define HAVE_INTTYPES_H 1
  1733. | #define HAVE_STDINT_H 1
  1734. | #define HAVE_UNISTD_H 1
  1735. | #define HAVE_DLFCN_H 1
  1736. | #define LT_OBJDIR ".libs/"
  1737. | #define ENABLE_NLS 1
  1738. | #define HAVE_GETTEXT 1
  1739. | #define HAVE_DCGETTEXT 1
  1740. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  1741. | #define LOCALEDIR "/opt/gnome2/share/locale"
  1742. | #define HAVE_VALGRIND 1
  1743. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  1744. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  1745. | #define HAVE_EXTERNAL /**/
  1746. | #define HAVE_CPU_I386 1
  1747. | #define HAVE_RDTSC 1
  1748. | #define HOST_CPU "i686"
  1749. | #define TARGET_CPU "i686"
  1750. | #define HAVE_DOWHILE_MACROS 1
  1751. | #define HAVE_STDLIB_H 1
  1752. | #define HAVE_UNISTD_H 1
  1753. | #define HAVE_SYS_PARAM_H 1
  1754. | #define HAVE_GETPAGESIZE 1
  1755. | #define HAVE_MMAP 1
  1756. | #define HAVE_UNISTD_H 1
  1757. | #define HAVE_SYS_TIME_H 1
  1758. | #define HAVE_PTHREAD_H 1
  1759. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  1760. | #define HAVE_GMTIME_R 1
  1761. | #define HAVE_SYS_UTSNAME_H 1
  1762. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  1763. | #define GIO_LIBDIR "/opt/gnome2/lib"
  1764. | #define HAVE_X11 1
  1765. | #define HAVE_ORC 1
  1766. | #define GST_LICENSE "LGPL"
  1767. | #define LIBDIR "/opt/gnome2/lib"
  1768. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  1769. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  1770. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  1771. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  1772. | #define DEFAULT_AUDIOSRC "alsasrc"
  1773. | #define DEFAULT_VIDEOSINK "autovideosink"
  1774. | #define DEFAULT_VIDEOSRC "v4l2src"
  1775. | #define DEFAULT_VISUALIZER "goom"
  1776. | /* end confdefs.h. */
  1777. | #include <MobileCoreServices/MobileCoreServices.h>
  1778. configure:31238: result: no
  1779. configure:31277: checking sys/socket.h usability
  1780. configure:31277: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1781. configure:31277: $? = 0
  1782. configure:31277: result: yes
  1783. configure:31277: checking sys/socket.h presence
  1784. configure:31277: gcc -E conftest.c
  1785. configure:31277: $? = 0
  1786. configure:31277: result: yes
  1787. configure:31277: checking for sys/socket.h
  1788. configure:31277: result: yes
  1789. configure:31289: checking winsock2.h usability
  1790. configure:31289: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1791. conftest.c:97:22: fatal error: winsock2.h: No such file or directory
  1792. #include <winsock2.h>
  1793. ^
  1794. compilation terminated.
  1795. configure:31289: $? = 1
  1796. configure: failed program was:
  1797. | /* confdefs.h */
  1798. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1799. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1800. | #define PACKAGE_VERSION "1.3.0.1"
  1801. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1802. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1803. | #define PACKAGE_URL ""
  1804. | #define PACKAGE "gst-plugins-bad"
  1805. | #define VERSION "1.3.0.1"
  1806. | #define GST_API_VERSION "1.0"
  1807. | #define STDC_HEADERS 1
  1808. | #define HAVE_SYS_TYPES_H 1
  1809. | #define HAVE_SYS_STAT_H 1
  1810. | #define HAVE_STDLIB_H 1
  1811. | #define HAVE_STRING_H 1
  1812. | #define HAVE_MEMORY_H 1
  1813. | #define HAVE_STRINGS_H 1
  1814. | #define HAVE_INTTYPES_H 1
  1815. | #define HAVE_STDINT_H 1
  1816. | #define HAVE_UNISTD_H 1
  1817. | #define HAVE_DLFCN_H 1
  1818. | #define LT_OBJDIR ".libs/"
  1819. | #define ENABLE_NLS 1
  1820. | #define HAVE_GETTEXT 1
  1821. | #define HAVE_DCGETTEXT 1
  1822. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  1823. | #define LOCALEDIR "/opt/gnome2/share/locale"
  1824. | #define HAVE_VALGRIND 1
  1825. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  1826. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  1827. | #define HAVE_EXTERNAL /**/
  1828. | #define HAVE_CPU_I386 1
  1829. | #define HAVE_RDTSC 1
  1830. | #define HOST_CPU "i686"
  1831. | #define TARGET_CPU "i686"
  1832. | #define HAVE_DOWHILE_MACROS 1
  1833. | #define HAVE_STDLIB_H 1
  1834. | #define HAVE_UNISTD_H 1
  1835. | #define HAVE_SYS_PARAM_H 1
  1836. | #define HAVE_GETPAGESIZE 1
  1837. | #define HAVE_MMAP 1
  1838. | #define HAVE_UNISTD_H 1
  1839. | #define HAVE_SYS_TIME_H 1
  1840. | #define HAVE_PTHREAD_H 1
  1841. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  1842. | #define HAVE_GMTIME_R 1
  1843. | #define HAVE_SYS_UTSNAME_H 1
  1844. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  1845. | #define GIO_LIBDIR "/opt/gnome2/lib"
  1846. | #define HAVE_X11 1
  1847. | #define HAVE_ORC 1
  1848. | #define GST_LICENSE "LGPL"
  1849. | #define LIBDIR "/opt/gnome2/lib"
  1850. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  1851. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  1852. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  1853. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  1854. | #define DEFAULT_AUDIOSRC "alsasrc"
  1855. | #define DEFAULT_VIDEOSINK "autovideosink"
  1856. | #define DEFAULT_VIDEOSRC "v4l2src"
  1857. | #define DEFAULT_VISUALIZER "goom"
  1858. | #define HAVE_SYS_SOCKET_H 1
  1859. | /* end confdefs.h. */
  1860. | #include <stdio.h>
  1861. | #ifdef HAVE_SYS_TYPES_H
  1862. | # include <sys/types.h>
  1863. | #endif
  1864. | #ifdef HAVE_SYS_STAT_H
  1865. | # include <sys/stat.h>
  1866. | #endif
  1867. | #ifdef STDC_HEADERS
  1868. | # include <stdlib.h>
  1869. | # include <stddef.h>
  1870. | #else
  1871. | # ifdef HAVE_STDLIB_H
  1872. | # include <stdlib.h>
  1873. | # endif
  1874. | #endif
  1875. | #ifdef HAVE_STRING_H
  1876. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1877. | # include <memory.h>
  1878. | # endif
  1879. | # include <string.h>
  1880. | #endif
  1881. | #ifdef HAVE_STRINGS_H
  1882. | # include <strings.h>
  1883. | #endif
  1884. | #ifdef HAVE_INTTYPES_H
  1885. | # include <inttypes.h>
  1886. | #endif
  1887. | #ifdef HAVE_STDINT_H
  1888. | # include <stdint.h>
  1889. | #endif
  1890. | #ifdef HAVE_UNISTD_H
  1891. | # include <unistd.h>
  1892. | #endif
  1893. | #include <winsock2.h>
  1894. configure:31289: result: no
  1895. configure:31289: checking winsock2.h presence
  1896. configure:31289: gcc -E conftest.c
  1897. conftest.c:64:22: fatal error: winsock2.h: No such file or directory
  1898. #include <winsock2.h>
  1899. ^
  1900. compilation terminated.
  1901. configure:31289: $? = 1
  1902. configure: failed program was:
  1903. | /* confdefs.h */
  1904. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1905. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1906. | #define PACKAGE_VERSION "1.3.0.1"
  1907. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1908. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1909. | #define PACKAGE_URL ""
  1910. | #define PACKAGE "gst-plugins-bad"
  1911. | #define VERSION "1.3.0.1"
  1912. | #define GST_API_VERSION "1.0"
  1913. | #define STDC_HEADERS 1
  1914. | #define HAVE_SYS_TYPES_H 1
  1915. | #define HAVE_SYS_STAT_H 1
  1916. | #define HAVE_STDLIB_H 1
  1917. | #define HAVE_STRING_H 1
  1918. | #define HAVE_MEMORY_H 1
  1919. | #define HAVE_STRINGS_H 1
  1920. | #define HAVE_INTTYPES_H 1
  1921. | #define HAVE_STDINT_H 1
  1922. | #define HAVE_UNISTD_H 1
  1923. | #define HAVE_DLFCN_H 1
  1924. | #define LT_OBJDIR ".libs/"
  1925. | #define ENABLE_NLS 1
  1926. | #define HAVE_GETTEXT 1
  1927. | #define HAVE_DCGETTEXT 1
  1928. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  1929. | #define LOCALEDIR "/opt/gnome2/share/locale"
  1930. | #define HAVE_VALGRIND 1
  1931. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  1932. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  1933. | #define HAVE_EXTERNAL /**/
  1934. | #define HAVE_CPU_I386 1
  1935. | #define HAVE_RDTSC 1
  1936. | #define HOST_CPU "i686"
  1937. | #define TARGET_CPU "i686"
  1938. | #define HAVE_DOWHILE_MACROS 1
  1939. | #define HAVE_STDLIB_H 1
  1940. | #define HAVE_UNISTD_H 1
  1941. | #define HAVE_SYS_PARAM_H 1
  1942. | #define HAVE_GETPAGESIZE 1
  1943. | #define HAVE_MMAP 1
  1944. | #define HAVE_UNISTD_H 1
  1945. | #define HAVE_SYS_TIME_H 1
  1946. | #define HAVE_PTHREAD_H 1
  1947. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  1948. | #define HAVE_GMTIME_R 1
  1949. | #define HAVE_SYS_UTSNAME_H 1
  1950. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  1951. | #define GIO_LIBDIR "/opt/gnome2/lib"
  1952. | #define HAVE_X11 1
  1953. | #define HAVE_ORC 1
  1954. | #define GST_LICENSE "LGPL"
  1955. | #define LIBDIR "/opt/gnome2/lib"
  1956. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  1957. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  1958. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  1959. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  1960. | #define DEFAULT_AUDIOSRC "alsasrc"
  1961. | #define DEFAULT_VIDEOSINK "autovideosink"
  1962. | #define DEFAULT_VIDEOSRC "v4l2src"
  1963. | #define DEFAULT_VISUALIZER "goom"
  1964. | #define HAVE_SYS_SOCKET_H 1
  1965. | /* end confdefs.h. */
  1966. | #include <winsock2.h>
  1967. configure:31289: result: no
  1968. configure:31289: checking for winsock2.h
  1969. configure:31289: result: no
  1970. configure:31336: checking for mali_image_create in -lMali
  1971. configure:31361: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lMali -lUMP >&5
  1972. /usr/bin/ld: cannot find -lMali
  1973. /usr/bin/ld: cannot find -lUMP
  1974. collect2: error: ld returned 1 exit status
  1975. configure:31361: $? = 1
  1976. configure: failed program was:
  1977. | /* confdefs.h */
  1978. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  1979. | #define PACKAGE_TARNAME "gst-plugins-bad"
  1980. | #define PACKAGE_VERSION "1.3.0.1"
  1981. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  1982. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  1983. | #define PACKAGE_URL ""
  1984. | #define PACKAGE "gst-plugins-bad"
  1985. | #define VERSION "1.3.0.1"
  1986. | #define GST_API_VERSION "1.0"
  1987. | #define STDC_HEADERS 1
  1988. | #define HAVE_SYS_TYPES_H 1
  1989. | #define HAVE_SYS_STAT_H 1
  1990. | #define HAVE_STDLIB_H 1
  1991. | #define HAVE_STRING_H 1
  1992. | #define HAVE_MEMORY_H 1
  1993. | #define HAVE_STRINGS_H 1
  1994. | #define HAVE_INTTYPES_H 1
  1995. | #define HAVE_STDINT_H 1
  1996. | #define HAVE_UNISTD_H 1
  1997. | #define HAVE_DLFCN_H 1
  1998. | #define LT_OBJDIR ".libs/"
  1999. | #define ENABLE_NLS 1
  2000. | #define HAVE_GETTEXT 1
  2001. | #define HAVE_DCGETTEXT 1
  2002. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2003. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2004. | #define HAVE_VALGRIND 1
  2005. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2006. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2007. | #define HAVE_EXTERNAL /**/
  2008. | #define HAVE_CPU_I386 1
  2009. | #define HAVE_RDTSC 1
  2010. | #define HOST_CPU "i686"
  2011. | #define TARGET_CPU "i686"
  2012. | #define HAVE_DOWHILE_MACROS 1
  2013. | #define HAVE_STDLIB_H 1
  2014. | #define HAVE_UNISTD_H 1
  2015. | #define HAVE_SYS_PARAM_H 1
  2016. | #define HAVE_GETPAGESIZE 1
  2017. | #define HAVE_MMAP 1
  2018. | #define HAVE_UNISTD_H 1
  2019. | #define HAVE_SYS_TIME_H 1
  2020. | #define HAVE_PTHREAD_H 1
  2021. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2022. | #define HAVE_GMTIME_R 1
  2023. | #define HAVE_SYS_UTSNAME_H 1
  2024. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2025. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2026. | #define HAVE_X11 1
  2027. | #define HAVE_ORC 1
  2028. | #define GST_LICENSE "LGPL"
  2029. | #define LIBDIR "/opt/gnome2/lib"
  2030. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2031. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2032. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2033. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2034. | #define DEFAULT_AUDIOSRC "alsasrc"
  2035. | #define DEFAULT_VIDEOSINK "autovideosink"
  2036. | #define DEFAULT_VIDEOSRC "v4l2src"
  2037. | #define DEFAULT_VISUALIZER "goom"
  2038. | #define HAVE_SYS_SOCKET_H 1
  2039. | /* end confdefs.h. */
  2040. |
  2041. | /* Override any GCC internal prototype to avoid an error.
  2042. | Use char because int might match the return type of a GCC
  2043. | builtin and then its argument prototype would still apply. */
  2044. | #ifdef __cplusplus
  2045. | extern "C"
  2046. | #endif
  2047. | char mali_image_create ();
  2048. | int
  2049. | main ()
  2050. | {
  2051. | return mali_image_create ();
  2052. | ;
  2053. | return 0;
  2054. | }
  2055. configure:31370: result: no
  2056. configure:31386: checking for bcm_host_init in -lbcm_host
  2057. configure:31411: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lbcm_host -lvcos -lvchiq_arm >&5
  2058. /usr/bin/ld: cannot find -lbcm_host
  2059. /usr/bin/ld: cannot find -lvcos
  2060. /usr/bin/ld: cannot find -lvchiq_arm
  2061. collect2: error: ld returned 1 exit status
  2062. configure:31411: $? = 1
  2063. configure: failed program was:
  2064. | /* confdefs.h */
  2065. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2066. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2067. | #define PACKAGE_VERSION "1.3.0.1"
  2068. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2069. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2070. | #define PACKAGE_URL ""
  2071. | #define PACKAGE "gst-plugins-bad"
  2072. | #define VERSION "1.3.0.1"
  2073. | #define GST_API_VERSION "1.0"
  2074. | #define STDC_HEADERS 1
  2075. | #define HAVE_SYS_TYPES_H 1
  2076. | #define HAVE_SYS_STAT_H 1
  2077. | #define HAVE_STDLIB_H 1
  2078. | #define HAVE_STRING_H 1
  2079. | #define HAVE_MEMORY_H 1
  2080. | #define HAVE_STRINGS_H 1
  2081. | #define HAVE_INTTYPES_H 1
  2082. | #define HAVE_STDINT_H 1
  2083. | #define HAVE_UNISTD_H 1
  2084. | #define HAVE_DLFCN_H 1
  2085. | #define LT_OBJDIR ".libs/"
  2086. | #define ENABLE_NLS 1
  2087. | #define HAVE_GETTEXT 1
  2088. | #define HAVE_DCGETTEXT 1
  2089. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2090. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2091. | #define HAVE_VALGRIND 1
  2092. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2093. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2094. | #define HAVE_EXTERNAL /**/
  2095. | #define HAVE_CPU_I386 1
  2096. | #define HAVE_RDTSC 1
  2097. | #define HOST_CPU "i686"
  2098. | #define TARGET_CPU "i686"
  2099. | #define HAVE_DOWHILE_MACROS 1
  2100. | #define HAVE_STDLIB_H 1
  2101. | #define HAVE_UNISTD_H 1
  2102. | #define HAVE_SYS_PARAM_H 1
  2103. | #define HAVE_GETPAGESIZE 1
  2104. | #define HAVE_MMAP 1
  2105. | #define HAVE_UNISTD_H 1
  2106. | #define HAVE_SYS_TIME_H 1
  2107. | #define HAVE_PTHREAD_H 1
  2108. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2109. | #define HAVE_GMTIME_R 1
  2110. | #define HAVE_SYS_UTSNAME_H 1
  2111. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2112. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2113. | #define HAVE_X11 1
  2114. | #define HAVE_ORC 1
  2115. | #define GST_LICENSE "LGPL"
  2116. | #define LIBDIR "/opt/gnome2/lib"
  2117. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2118. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2119. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2120. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2121. | #define DEFAULT_AUDIOSRC "alsasrc"
  2122. | #define DEFAULT_VIDEOSINK "autovideosink"
  2123. | #define DEFAULT_VIDEOSRC "v4l2src"
  2124. | #define DEFAULT_VISUALIZER "goom"
  2125. | #define HAVE_SYS_SOCKET_H 1
  2126. | /* end confdefs.h. */
  2127. |
  2128. | /* Override any GCC internal prototype to avoid an error.
  2129. | Use char because int might match the return type of a GCC
  2130. | builtin and then its argument prototype would still apply. */
  2131. | #ifdef __cplusplus
  2132. | extern "C"
  2133. | #endif
  2134. | char bcm_host_init ();
  2135. | int
  2136. | main ()
  2137. | {
  2138. | return bcm_host_init ();
  2139. | ;
  2140. | return 0;
  2141. | }
  2142. configure:31420: result: no
  2143. configure:31455: checking for EGL
  2144. configure:31463: $PKG_CONFIG --exists --print-errors "egl"
  2145. configure:31466: $? = 0
  2146. configure:31481: $PKG_CONFIG --exists --print-errors "egl"
  2147. configure:31484: $? = 0
  2148. configure:31642: result: yes
  2149. configure:32118: checking for X
  2150. configure:32226: gcc -E conftest.c
  2151. configure:32226: $? = 0
  2152. configure:32257: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lX11 >&5
  2153. configure:32257: $? = 0
  2154. configure:32307: result: libraries , headers
  2155. configure:32407: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lX11 >&5
  2156. configure:32407: $? = 0
  2157. configure:32505: checking for gethostbyname
  2158. configure:32505: result: yes
  2159. configure:32602: checking for connect
  2160. configure:32602: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  2161. configure:32602: $? = 0
  2162. configure:32602: result: yes
  2163. configure:32651: checking for remove
  2164. configure:32651: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  2165. configure:32651: $? = 0
  2166. configure:32651: result: yes
  2167. configure:32700: checking for shmat
  2168. configure:32700: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c >&5
  2169. configure:32700: $? = 0
  2170. configure:32700: result: yes
  2171. configure:32758: checking for IceConnectionNumber in -lICE
  2172. configure:32783: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lICE >&5
  2173. configure:32783: $? = 0
  2174. configure:32792: result: yes
  2175. configure:32807: checking X11/Xlib.h usability
  2176. configure:32807: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2177. configure:32807: $? = 0
  2178. configure:32807: result: yes
  2179. configure:32807: checking X11/Xlib.h presence
  2180. configure:32807: gcc -E conftest.c
  2181. configure:32807: $? = 0
  2182. configure:32807: result: yes
  2183. configure:32807: checking for X11/Xlib.h
  2184. configure:32807: result: yes
  2185. configure:32991: checking for glTexImage2D in -lGL
  2186. configure:33016: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lGL >&5
  2187. configure:33016: $? = 0
  2188. configure:33025: result: yes
  2189. configure:33034: checking GL/gl.h usability
  2190. configure:33034: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2191. configure:33034: $? = 0
  2192. configure:33034: result: yes
  2193. configure:33034: checking GL/gl.h presence
  2194. configure:33034: gcc -E conftest.c
  2195. configure:33034: $? = 0
  2196. configure:33034: result: yes
  2197. configure:33034: checking for GL/gl.h
  2198. configure:33034: result: yes
  2199. configure:33054: checking for gluSphere in -lGLU
  2200. configure:33079: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lGLU >&5
  2201. configure:33079: $? = 0
  2202. configure:33088: result: yes
  2203. configure:33097: checking GL/glu.h usability
  2204. configure:33097: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2205. configure:33097: $? = 0
  2206. configure:33097: result: yes
  2207. configure:33097: checking GL/glu.h presence
  2208. configure:33097: gcc -E conftest.c
  2209. configure:33097: $? = 0
  2210. configure:33097: result: yes
  2211. configure:33097: checking for GL/glu.h
  2212. configure:33097: result: yes
  2213. configure:33117: checking for glTexImage2D in -lGLESv2
  2214. configure:33142: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lGLESv2 >&5
  2215. configure:33142: $? = 0
  2216. configure:33151: result: yes
  2217. configure:33160: checking GLES2/gl2.h usability
  2218. configure:33160: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2219. configure:33160: $? = 0
  2220. configure:33160: result: yes
  2221. configure:33160: checking GLES2/gl2.h presence
  2222. configure:33160: gcc -E conftest.c
  2223. configure:33160: $? = 0
  2224. configure:33160: result: yes
  2225. configure:33160: checking for GLES2/gl2.h
  2226. configure:33160: result: yes
  2227. configure:33182: checking for WAYLAND_EGL
  2228. configure:33190: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.0 wayland-cursor >= 1.0 wayland-egl >= 9.0"
  2229. configure:33193: $? = 0
  2230. configure:33208: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.0 wayland-cursor >= 1.0 wayland-egl >= 9.0"
  2231. configure:33211: $? = 0
  2232. configure:33247: result: yes
  2233. configure:33259: checking for gnustep-config
  2234. configure:33292: result: no
  2235. configure:33315: checking for GNUstep
  2236. configure:33321: result: no
  2237. configure:33874: checking for GLeglImageOES
  2238. configure:33874: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2239. In file included from /usr/include/GL/gl.h:2059:0,
  2240. from /usr/include/GL/glu.h:38,
  2241. from conftest.c:73:
  2242. /usr/include/GL/glext.h:468:19: error: conflicting types for 'GLsizeiptr'
  2243. typedef ptrdiff_t GLsizeiptr;
  2244. ^
  2245. In file included from conftest.c:66:0:
  2246. /usr/include/GLES2/gl2.h:69:25: note: previous declaration of 'GLsizeiptr' was here
  2247. typedef khronos_ssize_t GLsizeiptr;
  2248. ^
  2249. In file included from /usr/include/GL/gl.h:2059:0,
  2250. from /usr/include/GL/glu.h:38,
  2251. from conftest.c:73:
  2252. /usr/include/GL/glext.h:469:19: error: conflicting types for 'GLintptr'
  2253. typedef ptrdiff_t GLintptr;
  2254. ^
  2255. In file included from conftest.c:66:0:
  2256. /usr/include/GLES2/gl2.h:70:26: note: previous declaration of 'GLintptr' was here
  2257. typedef khronos_intptr_t GLintptr;
  2258. ^
  2259. configure:33874: $? = 1
  2260. configure: failed program was:
  2261. | /* confdefs.h */
  2262. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2263. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2264. | #define PACKAGE_VERSION "1.3.0.1"
  2265. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2266. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2267. | #define PACKAGE_URL ""
  2268. | #define PACKAGE "gst-plugins-bad"
  2269. | #define VERSION "1.3.0.1"
  2270. | #define GST_API_VERSION "1.0"
  2271. | #define STDC_HEADERS 1
  2272. | #define HAVE_SYS_TYPES_H 1
  2273. | #define HAVE_SYS_STAT_H 1
  2274. | #define HAVE_STDLIB_H 1
  2275. | #define HAVE_STRING_H 1
  2276. | #define HAVE_MEMORY_H 1
  2277. | #define HAVE_STRINGS_H 1
  2278. | #define HAVE_INTTYPES_H 1
  2279. | #define HAVE_STDINT_H 1
  2280. | #define HAVE_UNISTD_H 1
  2281. | #define HAVE_DLFCN_H 1
  2282. | #define LT_OBJDIR ".libs/"
  2283. | #define ENABLE_NLS 1
  2284. | #define HAVE_GETTEXT 1
  2285. | #define HAVE_DCGETTEXT 1
  2286. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2287. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2288. | #define HAVE_VALGRIND 1
  2289. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2290. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2291. | #define HAVE_EXTERNAL /**/
  2292. | #define HAVE_CPU_I386 1
  2293. | #define HAVE_RDTSC 1
  2294. | #define HOST_CPU "i686"
  2295. | #define TARGET_CPU "i686"
  2296. | #define HAVE_DOWHILE_MACROS 1
  2297. | #define HAVE_STDLIB_H 1
  2298. | #define HAVE_UNISTD_H 1
  2299. | #define HAVE_SYS_PARAM_H 1
  2300. | #define HAVE_GETPAGESIZE 1
  2301. | #define HAVE_MMAP 1
  2302. | #define HAVE_UNISTD_H 1
  2303. | #define HAVE_SYS_TIME_H 1
  2304. | #define HAVE_PTHREAD_H 1
  2305. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2306. | #define HAVE_GMTIME_R 1
  2307. | #define HAVE_SYS_UTSNAME_H 1
  2308. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2309. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2310. | #define HAVE_X11 1
  2311. | #define HAVE_ORC 1
  2312. | #define GST_LICENSE "LGPL"
  2313. | #define LIBDIR "/opt/gnome2/lib"
  2314. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2315. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2316. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2317. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2318. | #define DEFAULT_AUDIOSRC "alsasrc"
  2319. | #define DEFAULT_VIDEOSINK "autovideosink"
  2320. | #define DEFAULT_VIDEOSRC "v4l2src"
  2321. | #define DEFAULT_VISUALIZER "goom"
  2322. | #define HAVE_SYS_SOCKET_H 1
  2323. | #define USE_EGL_X11 1
  2324. | /* end confdefs.h. */
  2325. |
  2326. | # include <GLES2/gl2.h>
  2327. | # include <GLES2/gl2ext.h>
  2328. |
  2329. | # if __APPLE__
  2330. | # include <OpenGL/OpenGL.h>
  2331. | # include <OpenGL/gl.h>
  2332. | # else
  2333. | # include <GL/glu.h>
  2334. | # include <GL/gl.h>
  2335. | # if __WIN32__ || _WIN32
  2336. | # include <GL/glext.h>
  2337. | # endif
  2338. | # endif
  2339. |
  2340. |
  2341. | int
  2342. | main ()
  2343. | {
  2344. | if (sizeof (GLeglImageOES))
  2345. | return 0;
  2346. | ;
  2347. | return 0;
  2348. | }
  2349. configure:33874: result: no
  2350. configure:33889: checking for GLchar
  2351. configure:33889: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2352. In file included from /usr/include/GL/gl.h:2059:0,
  2353. from /usr/include/GL/glu.h:38,
  2354. from conftest.c:73:
  2355. /usr/include/GL/glext.h:468:19: error: conflicting types for 'GLsizeiptr'
  2356. typedef ptrdiff_t GLsizeiptr;
  2357. ^
  2358. In file included from conftest.c:66:0:
  2359. /usr/include/GLES2/gl2.h:69:25: note: previous declaration of 'GLsizeiptr' was here
  2360. typedef khronos_ssize_t GLsizeiptr;
  2361. ^
  2362. In file included from /usr/include/GL/gl.h:2059:0,
  2363. from /usr/include/GL/glu.h:38,
  2364. from conftest.c:73:
  2365. /usr/include/GL/glext.h:469:19: error: conflicting types for 'GLintptr'
  2366. typedef ptrdiff_t GLintptr;
  2367. ^
  2368. In file included from conftest.c:66:0:
  2369. /usr/include/GLES2/gl2.h:70:26: note: previous declaration of 'GLintptr' was here
  2370. typedef khronos_intptr_t GLintptr;
  2371. ^
  2372. configure:33889: $? = 1
  2373. configure: failed program was:
  2374. | /* confdefs.h */
  2375. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2376. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2377. | #define PACKAGE_VERSION "1.3.0.1"
  2378. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2379. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2380. | #define PACKAGE_URL ""
  2381. | #define PACKAGE "gst-plugins-bad"
  2382. | #define VERSION "1.3.0.1"
  2383. | #define GST_API_VERSION "1.0"
  2384. | #define STDC_HEADERS 1
  2385. | #define HAVE_SYS_TYPES_H 1
  2386. | #define HAVE_SYS_STAT_H 1
  2387. | #define HAVE_STDLIB_H 1
  2388. | #define HAVE_STRING_H 1
  2389. | #define HAVE_MEMORY_H 1
  2390. | #define HAVE_STRINGS_H 1
  2391. | #define HAVE_INTTYPES_H 1
  2392. | #define HAVE_STDINT_H 1
  2393. | #define HAVE_UNISTD_H 1
  2394. | #define HAVE_DLFCN_H 1
  2395. | #define LT_OBJDIR ".libs/"
  2396. | #define ENABLE_NLS 1
  2397. | #define HAVE_GETTEXT 1
  2398. | #define HAVE_DCGETTEXT 1
  2399. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2400. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2401. | #define HAVE_VALGRIND 1
  2402. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2403. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2404. | #define HAVE_EXTERNAL /**/
  2405. | #define HAVE_CPU_I386 1
  2406. | #define HAVE_RDTSC 1
  2407. | #define HOST_CPU "i686"
  2408. | #define TARGET_CPU "i686"
  2409. | #define HAVE_DOWHILE_MACROS 1
  2410. | #define HAVE_STDLIB_H 1
  2411. | #define HAVE_UNISTD_H 1
  2412. | #define HAVE_SYS_PARAM_H 1
  2413. | #define HAVE_GETPAGESIZE 1
  2414. | #define HAVE_MMAP 1
  2415. | #define HAVE_UNISTD_H 1
  2416. | #define HAVE_SYS_TIME_H 1
  2417. | #define HAVE_PTHREAD_H 1
  2418. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2419. | #define HAVE_GMTIME_R 1
  2420. | #define HAVE_SYS_UTSNAME_H 1
  2421. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2422. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2423. | #define HAVE_X11 1
  2424. | #define HAVE_ORC 1
  2425. | #define GST_LICENSE "LGPL"
  2426. | #define LIBDIR "/opt/gnome2/lib"
  2427. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2428. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2429. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2430. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2431. | #define DEFAULT_AUDIOSRC "alsasrc"
  2432. | #define DEFAULT_VIDEOSINK "autovideosink"
  2433. | #define DEFAULT_VIDEOSRC "v4l2src"
  2434. | #define DEFAULT_VISUALIZER "goom"
  2435. | #define HAVE_SYS_SOCKET_H 1
  2436. | #define USE_EGL_X11 1
  2437. | /* end confdefs.h. */
  2438. |
  2439. | # include <GLES2/gl2.h>
  2440. | # include <GLES2/gl2ext.h>
  2441. |
  2442. | # if __APPLE__
  2443. | # include <OpenGL/OpenGL.h>
  2444. | # include <OpenGL/gl.h>
  2445. | # else
  2446. | # include <GL/glu.h>
  2447. | # include <GL/gl.h>
  2448. | # if __WIN32__ || _WIN32
  2449. | # include <GL/glext.h>
  2450. | # endif
  2451. | # endif
  2452. |
  2453. |
  2454. | int
  2455. | main ()
  2456. | {
  2457. | if (sizeof (GLchar))
  2458. | return 0;
  2459. | ;
  2460. | return 0;
  2461. | }
  2462. configure:33889: result: no
  2463. configure:33904: checking for GLsizeiptr
  2464. configure:33904: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2465. In file included from /usr/include/GL/gl.h:2059:0,
  2466. from /usr/include/GL/glu.h:38,
  2467. from conftest.c:73:
  2468. /usr/include/GL/glext.h:468:19: error: conflicting types for 'GLsizeiptr'
  2469. typedef ptrdiff_t GLsizeiptr;
  2470. ^
  2471. In file included from conftest.c:66:0:
  2472. /usr/include/GLES2/gl2.h:69:25: note: previous declaration of 'GLsizeiptr' was here
  2473. typedef khronos_ssize_t GLsizeiptr;
  2474. ^
  2475. In file included from /usr/include/GL/gl.h:2059:0,
  2476. from /usr/include/GL/glu.h:38,
  2477. from conftest.c:73:
  2478. /usr/include/GL/glext.h:469:19: error: conflicting types for 'GLintptr'
  2479. typedef ptrdiff_t GLintptr;
  2480. ^
  2481. In file included from conftest.c:66:0:
  2482. /usr/include/GLES2/gl2.h:70:26: note: previous declaration of 'GLintptr' was here
  2483. typedef khronos_intptr_t GLintptr;
  2484. ^
  2485. configure:33904: $? = 1
  2486. configure: failed program was:
  2487. | /* confdefs.h */
  2488. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2489. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2490. | #define PACKAGE_VERSION "1.3.0.1"
  2491. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2492. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2493. | #define PACKAGE_URL ""
  2494. | #define PACKAGE "gst-plugins-bad"
  2495. | #define VERSION "1.3.0.1"
  2496. | #define GST_API_VERSION "1.0"
  2497. | #define STDC_HEADERS 1
  2498. | #define HAVE_SYS_TYPES_H 1
  2499. | #define HAVE_SYS_STAT_H 1
  2500. | #define HAVE_STDLIB_H 1
  2501. | #define HAVE_STRING_H 1
  2502. | #define HAVE_MEMORY_H 1
  2503. | #define HAVE_STRINGS_H 1
  2504. | #define HAVE_INTTYPES_H 1
  2505. | #define HAVE_STDINT_H 1
  2506. | #define HAVE_UNISTD_H 1
  2507. | #define HAVE_DLFCN_H 1
  2508. | #define LT_OBJDIR ".libs/"
  2509. | #define ENABLE_NLS 1
  2510. | #define HAVE_GETTEXT 1
  2511. | #define HAVE_DCGETTEXT 1
  2512. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2513. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2514. | #define HAVE_VALGRIND 1
  2515. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2516. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2517. | #define HAVE_EXTERNAL /**/
  2518. | #define HAVE_CPU_I386 1
  2519. | #define HAVE_RDTSC 1
  2520. | #define HOST_CPU "i686"
  2521. | #define TARGET_CPU "i686"
  2522. | #define HAVE_DOWHILE_MACROS 1
  2523. | #define HAVE_STDLIB_H 1
  2524. | #define HAVE_UNISTD_H 1
  2525. | #define HAVE_SYS_PARAM_H 1
  2526. | #define HAVE_GETPAGESIZE 1
  2527. | #define HAVE_MMAP 1
  2528. | #define HAVE_UNISTD_H 1
  2529. | #define HAVE_SYS_TIME_H 1
  2530. | #define HAVE_PTHREAD_H 1
  2531. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2532. | #define HAVE_GMTIME_R 1
  2533. | #define HAVE_SYS_UTSNAME_H 1
  2534. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2535. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2536. | #define HAVE_X11 1
  2537. | #define HAVE_ORC 1
  2538. | #define GST_LICENSE "LGPL"
  2539. | #define LIBDIR "/opt/gnome2/lib"
  2540. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2541. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2542. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2543. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2544. | #define DEFAULT_AUDIOSRC "alsasrc"
  2545. | #define DEFAULT_VIDEOSINK "autovideosink"
  2546. | #define DEFAULT_VIDEOSRC "v4l2src"
  2547. | #define DEFAULT_VISUALIZER "goom"
  2548. | #define HAVE_SYS_SOCKET_H 1
  2549. | #define USE_EGL_X11 1
  2550. | /* end confdefs.h. */
  2551. |
  2552. | # include <GLES2/gl2.h>
  2553. | # include <GLES2/gl2ext.h>
  2554. |
  2555. | # if __APPLE__
  2556. | # include <OpenGL/OpenGL.h>
  2557. | # include <OpenGL/gl.h>
  2558. | # else
  2559. | # include <GL/glu.h>
  2560. | # include <GL/gl.h>
  2561. | # if __WIN32__ || _WIN32
  2562. | # include <GL/glext.h>
  2563. | # endif
  2564. | # endif
  2565. |
  2566. |
  2567. | int
  2568. | main ()
  2569. | {
  2570. | if (sizeof (GLsizeiptr))
  2571. | return 0;
  2572. | ;
  2573. | return 0;
  2574. | }
  2575. configure:33904: result: no
  2576. configure:33919: checking for GLintptr
  2577. configure:33919: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2578. In file included from /usr/include/GL/gl.h:2059:0,
  2579. from /usr/include/GL/glu.h:38,
  2580. from conftest.c:73:
  2581. /usr/include/GL/glext.h:468:19: error: conflicting types for 'GLsizeiptr'
  2582. typedef ptrdiff_t GLsizeiptr;
  2583. ^
  2584. In file included from conftest.c:66:0:
  2585. /usr/include/GLES2/gl2.h:69:25: note: previous declaration of 'GLsizeiptr' was here
  2586. typedef khronos_ssize_t GLsizeiptr;
  2587. ^
  2588. In file included from /usr/include/GL/gl.h:2059:0,
  2589. from /usr/include/GL/glu.h:38,
  2590. from conftest.c:73:
  2591. /usr/include/GL/glext.h:469:19: error: conflicting types for 'GLintptr'
  2592. typedef ptrdiff_t GLintptr;
  2593. ^
  2594. In file included from conftest.c:66:0:
  2595. /usr/include/GLES2/gl2.h:70:26: note: previous declaration of 'GLintptr' was here
  2596. typedef khronos_intptr_t GLintptr;
  2597. ^
  2598. configure:33919: $? = 1
  2599. configure: failed program was:
  2600. | /* confdefs.h */
  2601. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2602. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2603. | #define PACKAGE_VERSION "1.3.0.1"
  2604. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2605. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2606. | #define PACKAGE_URL ""
  2607. | #define PACKAGE "gst-plugins-bad"
  2608. | #define VERSION "1.3.0.1"
  2609. | #define GST_API_VERSION "1.0"
  2610. | #define STDC_HEADERS 1
  2611. | #define HAVE_SYS_TYPES_H 1
  2612. | #define HAVE_SYS_STAT_H 1
  2613. | #define HAVE_STDLIB_H 1
  2614. | #define HAVE_STRING_H 1
  2615. | #define HAVE_MEMORY_H 1
  2616. | #define HAVE_STRINGS_H 1
  2617. | #define HAVE_INTTYPES_H 1
  2618. | #define HAVE_STDINT_H 1
  2619. | #define HAVE_UNISTD_H 1
  2620. | #define HAVE_DLFCN_H 1
  2621. | #define LT_OBJDIR ".libs/"
  2622. | #define ENABLE_NLS 1
  2623. | #define HAVE_GETTEXT 1
  2624. | #define HAVE_DCGETTEXT 1
  2625. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2626. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2627. | #define HAVE_VALGRIND 1
  2628. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2629. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2630. | #define HAVE_EXTERNAL /**/
  2631. | #define HAVE_CPU_I386 1
  2632. | #define HAVE_RDTSC 1
  2633. | #define HOST_CPU "i686"
  2634. | #define TARGET_CPU "i686"
  2635. | #define HAVE_DOWHILE_MACROS 1
  2636. | #define HAVE_STDLIB_H 1
  2637. | #define HAVE_UNISTD_H 1
  2638. | #define HAVE_SYS_PARAM_H 1
  2639. | #define HAVE_GETPAGESIZE 1
  2640. | #define HAVE_MMAP 1
  2641. | #define HAVE_UNISTD_H 1
  2642. | #define HAVE_SYS_TIME_H 1
  2643. | #define HAVE_PTHREAD_H 1
  2644. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2645. | #define HAVE_GMTIME_R 1
  2646. | #define HAVE_SYS_UTSNAME_H 1
  2647. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2648. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2649. | #define HAVE_X11 1
  2650. | #define HAVE_ORC 1
  2651. | #define GST_LICENSE "LGPL"
  2652. | #define LIBDIR "/opt/gnome2/lib"
  2653. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2654. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2655. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2656. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2657. | #define DEFAULT_AUDIOSRC "alsasrc"
  2658. | #define DEFAULT_VIDEOSINK "autovideosink"
  2659. | #define DEFAULT_VIDEOSRC "v4l2src"
  2660. | #define DEFAULT_VISUALIZER "goom"
  2661. | #define HAVE_SYS_SOCKET_H 1
  2662. | #define USE_EGL_X11 1
  2663. | /* end confdefs.h. */
  2664. |
  2665. | # include <GLES2/gl2.h>
  2666. | # include <GLES2/gl2ext.h>
  2667. |
  2668. | # if __APPLE__
  2669. | # include <OpenGL/OpenGL.h>
  2670. | # include <OpenGL/gl.h>
  2671. | # else
  2672. | # include <GL/glu.h>
  2673. | # include <GL/gl.h>
  2674. | # if __WIN32__ || _WIN32
  2675. | # include <GL/glext.h>
  2676. | # endif
  2677. | # endif
  2678. |
  2679. |
  2680. | int
  2681. | main ()
  2682. | {
  2683. | if (sizeof (GLintptr))
  2684. | return 0;
  2685. | ;
  2686. | return 0;
  2687. | }
  2688. configure:33919: result: no
  2689. configure:33946: checking for LIBPNG
  2690. configure:33954: $PKG_CONFIG --exists --print-errors "libpng >= 1.0"
  2691. configure:33957: $? = 0
  2692. configure:33972: $PKG_CONFIG --exists --print-errors "libpng >= 1.0"
  2693. configure:33975: $? = 0
  2694. configure:34011: result: yes
  2695. configure:34042: checking for jpeg_set_defaults in -ljpeg-mmx
  2696. configure:34067: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ljpeg-mmx >&5
  2697. /usr/bin/ld: cannot find -ljpeg-mmx
  2698. collect2: error: ld returned 1 exit status
  2699. configure:34067: $? = 1
  2700. configure: failed program was:
  2701. | /* confdefs.h */
  2702. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2703. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2704. | #define PACKAGE_VERSION "1.3.0.1"
  2705. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2706. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2707. | #define PACKAGE_URL ""
  2708. | #define PACKAGE "gst-plugins-bad"
  2709. | #define VERSION "1.3.0.1"
  2710. | #define GST_API_VERSION "1.0"
  2711. | #define STDC_HEADERS 1
  2712. | #define HAVE_SYS_TYPES_H 1
  2713. | #define HAVE_SYS_STAT_H 1
  2714. | #define HAVE_STDLIB_H 1
  2715. | #define HAVE_STRING_H 1
  2716. | #define HAVE_MEMORY_H 1
  2717. | #define HAVE_STRINGS_H 1
  2718. | #define HAVE_INTTYPES_H 1
  2719. | #define HAVE_STDINT_H 1
  2720. | #define HAVE_UNISTD_H 1
  2721. | #define HAVE_DLFCN_H 1
  2722. | #define LT_OBJDIR ".libs/"
  2723. | #define ENABLE_NLS 1
  2724. | #define HAVE_GETTEXT 1
  2725. | #define HAVE_DCGETTEXT 1
  2726. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2727. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2728. | #define HAVE_VALGRIND 1
  2729. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2730. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2731. | #define HAVE_EXTERNAL /**/
  2732. | #define HAVE_CPU_I386 1
  2733. | #define HAVE_RDTSC 1
  2734. | #define HOST_CPU "i686"
  2735. | #define TARGET_CPU "i686"
  2736. | #define HAVE_DOWHILE_MACROS 1
  2737. | #define HAVE_STDLIB_H 1
  2738. | #define HAVE_UNISTD_H 1
  2739. | #define HAVE_SYS_PARAM_H 1
  2740. | #define HAVE_GETPAGESIZE 1
  2741. | #define HAVE_MMAP 1
  2742. | #define HAVE_UNISTD_H 1
  2743. | #define HAVE_SYS_TIME_H 1
  2744. | #define HAVE_PTHREAD_H 1
  2745. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2746. | #define HAVE_GMTIME_R 1
  2747. | #define HAVE_SYS_UTSNAME_H 1
  2748. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2749. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2750. | #define HAVE_X11 1
  2751. | #define HAVE_ORC 1
  2752. | #define GST_LICENSE "LGPL"
  2753. | #define LIBDIR "/opt/gnome2/lib"
  2754. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2755. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2756. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2757. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2758. | #define DEFAULT_AUDIOSRC "alsasrc"
  2759. | #define DEFAULT_VIDEOSINK "autovideosink"
  2760. | #define DEFAULT_VIDEOSRC "v4l2src"
  2761. | #define DEFAULT_VISUALIZER "goom"
  2762. | #define HAVE_SYS_SOCKET_H 1
  2763. | #define USE_EGL_X11 1
  2764. | #define HAVE_PNG 1
  2765. | /* end confdefs.h. */
  2766. |
  2767. | /* Override any GCC internal prototype to avoid an error.
  2768. | Use char because int might match the return type of a GCC
  2769. | builtin and then its argument prototype would still apply. */
  2770. | #ifdef __cplusplus
  2771. | extern "C"
  2772. | #endif
  2773. | char jpeg_set_defaults ();
  2774. | int
  2775. | main ()
  2776. | {
  2777. | return jpeg_set_defaults ();
  2778. | ;
  2779. | return 0;
  2780. | }
  2781. configure:34076: result: no
  2782. configure:34088: checking for jpeg_set_defaults in -ljpeg
  2783. configure:34113: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ljpeg >&5
  2784. configure:34113: $? = 0
  2785. configure:34122: result: yes
  2786. configure:34156: *** checking feature: DirectSound ***
  2787. configure:34160: *** for plug-ins: directsoundsrc ***
  2788. configure:34209: checking for DirectSound LDFLAGS
  2789. configure:34229: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ldsound -ldxerr9 -luser32 >&5
  2790. conftest.c:68:21: fatal error: windows.h: No such file or directory
  2791. #include <windows.h>
  2792. ^
  2793. compilation terminated.
  2794. configure:34229: $? = 1
  2795. configure: failed program was:
  2796. | /* confdefs.h */
  2797. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2798. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2799. | #define PACKAGE_VERSION "1.3.0.1"
  2800. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2801. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2802. | #define PACKAGE_URL ""
  2803. | #define PACKAGE "gst-plugins-bad"
  2804. | #define VERSION "1.3.0.1"
  2805. | #define GST_API_VERSION "1.0"
  2806. | #define STDC_HEADERS 1
  2807. | #define HAVE_SYS_TYPES_H 1
  2808. | #define HAVE_SYS_STAT_H 1
  2809. | #define HAVE_STDLIB_H 1
  2810. | #define HAVE_STRING_H 1
  2811. | #define HAVE_MEMORY_H 1
  2812. | #define HAVE_STRINGS_H 1
  2813. | #define HAVE_INTTYPES_H 1
  2814. | #define HAVE_STDINT_H 1
  2815. | #define HAVE_UNISTD_H 1
  2816. | #define HAVE_DLFCN_H 1
  2817. | #define LT_OBJDIR ".libs/"
  2818. | #define ENABLE_NLS 1
  2819. | #define HAVE_GETTEXT 1
  2820. | #define HAVE_DCGETTEXT 1
  2821. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2822. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2823. | #define HAVE_VALGRIND 1
  2824. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2825. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2826. | #define HAVE_EXTERNAL /**/
  2827. | #define HAVE_CPU_I386 1
  2828. | #define HAVE_RDTSC 1
  2829. | #define HOST_CPU "i686"
  2830. | #define TARGET_CPU "i686"
  2831. | #define HAVE_DOWHILE_MACROS 1
  2832. | #define HAVE_STDLIB_H 1
  2833. | #define HAVE_UNISTD_H 1
  2834. | #define HAVE_SYS_PARAM_H 1
  2835. | #define HAVE_GETPAGESIZE 1
  2836. | #define HAVE_MMAP 1
  2837. | #define HAVE_UNISTD_H 1
  2838. | #define HAVE_SYS_TIME_H 1
  2839. | #define HAVE_PTHREAD_H 1
  2840. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2841. | #define HAVE_GMTIME_R 1
  2842. | #define HAVE_SYS_UTSNAME_H 1
  2843. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2844. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2845. | #define HAVE_X11 1
  2846. | #define HAVE_ORC 1
  2847. | #define GST_LICENSE "LGPL"
  2848. | #define LIBDIR "/opt/gnome2/lib"
  2849. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2850. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2851. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2852. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2853. | #define DEFAULT_AUDIOSRC "alsasrc"
  2854. | #define DEFAULT_VIDEOSINK "autovideosink"
  2855. | #define DEFAULT_VIDEOSRC "v4l2src"
  2856. | #define DEFAULT_VISUALIZER "goom"
  2857. | #define HAVE_SYS_SOCKET_H 1
  2858. | #define USE_EGL_X11 1
  2859. | #define HAVE_PNG 1
  2860. | #define HAVE_JPEG 1
  2861. | /* end confdefs.h. */
  2862. |
  2863. | #include <windows.h>
  2864. | #include <dxerr9.h>
  2865. | #include <dsound.h>
  2866. |
  2867. | int
  2868. | main ()
  2869. | {
  2870. |
  2871. | DXGetErrorString9 (0);
  2872. | DirectSoundCreate(NULL, NULL, NULL);
  2873. |
  2874. | ;
  2875. | return 0;
  2876. | }
  2877. configure:34236: result: no
  2878. configure:34273: *** These plugins will not be built: directsoundsrc
  2879. configure:34291: *** checking feature: WASAPI plug-in ***
  2880. configure:34295: *** for plug-ins: wasapi ***
  2881. configure:34344: checking for WASAPI LDFLAGS
  2882. configure:34379: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lole32 -lwinmm -lksuser >&5
  2883. conftest.c:68:21: fatal error: windows.h: No such file or directory
  2884. #include <windows.h>
  2885. ^
  2886. compilation terminated.
  2887. configure:34379: $? = 1
  2888. configure: failed program was:
  2889. | /* confdefs.h */
  2890. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2891. | #define PACKAGE_TARNAME "gst-plugins-bad"
  2892. | #define PACKAGE_VERSION "1.3.0.1"
  2893. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  2894. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  2895. | #define PACKAGE_URL ""
  2896. | #define PACKAGE "gst-plugins-bad"
  2897. | #define VERSION "1.3.0.1"
  2898. | #define GST_API_VERSION "1.0"
  2899. | #define STDC_HEADERS 1
  2900. | #define HAVE_SYS_TYPES_H 1
  2901. | #define HAVE_SYS_STAT_H 1
  2902. | #define HAVE_STDLIB_H 1
  2903. | #define HAVE_STRING_H 1
  2904. | #define HAVE_MEMORY_H 1
  2905. | #define HAVE_STRINGS_H 1
  2906. | #define HAVE_INTTYPES_H 1
  2907. | #define HAVE_STDINT_H 1
  2908. | #define HAVE_UNISTD_H 1
  2909. | #define HAVE_DLFCN_H 1
  2910. | #define LT_OBJDIR ".libs/"
  2911. | #define ENABLE_NLS 1
  2912. | #define HAVE_GETTEXT 1
  2913. | #define HAVE_DCGETTEXT 1
  2914. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  2915. | #define LOCALEDIR "/opt/gnome2/share/locale"
  2916. | #define HAVE_VALGRIND 1
  2917. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  2918. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  2919. | #define HAVE_EXTERNAL /**/
  2920. | #define HAVE_CPU_I386 1
  2921. | #define HAVE_RDTSC 1
  2922. | #define HOST_CPU "i686"
  2923. | #define TARGET_CPU "i686"
  2924. | #define HAVE_DOWHILE_MACROS 1
  2925. | #define HAVE_STDLIB_H 1
  2926. | #define HAVE_UNISTD_H 1
  2927. | #define HAVE_SYS_PARAM_H 1
  2928. | #define HAVE_GETPAGESIZE 1
  2929. | #define HAVE_MMAP 1
  2930. | #define HAVE_UNISTD_H 1
  2931. | #define HAVE_SYS_TIME_H 1
  2932. | #define HAVE_PTHREAD_H 1
  2933. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  2934. | #define HAVE_GMTIME_R 1
  2935. | #define HAVE_SYS_UTSNAME_H 1
  2936. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  2937. | #define GIO_LIBDIR "/opt/gnome2/lib"
  2938. | #define HAVE_X11 1
  2939. | #define HAVE_ORC 1
  2940. | #define GST_LICENSE "LGPL"
  2941. | #define LIBDIR "/opt/gnome2/lib"
  2942. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  2943. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  2944. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  2945. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  2946. | #define DEFAULT_AUDIOSRC "alsasrc"
  2947. | #define DEFAULT_VIDEOSINK "autovideosink"
  2948. | #define DEFAULT_VIDEOSRC "v4l2src"
  2949. | #define DEFAULT_VISUALIZER "goom"
  2950. | #define HAVE_SYS_SOCKET_H 1
  2951. | #define USE_EGL_X11 1
  2952. | #define HAVE_PNG 1
  2953. | #define HAVE_JPEG 1
  2954. | /* end confdefs.h. */
  2955. |
  2956. | #include <windows.h>
  2957. | #include <stdio.h>
  2958. | #include <mmsystem.h>
  2959. | #include <mmdeviceapi.h>
  2960. |
  2961. | int
  2962. | main ()
  2963. | {
  2964. |
  2965. | int main ()
  2966. | {
  2967. | HRESULT hr = S_OK;
  2968. |
  2969. | hr = CoInitialize(NULL);
  2970. | if (FAILED(hr)) {
  2971. | printf("CoInitialize failed: hr = 0x%08x", hr);
  2972. | return __LINE__;
  2973. | }
  2974. |
  2975. | int result = 0;
  2976. | // result = do_everything(argc, argv);
  2977. |
  2978. | CoUninitialize();
  2979. | return result;
  2980. | }
  2981. |
  2982. | ;
  2983. | return 0;
  2984. | }
  2985. configure:34386: result: no
  2986. configure:34421: *** These plugins will not be built: wasapi
  2987. configure:34439: *** checking feature: Direct3D plug-in ***
  2988. configure:34443: *** for plug-ins: direct3dsink ***
  2989. configure:34492: checking for Direct3D LDFLAGS
  2990. configure:34510: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ld3d9 -lgdi32 >&5
  2991. conftest.c:68:21: fatal error: windows.h: No such file or directory
  2992. #include <windows.h>
  2993. ^
  2994. compilation terminated.
  2995. configure:34510: $? = 1
  2996. configure: failed program was:
  2997. | /* confdefs.h */
  2998. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  2999. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3000. | #define PACKAGE_VERSION "1.3.0.1"
  3001. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3002. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3003. | #define PACKAGE_URL ""
  3004. | #define PACKAGE "gst-plugins-bad"
  3005. | #define VERSION "1.3.0.1"
  3006. | #define GST_API_VERSION "1.0"
  3007. | #define STDC_HEADERS 1
  3008. | #define HAVE_SYS_TYPES_H 1
  3009. | #define HAVE_SYS_STAT_H 1
  3010. | #define HAVE_STDLIB_H 1
  3011. | #define HAVE_STRING_H 1
  3012. | #define HAVE_MEMORY_H 1
  3013. | #define HAVE_STRINGS_H 1
  3014. | #define HAVE_INTTYPES_H 1
  3015. | #define HAVE_STDINT_H 1
  3016. | #define HAVE_UNISTD_H 1
  3017. | #define HAVE_DLFCN_H 1
  3018. | #define LT_OBJDIR ".libs/"
  3019. | #define ENABLE_NLS 1
  3020. | #define HAVE_GETTEXT 1
  3021. | #define HAVE_DCGETTEXT 1
  3022. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3023. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3024. | #define HAVE_VALGRIND 1
  3025. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3026. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3027. | #define HAVE_EXTERNAL /**/
  3028. | #define HAVE_CPU_I386 1
  3029. | #define HAVE_RDTSC 1
  3030. | #define HOST_CPU "i686"
  3031. | #define TARGET_CPU "i686"
  3032. | #define HAVE_DOWHILE_MACROS 1
  3033. | #define HAVE_STDLIB_H 1
  3034. | #define HAVE_UNISTD_H 1
  3035. | #define HAVE_SYS_PARAM_H 1
  3036. | #define HAVE_GETPAGESIZE 1
  3037. | #define HAVE_MMAP 1
  3038. | #define HAVE_UNISTD_H 1
  3039. | #define HAVE_SYS_TIME_H 1
  3040. | #define HAVE_PTHREAD_H 1
  3041. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3042. | #define HAVE_GMTIME_R 1
  3043. | #define HAVE_SYS_UTSNAME_H 1
  3044. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3045. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3046. | #define HAVE_X11 1
  3047. | #define HAVE_ORC 1
  3048. | #define GST_LICENSE "LGPL"
  3049. | #define LIBDIR "/opt/gnome2/lib"
  3050. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3051. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3052. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3053. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3054. | #define DEFAULT_AUDIOSRC "alsasrc"
  3055. | #define DEFAULT_VIDEOSINK "autovideosink"
  3056. | #define DEFAULT_VIDEOSRC "v4l2src"
  3057. | #define DEFAULT_VISUALIZER "goom"
  3058. | #define HAVE_SYS_SOCKET_H 1
  3059. | #define USE_EGL_X11 1
  3060. | #define HAVE_PNG 1
  3061. | #define HAVE_JPEG 1
  3062. | /* end confdefs.h. */
  3063. |
  3064. | #include <windows.h>
  3065. | #include <d3d9.h>
  3066. |
  3067. | int
  3068. | main ()
  3069. | {
  3070. |
  3071. | Direct3DCreate9(D3D_SDK_VERSION);
  3072. |
  3073. | ;
  3074. | return 0;
  3075. | }
  3076. configure:34517: result: no
  3077. configure:34552: *** These plugins will not be built: direct3dsink
  3078. configure:34570: *** checking feature: DirectDraw plug-in ***
  3079. configure:34574: *** for plug-ins: directdrawsink ***
  3080. configure:34601: WARNING: *** directdrawsink not ported
  3081. configure:34686: *** These plugins will not be built: directdrawsink
  3082. configure:34704: *** checking feature: winscreencap plug-in ***
  3083. configure:34708: *** for plug-ins: winscreencap ***
  3084. configure:34757: checking for Direct3D LDFLAGS
  3085. configure:34775: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ld3d9 -lgdi32 >&5
  3086. conftest.c:68:21: fatal error: windows.h: No such file or directory
  3087. #include <windows.h>
  3088. ^
  3089. compilation terminated.
  3090. configure:34775: $? = 1
  3091. configure: failed program was:
  3092. | /* confdefs.h */
  3093. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3094. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3095. | #define PACKAGE_VERSION "1.3.0.1"
  3096. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3097. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3098. | #define PACKAGE_URL ""
  3099. | #define PACKAGE "gst-plugins-bad"
  3100. | #define VERSION "1.3.0.1"
  3101. | #define GST_API_VERSION "1.0"
  3102. | #define STDC_HEADERS 1
  3103. | #define HAVE_SYS_TYPES_H 1
  3104. | #define HAVE_SYS_STAT_H 1
  3105. | #define HAVE_STDLIB_H 1
  3106. | #define HAVE_STRING_H 1
  3107. | #define HAVE_MEMORY_H 1
  3108. | #define HAVE_STRINGS_H 1
  3109. | #define HAVE_INTTYPES_H 1
  3110. | #define HAVE_STDINT_H 1
  3111. | #define HAVE_UNISTD_H 1
  3112. | #define HAVE_DLFCN_H 1
  3113. | #define LT_OBJDIR ".libs/"
  3114. | #define ENABLE_NLS 1
  3115. | #define HAVE_GETTEXT 1
  3116. | #define HAVE_DCGETTEXT 1
  3117. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3118. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3119. | #define HAVE_VALGRIND 1
  3120. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3121. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3122. | #define HAVE_EXTERNAL /**/
  3123. | #define HAVE_CPU_I386 1
  3124. | #define HAVE_RDTSC 1
  3125. | #define HOST_CPU "i686"
  3126. | #define TARGET_CPU "i686"
  3127. | #define HAVE_DOWHILE_MACROS 1
  3128. | #define HAVE_STDLIB_H 1
  3129. | #define HAVE_UNISTD_H 1
  3130. | #define HAVE_SYS_PARAM_H 1
  3131. | #define HAVE_GETPAGESIZE 1
  3132. | #define HAVE_MMAP 1
  3133. | #define HAVE_UNISTD_H 1
  3134. | #define HAVE_SYS_TIME_H 1
  3135. | #define HAVE_PTHREAD_H 1
  3136. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3137. | #define HAVE_GMTIME_R 1
  3138. | #define HAVE_SYS_UTSNAME_H 1
  3139. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3140. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3141. | #define HAVE_X11 1
  3142. | #define HAVE_ORC 1
  3143. | #define GST_LICENSE "LGPL"
  3144. | #define LIBDIR "/opt/gnome2/lib"
  3145. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3146. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3147. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3148. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3149. | #define DEFAULT_AUDIOSRC "alsasrc"
  3150. | #define DEFAULT_VIDEOSINK "autovideosink"
  3151. | #define DEFAULT_VIDEOSRC "v4l2src"
  3152. | #define DEFAULT_VISUALIZER "goom"
  3153. | #define HAVE_SYS_SOCKET_H 1
  3154. | #define USE_EGL_X11 1
  3155. | #define HAVE_PNG 1
  3156. | #define HAVE_JPEG 1
  3157. | /* end confdefs.h. */
  3158. |
  3159. | #include <windows.h>
  3160. | #include <d3d9.h>
  3161. |
  3162. | int
  3163. | main ()
  3164. | {
  3165. |
  3166. | Direct3DCreate9(D3D_SDK_VERSION);
  3167. |
  3168. | ;
  3169. | return 0;
  3170. | }
  3171. configure:34782: result: no
  3172. configure:34817: *** These plugins will not be built: winscreencap
  3173. configure:34835: *** checking feature: Winks plug-in ***
  3174. configure:34839: *** for plug-ins: winks ***
  3175. configure:34888: checking for Winks LDFLAGS
  3176. configure:34914: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lole32 -luuid -lstrmiids >&5
  3177. conftest.c:68:21: fatal error: windows.h: No such file or directory
  3178. #include <windows.h>
  3179. ^
  3180. compilation terminated.
  3181. configure:34914: $? = 1
  3182. configure: failed program was:
  3183. | /* confdefs.h */
  3184. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3185. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3186. | #define PACKAGE_VERSION "1.3.0.1"
  3187. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3188. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3189. | #define PACKAGE_URL ""
  3190. | #define PACKAGE "gst-plugins-bad"
  3191. | #define VERSION "1.3.0.1"
  3192. | #define GST_API_VERSION "1.0"
  3193. | #define STDC_HEADERS 1
  3194. | #define HAVE_SYS_TYPES_H 1
  3195. | #define HAVE_SYS_STAT_H 1
  3196. | #define HAVE_STDLIB_H 1
  3197. | #define HAVE_STRING_H 1
  3198. | #define HAVE_MEMORY_H 1
  3199. | #define HAVE_STRINGS_H 1
  3200. | #define HAVE_INTTYPES_H 1
  3201. | #define HAVE_STDINT_H 1
  3202. | #define HAVE_UNISTD_H 1
  3203. | #define HAVE_DLFCN_H 1
  3204. | #define LT_OBJDIR ".libs/"
  3205. | #define ENABLE_NLS 1
  3206. | #define HAVE_GETTEXT 1
  3207. | #define HAVE_DCGETTEXT 1
  3208. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3209. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3210. | #define HAVE_VALGRIND 1
  3211. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3212. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3213. | #define HAVE_EXTERNAL /**/
  3214. | #define HAVE_CPU_I386 1
  3215. | #define HAVE_RDTSC 1
  3216. | #define HOST_CPU "i686"
  3217. | #define TARGET_CPU "i686"
  3218. | #define HAVE_DOWHILE_MACROS 1
  3219. | #define HAVE_STDLIB_H 1
  3220. | #define HAVE_UNISTD_H 1
  3221. | #define HAVE_SYS_PARAM_H 1
  3222. | #define HAVE_GETPAGESIZE 1
  3223. | #define HAVE_MMAP 1
  3224. | #define HAVE_UNISTD_H 1
  3225. | #define HAVE_SYS_TIME_H 1
  3226. | #define HAVE_PTHREAD_H 1
  3227. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3228. | #define HAVE_GMTIME_R 1
  3229. | #define HAVE_SYS_UTSNAME_H 1
  3230. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3231. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3232. | #define HAVE_X11 1
  3233. | #define HAVE_ORC 1
  3234. | #define GST_LICENSE "LGPL"
  3235. | #define LIBDIR "/opt/gnome2/lib"
  3236. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3237. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3238. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3239. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3240. | #define DEFAULT_AUDIOSRC "alsasrc"
  3241. | #define DEFAULT_VIDEOSINK "autovideosink"
  3242. | #define DEFAULT_VIDEOSRC "v4l2src"
  3243. | #define DEFAULT_VISUALIZER "goom"
  3244. | #define HAVE_SYS_SOCKET_H 1
  3245. | #define USE_EGL_X11 1
  3246. | #define HAVE_PNG 1
  3247. | #define HAVE_JPEG 1
  3248. | /* end confdefs.h. */
  3249. |
  3250. | #include <windows.h>
  3251. | #include <strmif.h>
  3252. | #include <uuids.h>
  3253. |
  3254. | int
  3255. | main ()
  3256. | {
  3257. |
  3258. | int main () {
  3259. | IGraphBuilder *pGraph = NULL;
  3260. | HRESULT hr = CoInitialize(NULL);
  3261. | hr = CoCreateInstance(&CLSID_FilterGraph, NULL, CLSCTX_INPROC_SERVER,
  3262. | &IID_IGraphBuilder, (void **)&pGraph);
  3263. |
  3264. | return 0;
  3265. | }
  3266. |
  3267. | ;
  3268. | return 0;
  3269. | }
  3270. configure:34921: result: no
  3271. configure:34958: *** These plugins will not be built: winks
  3272. configure:34977: *** checking feature: Android Media ***
  3273. configure:34981: *** for plug-ins: androidmedia ***
  3274. configure:35062: *** These plugins will not be built: androidmedia
  3275. configure:35081: *** checking feature: Apple video ***
  3276. configure:35085: *** for plug-ins: applemedia ***
  3277. configure:35127: checking SystemConfiguration/SystemConfiguration.h usability
  3278. configure:35127: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3279. conftest.c:100:53: fatal error: SystemConfiguration/SystemConfiguration.h: No such file or directory
  3280. #include <SystemConfiguration/SystemConfiguration.h>
  3281. ^
  3282. compilation terminated.
  3283. configure:35127: $? = 1
  3284. configure: failed program was:
  3285. | /* confdefs.h */
  3286. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3287. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3288. | #define PACKAGE_VERSION "1.3.0.1"
  3289. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3290. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3291. | #define PACKAGE_URL ""
  3292. | #define PACKAGE "gst-plugins-bad"
  3293. | #define VERSION "1.3.0.1"
  3294. | #define GST_API_VERSION "1.0"
  3295. | #define STDC_HEADERS 1
  3296. | #define HAVE_SYS_TYPES_H 1
  3297. | #define HAVE_SYS_STAT_H 1
  3298. | #define HAVE_STDLIB_H 1
  3299. | #define HAVE_STRING_H 1
  3300. | #define HAVE_MEMORY_H 1
  3301. | #define HAVE_STRINGS_H 1
  3302. | #define HAVE_INTTYPES_H 1
  3303. | #define HAVE_STDINT_H 1
  3304. | #define HAVE_UNISTD_H 1
  3305. | #define HAVE_DLFCN_H 1
  3306. | #define LT_OBJDIR ".libs/"
  3307. | #define ENABLE_NLS 1
  3308. | #define HAVE_GETTEXT 1
  3309. | #define HAVE_DCGETTEXT 1
  3310. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3311. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3312. | #define HAVE_VALGRIND 1
  3313. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3314. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3315. | #define HAVE_EXTERNAL /**/
  3316. | #define HAVE_CPU_I386 1
  3317. | #define HAVE_RDTSC 1
  3318. | #define HOST_CPU "i686"
  3319. | #define TARGET_CPU "i686"
  3320. | #define HAVE_DOWHILE_MACROS 1
  3321. | #define HAVE_STDLIB_H 1
  3322. | #define HAVE_UNISTD_H 1
  3323. | #define HAVE_SYS_PARAM_H 1
  3324. | #define HAVE_GETPAGESIZE 1
  3325. | #define HAVE_MMAP 1
  3326. | #define HAVE_UNISTD_H 1
  3327. | #define HAVE_SYS_TIME_H 1
  3328. | #define HAVE_PTHREAD_H 1
  3329. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3330. | #define HAVE_GMTIME_R 1
  3331. | #define HAVE_SYS_UTSNAME_H 1
  3332. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3333. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3334. | #define HAVE_X11 1
  3335. | #define HAVE_ORC 1
  3336. | #define GST_LICENSE "LGPL"
  3337. | #define LIBDIR "/opt/gnome2/lib"
  3338. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3339. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3340. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3341. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3342. | #define DEFAULT_AUDIOSRC "alsasrc"
  3343. | #define DEFAULT_VIDEOSINK "autovideosink"
  3344. | #define DEFAULT_VIDEOSRC "v4l2src"
  3345. | #define DEFAULT_VISUALIZER "goom"
  3346. | #define HAVE_SYS_SOCKET_H 1
  3347. | #define USE_EGL_X11 1
  3348. | #define HAVE_PNG 1
  3349. | #define HAVE_JPEG 1
  3350. | /* end confdefs.h. */
  3351. | #include <stdio.h>
  3352. | #ifdef HAVE_SYS_TYPES_H
  3353. | # include <sys/types.h>
  3354. | #endif
  3355. | #ifdef HAVE_SYS_STAT_H
  3356. | # include <sys/stat.h>
  3357. | #endif
  3358. | #ifdef STDC_HEADERS
  3359. | # include <stdlib.h>
  3360. | # include <stddef.h>
  3361. | #else
  3362. | # ifdef HAVE_STDLIB_H
  3363. | # include <stdlib.h>
  3364. | # endif
  3365. | #endif
  3366. | #ifdef HAVE_STRING_H
  3367. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3368. | # include <memory.h>
  3369. | # endif
  3370. | # include <string.h>
  3371. | #endif
  3372. | #ifdef HAVE_STRINGS_H
  3373. | # include <strings.h>
  3374. | #endif
  3375. | #ifdef HAVE_INTTYPES_H
  3376. | # include <inttypes.h>
  3377. | #endif
  3378. | #ifdef HAVE_STDINT_H
  3379. | # include <stdint.h>
  3380. | #endif
  3381. | #ifdef HAVE_UNISTD_H
  3382. | # include <unistd.h>
  3383. | #endif
  3384. | #include <SystemConfiguration/SystemConfiguration.h>
  3385. configure:35127: result: no
  3386. configure:35127: checking SystemConfiguration/SystemConfiguration.h presence
  3387. configure:35127: gcc -E conftest.c
  3388. conftest.c:67:53: fatal error: SystemConfiguration/SystemConfiguration.h: No such file or directory
  3389. #include <SystemConfiguration/SystemConfiguration.h>
  3390. ^
  3391. compilation terminated.
  3392. configure:35127: $? = 1
  3393. configure: failed program was:
  3394. | /* confdefs.h */
  3395. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3396. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3397. | #define PACKAGE_VERSION "1.3.0.1"
  3398. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3399. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3400. | #define PACKAGE_URL ""
  3401. | #define PACKAGE "gst-plugins-bad"
  3402. | #define VERSION "1.3.0.1"
  3403. | #define GST_API_VERSION "1.0"
  3404. | #define STDC_HEADERS 1
  3405. | #define HAVE_SYS_TYPES_H 1
  3406. | #define HAVE_SYS_STAT_H 1
  3407. | #define HAVE_STDLIB_H 1
  3408. | #define HAVE_STRING_H 1
  3409. | #define HAVE_MEMORY_H 1
  3410. | #define HAVE_STRINGS_H 1
  3411. | #define HAVE_INTTYPES_H 1
  3412. | #define HAVE_STDINT_H 1
  3413. | #define HAVE_UNISTD_H 1
  3414. | #define HAVE_DLFCN_H 1
  3415. | #define LT_OBJDIR ".libs/"
  3416. | #define ENABLE_NLS 1
  3417. | #define HAVE_GETTEXT 1
  3418. | #define HAVE_DCGETTEXT 1
  3419. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3420. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3421. | #define HAVE_VALGRIND 1
  3422. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3423. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3424. | #define HAVE_EXTERNAL /**/
  3425. | #define HAVE_CPU_I386 1
  3426. | #define HAVE_RDTSC 1
  3427. | #define HOST_CPU "i686"
  3428. | #define TARGET_CPU "i686"
  3429. | #define HAVE_DOWHILE_MACROS 1
  3430. | #define HAVE_STDLIB_H 1
  3431. | #define HAVE_UNISTD_H 1
  3432. | #define HAVE_SYS_PARAM_H 1
  3433. | #define HAVE_GETPAGESIZE 1
  3434. | #define HAVE_MMAP 1
  3435. | #define HAVE_UNISTD_H 1
  3436. | #define HAVE_SYS_TIME_H 1
  3437. | #define HAVE_PTHREAD_H 1
  3438. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3439. | #define HAVE_GMTIME_R 1
  3440. | #define HAVE_SYS_UTSNAME_H 1
  3441. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3442. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3443. | #define HAVE_X11 1
  3444. | #define HAVE_ORC 1
  3445. | #define GST_LICENSE "LGPL"
  3446. | #define LIBDIR "/opt/gnome2/lib"
  3447. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3448. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3449. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3450. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3451. | #define DEFAULT_AUDIOSRC "alsasrc"
  3452. | #define DEFAULT_VIDEOSINK "autovideosink"
  3453. | #define DEFAULT_VIDEOSRC "v4l2src"
  3454. | #define DEFAULT_VISUALIZER "goom"
  3455. | #define HAVE_SYS_SOCKET_H 1
  3456. | #define USE_EGL_X11 1
  3457. | #define HAVE_PNG 1
  3458. | #define HAVE_JPEG 1
  3459. | /* end confdefs.h. */
  3460. | #include <SystemConfiguration/SystemConfiguration.h>
  3461. configure:35127: result: no
  3462. configure:35127: checking for SystemConfiguration/SystemConfiguration.h
  3463. configure:35127: result: no
  3464. configure:35136: checking VideoToolbox/VideoToolbox.h usability
  3465. configure:35136: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3466. conftest.c:100:39: fatal error: VideoToolbox/VideoToolbox.h: No such file or directory
  3467. #include <VideoToolbox/VideoToolbox.h>
  3468. ^
  3469. compilation terminated.
  3470. configure:35136: $? = 1
  3471. configure: failed program was:
  3472. | /* confdefs.h */
  3473. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3474. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3475. | #define PACKAGE_VERSION "1.3.0.1"
  3476. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3477. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3478. | #define PACKAGE_URL ""
  3479. | #define PACKAGE "gst-plugins-bad"
  3480. | #define VERSION "1.3.0.1"
  3481. | #define GST_API_VERSION "1.0"
  3482. | #define STDC_HEADERS 1
  3483. | #define HAVE_SYS_TYPES_H 1
  3484. | #define HAVE_SYS_STAT_H 1
  3485. | #define HAVE_STDLIB_H 1
  3486. | #define HAVE_STRING_H 1
  3487. | #define HAVE_MEMORY_H 1
  3488. | #define HAVE_STRINGS_H 1
  3489. | #define HAVE_INTTYPES_H 1
  3490. | #define HAVE_STDINT_H 1
  3491. | #define HAVE_UNISTD_H 1
  3492. | #define HAVE_DLFCN_H 1
  3493. | #define LT_OBJDIR ".libs/"
  3494. | #define ENABLE_NLS 1
  3495. | #define HAVE_GETTEXT 1
  3496. | #define HAVE_DCGETTEXT 1
  3497. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3498. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3499. | #define HAVE_VALGRIND 1
  3500. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3501. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3502. | #define HAVE_EXTERNAL /**/
  3503. | #define HAVE_CPU_I386 1
  3504. | #define HAVE_RDTSC 1
  3505. | #define HOST_CPU "i686"
  3506. | #define TARGET_CPU "i686"
  3507. | #define HAVE_DOWHILE_MACROS 1
  3508. | #define HAVE_STDLIB_H 1
  3509. | #define HAVE_UNISTD_H 1
  3510. | #define HAVE_SYS_PARAM_H 1
  3511. | #define HAVE_GETPAGESIZE 1
  3512. | #define HAVE_MMAP 1
  3513. | #define HAVE_UNISTD_H 1
  3514. | #define HAVE_SYS_TIME_H 1
  3515. | #define HAVE_PTHREAD_H 1
  3516. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3517. | #define HAVE_GMTIME_R 1
  3518. | #define HAVE_SYS_UTSNAME_H 1
  3519. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3520. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3521. | #define HAVE_X11 1
  3522. | #define HAVE_ORC 1
  3523. | #define GST_LICENSE "LGPL"
  3524. | #define LIBDIR "/opt/gnome2/lib"
  3525. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3526. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3527. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3528. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3529. | #define DEFAULT_AUDIOSRC "alsasrc"
  3530. | #define DEFAULT_VIDEOSINK "autovideosink"
  3531. | #define DEFAULT_VIDEOSRC "v4l2src"
  3532. | #define DEFAULT_VISUALIZER "goom"
  3533. | #define HAVE_SYS_SOCKET_H 1
  3534. | #define USE_EGL_X11 1
  3535. | #define HAVE_PNG 1
  3536. | #define HAVE_JPEG 1
  3537. | /* end confdefs.h. */
  3538. | #include <stdio.h>
  3539. | #ifdef HAVE_SYS_TYPES_H
  3540. | # include <sys/types.h>
  3541. | #endif
  3542. | #ifdef HAVE_SYS_STAT_H
  3543. | # include <sys/stat.h>
  3544. | #endif
  3545. | #ifdef STDC_HEADERS
  3546. | # include <stdlib.h>
  3547. | # include <stddef.h>
  3548. | #else
  3549. | # ifdef HAVE_STDLIB_H
  3550. | # include <stdlib.h>
  3551. | # endif
  3552. | #endif
  3553. | #ifdef HAVE_STRING_H
  3554. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3555. | # include <memory.h>
  3556. | # endif
  3557. | # include <string.h>
  3558. | #endif
  3559. | #ifdef HAVE_STRINGS_H
  3560. | # include <strings.h>
  3561. | #endif
  3562. | #ifdef HAVE_INTTYPES_H
  3563. | # include <inttypes.h>
  3564. | #endif
  3565. | #ifdef HAVE_STDINT_H
  3566. | # include <stdint.h>
  3567. | #endif
  3568. | #ifdef HAVE_UNISTD_H
  3569. | # include <unistd.h>
  3570. | #endif
  3571. | #include <VideoToolbox/VideoToolbox.h>
  3572. configure:35136: result: no
  3573. configure:35136: checking VideoToolbox/VideoToolbox.h presence
  3574. configure:35136: gcc -E conftest.c
  3575. conftest.c:67:39: fatal error: VideoToolbox/VideoToolbox.h: No such file or directory
  3576. #include <VideoToolbox/VideoToolbox.h>
  3577. ^
  3578. compilation terminated.
  3579. configure:35136: $? = 1
  3580. configure: failed program was:
  3581. | /* confdefs.h */
  3582. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3583. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3584. | #define PACKAGE_VERSION "1.3.0.1"
  3585. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3586. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3587. | #define PACKAGE_URL ""
  3588. | #define PACKAGE "gst-plugins-bad"
  3589. | #define VERSION "1.3.0.1"
  3590. | #define GST_API_VERSION "1.0"
  3591. | #define STDC_HEADERS 1
  3592. | #define HAVE_SYS_TYPES_H 1
  3593. | #define HAVE_SYS_STAT_H 1
  3594. | #define HAVE_STDLIB_H 1
  3595. | #define HAVE_STRING_H 1
  3596. | #define HAVE_MEMORY_H 1
  3597. | #define HAVE_STRINGS_H 1
  3598. | #define HAVE_INTTYPES_H 1
  3599. | #define HAVE_STDINT_H 1
  3600. | #define HAVE_UNISTD_H 1
  3601. | #define HAVE_DLFCN_H 1
  3602. | #define LT_OBJDIR ".libs/"
  3603. | #define ENABLE_NLS 1
  3604. | #define HAVE_GETTEXT 1
  3605. | #define HAVE_DCGETTEXT 1
  3606. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3607. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3608. | #define HAVE_VALGRIND 1
  3609. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3610. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3611. | #define HAVE_EXTERNAL /**/
  3612. | #define HAVE_CPU_I386 1
  3613. | #define HAVE_RDTSC 1
  3614. | #define HOST_CPU "i686"
  3615. | #define TARGET_CPU "i686"
  3616. | #define HAVE_DOWHILE_MACROS 1
  3617. | #define HAVE_STDLIB_H 1
  3618. | #define HAVE_UNISTD_H 1
  3619. | #define HAVE_SYS_PARAM_H 1
  3620. | #define HAVE_GETPAGESIZE 1
  3621. | #define HAVE_MMAP 1
  3622. | #define HAVE_UNISTD_H 1
  3623. | #define HAVE_SYS_TIME_H 1
  3624. | #define HAVE_PTHREAD_H 1
  3625. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3626. | #define HAVE_GMTIME_R 1
  3627. | #define HAVE_SYS_UTSNAME_H 1
  3628. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3629. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3630. | #define HAVE_X11 1
  3631. | #define HAVE_ORC 1
  3632. | #define GST_LICENSE "LGPL"
  3633. | #define LIBDIR "/opt/gnome2/lib"
  3634. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3635. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3636. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3637. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3638. | #define DEFAULT_AUDIOSRC "alsasrc"
  3639. | #define DEFAULT_VIDEOSINK "autovideosink"
  3640. | #define DEFAULT_VIDEOSRC "v4l2src"
  3641. | #define DEFAULT_VISUALIZER "goom"
  3642. | #define HAVE_SYS_SOCKET_H 1
  3643. | #define USE_EGL_X11 1
  3644. | #define HAVE_PNG 1
  3645. | #define HAVE_JPEG 1
  3646. | /* end confdefs.h. */
  3647. | #include <VideoToolbox/VideoToolbox.h>
  3648. configure:35136: result: no
  3649. configure:35136: checking for VideoToolbox/VideoToolbox.h
  3650. configure:35136: result: no
  3651. configure:35169: *** These plugins will not be built: applemedia
  3652. configure:35195: *** checking feature: Bluez ***
  3653. configure:35199: *** for plug-ins: bluez ***
  3654. configure:35243: checking for BLUEZ
  3655. configure:35251: $PKG_CONFIG --exists --print-errors "bluez < 5.0"
  3656. Requested 'bluez < 5.0' but version of BlueZ is 5.6
  3657. configure:35254: $? = 1
  3658. configure:35269: $PKG_CONFIG --exists --print-errors "bluez < 5.0"
  3659. Requested 'bluez < 5.0' but version of BlueZ is 5.6
  3660. configure:35272: $? = 1
  3661. Requested 'bluez < 5.0' but version of BlueZ is 5.6
  3662. configure:35300: result: no
  3663. configure:35412: *** These plugins will not be built: bluez
  3664. configure:35431: *** checking feature: OSX video ***
  3665. configure:35435: *** for plug-ins: osxvideosrc ***
  3666. configure:35462: WARNING: *** osxvideosrc not ported
  3667. configure:35509: *** These plugins will not be built: osxvideosrc
  3668. configure:35535: *** checking feature: AVC Video Services ***
  3669. configure:35539: *** for plug-ins: avcsrc ***
  3670. configure:35602: g++ -o conftest -framework AVCVideoServices -framework CoreFoundation -L/opt/gnome2/lib conftest.cpp -framework AVCVideoServices -framework CoreFoundation >&5
  3671. g++: error: AVCVideoServices: No such file or directory
  3672. g++: error: CoreFoundation: No such file or directory
  3673. g++: error: AVCVideoServices: No such file or directory
  3674. g++: error: CoreFoundation: No such file or directory
  3675. g++: error: unrecognized command line option '-framework'
  3676. g++: error: unrecognized command line option '-framework'
  3677. g++: error: unrecognized command line option '-framework'
  3678. g++: error: unrecognized command line option '-framework'
  3679. configure:35602: $? = 1
  3680. configure: failed program was:
  3681. | /* confdefs.h */
  3682. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3683. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3684. | #define PACKAGE_VERSION "1.3.0.1"
  3685. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3686. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3687. | #define PACKAGE_URL ""
  3688. | #define PACKAGE "gst-plugins-bad"
  3689. | #define VERSION "1.3.0.1"
  3690. | #define GST_API_VERSION "1.0"
  3691. | #define STDC_HEADERS 1
  3692. | #define HAVE_SYS_TYPES_H 1
  3693. | #define HAVE_SYS_STAT_H 1
  3694. | #define HAVE_STDLIB_H 1
  3695. | #define HAVE_STRING_H 1
  3696. | #define HAVE_MEMORY_H 1
  3697. | #define HAVE_STRINGS_H 1
  3698. | #define HAVE_INTTYPES_H 1
  3699. | #define HAVE_STDINT_H 1
  3700. | #define HAVE_UNISTD_H 1
  3701. | #define HAVE_DLFCN_H 1
  3702. | #define LT_OBJDIR ".libs/"
  3703. | #define ENABLE_NLS 1
  3704. | #define HAVE_GETTEXT 1
  3705. | #define HAVE_DCGETTEXT 1
  3706. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3707. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3708. | #define HAVE_VALGRIND 1
  3709. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3710. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3711. | #define HAVE_EXTERNAL /**/
  3712. | #define HAVE_CPU_I386 1
  3713. | #define HAVE_RDTSC 1
  3714. | #define HOST_CPU "i686"
  3715. | #define TARGET_CPU "i686"
  3716. | #define HAVE_DOWHILE_MACROS 1
  3717. | #define HAVE_STDLIB_H 1
  3718. | #define HAVE_UNISTD_H 1
  3719. | #define HAVE_SYS_PARAM_H 1
  3720. | #define HAVE_GETPAGESIZE 1
  3721. | #define HAVE_MMAP 1
  3722. | #define HAVE_UNISTD_H 1
  3723. | #define HAVE_SYS_TIME_H 1
  3724. | #define HAVE_PTHREAD_H 1
  3725. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3726. | #define HAVE_GMTIME_R 1
  3727. | #define HAVE_SYS_UTSNAME_H 1
  3728. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3729. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3730. | #define HAVE_X11 1
  3731. | #define HAVE_ORC 1
  3732. | #define GST_LICENSE "LGPL"
  3733. | #define LIBDIR "/opt/gnome2/lib"
  3734. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3735. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3736. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3737. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3738. | #define DEFAULT_AUDIOSRC "alsasrc"
  3739. | #define DEFAULT_VIDEOSINK "autovideosink"
  3740. | #define DEFAULT_VIDEOSRC "v4l2src"
  3741. | #define DEFAULT_VISUALIZER "goom"
  3742. | #define HAVE_SYS_SOCKET_H 1
  3743. | #define USE_EGL_X11 1
  3744. | #define HAVE_PNG 1
  3745. | #define HAVE_JPEG 1
  3746. | /* end confdefs.h. */
  3747. |
  3748. | int
  3749. | main ()
  3750. | {
  3751. |
  3752. | ;
  3753. | return 0;
  3754. | }
  3755. configure:35641: *** These plugins will not be built: avcsrc
  3756. configure:35666: *** checking feature: QuickTime wrapper ***
  3757. configure:35670: *** for plug-ins: qtwrapper ***
  3758. configure:35697: WARNING: *** qtwrapper not ported
  3759. configure:35744: *** These plugins will not be built: qtwrapper
  3760. configure:35762: *** checking feature: POSIX shared memory source and sink ***
  3761. configure:35766: *** for plug-ins: shm ***
  3762. configure:35817: checking for shm_open in -lrt
  3763. configure:35842: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lrt >&5
  3764. configure:35842: $? = 0
  3765. configure:35851: result: yes
  3766. configure:35854: checking whether MSG_NOSIGNAL is declared
  3767. configure:35854: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3768. configure:35854: $? = 0
  3769. configure:35854: result: yes
  3770. configure:35886: *** These plugins will be built: shm
  3771. configure:35917: *** checking feature: Multi Format Codec ***
  3772. configure:35921: *** for plug-ins: mfc ***
  3773. configure:35963: checking Checking for up to date v4l2 installation
  3774. configure:35997: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3775. configure:35997: $? = 0
  3776. configure:36000: result: yes
  3777. configure:36049: *** These plugins will be built: mfc
  3778. configure:36080: *** checking feature: Video CD ***
  3779. configure:36084: *** for plug-ins: vcdsrc ***
  3780. configure:36111: WARNING: *** vcdsrc not ported
  3781. configure:36158: *** These plugins will not be built: vcdsrc
  3782. configure:36176: *** checking feature: OpenSL ES ***
  3783. configure:36180: *** for plug-ins: opensl ***
  3784. configure:36222: checking SLES/OpenSLES.h usability
  3785. configure:36222: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3786. conftest.c:102:27: fatal error: SLES/OpenSLES.h: No such file or directory
  3787. #include <SLES/OpenSLES.h>
  3788. ^
  3789. compilation terminated.
  3790. configure:36222: $? = 1
  3791. configure: failed program was:
  3792. | /* confdefs.h */
  3793. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3794. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3795. | #define PACKAGE_VERSION "1.3.0.1"
  3796. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3797. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3798. | #define PACKAGE_URL ""
  3799. | #define PACKAGE "gst-plugins-bad"
  3800. | #define VERSION "1.3.0.1"
  3801. | #define GST_API_VERSION "1.0"
  3802. | #define STDC_HEADERS 1
  3803. | #define HAVE_SYS_TYPES_H 1
  3804. | #define HAVE_SYS_STAT_H 1
  3805. | #define HAVE_STDLIB_H 1
  3806. | #define HAVE_STRING_H 1
  3807. | #define HAVE_MEMORY_H 1
  3808. | #define HAVE_STRINGS_H 1
  3809. | #define HAVE_INTTYPES_H 1
  3810. | #define HAVE_STDINT_H 1
  3811. | #define HAVE_UNISTD_H 1
  3812. | #define HAVE_DLFCN_H 1
  3813. | #define LT_OBJDIR ".libs/"
  3814. | #define ENABLE_NLS 1
  3815. | #define HAVE_GETTEXT 1
  3816. | #define HAVE_DCGETTEXT 1
  3817. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3818. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3819. | #define HAVE_VALGRIND 1
  3820. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3821. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3822. | #define HAVE_EXTERNAL /**/
  3823. | #define HAVE_CPU_I386 1
  3824. | #define HAVE_RDTSC 1
  3825. | #define HOST_CPU "i686"
  3826. | #define TARGET_CPU "i686"
  3827. | #define HAVE_DOWHILE_MACROS 1
  3828. | #define HAVE_STDLIB_H 1
  3829. | #define HAVE_UNISTD_H 1
  3830. | #define HAVE_SYS_PARAM_H 1
  3831. | #define HAVE_GETPAGESIZE 1
  3832. | #define HAVE_MMAP 1
  3833. | #define HAVE_UNISTD_H 1
  3834. | #define HAVE_SYS_TIME_H 1
  3835. | #define HAVE_PTHREAD_H 1
  3836. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3837. | #define HAVE_GMTIME_R 1
  3838. | #define HAVE_SYS_UTSNAME_H 1
  3839. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3840. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3841. | #define HAVE_X11 1
  3842. | #define HAVE_ORC 1
  3843. | #define GST_LICENSE "LGPL"
  3844. | #define LIBDIR "/opt/gnome2/lib"
  3845. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3846. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3847. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3848. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3849. | #define DEFAULT_AUDIOSRC "alsasrc"
  3850. | #define DEFAULT_VIDEOSINK "autovideosink"
  3851. | #define DEFAULT_VIDEOSRC "v4l2src"
  3852. | #define DEFAULT_VISUALIZER "goom"
  3853. | #define HAVE_SYS_SOCKET_H 1
  3854. | #define USE_EGL_X11 1
  3855. | #define HAVE_PNG 1
  3856. | #define HAVE_JPEG 1
  3857. | #define HAVE_SHM /**/
  3858. | #define HAVE_MFC /**/
  3859. | /* end confdefs.h. */
  3860. | #include <stdio.h>
  3861. | #ifdef HAVE_SYS_TYPES_H
  3862. | # include <sys/types.h>
  3863. | #endif
  3864. | #ifdef HAVE_SYS_STAT_H
  3865. | # include <sys/stat.h>
  3866. | #endif
  3867. | #ifdef STDC_HEADERS
  3868. | # include <stdlib.h>
  3869. | # include <stddef.h>
  3870. | #else
  3871. | # ifdef HAVE_STDLIB_H
  3872. | # include <stdlib.h>
  3873. | # endif
  3874. | #endif
  3875. | #ifdef HAVE_STRING_H
  3876. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3877. | # include <memory.h>
  3878. | # endif
  3879. | # include <string.h>
  3880. | #endif
  3881. | #ifdef HAVE_STRINGS_H
  3882. | # include <strings.h>
  3883. | #endif
  3884. | #ifdef HAVE_INTTYPES_H
  3885. | # include <inttypes.h>
  3886. | #endif
  3887. | #ifdef HAVE_STDINT_H
  3888. | # include <stdint.h>
  3889. | #endif
  3890. | #ifdef HAVE_UNISTD_H
  3891. | # include <unistd.h>
  3892. | #endif
  3893. | #include <SLES/OpenSLES.h>
  3894. configure:36222: result: no
  3895. configure:36222: checking SLES/OpenSLES.h presence
  3896. configure:36222: gcc -E conftest.c
  3897. conftest.c:69:27: fatal error: SLES/OpenSLES.h: No such file or directory
  3898. #include <SLES/OpenSLES.h>
  3899. ^
  3900. compilation terminated.
  3901. configure:36222: $? = 1
  3902. configure: failed program was:
  3903. | /* confdefs.h */
  3904. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  3905. | #define PACKAGE_TARNAME "gst-plugins-bad"
  3906. | #define PACKAGE_VERSION "1.3.0.1"
  3907. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  3908. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  3909. | #define PACKAGE_URL ""
  3910. | #define PACKAGE "gst-plugins-bad"
  3911. | #define VERSION "1.3.0.1"
  3912. | #define GST_API_VERSION "1.0"
  3913. | #define STDC_HEADERS 1
  3914. | #define HAVE_SYS_TYPES_H 1
  3915. | #define HAVE_SYS_STAT_H 1
  3916. | #define HAVE_STDLIB_H 1
  3917. | #define HAVE_STRING_H 1
  3918. | #define HAVE_MEMORY_H 1
  3919. | #define HAVE_STRINGS_H 1
  3920. | #define HAVE_INTTYPES_H 1
  3921. | #define HAVE_STDINT_H 1
  3922. | #define HAVE_UNISTD_H 1
  3923. | #define HAVE_DLFCN_H 1
  3924. | #define LT_OBJDIR ".libs/"
  3925. | #define ENABLE_NLS 1
  3926. | #define HAVE_GETTEXT 1
  3927. | #define HAVE_DCGETTEXT 1
  3928. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  3929. | #define LOCALEDIR "/opt/gnome2/share/locale"
  3930. | #define HAVE_VALGRIND 1
  3931. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  3932. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  3933. | #define HAVE_EXTERNAL /**/
  3934. | #define HAVE_CPU_I386 1
  3935. | #define HAVE_RDTSC 1
  3936. | #define HOST_CPU "i686"
  3937. | #define TARGET_CPU "i686"
  3938. | #define HAVE_DOWHILE_MACROS 1
  3939. | #define HAVE_STDLIB_H 1
  3940. | #define HAVE_UNISTD_H 1
  3941. | #define HAVE_SYS_PARAM_H 1
  3942. | #define HAVE_GETPAGESIZE 1
  3943. | #define HAVE_MMAP 1
  3944. | #define HAVE_UNISTD_H 1
  3945. | #define HAVE_SYS_TIME_H 1
  3946. | #define HAVE_PTHREAD_H 1
  3947. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  3948. | #define HAVE_GMTIME_R 1
  3949. | #define HAVE_SYS_UTSNAME_H 1
  3950. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  3951. | #define GIO_LIBDIR "/opt/gnome2/lib"
  3952. | #define HAVE_X11 1
  3953. | #define HAVE_ORC 1
  3954. | #define GST_LICENSE "LGPL"
  3955. | #define LIBDIR "/opt/gnome2/lib"
  3956. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  3957. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  3958. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  3959. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  3960. | #define DEFAULT_AUDIOSRC "alsasrc"
  3961. | #define DEFAULT_VIDEOSINK "autovideosink"
  3962. | #define DEFAULT_VIDEOSRC "v4l2src"
  3963. | #define DEFAULT_VISUALIZER "goom"
  3964. | #define HAVE_SYS_SOCKET_H 1
  3965. | #define USE_EGL_X11 1
  3966. | #define HAVE_PNG 1
  3967. | #define HAVE_JPEG 1
  3968. | #define HAVE_SHM /**/
  3969. | #define HAVE_MFC /**/
  3970. | /* end confdefs.h. */
  3971. | #include <SLES/OpenSLES.h>
  3972. configure:36222: result: no
  3973. configure:36222: checking for SLES/OpenSLES.h
  3974. configure:36222: result: no
  3975. configure:36254: *** These plugins will not be built: opensl
  3976. configure:36272: *** checking feature: UVC H264 ***
  3977. configure:36276: *** for plug-ins: uvch264 ***
  3978. configure:36318: checking linux/uvcvideo.h usability
  3979. configure:36318: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3980. configure:36318: $? = 0
  3981. configure:36318: result: yes
  3982. configure:36318: checking linux/uvcvideo.h presence
  3983. configure:36318: gcc -E conftest.c
  3984. configure:36318: $? = 0
  3985. configure:36318: result: yes
  3986. configure:36318: checking for linux/uvcvideo.h
  3987. configure:36318: result: yes
  3988. configure:36332: checking for GST_VIDEO
  3989. configure:36340: $PKG_CONFIG --exists --print-errors "$which"
  3990. configure:36343: $? = 0
  3991. configure:36358: $PKG_CONFIG --exists --print-errors "$which"
  3992. configure:36361: $? = 0
  3993. configure:36413: result: yes
  3994. configure:36423: checking for G_UDEV
  3995. configure:36431: $PKG_CONFIG --exists --print-errors "gudev-1.0 "
  3996. configure:36434: $? = 0
  3997. configure:36449: $PKG_CONFIG --exists --print-errors "gudev-1.0 "
  3998. configure:36452: $? = 0
  3999. configure:36488: result: yes
  4000. configure:36498: checking for LIBUSB
  4001. configure:36506: $PKG_CONFIG --exists --print-errors "libusb-1.0 "
  4002. configure:36509: $? = 0
  4003. configure:36524: $PKG_CONFIG --exists --print-errors "libusb-1.0 "
  4004. configure:36527: $? = 0
  4005. configure:36563: result: yes
  4006. configure:36589: *** These plugins will be built: uvch264
  4007. configure:36628: *** checking feature: ASS/SSA renderer ***
  4008. configure:36632: *** for plug-ins: assrender ***
  4009. configure:36676: checking for ASSRENDER
  4010. configure:36684: $PKG_CONFIG --exists --print-errors "libass >= 0.9.4"
  4011. configure:36687: $? = 0
  4012. configure:36702: $PKG_CONFIG --exists --print-errors "libass >= 0.9.4"
  4013. configure:36705: $? = 0
  4014. configure:36745: result: yes
  4015. configure:36761: *** These plugins will be built: assrender
  4016. configure:36794: *** checking feature: vo-amrwbenc library ***
  4017. configure:36798: *** for plug-ins: vo-amrwbenc ***
  4018. configure:36846: checking for VOAMRWBENC
  4019. configure:36854: $PKG_CONFIG --exists --print-errors "$which"
  4020. configure:36857: $? = 0
  4021. configure:36872: $PKG_CONFIG --exists --print-errors "$which"
  4022. configure:36875: $? = 0
  4023. configure:36927: result: yes
  4024. configure:36946: *** These plugins will be built: vo-amrwbenc
  4025. configure:36977: *** checking feature: vo-aacenc library ***
  4026. configure:36981: *** for plug-ins: vo-aacenc ***
  4027. configure:37029: checking for VOAACENC
  4028. configure:37037: $PKG_CONFIG --exists --print-errors "$which"
  4029. configure:37040: $? = 0
  4030. configure:37055: $PKG_CONFIG --exists --print-errors "$which"
  4031. configure:37058: $? = 0
  4032. configure:37110: result: yes
  4033. configure:37129: *** These plugins will be built: vo-aacenc
  4034. configure:37160: *** checking feature: AirPort Express Wireless sink ***
  4035. configure:37164: *** for plug-ins: apexsink ***
  4036. configure:37191: WARNING: *** apexsink not ported
  4037. configure:37429: *** These plugins will not be built: apexsink
  4038. configure:37447: *** checking feature: bz2 library ***
  4039. configure:37451: *** for plug-ins: bz2 ***
  4040. configure:37495: checking for BZ2_bzlibVersion in -lbz2
  4041. configure:37508: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lbz2 >&5
  4042. configure:37508: $? = 0
  4043. configure:37515: result: yes
  4044. configure:37534: *** These plugins will be built: bz2
  4045. configure:37575: *** checking feature: chromaprint ***
  4046. configure:37579: *** for plug-ins: chromaprint ***
  4047. configure:37623: checking for CHROMAPRINT
  4048. configure:37631: $PKG_CONFIG --exists --print-errors "libchromaprint"
  4049. Package libchromaprint was not found in the pkg-config search path.
  4050. Perhaps you should add the directory containing `libchromaprint.pc'
  4051. to the PKG_CONFIG_PATH environment variable
  4052. No package 'libchromaprint' found
  4053. configure:37634: $? = 1
  4054. configure:37649: $PKG_CONFIG --exists --print-errors "libchromaprint"
  4055. Package libchromaprint was not found in the pkg-config search path.
  4056. Perhaps you should add the directory containing `libchromaprint.pc'
  4057. to the PKG_CONFIG_PATH environment variable
  4058. No package 'libchromaprint' found
  4059. configure:37652: $? = 1
  4060. No package 'libchromaprint' found
  4061. configure:37680: result: no
  4062. configure:37722: *** These plugins will not be built: chromaprint
  4063. configure:37740: *** checking feature: Curl plugin ***
  4064. configure:37744: *** for plug-ins: curl ***
  4065. configure:37788: checking for CURL
  4066. configure:37796: $PKG_CONFIG --exists --print-errors "libcurl >= 7.21.0"
  4067. configure:37799: $? = 0
  4068. configure:37814: $PKG_CONFIG --exists --print-errors "libcurl >= 7.21.0"
  4069. configure:37817: $? = 0
  4070. configure:37857: result: yes
  4071. configure:37864: checking for unistd.h
  4072. configure:37864: result: yes
  4073. configure:37864: checking for sys/socket.h
  4074. configure:37864: result: yes
  4075. configure:37864: checking for sys/types.h
  4076. configure:37864: result: yes
  4077. configure:37864: checking netinet/in.h usability
  4078. configure:37864: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4079. configure:37864: $? = 0
  4080. configure:37864: result: yes
  4081. configure:37864: checking netinet/in.h presence
  4082. configure:37864: gcc -E conftest.c
  4083. configure:37864: $? = 0
  4084. configure:37864: result: yes
  4085. configure:37864: checking for netinet/in.h
  4086. configure:37864: result: yes
  4087. configure:37864: checking netinet/ip.h usability
  4088. configure:37864: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4089. configure:37864: $? = 0
  4090. configure:37864: result: yes
  4091. configure:37864: checking netinet/ip.h presence
  4092. configure:37864: gcc -E conftest.c
  4093. configure:37864: $? = 0
  4094. configure:37864: result: yes
  4095. configure:37864: checking for netinet/ip.h
  4096. configure:37864: result: yes
  4097. configure:37864: checking netinet/tcp.h usability
  4098. configure:37864: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4099. configure:37864: $? = 0
  4100. configure:37864: result: yes
  4101. configure:37864: checking netinet/tcp.h presence
  4102. configure:37864: gcc -E conftest.c
  4103. configure:37864: $? = 0
  4104. configure:37864: result: yes
  4105. configure:37864: checking for netinet/tcp.h
  4106. configure:37864: result: yes
  4107. configure:37864: checking fcntl.h usability
  4108. configure:37864: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4109. configure:37864: $? = 0
  4110. configure:37864: result: yes
  4111. configure:37864: checking fcntl.h presence
  4112. configure:37864: gcc -E conftest.c
  4113. configure:37864: $? = 0
  4114. configure:37864: result: yes
  4115. configure:37864: checking for fcntl.h
  4116. configure:37864: result: yes
  4117. configure:37892: checking for socket support needed by curlsink
  4118. configure:37894: result: yes
  4119. configure:37902: checking for SSH2
  4120. configure:37910: $PKG_CONFIG --exists --print-errors "libssh2 >= 1.4.3"
  4121. configure:37913: $? = 0
  4122. configure:37928: $PKG_CONFIG --exists --print-errors "libssh2 >= 1.4.3"
  4123. configure:37931: $? = 0
  4124. configure:37971: result: yes
  4125. configure:38001: *** These plugins will be built: curl
  4126. configure:38039: *** checking feature: DASH plug-in ***
  4127. configure:38043: *** for plug-ins: dash ***
  4128. configure:38087: checking for LIBXML2
  4129. configure:38095: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.4"
  4130. configure:38098: $? = 0
  4131. configure:38113: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.4"
  4132. configure:38116: $? = 0
  4133. configure:38154: result: yes
  4134. configure:38172: *** These plugins will be built: dash
  4135. configure:38203: *** checking feature: libdc1394 ***
  4136. configure:38207: *** for plug-ins: dc1394 ***
  4137. configure:38234: WARNING: *** dc1394 not ported
  4138. configure:38360: *** These plugins will not be built: dc1394
  4139. configure:38378: *** checking feature: decklink ***
  4140. configure:38382: *** for plug-ins: decklink ***
  4141. configure:38428: checking for dlopen in -ldl
  4142. configure:38462: result: yes
  4143. configure:38541: *** These plugins will be built: decklink
  4144. configure:38580: *** checking feature: directfb ***
  4145. configure:38584: *** for plug-ins: dfbvideosink ***
  4146. configure:38628: checking for DIRECTFB
  4147. configure:38636: $PKG_CONFIG --exists --print-errors "directfb >= 0.9.24"
  4148. configure:38639: $? = 0
  4149. configure:38654: $PKG_CONFIG --exists --print-errors "directfb >= 0.9.24"
  4150. configure:38657: $? = 0
  4151. configure:38697: result: yes
  4152. configure:38712: *** These plugins will be built: dfbvideosink
  4153. configure:38743: *** checking feature: wayland sink ***
  4154. configure:38747: *** for plug-ins: wayland ***
  4155. configure:38791: checking for WAYLAND
  4156. configure:38799: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.0.0"
  4157. configure:38802: $? = 0
  4158. configure:38817: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.0.0"
  4159. configure:38820: $? = 0
  4160. configure:38858: result: yes
  4161. configure:38874: *** These plugins will be built: wayland
  4162. configure:38905: *** checking feature: WebP ***
  4163. configure:38909: *** for plug-ins: webp ***
  4164. configure:38953: checking for WEBP
  4165. configure:38961: $PKG_CONFIG --exists --print-errors "libwebp >= 0.2.1"
  4166. configure:38964: $? = 0
  4167. configure:38979: $PKG_CONFIG --exists --print-errors "libwebp >= 0.2.1"
  4168. configure:38982: $? = 0
  4169. configure:39020: result: yes
  4170. configure:39038: *** These plugins will be built: webp
  4171. configure:39069: *** checking feature: daala ***
  4172. configure:39073: *** for plug-ins: daala ***
  4173. configure:39220: *** These plugins will not be built: daala
  4174. configure:39238: *** checking feature: dts library ***
  4175. configure:39242: *** for plug-ins: dtsdec ***
  4176. configure:39286: checking for dca_init in -ldca
  4177. configure:39311: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -ldca -lm >&5
  4178. configure:39311: $? = 0
  4179. configure:39320: result: yes
  4180. configure:39329: checking dca.h usability
  4181. configure:39329: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4182. configure:39329: $? = 0
  4183. configure:39329: result: yes
  4184. configure:39329: checking dca.h presence
  4185. configure:39329: gcc -E conftest.c
  4186. configure:39329: $? = 0
  4187. configure:39329: result: yes
  4188. configure:39329: checking for dca.h
  4189. configure:39329: result: yes
  4190. configure:39429: *** These plugins will be built: dtsdec
  4191. configure:39460: *** checking feature: resindvd plugin ***
  4192. configure:39464: *** for plug-ins: resindvd ***
  4193. configure:39508: checking for DVDNAV
  4194. configure:39516: $PKG_CONFIG --exists --print-errors "dvdnav >= 4.1.2 dvdread >= 4.1.2"
  4195. configure:39519: $? = 0
  4196. configure:39534: $PKG_CONFIG --exists --print-errors "dvdnav >= 4.1.2 dvdread >= 4.1.2"
  4197. configure:39537: $? = 0
  4198. configure:39577: result: yes
  4199. configure:39592: *** These plugins will be built: resindvd
  4200. configure:39623: *** checking feature: AAC encoder plug-in ***
  4201. configure:39627: *** for plug-ins: faac ***
  4202. configure:39670: checking for faacEncOpen in -lfaac
  4203. configure:39695: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lfaac -lm >&5
  4204. configure:39695: $? = 0
  4205. configure:39704: result: yes
  4206. configure:39713: checking faac.h usability
  4207. configure:39713: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4208. configure:39713: $? = 0
  4209. configure:39713: result: yes
  4210. configure:39713: checking faac.h presence
  4211. configure:39713: gcc -E conftest.c
  4212. configure:39713: $? = 0
  4213. configure:39713: result: yes
  4214. configure:39713: checking for faac.h
  4215. configure:39713: result: yes
  4216. configure:39744: *** These plugins will be built: faac
  4217. configure:39775: *** checking feature: AAC decoder plug-in ***
  4218. configure:39779: *** for plug-ins: faad ***
  4219. configure:39824: checking for faacDecOpen in -lfaad
  4220. configure:39849: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lfaad -lm >&5
  4221. /tmp/ccaUE5u5.o: In function `main':
  4222. /opt/gnome2/checkout/gst-plugins-bad/conftest.c:104: undefined reference to `faacDecOpen'
  4223. collect2: error: ld returned 1 exit status
  4224. configure:39849: $? = 1
  4225. configure: failed program was:
  4226. | /* confdefs.h */
  4227. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  4228. | #define PACKAGE_TARNAME "gst-plugins-bad"
  4229. | #define PACKAGE_VERSION "1.3.0.1"
  4230. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  4231. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  4232. | #define PACKAGE_URL ""
  4233. | #define PACKAGE "gst-plugins-bad"
  4234. | #define VERSION "1.3.0.1"
  4235. | #define GST_API_VERSION "1.0"
  4236. | #define STDC_HEADERS 1
  4237. | #define HAVE_SYS_TYPES_H 1
  4238. | #define HAVE_SYS_STAT_H 1
  4239. | #define HAVE_STDLIB_H 1
  4240. | #define HAVE_STRING_H 1
  4241. | #define HAVE_MEMORY_H 1
  4242. | #define HAVE_STRINGS_H 1
  4243. | #define HAVE_INTTYPES_H 1
  4244. | #define HAVE_STDINT_H 1
  4245. | #define HAVE_UNISTD_H 1
  4246. | #define HAVE_DLFCN_H 1
  4247. | #define LT_OBJDIR ".libs/"
  4248. | #define ENABLE_NLS 1
  4249. | #define HAVE_GETTEXT 1
  4250. | #define HAVE_DCGETTEXT 1
  4251. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  4252. | #define LOCALEDIR "/opt/gnome2/share/locale"
  4253. | #define HAVE_VALGRIND 1
  4254. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  4255. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  4256. | #define HAVE_EXTERNAL /**/
  4257. | #define HAVE_CPU_I386 1
  4258. | #define HAVE_RDTSC 1
  4259. | #define HOST_CPU "i686"
  4260. | #define TARGET_CPU "i686"
  4261. | #define HAVE_DOWHILE_MACROS 1
  4262. | #define HAVE_STDLIB_H 1
  4263. | #define HAVE_UNISTD_H 1
  4264. | #define HAVE_SYS_PARAM_H 1
  4265. | #define HAVE_GETPAGESIZE 1
  4266. | #define HAVE_MMAP 1
  4267. | #define HAVE_UNISTD_H 1
  4268. | #define HAVE_SYS_TIME_H 1
  4269. | #define HAVE_PTHREAD_H 1
  4270. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  4271. | #define HAVE_GMTIME_R 1
  4272. | #define HAVE_SYS_UTSNAME_H 1
  4273. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  4274. | #define GIO_LIBDIR "/opt/gnome2/lib"
  4275. | #define HAVE_X11 1
  4276. | #define HAVE_ORC 1
  4277. | #define GST_LICENSE "LGPL"
  4278. | #define LIBDIR "/opt/gnome2/lib"
  4279. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  4280. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  4281. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  4282. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  4283. | #define DEFAULT_AUDIOSRC "alsasrc"
  4284. | #define DEFAULT_VIDEOSINK "autovideosink"
  4285. | #define DEFAULT_VIDEOSRC "v4l2src"
  4286. | #define DEFAULT_VISUALIZER "goom"
  4287. | #define HAVE_SYS_SOCKET_H 1
  4288. | #define USE_EGL_X11 1
  4289. | #define HAVE_PNG 1
  4290. | #define HAVE_JPEG 1
  4291. | #define HAVE_SHM /**/
  4292. | #define HAVE_MFC /**/
  4293. | #define HAVE_GUDEV 1
  4294. | #define HAVE_LIBUSB 1
  4295. | #define HAVE_UVCH264 /**/
  4296. | #define HAVE_ASSRENDER /**/
  4297. | #define HAVE_VOAMRWBENC /**/
  4298. | #define HAVE_VOAACENC /**/
  4299. | #define HAVE_BZ2 /**/
  4300. | #define HAVE_UNISTD_H 1
  4301. | #define HAVE_SYS_SOCKET_H 1
  4302. | #define HAVE_SYS_TYPES_H 1
  4303. | #define HAVE_NETINET_IN_H 1
  4304. | #define HAVE_NETINET_IP_H 1
  4305. | #define HAVE_NETINET_TCP_H 1
  4306. | #define HAVE_FCNTL_H 1
  4307. | #define HAVE_SSH2 1
  4308. | #define HAVE_CURL /**/
  4309. | #define HAVE_DASH /**/
  4310. | #define HAVE_DECKLINK /**/
  4311. | #define HAVE_DIRECTFB /**/
  4312. | #define HAVE_WAYLAND /**/
  4313. | #define HAVE_WEBP /**/
  4314. | #define HAVE_DTS /**/
  4315. | #define HAVE_RESINDVD /**/
  4316. | #define HAVE_FAAC /**/
  4317. | /* end confdefs.h. */
  4318. |
  4319. | /* Override any GCC internal prototype to avoid an error.
  4320. | Use char because int might match the return type of a GCC
  4321. | builtin and then its argument prototype would still apply. */
  4322. | #ifdef __cplusplus
  4323. | extern "C"
  4324. | #endif
  4325. | char faacDecOpen ();
  4326. | int
  4327. | main ()
  4328. | {
  4329. | return faacDecOpen ();
  4330. | ;
  4331. | return 0;
  4332. | }
  4333. configure:39858: result: no
  4334. configure:39888: checking for NeAACDecOpen in -lfaad
  4335. configure:39913: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lfaad -lm >&5
  4336. configure:39913: $? = 0
  4337. configure:39922: result: yes
  4338. configure:39931: checking neaacdec.h usability
  4339. configure:39931: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4340. configure:39931: $? = 0
  4341. configure:39931: result: yes
  4342. configure:39931: checking neaacdec.h presence
  4343. configure:39931: gcc -E conftest.c
  4344. configure:39931: $? = 0
  4345. configure:39931: result: yes
  4346. configure:39931: checking for neaacdec.h
  4347. configure:39931: result: yes
  4348. configure:39963: checking Checking for FAAD >= 2.0
  4349. configure:39984: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4350. In file included from conftest.c:94:0:
  4351. /usr/include/faad.h:32:9: note: #pragma message: please update faad2 include filename and function names!
  4352. #pragma message("please update faad2 include filename and function names!")
  4353. ^
  4354. configure:39984: $? = 0
  4355. configure:39988: checking Checking FAAD2 version in neaacdec.h
  4356. configure:40013: result: 2.7
  4357. configure:40042: *** These plugins will be built: faad
  4358. configure:40073: *** checking feature: linux framebuffer ***
  4359. configure:40077: *** for plug-ins: fbdevsink ***
  4360. configure:40120: checking linux/fb.h usability
  4361. configure:40120: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4362. configure:40120: $? = 0
  4363. configure:40120: result: yes
  4364. configure:40120: checking linux/fb.h presence
  4365. configure:40120: gcc -E conftest.c
  4366. configure:40120: $? = 0
  4367. configure:40120: result: yes
  4368. configure:40120: checking for linux/fb.h
  4369. configure:40120: result: yes
  4370. configure:40140: *** These plugins will be built: fbdevsink
  4371. configure:40171: *** checking feature: Flite plugin ***
  4372. configure:40175: *** for plug-ins: flite ***
  4373. configure:40218: checking for flite_init in -lflite
  4374. configure:40243: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lflite -lm >&5
  4375. /usr/bin/ld: cannot find -lflite
  4376. collect2: error: ld returned 1 exit status
  4377. configure:40243: $? = 1
  4378. configure: failed program was:
  4379. | /* confdefs.h */
  4380. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  4381. | #define PACKAGE_TARNAME "gst-plugins-bad"
  4382. | #define PACKAGE_VERSION "1.3.0.1"
  4383. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  4384. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  4385. | #define PACKAGE_URL ""
  4386. | #define PACKAGE "gst-plugins-bad"
  4387. | #define VERSION "1.3.0.1"
  4388. | #define GST_API_VERSION "1.0"
  4389. | #define STDC_HEADERS 1
  4390. | #define HAVE_SYS_TYPES_H 1
  4391. | #define HAVE_SYS_STAT_H 1
  4392. | #define HAVE_STDLIB_H 1
  4393. | #define HAVE_STRING_H 1
  4394. | #define HAVE_MEMORY_H 1
  4395. | #define HAVE_STRINGS_H 1
  4396. | #define HAVE_INTTYPES_H 1
  4397. | #define HAVE_STDINT_H 1
  4398. | #define HAVE_UNISTD_H 1
  4399. | #define HAVE_DLFCN_H 1
  4400. | #define LT_OBJDIR ".libs/"
  4401. | #define ENABLE_NLS 1
  4402. | #define HAVE_GETTEXT 1
  4403. | #define HAVE_DCGETTEXT 1
  4404. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  4405. | #define LOCALEDIR "/opt/gnome2/share/locale"
  4406. | #define HAVE_VALGRIND 1
  4407. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  4408. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  4409. | #define HAVE_EXTERNAL /**/
  4410. | #define HAVE_CPU_I386 1
  4411. | #define HAVE_RDTSC 1
  4412. | #define HOST_CPU "i686"
  4413. | #define TARGET_CPU "i686"
  4414. | #define HAVE_DOWHILE_MACROS 1
  4415. | #define HAVE_STDLIB_H 1
  4416. | #define HAVE_UNISTD_H 1
  4417. | #define HAVE_SYS_PARAM_H 1
  4418. | #define HAVE_GETPAGESIZE 1
  4419. | #define HAVE_MMAP 1
  4420. | #define HAVE_UNISTD_H 1
  4421. | #define HAVE_SYS_TIME_H 1
  4422. | #define HAVE_PTHREAD_H 1
  4423. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  4424. | #define HAVE_GMTIME_R 1
  4425. | #define HAVE_SYS_UTSNAME_H 1
  4426. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  4427. | #define GIO_LIBDIR "/opt/gnome2/lib"
  4428. | #define HAVE_X11 1
  4429. | #define HAVE_ORC 1
  4430. | #define GST_LICENSE "LGPL"
  4431. | #define LIBDIR "/opt/gnome2/lib"
  4432. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  4433. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  4434. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  4435. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  4436. | #define DEFAULT_AUDIOSRC "alsasrc"
  4437. | #define DEFAULT_VIDEOSINK "autovideosink"
  4438. | #define DEFAULT_VIDEOSRC "v4l2src"
  4439. | #define DEFAULT_VISUALIZER "goom"
  4440. | #define HAVE_SYS_SOCKET_H 1
  4441. | #define USE_EGL_X11 1
  4442. | #define HAVE_PNG 1
  4443. | #define HAVE_JPEG 1
  4444. | #define HAVE_SHM /**/
  4445. | #define HAVE_MFC /**/
  4446. | #define HAVE_GUDEV 1
  4447. | #define HAVE_LIBUSB 1
  4448. | #define HAVE_UVCH264 /**/
  4449. | #define HAVE_ASSRENDER /**/
  4450. | #define HAVE_VOAMRWBENC /**/
  4451. | #define HAVE_VOAACENC /**/
  4452. | #define HAVE_BZ2 /**/
  4453. | #define HAVE_UNISTD_H 1
  4454. | #define HAVE_SYS_SOCKET_H 1
  4455. | #define HAVE_SYS_TYPES_H 1
  4456. | #define HAVE_NETINET_IN_H 1
  4457. | #define HAVE_NETINET_IP_H 1
  4458. | #define HAVE_NETINET_TCP_H 1
  4459. | #define HAVE_FCNTL_H 1
  4460. | #define HAVE_SSH2 1
  4461. | #define HAVE_CURL /**/
  4462. | #define HAVE_DASH /**/
  4463. | #define HAVE_DECKLINK /**/
  4464. | #define HAVE_DIRECTFB /**/
  4465. | #define HAVE_WAYLAND /**/
  4466. | #define HAVE_WEBP /**/
  4467. | #define HAVE_DTS /**/
  4468. | #define HAVE_RESINDVD /**/
  4469. | #define HAVE_FAAC /**/
  4470. | #define FAAD_IS_NEAAC 1
  4471. | #define FAAD2_MINOR_VERSION 7
  4472. | #define HAVE_FAAD /**/
  4473. | #define HAVE_FBDEV /**/
  4474. | /* end confdefs.h. */
  4475. |
  4476. | /* Override any GCC internal prototype to avoid an error.
  4477. | Use char because int might match the return type of a GCC
  4478. | builtin and then its argument prototype would still apply. */
  4479. | #ifdef __cplusplus
  4480. | extern "C"
  4481. | #endif
  4482. | char flite_init ();
  4483. | int
  4484. | main ()
  4485. | {
  4486. | return flite_init ();
  4487. | ;
  4488. | return 0;
  4489. | }
  4490. configure:40252: result: no
  4491. configure:40307: *** These plugins will not be built: flite
  4492. configure:40325: *** checking feature: GSM library ***
  4493. configure:40329: *** for plug-ins: gsmenc gsmdec ***
  4494. configure:40372: checking for gsm_create in -lgsm
  4495. configure:40397: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lgsm >&5
  4496. /usr/bin/ld: cannot find -lgsm
  4497. collect2: error: ld returned 1 exit status
  4498. configure:40397: $? = 1
  4499. configure: failed program was:
  4500. | /* confdefs.h */
  4501. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  4502. | #define PACKAGE_TARNAME "gst-plugins-bad"
  4503. | #define PACKAGE_VERSION "1.3.0.1"
  4504. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  4505. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  4506. | #define PACKAGE_URL ""
  4507. | #define PACKAGE "gst-plugins-bad"
  4508. | #define VERSION "1.3.0.1"
  4509. | #define GST_API_VERSION "1.0"
  4510. | #define STDC_HEADERS 1
  4511. | #define HAVE_SYS_TYPES_H 1
  4512. | #define HAVE_SYS_STAT_H 1
  4513. | #define HAVE_STDLIB_H 1
  4514. | #define HAVE_STRING_H 1
  4515. | #define HAVE_MEMORY_H 1
  4516. | #define HAVE_STRINGS_H 1
  4517. | #define HAVE_INTTYPES_H 1
  4518. | #define HAVE_STDINT_H 1
  4519. | #define HAVE_UNISTD_H 1
  4520. | #define HAVE_DLFCN_H 1
  4521. | #define LT_OBJDIR ".libs/"
  4522. | #define ENABLE_NLS 1
  4523. | #define HAVE_GETTEXT 1
  4524. | #define HAVE_DCGETTEXT 1
  4525. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  4526. | #define LOCALEDIR "/opt/gnome2/share/locale"
  4527. | #define HAVE_VALGRIND 1
  4528. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  4529. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  4530. | #define HAVE_EXTERNAL /**/
  4531. | #define HAVE_CPU_I386 1
  4532. | #define HAVE_RDTSC 1
  4533. | #define HOST_CPU "i686"
  4534. | #define TARGET_CPU "i686"
  4535. | #define HAVE_DOWHILE_MACROS 1
  4536. | #define HAVE_STDLIB_H 1
  4537. | #define HAVE_UNISTD_H 1
  4538. | #define HAVE_SYS_PARAM_H 1
  4539. | #define HAVE_GETPAGESIZE 1
  4540. | #define HAVE_MMAP 1
  4541. | #define HAVE_UNISTD_H 1
  4542. | #define HAVE_SYS_TIME_H 1
  4543. | #define HAVE_PTHREAD_H 1
  4544. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  4545. | #define HAVE_GMTIME_R 1
  4546. | #define HAVE_SYS_UTSNAME_H 1
  4547. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  4548. | #define GIO_LIBDIR "/opt/gnome2/lib"
  4549. | #define HAVE_X11 1
  4550. | #define HAVE_ORC 1
  4551. | #define GST_LICENSE "LGPL"
  4552. | #define LIBDIR "/opt/gnome2/lib"
  4553. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  4554. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  4555. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  4556. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  4557. | #define DEFAULT_AUDIOSRC "alsasrc"
  4558. | #define DEFAULT_VIDEOSINK "autovideosink"
  4559. | #define DEFAULT_VIDEOSRC "v4l2src"
  4560. | #define DEFAULT_VISUALIZER "goom"
  4561. | #define HAVE_SYS_SOCKET_H 1
  4562. | #define USE_EGL_X11 1
  4563. | #define HAVE_PNG 1
  4564. | #define HAVE_JPEG 1
  4565. | #define HAVE_SHM /**/
  4566. | #define HAVE_MFC /**/
  4567. | #define HAVE_GUDEV 1
  4568. | #define HAVE_LIBUSB 1
  4569. | #define HAVE_UVCH264 /**/
  4570. | #define HAVE_ASSRENDER /**/
  4571. | #define HAVE_VOAMRWBENC /**/
  4572. | #define HAVE_VOAACENC /**/
  4573. | #define HAVE_BZ2 /**/
  4574. | #define HAVE_UNISTD_H 1
  4575. | #define HAVE_SYS_SOCKET_H 1
  4576. | #define HAVE_SYS_TYPES_H 1
  4577. | #define HAVE_NETINET_IN_H 1
  4578. | #define HAVE_NETINET_IP_H 1
  4579. | #define HAVE_NETINET_TCP_H 1
  4580. | #define HAVE_FCNTL_H 1
  4581. | #define HAVE_SSH2 1
  4582. | #define HAVE_CURL /**/
  4583. | #define HAVE_DASH /**/
  4584. | #define HAVE_DECKLINK /**/
  4585. | #define HAVE_DIRECTFB /**/
  4586. | #define HAVE_WAYLAND /**/
  4587. | #define HAVE_WEBP /**/
  4588. | #define HAVE_DTS /**/
  4589. | #define HAVE_RESINDVD /**/
  4590. | #define HAVE_FAAC /**/
  4591. | #define FAAD_IS_NEAAC 1
  4592. | #define FAAD2_MINOR_VERSION 7
  4593. | #define HAVE_FAAD /**/
  4594. | #define HAVE_FBDEV /**/
  4595. | /* end confdefs.h. */
  4596. |
  4597. | /* Override any GCC internal prototype to avoid an error.
  4598. | Use char because int might match the return type of a GCC
  4599. | builtin and then its argument prototype would still apply. */
  4600. | #ifdef __cplusplus
  4601. | extern "C"
  4602. | #endif
  4603. | char gsm_create ();
  4604. | int
  4605. | main ()
  4606. | {
  4607. | return gsm_create ();
  4608. | ;
  4609. | return 0;
  4610. | }
  4611. configure:40406: result: no
  4612. configure:40436: checking for gsm_create in -lgsm
  4613. configure:40470: result: no
  4614. configure:40529: *** These plugins will not be built: gsmenc gsmdec
  4615. configure:40547: *** checking feature: fluidsynth ***
  4616. configure:40551: *** for plug-ins: fluidsynth ***
  4617. configure:40595: checking for FLUIDSYNTH
  4618. configure:40603: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0"
  4619. Package fluidsynth was not found in the pkg-config search path.
  4620. Perhaps you should add the directory containing `fluidsynth.pc'
  4621. to the PKG_CONFIG_PATH environment variable
  4622. No package 'fluidsynth' found
  4623. configure:40606: $? = 1
  4624. configure:40621: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0"
  4625. Package fluidsynth was not found in the pkg-config search path.
  4626. Perhaps you should add the directory containing `fluidsynth.pc'
  4627. to the PKG_CONFIG_PATH environment variable
  4628. No package 'fluidsynth' found
  4629. configure:40624: $? = 1
  4630. No package 'fluidsynth' found
  4631. configure:40652: result: no
  4632. configure:40692: *** These plugins will not be built: fluidsynth
  4633. configure:40710: *** checking feature: Kate ***
  4634. configure:40714: *** for plug-ins: kate ***
  4635. configure:40758: checking for KATE
  4636. configure:40766: $PKG_CONFIG --exists --print-errors "kate >= 0.1.7"
  4637. Package kate was not found in the pkg-config search path.
  4638. Perhaps you should add the directory containing `kate.pc'
  4639. to the PKG_CONFIG_PATH environment variable
  4640. No package 'kate' found
  4641. configure:40769: $? = 1
  4642. configure:40784: $PKG_CONFIG --exists --print-errors "kate >= 0.1.7"
  4643. Package kate was not found in the pkg-config search path.
  4644. Perhaps you should add the directory containing `kate.pc'
  4645. to the PKG_CONFIG_PATH environment variable
  4646. No package 'kate' found
  4647. configure:40787: $? = 1
  4648. No package 'kate' found
  4649. configure:40815: result: no
  4650. configure:40835: checking for TIGER
  4651. configure:40843: $PKG_CONFIG --exists --print-errors "tiger >= 0.3.2"
  4652. Package tiger was not found in the pkg-config search path.
  4653. Perhaps you should add the directory containing `tiger.pc'
  4654. to the PKG_CONFIG_PATH environment variable
  4655. No package 'tiger' found
  4656. configure:40846: $? = 1
  4657. configure:40861: $PKG_CONFIG --exists --print-errors "tiger >= 0.3.2"
  4658. Package tiger was not found in the pkg-config search path.
  4659. Perhaps you should add the directory containing `tiger.pc'
  4660. to the PKG_CONFIG_PATH environment variable
  4661. No package 'tiger' found
  4662. configure:40864: $? = 1
  4663. No package 'tiger' found
  4664. configure:40892: result: no
  4665. configure:40949: *** These plugins will not be built: kate
  4666. configure:40974: *** checking feature: ladspa ***
  4667. configure:40978: *** for plug-ins: ladspa ***
  4668. configure:41020: checking ladspa.h usability
  4669. configure:41020: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  4670. conftest.c:130:20: fatal error: ladspa.h: No such file or directory
  4671. #include <ladspa.h>
  4672. ^
  4673. compilation terminated.
  4674. configure:41020: $? = 1
  4675. configure: failed program was:
  4676. | /* confdefs.h */
  4677. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  4678. | #define PACKAGE_TARNAME "gst-plugins-bad"
  4679. | #define PACKAGE_VERSION "1.3.0.1"
  4680. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  4681. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  4682. | #define PACKAGE_URL ""
  4683. | #define PACKAGE "gst-plugins-bad"
  4684. | #define VERSION "1.3.0.1"
  4685. | #define GST_API_VERSION "1.0"
  4686. | #define STDC_HEADERS 1
  4687. | #define HAVE_SYS_TYPES_H 1
  4688. | #define HAVE_SYS_STAT_H 1
  4689. | #define HAVE_STDLIB_H 1
  4690. | #define HAVE_STRING_H 1
  4691. | #define HAVE_MEMORY_H 1
  4692. | #define HAVE_STRINGS_H 1
  4693. | #define HAVE_INTTYPES_H 1
  4694. | #define HAVE_STDINT_H 1
  4695. | #define HAVE_UNISTD_H 1
  4696. | #define HAVE_DLFCN_H 1
  4697. | #define LT_OBJDIR ".libs/"
  4698. | #define ENABLE_NLS 1
  4699. | #define HAVE_GETTEXT 1
  4700. | #define HAVE_DCGETTEXT 1
  4701. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  4702. | #define LOCALEDIR "/opt/gnome2/share/locale"
  4703. | #define HAVE_VALGRIND 1
  4704. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  4705. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  4706. | #define HAVE_EXTERNAL /**/
  4707. | #define HAVE_CPU_I386 1
  4708. | #define HAVE_RDTSC 1
  4709. | #define HOST_CPU "i686"
  4710. | #define TARGET_CPU "i686"
  4711. | #define HAVE_DOWHILE_MACROS 1
  4712. | #define HAVE_STDLIB_H 1
  4713. | #define HAVE_UNISTD_H 1
  4714. | #define HAVE_SYS_PARAM_H 1
  4715. | #define HAVE_GETPAGESIZE 1
  4716. | #define HAVE_MMAP 1
  4717. | #define HAVE_UNISTD_H 1
  4718. | #define HAVE_SYS_TIME_H 1
  4719. | #define HAVE_PTHREAD_H 1
  4720. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  4721. | #define HAVE_GMTIME_R 1
  4722. | #define HAVE_SYS_UTSNAME_H 1
  4723. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  4724. | #define GIO_LIBDIR "/opt/gnome2/lib"
  4725. | #define HAVE_X11 1
  4726. | #define HAVE_ORC 1
  4727. | #define GST_LICENSE "LGPL"
  4728. | #define LIBDIR "/opt/gnome2/lib"
  4729. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  4730. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  4731. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  4732. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  4733. | #define DEFAULT_AUDIOSRC "alsasrc"
  4734. | #define DEFAULT_VIDEOSINK "autovideosink"
  4735. | #define DEFAULT_VIDEOSRC "v4l2src"
  4736. | #define DEFAULT_VISUALIZER "goom"
  4737. | #define HAVE_SYS_SOCKET_H 1
  4738. | #define USE_EGL_X11 1
  4739. | #define HAVE_PNG 1
  4740. | #define HAVE_JPEG 1
  4741. | #define HAVE_SHM /**/
  4742. | #define HAVE_MFC /**/
  4743. | #define HAVE_GUDEV 1
  4744. | #define HAVE_LIBUSB 1
  4745. | #define HAVE_UVCH264 /**/
  4746. | #define HAVE_ASSRENDER /**/
  4747. | #define HAVE_VOAMRWBENC /**/
  4748. | #define HAVE_VOAACENC /**/
  4749. | #define HAVE_BZ2 /**/
  4750. | #define HAVE_UNISTD_H 1
  4751. | #define HAVE_SYS_SOCKET_H 1
  4752. | #define HAVE_SYS_TYPES_H 1
  4753. | #define HAVE_NETINET_IN_H 1
  4754. | #define HAVE_NETINET_IP_H 1
  4755. | #define HAVE_NETINET_TCP_H 1
  4756. | #define HAVE_FCNTL_H 1
  4757. | #define HAVE_SSH2 1
  4758. | #define HAVE_CURL /**/
  4759. | #define HAVE_DASH /**/
  4760. | #define HAVE_DECKLINK /**/
  4761. | #define HAVE_DIRECTFB /**/
  4762. | #define HAVE_WAYLAND /**/
  4763. | #define HAVE_WEBP /**/
  4764. | #define HAVE_DTS /**/
  4765. | #define HAVE_RESINDVD /**/
  4766. | #define HAVE_FAAC /**/
  4767. | #define FAAD_IS_NEAAC 1
  4768. | #define FAAD2_MINOR_VERSION 7
  4769. | #define HAVE_FAAD /**/
  4770. | #define HAVE_FBDEV /**/
  4771. | /* end confdefs.h. */
  4772. | #include <stdio.h>
  4773. | #ifdef HAVE_SYS_TYPES_H
  4774. | # include <sys/types.h>
  4775. | #endif
  4776. | #ifdef HAVE_SYS_STAT_H
  4777. | # include <sys/stat.h>
  4778. | #endif
  4779. | #ifdef STDC_HEADERS
  4780. | # include <stdlib.h>
  4781. | # include <stddef.h>
  4782. | #else
  4783. | # ifdef HAVE_STDLIB_H
  4784. | # include <stdlib.h>
  4785. | # endif
  4786. | #endif
  4787. | #ifdef HAVE_STRING_H
  4788. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4789. | # include <memory.h>
  4790. | # endif
  4791. | # include <string.h>
  4792. | #endif
  4793. | #ifdef HAVE_STRINGS_H
  4794. | # include <strings.h>
  4795. | #endif
  4796. | #ifdef HAVE_INTTYPES_H
  4797. | # include <inttypes.h>
  4798. | #endif
  4799. | #ifdef HAVE_STDINT_H
  4800. | # include <stdint.h>
  4801. | #endif
  4802. | #ifdef HAVE_UNISTD_H
  4803. | # include <unistd.h>
  4804. | #endif
  4805. | #include <ladspa.h>
  4806. configure:41020: result: no
  4807. configure:41020: checking ladspa.h presence
  4808. configure:41020: gcc -E conftest.c
  4809. conftest.c:97:20: fatal error: ladspa.h: No such file or directory
  4810. #include <ladspa.h>
  4811. ^
  4812. compilation terminated.
  4813. configure:41020: $? = 1
  4814. configure: failed program was:
  4815. | /* confdefs.h */
  4816. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  4817. | #define PACKAGE_TARNAME "gst-plugins-bad"
  4818. | #define PACKAGE_VERSION "1.3.0.1"
  4819. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  4820. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  4821. | #define PACKAGE_URL ""
  4822. | #define PACKAGE "gst-plugins-bad"
  4823. | #define VERSION "1.3.0.1"
  4824. | #define GST_API_VERSION "1.0"
  4825. | #define STDC_HEADERS 1
  4826. | #define HAVE_SYS_TYPES_H 1
  4827. | #define HAVE_SYS_STAT_H 1
  4828. | #define HAVE_STDLIB_H 1
  4829. | #define HAVE_STRING_H 1
  4830. | #define HAVE_MEMORY_H 1
  4831. | #define HAVE_STRINGS_H 1
  4832. | #define HAVE_INTTYPES_H 1
  4833. | #define HAVE_STDINT_H 1
  4834. | #define HAVE_UNISTD_H 1
  4835. | #define HAVE_DLFCN_H 1
  4836. | #define LT_OBJDIR ".libs/"
  4837. | #define ENABLE_NLS 1
  4838. | #define HAVE_GETTEXT 1
  4839. | #define HAVE_DCGETTEXT 1
  4840. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  4841. | #define LOCALEDIR "/opt/gnome2/share/locale"
  4842. | #define HAVE_VALGRIND 1
  4843. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  4844. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  4845. | #define HAVE_EXTERNAL /**/
  4846. | #define HAVE_CPU_I386 1
  4847. | #define HAVE_RDTSC 1
  4848. | #define HOST_CPU "i686"
  4849. | #define TARGET_CPU "i686"
  4850. | #define HAVE_DOWHILE_MACROS 1
  4851. | #define HAVE_STDLIB_H 1
  4852. | #define HAVE_UNISTD_H 1
  4853. | #define HAVE_SYS_PARAM_H 1
  4854. | #define HAVE_GETPAGESIZE 1
  4855. | #define HAVE_MMAP 1
  4856. | #define HAVE_UNISTD_H 1
  4857. | #define HAVE_SYS_TIME_H 1
  4858. | #define HAVE_PTHREAD_H 1
  4859. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  4860. | #define HAVE_GMTIME_R 1
  4861. | #define HAVE_SYS_UTSNAME_H 1
  4862. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  4863. | #define GIO_LIBDIR "/opt/gnome2/lib"
  4864. | #define HAVE_X11 1
  4865. | #define HAVE_ORC 1
  4866. | #define GST_LICENSE "LGPL"
  4867. | #define LIBDIR "/opt/gnome2/lib"
  4868. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  4869. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  4870. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  4871. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  4872. | #define DEFAULT_AUDIOSRC "alsasrc"
  4873. | #define DEFAULT_VIDEOSINK "autovideosink"
  4874. | #define DEFAULT_VIDEOSRC "v4l2src"
  4875. | #define DEFAULT_VISUALIZER "goom"
  4876. | #define HAVE_SYS_SOCKET_H 1
  4877. | #define USE_EGL_X11 1
  4878. | #define HAVE_PNG 1
  4879. | #define HAVE_JPEG 1
  4880. | #define HAVE_SHM /**/
  4881. | #define HAVE_MFC /**/
  4882. | #define HAVE_GUDEV 1
  4883. | #define HAVE_LIBUSB 1
  4884. | #define HAVE_UVCH264 /**/
  4885. | #define HAVE_ASSRENDER /**/
  4886. | #define HAVE_VOAMRWBENC /**/
  4887. | #define HAVE_VOAACENC /**/
  4888. | #define HAVE_BZ2 /**/
  4889. | #define HAVE_UNISTD_H 1
  4890. | #define HAVE_SYS_SOCKET_H 1
  4891. | #define HAVE_SYS_TYPES_H 1
  4892. | #define HAVE_NETINET_IN_H 1
  4893. | #define HAVE_NETINET_IP_H 1
  4894. | #define HAVE_NETINET_TCP_H 1
  4895. | #define HAVE_FCNTL_H 1
  4896. | #define HAVE_SSH2 1
  4897. | #define HAVE_CURL /**/
  4898. | #define HAVE_DASH /**/
  4899. | #define HAVE_DECKLINK /**/
  4900. | #define HAVE_DIRECTFB /**/
  4901. | #define HAVE_WAYLAND /**/
  4902. | #define HAVE_WEBP /**/
  4903. | #define HAVE_DTS /**/
  4904. | #define HAVE_RESINDVD /**/
  4905. | #define HAVE_FAAC /**/
  4906. | #define FAAD_IS_NEAAC 1
  4907. | #define FAAD2_MINOR_VERSION 7
  4908. | #define HAVE_FAAD /**/
  4909. | #define HAVE_FBDEV /**/
  4910. | /* end confdefs.h. */
  4911. | #include <ladspa.h>
  4912. configure:41020: result: no
  4913. configure:41020: checking for ladspa.h
  4914. configure:41020: result: no
  4915. configure:41031: checking for LRDF
  4916. configure:41039: $PKG_CONFIG --exists --print-errors "lrdf"
  4917. Package lrdf was not found in the pkg-config search path.
  4918. Perhaps you should add the directory containing `lrdf.pc'
  4919. to the PKG_CONFIG_PATH environment variable
  4920. No package 'lrdf' found
  4921. configure:41042: $? = 1
  4922. configure:41057: $PKG_CONFIG --exists --print-errors "lrdf"
  4923. Package lrdf was not found in the pkg-config search path.
  4924. Perhaps you should add the directory containing `lrdf.pc'
  4925. to the PKG_CONFIG_PATH environment variable
  4926. No package 'lrdf' found
  4927. configure:41060: $? = 1
  4928. No package 'lrdf' found
  4929. configure:41088: result: no
  4930. configure:41131: *** These plugins will not be built: ladspa
  4931. configure:41149: *** checking feature: lv2 ***
  4932. configure:41153: *** for plug-ins: lv2 ***
  4933. configure:41180: WARNING: *** lv2 not ported
  4934. configure:41292: *** These plugins will not be built: lv2
  4935. configure:41310: *** checking feature: mms protocol library ***
  4936. configure:41314: *** for plug-ins: libmms ***
  4937. configure:41358: checking for LIBMMS
  4938. configure:41366: $PKG_CONFIG --exists --print-errors "libmms >= 0.4"
  4939. configure:41369: $? = 0
  4940. configure:41384: $PKG_CONFIG --exists --print-errors "libmms >= 0.4"
  4941. configure:41387: $? = 0
  4942. configure:41427: result: yes
  4943. configure:41442: *** These plugins will be built: libmms
  4944. configure:41475: *** checking feature: srtp library ***
  4945. configure:41479: *** for plug-ins: srtp ***
  4946. configure:41523: checking for srtp_init in -lsrtp
  4947. configure:41548: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lsrtp >&5
  4948. /usr/bin/ld: cannot find -lsrtp
  4949. collect2: error: ld returned 1 exit status
  4950. configure:41548: $? = 1
  4951. configure: failed program was:
  4952. | /* confdefs.h */
  4953. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  4954. | #define PACKAGE_TARNAME "gst-plugins-bad"
  4955. | #define PACKAGE_VERSION "1.3.0.1"
  4956. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  4957. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  4958. | #define PACKAGE_URL ""
  4959. | #define PACKAGE "gst-plugins-bad"
  4960. | #define VERSION "1.3.0.1"
  4961. | #define GST_API_VERSION "1.0"
  4962. | #define STDC_HEADERS 1
  4963. | #define HAVE_SYS_TYPES_H 1
  4964. | #define HAVE_SYS_STAT_H 1
  4965. | #define HAVE_STDLIB_H 1
  4966. | #define HAVE_STRING_H 1
  4967. | #define HAVE_MEMORY_H 1
  4968. | #define HAVE_STRINGS_H 1
  4969. | #define HAVE_INTTYPES_H 1
  4970. | #define HAVE_STDINT_H 1
  4971. | #define HAVE_UNISTD_H 1
  4972. | #define HAVE_DLFCN_H 1
  4973. | #define LT_OBJDIR ".libs/"
  4974. | #define ENABLE_NLS 1
  4975. | #define HAVE_GETTEXT 1
  4976. | #define HAVE_DCGETTEXT 1
  4977. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  4978. | #define LOCALEDIR "/opt/gnome2/share/locale"
  4979. | #define HAVE_VALGRIND 1
  4980. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  4981. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  4982. | #define HAVE_EXTERNAL /**/
  4983. | #define HAVE_CPU_I386 1
  4984. | #define HAVE_RDTSC 1
  4985. | #define HOST_CPU "i686"
  4986. | #define TARGET_CPU "i686"
  4987. | #define HAVE_DOWHILE_MACROS 1
  4988. | #define HAVE_STDLIB_H 1
  4989. | #define HAVE_UNISTD_H 1
  4990. | #define HAVE_SYS_PARAM_H 1
  4991. | #define HAVE_GETPAGESIZE 1
  4992. | #define HAVE_MMAP 1
  4993. | #define HAVE_UNISTD_H 1
  4994. | #define HAVE_SYS_TIME_H 1
  4995. | #define HAVE_PTHREAD_H 1
  4996. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  4997. | #define HAVE_GMTIME_R 1
  4998. | #define HAVE_SYS_UTSNAME_H 1
  4999. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  5000. | #define GIO_LIBDIR "/opt/gnome2/lib"
  5001. | #define HAVE_X11 1
  5002. | #define HAVE_ORC 1
  5003. | #define GST_LICENSE "LGPL"
  5004. | #define LIBDIR "/opt/gnome2/lib"
  5005. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  5006. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  5007. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  5008. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  5009. | #define DEFAULT_AUDIOSRC "alsasrc"
  5010. | #define DEFAULT_VIDEOSINK "autovideosink"
  5011. | #define DEFAULT_VIDEOSRC "v4l2src"
  5012. | #define DEFAULT_VISUALIZER "goom"
  5013. | #define HAVE_SYS_SOCKET_H 1
  5014. | #define USE_EGL_X11 1
  5015. | #define HAVE_PNG 1
  5016. | #define HAVE_JPEG 1
  5017. | #define HAVE_SHM /**/
  5018. | #define HAVE_MFC /**/
  5019. | #define HAVE_GUDEV 1
  5020. | #define HAVE_LIBUSB 1
  5021. | #define HAVE_UVCH264 /**/
  5022. | #define HAVE_ASSRENDER /**/
  5023. | #define HAVE_VOAMRWBENC /**/
  5024. | #define HAVE_VOAACENC /**/
  5025. | #define HAVE_BZ2 /**/
  5026. | #define HAVE_UNISTD_H 1
  5027. | #define HAVE_SYS_SOCKET_H 1
  5028. | #define HAVE_SYS_TYPES_H 1
  5029. | #define HAVE_NETINET_IN_H 1
  5030. | #define HAVE_NETINET_IP_H 1
  5031. | #define HAVE_NETINET_TCP_H 1
  5032. | #define HAVE_FCNTL_H 1
  5033. | #define HAVE_SSH2 1
  5034. | #define HAVE_CURL /**/
  5035. | #define HAVE_DASH /**/
  5036. | #define HAVE_DECKLINK /**/
  5037. | #define HAVE_DIRECTFB /**/
  5038. | #define HAVE_WAYLAND /**/
  5039. | #define HAVE_WEBP /**/
  5040. | #define HAVE_DTS /**/
  5041. | #define HAVE_RESINDVD /**/
  5042. | #define HAVE_FAAC /**/
  5043. | #define FAAD_IS_NEAAC 1
  5044. | #define FAAD2_MINOR_VERSION 7
  5045. | #define HAVE_FAAD /**/
  5046. | #define HAVE_FBDEV /**/
  5047. | #define HAVE_LIBMMS /**/
  5048. | /* end confdefs.h. */
  5049. |
  5050. | /* Override any GCC internal prototype to avoid an error.
  5051. | Use char because int might match the return type of a GCC
  5052. | builtin and then its argument prototype would still apply. */
  5053. | #ifdef __cplusplus
  5054. | extern "C"
  5055. | #endif
  5056. | char srtp_init ();
  5057. | int
  5058. | main ()
  5059. | {
  5060. | return srtp_init ();
  5061. | ;
  5062. | return 0;
  5063. | }
  5064. configure:41557: result: no
  5065. configure:41610: *** These plugins will not be built: srtp
  5066. configure:41628: *** checking feature: Linear Systems SDI plugin ***
  5067. configure:41632: *** for plug-ins: linsys ***
  5068. configure:41659: WARNING: *** linsys not ported
  5069. configure:41706: *** These plugins will not be built: linsys
  5070. configure:41724: *** checking feature: modplug ***
  5071. configure:41728: *** for plug-ins: modplug ***
  5072. configure:41777: checking for MODPLUG
  5073. configure:41785: $PKG_CONFIG --exists --print-errors "libmodplug"
  5074. configure:41788: $? = 0
  5075. configure:41803: $PKG_CONFIG --exists --print-errors "libmodplug"
  5076. configure:41806: $? = 0
  5077. configure:41842: result: yes
  5078. configure:41860: *** These plugins will be built: modplug
  5079. configure:41891: *** checking feature: libmimic library ***
  5080. configure:41895: *** for plug-ins: mimic ***
  5081. configure:41940: checking for MIMIC
  5082. configure:41948: $PKG_CONFIG --exists --print-errors "libmimic >= $MIMIC_REQUIRED"
  5083. configure:41951: $? = 0
  5084. configure:41966: $PKG_CONFIG --exists --print-errors "libmimic >= $MIMIC_REQUIRED"
  5085. configure:41969: $? = 0
  5086. configure:42005: result: yes
  5087. configure:42022: *** These plugins will be built: mimic
  5088. configure:42054: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.6.1.93 mjpegtools < 1.8.0"
  5089. Package mjpegtools was not found in the pkg-config search path.
  5090. Perhaps you should add the directory containing `mjpegtools.pc'
  5091. to the PKG_CONFIG_PATH environment variable
  5092. No package 'mjpegtools' found
  5093. Package mjpegtools was not found in the pkg-config search path.
  5094. Perhaps you should add the directory containing `mjpegtools.pc'
  5095. to the PKG_CONFIG_PATH environment variable
  5096. No package 'mjpegtools' found
  5097. configure:42057: $? = 1
  5098. configure:42065: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.8.0 mjpegtools < 1.9.0"
  5099. Package mjpegtools was not found in the pkg-config search path.
  5100. Perhaps you should add the directory containing `mjpegtools.pc'
  5101. to the PKG_CONFIG_PATH environment variable
  5102. No package 'mjpegtools' found
  5103. Package mjpegtools was not found in the pkg-config search path.
  5104. Perhaps you should add the directory containing `mjpegtools.pc'
  5105. to the PKG_CONFIG_PATH environment variable
  5106. No package 'mjpegtools' found
  5107. configure:42068: $? = 1
  5108. configure:42076: $PKG_CONFIG --exists --print-errors "mjpegtools >= 2.0.0"
  5109. Package mjpegtools was not found in the pkg-config search path.
  5110. Perhaps you should add the directory containing `mjpegtools.pc'
  5111. to the PKG_CONFIG_PATH environment variable
  5112. No package 'mjpegtools' found
  5113. configure:42079: $? = 1
  5114. configure:42088: checking for MJPEG
  5115. configure:42096: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.9.0 mjpegtools < 2.0.0"
  5116. Package mjpegtools was not found in the pkg-config search path.
  5117. Perhaps you should add the directory containing `mjpegtools.pc'
  5118. to the PKG_CONFIG_PATH environment variable
  5119. No package 'mjpegtools' found
  5120. Package mjpegtools was not found in the pkg-config search path.
  5121. Perhaps you should add the directory containing `mjpegtools.pc'
  5122. to the PKG_CONFIG_PATH environment variable
  5123. No package 'mjpegtools' found
  5124. configure:42099: $? = 1
  5125. configure:42114: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.9.0 mjpegtools < 2.0.0"
  5126. Package mjpegtools was not found in the pkg-config search path.
  5127. Perhaps you should add the directory containing `mjpegtools.pc'
  5128. to the PKG_CONFIG_PATH environment variable
  5129. No package 'mjpegtools' found
  5130. Package mjpegtools was not found in the pkg-config search path.
  5131. Perhaps you should add the directory containing `mjpegtools.pc'
  5132. to the PKG_CONFIG_PATH environment variable
  5133. No package 'mjpegtools' found
  5134. configure:42117: $? = 1
  5135. No package 'mjpegtools' found
  5136. No package 'mjpegtools' found
  5137. configure:42145: result: no
  5138. configure:42193: *** checking feature: mpeg2enc ***
  5139. configure:42197: *** for plug-ins: mpeg2enc ***
  5140. configure:42243: checking for MPEG2ENC
  5141. configure:42251: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.6.1.93"
  5142. Package mjpegtools was not found in the pkg-config search path.
  5143. Perhaps you should add the directory containing `mjpegtools.pc'
  5144. to the PKG_CONFIG_PATH environment variable
  5145. No package 'mjpegtools' found
  5146. configure:42254: $? = 1
  5147. configure:42269: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.6.1.93"
  5148. Package mjpegtools was not found in the pkg-config search path.
  5149. Perhaps you should add the directory containing `mjpegtools.pc'
  5150. to the PKG_CONFIG_PATH environment variable
  5151. No package 'mjpegtools' found
  5152. configure:42272: $? = 1
  5153. No package 'mjpegtools' found
  5154. configure:42300: result: no
  5155. configure:42433: *** These plugins will not be built: mpeg2enc
  5156. configure:42451: *** checking feature: mpg123 audio decoder ***
  5157. configure:42455: *** for plug-ins: mpg123 ***
  5158. configure:42499: checking for MPG123
  5159. configure:42507: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.13"
  5160. configure:42510: $? = 0
  5161. configure:42525: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.13"
  5162. configure:42528: $? = 0
  5163. configure:42564: result: yes
  5164. configure:42581: *** These plugins will be built: mpg123
  5165. configure:42612: *** checking feature: mplex ***
  5166. configure:42616: *** for plug-ins: mplex ***
  5167. configure:42662: checking for MPLEX
  5168. configure:42670: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.9.0"
  5169. Package mjpegtools was not found in the pkg-config search path.
  5170. Perhaps you should add the directory containing `mjpegtools.pc'
  5171. to the PKG_CONFIG_PATH environment variable
  5172. No package 'mjpegtools' found
  5173. configure:42673: $? = 1
  5174. configure:42688: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.9.0"
  5175. Package mjpegtools was not found in the pkg-config search path.
  5176. Perhaps you should add the directory containing `mjpegtools.pc'
  5177. to the PKG_CONFIG_PATH environment variable
  5178. No package 'mjpegtools' found
  5179. configure:42691: $? = 1
  5180. No package 'mjpegtools' found
  5181. configure:42719: result: no
  5182. configure:42843: *** These plugins will not be built: mplex
  5183. configure:42861: *** checking feature: musepackdec ***
  5184. configure:42865: *** for plug-ins: musepack ***
  5185. configure:42892: WARNING: *** musepack not ported
  5186. configure:42957: *** These plugins will not be built: musepack
  5187. configure:42975: *** checking feature: MythTV client plugins ***
  5188. configure:42979: *** for plug-ins: mythtvsrc ***
  5189. configure:43006: WARNING: *** mythtvsrc not ported
  5190. configure:43122: *** These plugins will not be built: mythtvsrc
  5191. configure:43140: *** checking feature: nas plug-in ***
  5192. configure:43144: *** for plug-ins: nassink ***
  5193. configure:43171: WARNING: *** nassink not ported
  5194. configure:43801: *** These plugins will not be built: nassink
  5195. configure:43819: *** checking feature: neon http client plugins ***
  5196. configure:43823: *** for plug-ins: neonhttpsrc ***
  5197. configure:43867: checking for NEON
  5198. configure:43875: $PKG_CONFIG --exists --print-errors "neon >= 0.27.0 neon <= 0.30.99"
  5199. configure:43878: $? = 0
  5200. configure:43893: $PKG_CONFIG --exists --print-errors "neon >= 0.27.0 neon <= 0.30.99"
  5201. configure:43896: $? = 0
  5202. configure:43936: result: yes
  5203. configure:43953: *** These plugins will be built: neonhttpsrc
  5204. configure:43984: *** checking feature: ofa plugins ***
  5205. configure:43988: *** for plug-ins: ofa ***
  5206. configure:44032: checking for OFA
  5207. configure:44040: $PKG_CONFIG --exists --print-errors "libofa >= 0.9.3"
  5208. Package libofa was not found in the pkg-config search path.
  5209. Perhaps you should add the directory containing `libofa.pc'
  5210. to the PKG_CONFIG_PATH environment variable
  5211. No package 'libofa' found
  5212. configure:44043: $? = 1
  5213. configure:44058: $PKG_CONFIG --exists --print-errors "libofa >= 0.9.3"
  5214. Package libofa was not found in the pkg-config search path.
  5215. Perhaps you should add the directory containing `libofa.pc'
  5216. to the PKG_CONFIG_PATH environment variable
  5217. No package 'libofa' found
  5218. configure:44061: $? = 1
  5219. No package 'libofa' found
  5220. configure:44089: result: no
  5221. configure:44131: *** These plugins will not be built: ofa
  5222. configure:44149: *** checking feature: OpenAL plugin ***
  5223. configure:44153: *** for plug-ins: openal ***
  5224. configure:44197: checking for OPENAL
  5225. configure:44205: $PKG_CONFIG --exists --print-errors "openal >= 1.14"
  5226. Package openal was not found in the pkg-config search path.
  5227. Perhaps you should add the directory containing `openal.pc'
  5228. to the PKG_CONFIG_PATH environment variable
  5229. No package 'openal' found
  5230. configure:44208: $? = 1
  5231. configure:44223: $PKG_CONFIG --exists --print-errors "openal >= 1.14"
  5232. Package openal was not found in the pkg-config search path.
  5233. Perhaps you should add the directory containing `openal.pc'
  5234. to the PKG_CONFIG_PATH environment variable
  5235. No package 'openal' found
  5236. configure:44226: $? = 1
  5237. No package 'openal' found
  5238. configure:44254: result: no
  5239. configure:44296: *** These plugins will not be built: openal
  5240. configure:44314: *** checking feature: opencv plugins ***
  5241. configure:44318: *** for plug-ins: opencv ***
  5242. configure:44362: checking for OPENCV
  5243. configure:44370: $PKG_CONFIG --exists --print-errors "opencv >= 2.0.0 opencv <= 2.4.8 "
  5244. Package opencv was not found in the pkg-config search path.
  5245. Perhaps you should add the directory containing `opencv.pc'
  5246. to the PKG_CONFIG_PATH environment variable
  5247. No package 'opencv' found
  5248. Package opencv was not found in the pkg-config search path.
  5249. Perhaps you should add the directory containing `opencv.pc'
  5250. to the PKG_CONFIG_PATH environment variable
  5251. No package 'opencv' found
  5252. configure:44373: $? = 1
  5253. configure:44388: $PKG_CONFIG --exists --print-errors "opencv >= 2.0.0 opencv <= 2.4.8 "
  5254. Package opencv was not found in the pkg-config search path.
  5255. Perhaps you should add the directory containing `opencv.pc'
  5256. to the PKG_CONFIG_PATH environment variable
  5257. No package 'opencv' found
  5258. Package opencv was not found in the pkg-config search path.
  5259. Perhaps you should add the directory containing `opencv.pc'
  5260. to the PKG_CONFIG_PATH environment variable
  5261. No package 'opencv' found
  5262. configure:44391: $? = 1
  5263. No package 'opencv' found
  5264. No package 'opencv' found
  5265. configure:44419: result: no
  5266. configure:44890: *** These plugins will not be built: opencv
  5267. configure:44908: *** checking feature: openexr library ***
  5268. configure:44912: *** for plug-ins: openexr ***
  5269. configure:44960: checking for OPENEXR
  5270. configure:44968: $PKG_CONFIG --exists --print-errors "$which"
  5271. Package OpenEXR was not found in the pkg-config search path.
  5272. Perhaps you should add the directory containing `OpenEXR.pc'
  5273. to the PKG_CONFIG_PATH environment variable
  5274. No package 'OpenEXR' found
  5275. configure:44971: $? = 1
  5276. configure:44986: $PKG_CONFIG --exists --print-errors "$which"
  5277. Package OpenEXR was not found in the pkg-config search path.
  5278. Perhaps you should add the directory containing `OpenEXR.pc'
  5279. to the PKG_CONFIG_PATH environment variable
  5280. No package 'OpenEXR' found
  5281. configure:44989: $? = 1
  5282. No package 'OpenEXR' found
  5283. configure:45017: result: no
  5284. configure:45024: No package 'OpenEXR' found
  5285. configure:45073: *** These plugins will not be built: openexr
  5286. configure:45091: *** checking feature: openjpeg library ***
  5287. configure:45095: *** for plug-ins: openjpeg ***
  5288. configure:45140: checking for opj_version in -lopenjp2
  5289. configure:45165: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lopenjp2 >&5
  5290. /usr/bin/ld: cannot find -lopenjp2
  5291. collect2: error: ld returned 1 exit status
  5292. configure:45165: $? = 1
  5293. configure: failed program was:
  5294. | /* confdefs.h */
  5295. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  5296. | #define PACKAGE_TARNAME "gst-plugins-bad"
  5297. | #define PACKAGE_VERSION "1.3.0.1"
  5298. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  5299. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  5300. | #define PACKAGE_URL ""
  5301. | #define PACKAGE "gst-plugins-bad"
  5302. | #define VERSION "1.3.0.1"
  5303. | #define GST_API_VERSION "1.0"
  5304. | #define STDC_HEADERS 1
  5305. | #define HAVE_SYS_TYPES_H 1
  5306. | #define HAVE_SYS_STAT_H 1
  5307. | #define HAVE_STDLIB_H 1
  5308. | #define HAVE_STRING_H 1
  5309. | #define HAVE_MEMORY_H 1
  5310. | #define HAVE_STRINGS_H 1
  5311. | #define HAVE_INTTYPES_H 1
  5312. | #define HAVE_STDINT_H 1
  5313. | #define HAVE_UNISTD_H 1
  5314. | #define HAVE_DLFCN_H 1
  5315. | #define LT_OBJDIR ".libs/"
  5316. | #define ENABLE_NLS 1
  5317. | #define HAVE_GETTEXT 1
  5318. | #define HAVE_DCGETTEXT 1
  5319. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  5320. | #define LOCALEDIR "/opt/gnome2/share/locale"
  5321. | #define HAVE_VALGRIND 1
  5322. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  5323. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  5324. | #define HAVE_EXTERNAL /**/
  5325. | #define HAVE_CPU_I386 1
  5326. | #define HAVE_RDTSC 1
  5327. | #define HOST_CPU "i686"
  5328. | #define TARGET_CPU "i686"
  5329. | #define HAVE_DOWHILE_MACROS 1
  5330. | #define HAVE_STDLIB_H 1
  5331. | #define HAVE_UNISTD_H 1
  5332. | #define HAVE_SYS_PARAM_H 1
  5333. | #define HAVE_GETPAGESIZE 1
  5334. | #define HAVE_MMAP 1
  5335. | #define HAVE_UNISTD_H 1
  5336. | #define HAVE_SYS_TIME_H 1
  5337. | #define HAVE_PTHREAD_H 1
  5338. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  5339. | #define HAVE_GMTIME_R 1
  5340. | #define HAVE_SYS_UTSNAME_H 1
  5341. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  5342. | #define GIO_LIBDIR "/opt/gnome2/lib"
  5343. | #define HAVE_X11 1
  5344. | #define HAVE_ORC 1
  5345. | #define GST_LICENSE "LGPL"
  5346. | #define LIBDIR "/opt/gnome2/lib"
  5347. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  5348. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  5349. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  5350. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  5351. | #define DEFAULT_AUDIOSRC "alsasrc"
  5352. | #define DEFAULT_VIDEOSINK "autovideosink"
  5353. | #define DEFAULT_VIDEOSRC "v4l2src"
  5354. | #define DEFAULT_VISUALIZER "goom"
  5355. | #define HAVE_SYS_SOCKET_H 1
  5356. | #define USE_EGL_X11 1
  5357. | #define HAVE_PNG 1
  5358. | #define HAVE_JPEG 1
  5359. | #define HAVE_SHM /**/
  5360. | #define HAVE_MFC /**/
  5361. | #define HAVE_GUDEV 1
  5362. | #define HAVE_LIBUSB 1
  5363. | #define HAVE_UVCH264 /**/
  5364. | #define HAVE_ASSRENDER /**/
  5365. | #define HAVE_VOAMRWBENC /**/
  5366. | #define HAVE_VOAACENC /**/
  5367. | #define HAVE_BZ2 /**/
  5368. | #define HAVE_UNISTD_H 1
  5369. | #define HAVE_SYS_SOCKET_H 1
  5370. | #define HAVE_SYS_TYPES_H 1
  5371. | #define HAVE_NETINET_IN_H 1
  5372. | #define HAVE_NETINET_IP_H 1
  5373. | #define HAVE_NETINET_TCP_H 1
  5374. | #define HAVE_FCNTL_H 1
  5375. | #define HAVE_SSH2 1
  5376. | #define HAVE_CURL /**/
  5377. | #define HAVE_DASH /**/
  5378. | #define HAVE_DECKLINK /**/
  5379. | #define HAVE_DIRECTFB /**/
  5380. | #define HAVE_WAYLAND /**/
  5381. | #define HAVE_WEBP /**/
  5382. | #define HAVE_DTS /**/
  5383. | #define HAVE_RESINDVD /**/
  5384. | #define HAVE_FAAC /**/
  5385. | #define FAAD_IS_NEAAC 1
  5386. | #define FAAD2_MINOR_VERSION 7
  5387. | #define HAVE_FAAD /**/
  5388. | #define HAVE_FBDEV /**/
  5389. | #define HAVE_LIBMMS /**/
  5390. | #define HAVE_MODPLUG /**/
  5391. | #define HAVE_MIMIC /**/
  5392. | #define GST_MJPEGTOOLS_API 0
  5393. | #define HAVE_MPG123 /**/
  5394. | #define HAVE_NEON /**/
  5395. | #define OPENCV_PREFIX ""
  5396. | /* end confdefs.h. */
  5397. |
  5398. | /* Override any GCC internal prototype to avoid an error.
  5399. | Use char because int might match the return type of a GCC
  5400. | builtin and then its argument prototype would still apply. */
  5401. | #ifdef __cplusplus
  5402. | extern "C"
  5403. | #endif
  5404. | char opj_version ();
  5405. | int
  5406. | main ()
  5407. | {
  5408. | return opj_version ();
  5409. | ;
  5410. | return 0;
  5411. | }
  5412. configure:45174: result: no
  5413. configure:45205: checking for OPENJPEG
  5414. configure:45213: $PKG_CONFIG --exists --print-errors "libopenjpeg1"
  5415. configure:45216: $? = 0
  5416. configure:45231: $PKG_CONFIG --exists --print-errors "libopenjpeg1"
  5417. configure:45234: $? = 0
  5418. configure:45396: result: yes
  5419. configure:45419: *** These plugins will be built: openjpeg
  5420. configure:45450: *** checking feature: openni2 library ***
  5421. configure:45454: *** for plug-ins: openni2 ***
  5422. configure:45498: checking for OPENNI2
  5423. configure:45506: $PKG_CONFIG --exists --print-errors "libopenni2 >= 0.26"
  5424. Package libopenni2 was not found in the pkg-config search path.
  5425. Perhaps you should add the directory containing `libopenni2.pc'
  5426. to the PKG_CONFIG_PATH environment variable
  5427. No package 'libopenni2' found
  5428. configure:45509: $? = 1
  5429. configure:45524: $PKG_CONFIG --exists --print-errors "libopenni2 >= 0.26"
  5430. Package libopenni2 was not found in the pkg-config search path.
  5431. Perhaps you should add the directory containing `libopenni2.pc'
  5432. to the PKG_CONFIG_PATH environment variable
  5433. No package 'libopenni2' found
  5434. configure:45527: $? = 1
  5435. No package 'libopenni2' found
  5436. configure:45555: result: no
  5437. configure:45593: *** These plugins will not be built: openni2
  5438. configure:45611: *** checking feature: opus ***
  5439. configure:45615: *** for plug-ins: opus ***
  5440. configure:45659: checking for OPUS
  5441. configure:45667: $PKG_CONFIG --exists --print-errors "opus >= 0.9.4"
  5442. configure:45670: $? = 0
  5443. configure:45685: $PKG_CONFIG --exists --print-errors "opus >= 0.9.4"
  5444. configure:45688: $? = 0
  5445. configure:45728: result: yes
  5446. configure:45750: *** These plugins will be built: opus
  5447. configure:45781: *** checking feature: pvrvideosink ***
  5448. configure:45785: *** for plug-ins: pvr ***
  5449. configure:45829: checking for PVR
  5450. configure:45837: $PKG_CONFIG --exists --print-errors "libtimemmgr"
  5451. Package libtimemmgr was not found in the pkg-config search path.
  5452. Perhaps you should add the directory containing `libtimemmgr.pc'
  5453. to the PKG_CONFIG_PATH environment variable
  5454. No package 'libtimemmgr' found
  5455. configure:45840: $? = 1
  5456. configure:45855: $PKG_CONFIG --exists --print-errors "libtimemmgr"
  5457. Package libtimemmgr was not found in the pkg-config search path.
  5458. Perhaps you should add the directory containing `libtimemmgr.pc'
  5459. to the PKG_CONFIG_PATH environment variable
  5460. No package 'libtimemmgr' found
  5461. configure:45858: $? = 1
  5462. No package 'libtimemmgr' found
  5463. configure:45886: result: no
  5464. configure:45924: *** These plugins will not be built: pvr
  5465. configure:45953: *** checking feature: rsvg decoder ***
  5466. configure:45957: *** for plug-ins: rsvg ***
  5467. configure:46001: checking for RSVG
  5468. configure:46009: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.36 cairo"
  5469. configure:46012: $? = 0
  5470. configure:46027: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.36 cairo"
  5471. configure:46030: $? = 0
  5472. configure:46070: result: yes
  5473. configure:46076: checking for RSVG_2_36_2
  5474. configure:46084: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.36.2"
  5475. configure:46087: $? = 0
  5476. configure:46102: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.36.2"
  5477. configure:46105: $? = 0
  5478. configure:46141: result: yes
  5479. configure:46165: *** These plugins will be built: rsvg
  5480. configure:46196: *** checking feature: eglgles sink ***
  5481. configure:46200: *** for plug-ins: eglgles ***
  5482. configure:46247: checking for EGLGLES
  5483. configure:46255: $PKG_CONFIG --exists --print-errors "egl glesv2"
  5484. configure:46258: $? = 0
  5485. configure:46273: $PKG_CONFIG --exists --print-errors "egl glesv2"
  5486. configure:46276: $? = 0
  5487. configure:46432: result: yes
  5488. configure:46453: *** These plugins will be built: eglgles
  5489. configure:46484: *** checking feature: gl elements ***
  5490. configure:46488: *** for plug-ins: gl ***
  5491. configure:46546: *** These plugins will be built: gl
  5492. configure:46577: *** checking feature: libvisual visualization library ***
  5493. configure:46581: *** for plug-ins: libvisual ***
  5494. configure:46608: WARNING: *** libvisual not ported
  5495. configure:46754: *** These plugins will not be built: libvisual
  5496. configure:46772: *** checking feature: timidity midi soft synth plugin ***
  5497. configure:46776: *** for plug-ins: timidity ***
  5498. configure:46803: WARNING: *** timidity not ported
  5499. configure:46945: *** These plugins will not be built: timidity
  5500. configure:46963: *** checking feature: Teletext decoder ***
  5501. configure:46967: *** for plug-ins: teletextdec ***
  5502. configure:46994: WARNING: *** teletextdec not ported
  5503. configure:47128: *** These plugins will not be built: teletextdec
  5504. configure:47146: *** checking feature: wildmidi midi soft synth plugin ***
  5505. configure:47150: *** for plug-ins: wildmidi ***
  5506. configure:47193: checking for WildMidi_Init in -lWildMidi
  5507. configure:47218: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lWildMidi >&5
  5508. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  5509. #define HAVE_OPUS /**/
  5510. ^
  5511. conftest.c:105:0: note: this is the location of the previous definition
  5512. #define HAVE_OPUS 1
  5513. ^
  5514. /usr/bin/ld: cannot find -lWildMidi
  5515. collect2: error: ld returned 1 exit status
  5516. configure:47218: $? = 1
  5517. configure: failed program was:
  5518. | /* confdefs.h */
  5519. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  5520. | #define PACKAGE_TARNAME "gst-plugins-bad"
  5521. | #define PACKAGE_VERSION "1.3.0.1"
  5522. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  5523. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  5524. | #define PACKAGE_URL ""
  5525. | #define PACKAGE "gst-plugins-bad"
  5526. | #define VERSION "1.3.0.1"
  5527. | #define GST_API_VERSION "1.0"
  5528. | #define STDC_HEADERS 1
  5529. | #define HAVE_SYS_TYPES_H 1
  5530. | #define HAVE_SYS_STAT_H 1
  5531. | #define HAVE_STDLIB_H 1
  5532. | #define HAVE_STRING_H 1
  5533. | #define HAVE_MEMORY_H 1
  5534. | #define HAVE_STRINGS_H 1
  5535. | #define HAVE_INTTYPES_H 1
  5536. | #define HAVE_STDINT_H 1
  5537. | #define HAVE_UNISTD_H 1
  5538. | #define HAVE_DLFCN_H 1
  5539. | #define LT_OBJDIR ".libs/"
  5540. | #define ENABLE_NLS 1
  5541. | #define HAVE_GETTEXT 1
  5542. | #define HAVE_DCGETTEXT 1
  5543. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  5544. | #define LOCALEDIR "/opt/gnome2/share/locale"
  5545. | #define HAVE_VALGRIND 1
  5546. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  5547. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  5548. | #define HAVE_EXTERNAL /**/
  5549. | #define HAVE_CPU_I386 1
  5550. | #define HAVE_RDTSC 1
  5551. | #define HOST_CPU "i686"
  5552. | #define TARGET_CPU "i686"
  5553. | #define HAVE_DOWHILE_MACROS 1
  5554. | #define HAVE_STDLIB_H 1
  5555. | #define HAVE_UNISTD_H 1
  5556. | #define HAVE_SYS_PARAM_H 1
  5557. | #define HAVE_GETPAGESIZE 1
  5558. | #define HAVE_MMAP 1
  5559. | #define HAVE_UNISTD_H 1
  5560. | #define HAVE_SYS_TIME_H 1
  5561. | #define HAVE_PTHREAD_H 1
  5562. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  5563. | #define HAVE_GMTIME_R 1
  5564. | #define HAVE_SYS_UTSNAME_H 1
  5565. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  5566. | #define GIO_LIBDIR "/opt/gnome2/lib"
  5567. | #define HAVE_X11 1
  5568. | #define HAVE_ORC 1
  5569. | #define GST_LICENSE "LGPL"
  5570. | #define LIBDIR "/opt/gnome2/lib"
  5571. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  5572. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  5573. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  5574. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  5575. | #define DEFAULT_AUDIOSRC "alsasrc"
  5576. | #define DEFAULT_VIDEOSINK "autovideosink"
  5577. | #define DEFAULT_VIDEOSRC "v4l2src"
  5578. | #define DEFAULT_VISUALIZER "goom"
  5579. | #define HAVE_SYS_SOCKET_H 1
  5580. | #define USE_EGL_X11 1
  5581. | #define HAVE_PNG 1
  5582. | #define HAVE_JPEG 1
  5583. | #define HAVE_SHM /**/
  5584. | #define HAVE_MFC /**/
  5585. | #define HAVE_GUDEV 1
  5586. | #define HAVE_LIBUSB 1
  5587. | #define HAVE_UVCH264 /**/
  5588. | #define HAVE_ASSRENDER /**/
  5589. | #define HAVE_VOAMRWBENC /**/
  5590. | #define HAVE_VOAACENC /**/
  5591. | #define HAVE_BZ2 /**/
  5592. | #define HAVE_UNISTD_H 1
  5593. | #define HAVE_SYS_SOCKET_H 1
  5594. | #define HAVE_SYS_TYPES_H 1
  5595. | #define HAVE_NETINET_IN_H 1
  5596. | #define HAVE_NETINET_IP_H 1
  5597. | #define HAVE_NETINET_TCP_H 1
  5598. | #define HAVE_FCNTL_H 1
  5599. | #define HAVE_SSH2 1
  5600. | #define HAVE_CURL /**/
  5601. | #define HAVE_DASH /**/
  5602. | #define HAVE_DECKLINK /**/
  5603. | #define HAVE_DIRECTFB /**/
  5604. | #define HAVE_WAYLAND /**/
  5605. | #define HAVE_WEBP /**/
  5606. | #define HAVE_DTS /**/
  5607. | #define HAVE_RESINDVD /**/
  5608. | #define HAVE_FAAC /**/
  5609. | #define FAAD_IS_NEAAC 1
  5610. | #define FAAD2_MINOR_VERSION 7
  5611. | #define HAVE_FAAD /**/
  5612. | #define HAVE_FBDEV /**/
  5613. | #define HAVE_LIBMMS /**/
  5614. | #define HAVE_MODPLUG /**/
  5615. | #define HAVE_MIMIC /**/
  5616. | #define GST_MJPEGTOOLS_API 0
  5617. | #define HAVE_MPG123 /**/
  5618. | #define HAVE_NEON /**/
  5619. | #define OPENCV_PREFIX ""
  5620. | #define HAVE_OPENJPEG_1 1
  5621. | #define HAVE_OPENJPEG /**/
  5622. | #define HAVE_OPUS 1
  5623. | #define HAVE_OPUS /**/
  5624. | #define HAVE_RSVG_2_36_2 1
  5625. | #define HAVE_RSVG /**/
  5626. | #define HAVE_EGLGLES /**/
  5627. | #define HAVE_GL /**/
  5628. | /* end confdefs.h. */
  5629. |
  5630. | /* Override any GCC internal prototype to avoid an error.
  5631. | Use char because int might match the return type of a GCC
  5632. | builtin and then its argument prototype would still apply. */
  5633. | #ifdef __cplusplus
  5634. | extern "C"
  5635. | #endif
  5636. | char WildMidi_Init ();
  5637. | int
  5638. | main ()
  5639. | {
  5640. | return WildMidi_Init ();
  5641. | ;
  5642. | return 0;
  5643. | }
  5644. configure:47227: result: no
  5645. configure:47255: checking for WildMidi_LoadSamples in -lWildMidi
  5646. configure:47280: gcc -std=gnu99 -o conftest -g -O2 -L/opt/gnome2/lib conftest.c -lWildMidi >&5
  5647. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  5648. #define HAVE_OPUS /**/
  5649. ^
  5650. conftest.c:105:0: note: this is the location of the previous definition
  5651. #define HAVE_OPUS 1
  5652. ^
  5653. /usr/bin/ld: cannot find -lWildMidi
  5654. collect2: error: ld returned 1 exit status
  5655. configure:47280: $? = 1
  5656. configure: failed program was:
  5657. | /* confdefs.h */
  5658. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  5659. | #define PACKAGE_TARNAME "gst-plugins-bad"
  5660. | #define PACKAGE_VERSION "1.3.0.1"
  5661. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  5662. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  5663. | #define PACKAGE_URL ""
  5664. | #define PACKAGE "gst-plugins-bad"
  5665. | #define VERSION "1.3.0.1"
  5666. | #define GST_API_VERSION "1.0"
  5667. | #define STDC_HEADERS 1
  5668. | #define HAVE_SYS_TYPES_H 1
  5669. | #define HAVE_SYS_STAT_H 1
  5670. | #define HAVE_STDLIB_H 1
  5671. | #define HAVE_STRING_H 1
  5672. | #define HAVE_MEMORY_H 1
  5673. | #define HAVE_STRINGS_H 1
  5674. | #define HAVE_INTTYPES_H 1
  5675. | #define HAVE_STDINT_H 1
  5676. | #define HAVE_UNISTD_H 1
  5677. | #define HAVE_DLFCN_H 1
  5678. | #define LT_OBJDIR ".libs/"
  5679. | #define ENABLE_NLS 1
  5680. | #define HAVE_GETTEXT 1
  5681. | #define HAVE_DCGETTEXT 1
  5682. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  5683. | #define LOCALEDIR "/opt/gnome2/share/locale"
  5684. | #define HAVE_VALGRIND 1
  5685. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  5686. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  5687. | #define HAVE_EXTERNAL /**/
  5688. | #define HAVE_CPU_I386 1
  5689. | #define HAVE_RDTSC 1
  5690. | #define HOST_CPU "i686"
  5691. | #define TARGET_CPU "i686"
  5692. | #define HAVE_DOWHILE_MACROS 1
  5693. | #define HAVE_STDLIB_H 1
  5694. | #define HAVE_UNISTD_H 1
  5695. | #define HAVE_SYS_PARAM_H 1
  5696. | #define HAVE_GETPAGESIZE 1
  5697. | #define HAVE_MMAP 1
  5698. | #define HAVE_UNISTD_H 1
  5699. | #define HAVE_SYS_TIME_H 1
  5700. | #define HAVE_PTHREAD_H 1
  5701. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  5702. | #define HAVE_GMTIME_R 1
  5703. | #define HAVE_SYS_UTSNAME_H 1
  5704. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  5705. | #define GIO_LIBDIR "/opt/gnome2/lib"
  5706. | #define HAVE_X11 1
  5707. | #define HAVE_ORC 1
  5708. | #define GST_LICENSE "LGPL"
  5709. | #define LIBDIR "/opt/gnome2/lib"
  5710. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  5711. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  5712. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  5713. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  5714. | #define DEFAULT_AUDIOSRC "alsasrc"
  5715. | #define DEFAULT_VIDEOSINK "autovideosink"
  5716. | #define DEFAULT_VIDEOSRC "v4l2src"
  5717. | #define DEFAULT_VISUALIZER "goom"
  5718. | #define HAVE_SYS_SOCKET_H 1
  5719. | #define USE_EGL_X11 1
  5720. | #define HAVE_PNG 1
  5721. | #define HAVE_JPEG 1
  5722. | #define HAVE_SHM /**/
  5723. | #define HAVE_MFC /**/
  5724. | #define HAVE_GUDEV 1
  5725. | #define HAVE_LIBUSB 1
  5726. | #define HAVE_UVCH264 /**/
  5727. | #define HAVE_ASSRENDER /**/
  5728. | #define HAVE_VOAMRWBENC /**/
  5729. | #define HAVE_VOAACENC /**/
  5730. | #define HAVE_BZ2 /**/
  5731. | #define HAVE_UNISTD_H 1
  5732. | #define HAVE_SYS_SOCKET_H 1
  5733. | #define HAVE_SYS_TYPES_H 1
  5734. | #define HAVE_NETINET_IN_H 1
  5735. | #define HAVE_NETINET_IP_H 1
  5736. | #define HAVE_NETINET_TCP_H 1
  5737. | #define HAVE_FCNTL_H 1
  5738. | #define HAVE_SSH2 1
  5739. | #define HAVE_CURL /**/
  5740. | #define HAVE_DASH /**/
  5741. | #define HAVE_DECKLINK /**/
  5742. | #define HAVE_DIRECTFB /**/
  5743. | #define HAVE_WAYLAND /**/
  5744. | #define HAVE_WEBP /**/
  5745. | #define HAVE_DTS /**/
  5746. | #define HAVE_RESINDVD /**/
  5747. | #define HAVE_FAAC /**/
  5748. | #define FAAD_IS_NEAAC 1
  5749. | #define FAAD2_MINOR_VERSION 7
  5750. | #define HAVE_FAAD /**/
  5751. | #define HAVE_FBDEV /**/
  5752. | #define HAVE_LIBMMS /**/
  5753. | #define HAVE_MODPLUG /**/
  5754. | #define HAVE_MIMIC /**/
  5755. | #define GST_MJPEGTOOLS_API 0
  5756. | #define HAVE_MPG123 /**/
  5757. | #define HAVE_NEON /**/
  5758. | #define OPENCV_PREFIX ""
  5759. | #define HAVE_OPENJPEG_1 1
  5760. | #define HAVE_OPENJPEG /**/
  5761. | #define HAVE_OPUS 1
  5762. | #define HAVE_OPUS /**/
  5763. | #define HAVE_RSVG_2_36_2 1
  5764. | #define HAVE_RSVG /**/
  5765. | #define HAVE_EGLGLES /**/
  5766. | #define HAVE_GL /**/
  5767. | /* end confdefs.h. */
  5768. |
  5769. | /* Override any GCC internal prototype to avoid an error.
  5770. | Use char because int might match the return type of a GCC
  5771. | builtin and then its argument prototype would still apply. */
  5772. | #ifdef __cplusplus
  5773. | extern "C"
  5774. | #endif
  5775. | char WildMidi_LoadSamples ();
  5776. | int
  5777. | main ()
  5778. | {
  5779. | return WildMidi_LoadSamples ();
  5780. | ;
  5781. | return 0;
  5782. | }
  5783. configure:47289: result: no
  5784. configure:47306: WARNING: no WildMidi library found (libWildMidi)
  5785. configure:47335: *** These plugins will not be built: wildmidi
  5786. configure:47353: *** checking feature: SDL plug-in ***
  5787. configure:47357: *** for plug-ins: sdlvideosink sdlaudiosink ***
  5788. configure:47384: WARNING: *** sdlvideosink sdlaudiosink not ported
  5789. configure:47672: *** These plugins will not be built: sdlvideosink sdlaudiosink
  5790. configure:47690: *** checking feature: Smooth Streaming plug-in ***
  5791. configure:47694: *** for plug-ins: smoothstreaming ***
  5792. configure:47738: checking for LIBXML2
  5793. configure:47805: result: yes
  5794. configure:47823: *** These plugins will be built: smoothstreaming
  5795. configure:47854: *** checking feature: sndfile plug-in ***
  5796. configure:47858: *** for plug-ins: sfdec sfenc ***
  5797. configure:47902: checking for SNDFILE
  5798. configure:47910: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.16"
  5799. configure:47913: $? = 0
  5800. configure:47928: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.16"
  5801. configure:47931: $? = 0
  5802. configure:47967: result: yes
  5803. configure:47984: *** These plugins will be built: sfdec sfenc
  5804. configure:48015: *** checking feature: soundtouch plug-in ***
  5805. configure:48019: *** for plug-ins: soundtouch ***
  5806. configure:48064: checking for SOUNDTOUCH
  5807. configure:48072: $PKG_CONFIG --exists --print-errors "soundtouch"
  5808. configure:48075: $? = 0
  5809. configure:48090: $PKG_CONFIG --exists --print-errors "soundtouch"
  5810. configure:48093: $? = 0
  5811. configure:50269: result: yes
  5812. configure:50296: *** These plugins will be built: soundtouch
  5813. configure:50327: *** checking feature: spc decoder ***
  5814. configure:50331: *** for plug-ins: spc ***
  5815. configure:50373: checking openspc.h usability
  5816. configure:50373: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  5817. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  5818. #define HAVE_OPUS /**/
  5819. ^
  5820. conftest.c:105:0: note: this is the location of the previous definition
  5821. #define HAVE_OPUS 1
  5822. ^
  5823. conftest.c:149:21: fatal error: openspc.h: No such file or directory
  5824. #include <openspc.h>
  5825. ^
  5826. compilation terminated.
  5827. configure:50373: $? = 1
  5828. configure: failed program was:
  5829. | /* confdefs.h */
  5830. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  5831. | #define PACKAGE_TARNAME "gst-plugins-bad"
  5832. | #define PACKAGE_VERSION "1.3.0.1"
  5833. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  5834. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  5835. | #define PACKAGE_URL ""
  5836. | #define PACKAGE "gst-plugins-bad"
  5837. | #define VERSION "1.3.0.1"
  5838. | #define GST_API_VERSION "1.0"
  5839. | #define STDC_HEADERS 1
  5840. | #define HAVE_SYS_TYPES_H 1
  5841. | #define HAVE_SYS_STAT_H 1
  5842. | #define HAVE_STDLIB_H 1
  5843. | #define HAVE_STRING_H 1
  5844. | #define HAVE_MEMORY_H 1
  5845. | #define HAVE_STRINGS_H 1
  5846. | #define HAVE_INTTYPES_H 1
  5847. | #define HAVE_STDINT_H 1
  5848. | #define HAVE_UNISTD_H 1
  5849. | #define HAVE_DLFCN_H 1
  5850. | #define LT_OBJDIR ".libs/"
  5851. | #define ENABLE_NLS 1
  5852. | #define HAVE_GETTEXT 1
  5853. | #define HAVE_DCGETTEXT 1
  5854. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  5855. | #define LOCALEDIR "/opt/gnome2/share/locale"
  5856. | #define HAVE_VALGRIND 1
  5857. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  5858. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  5859. | #define HAVE_EXTERNAL /**/
  5860. | #define HAVE_CPU_I386 1
  5861. | #define HAVE_RDTSC 1
  5862. | #define HOST_CPU "i686"
  5863. | #define TARGET_CPU "i686"
  5864. | #define HAVE_DOWHILE_MACROS 1
  5865. | #define HAVE_STDLIB_H 1
  5866. | #define HAVE_UNISTD_H 1
  5867. | #define HAVE_SYS_PARAM_H 1
  5868. | #define HAVE_GETPAGESIZE 1
  5869. | #define HAVE_MMAP 1
  5870. | #define HAVE_UNISTD_H 1
  5871. | #define HAVE_SYS_TIME_H 1
  5872. | #define HAVE_PTHREAD_H 1
  5873. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  5874. | #define HAVE_GMTIME_R 1
  5875. | #define HAVE_SYS_UTSNAME_H 1
  5876. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  5877. | #define GIO_LIBDIR "/opt/gnome2/lib"
  5878. | #define HAVE_X11 1
  5879. | #define HAVE_ORC 1
  5880. | #define GST_LICENSE "LGPL"
  5881. | #define LIBDIR "/opt/gnome2/lib"
  5882. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  5883. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  5884. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  5885. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  5886. | #define DEFAULT_AUDIOSRC "alsasrc"
  5887. | #define DEFAULT_VIDEOSINK "autovideosink"
  5888. | #define DEFAULT_VIDEOSRC "v4l2src"
  5889. | #define DEFAULT_VISUALIZER "goom"
  5890. | #define HAVE_SYS_SOCKET_H 1
  5891. | #define USE_EGL_X11 1
  5892. | #define HAVE_PNG 1
  5893. | #define HAVE_JPEG 1
  5894. | #define HAVE_SHM /**/
  5895. | #define HAVE_MFC /**/
  5896. | #define HAVE_GUDEV 1
  5897. | #define HAVE_LIBUSB 1
  5898. | #define HAVE_UVCH264 /**/
  5899. | #define HAVE_ASSRENDER /**/
  5900. | #define HAVE_VOAMRWBENC /**/
  5901. | #define HAVE_VOAACENC /**/
  5902. | #define HAVE_BZ2 /**/
  5903. | #define HAVE_UNISTD_H 1
  5904. | #define HAVE_SYS_SOCKET_H 1
  5905. | #define HAVE_SYS_TYPES_H 1
  5906. | #define HAVE_NETINET_IN_H 1
  5907. | #define HAVE_NETINET_IP_H 1
  5908. | #define HAVE_NETINET_TCP_H 1
  5909. | #define HAVE_FCNTL_H 1
  5910. | #define HAVE_SSH2 1
  5911. | #define HAVE_CURL /**/
  5912. | #define HAVE_DASH /**/
  5913. | #define HAVE_DECKLINK /**/
  5914. | #define HAVE_DIRECTFB /**/
  5915. | #define HAVE_WAYLAND /**/
  5916. | #define HAVE_WEBP /**/
  5917. | #define HAVE_DTS /**/
  5918. | #define HAVE_RESINDVD /**/
  5919. | #define HAVE_FAAC /**/
  5920. | #define FAAD_IS_NEAAC 1
  5921. | #define FAAD2_MINOR_VERSION 7
  5922. | #define HAVE_FAAD /**/
  5923. | #define HAVE_FBDEV /**/
  5924. | #define HAVE_LIBMMS /**/
  5925. | #define HAVE_MODPLUG /**/
  5926. | #define HAVE_MIMIC /**/
  5927. | #define GST_MJPEGTOOLS_API 0
  5928. | #define HAVE_MPG123 /**/
  5929. | #define HAVE_NEON /**/
  5930. | #define OPENCV_PREFIX ""
  5931. | #define HAVE_OPENJPEG_1 1
  5932. | #define HAVE_OPENJPEG /**/
  5933. | #define HAVE_OPUS 1
  5934. | #define HAVE_OPUS /**/
  5935. | #define HAVE_RSVG_2_36_2 1
  5936. | #define HAVE_RSVG /**/
  5937. | #define HAVE_EGLGLES /**/
  5938. | #define HAVE_GL /**/
  5939. | #define HAVE_SMOOTHSTREAMING /**/
  5940. | #define HAVE_SNDFILE /**/
  5941. | #define HAVE_SOUNDTOUCH_1_4 1
  5942. | #define HAVE_SOUNDTOUCH /**/
  5943. | /* end confdefs.h. */
  5944. | #include <stdio.h>
  5945. | #ifdef HAVE_SYS_TYPES_H
  5946. | # include <sys/types.h>
  5947. | #endif
  5948. | #ifdef HAVE_SYS_STAT_H
  5949. | # include <sys/stat.h>
  5950. | #endif
  5951. | #ifdef STDC_HEADERS
  5952. | # include <stdlib.h>
  5953. | # include <stddef.h>
  5954. | #else
  5955. | # ifdef HAVE_STDLIB_H
  5956. | # include <stdlib.h>
  5957. | # endif
  5958. | #endif
  5959. | #ifdef HAVE_STRING_H
  5960. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5961. | # include <memory.h>
  5962. | # endif
  5963. | # include <string.h>
  5964. | #endif
  5965. | #ifdef HAVE_STRINGS_H
  5966. | # include <strings.h>
  5967. | #endif
  5968. | #ifdef HAVE_INTTYPES_H
  5969. | # include <inttypes.h>
  5970. | #endif
  5971. | #ifdef HAVE_STDINT_H
  5972. | # include <stdint.h>
  5973. | #endif
  5974. | #ifdef HAVE_UNISTD_H
  5975. | # include <unistd.h>
  5976. | #endif
  5977. | #include <openspc.h>
  5978. configure:50373: result: no
  5979. configure:50373: checking openspc.h presence
  5980. configure:50373: gcc -E conftest.c
  5981. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  5982. #define HAVE_OPUS /**/
  5983. ^
  5984. conftest.c:105:0: note: this is the location of the previous definition
  5985. #define HAVE_OPUS 1
  5986. ^
  5987. conftest.c:116:21: fatal error: openspc.h: No such file or directory
  5988. #include <openspc.h>
  5989. ^
  5990. compilation terminated.
  5991. configure:50373: $? = 1
  5992. configure: failed program was:
  5993. | /* confdefs.h */
  5994. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  5995. | #define PACKAGE_TARNAME "gst-plugins-bad"
  5996. | #define PACKAGE_VERSION "1.3.0.1"
  5997. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  5998. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  5999. | #define PACKAGE_URL ""
  6000. | #define PACKAGE "gst-plugins-bad"
  6001. | #define VERSION "1.3.0.1"
  6002. | #define GST_API_VERSION "1.0"
  6003. | #define STDC_HEADERS 1
  6004. | #define HAVE_SYS_TYPES_H 1
  6005. | #define HAVE_SYS_STAT_H 1
  6006. | #define HAVE_STDLIB_H 1
  6007. | #define HAVE_STRING_H 1
  6008. | #define HAVE_MEMORY_H 1
  6009. | #define HAVE_STRINGS_H 1
  6010. | #define HAVE_INTTYPES_H 1
  6011. | #define HAVE_STDINT_H 1
  6012. | #define HAVE_UNISTD_H 1
  6013. | #define HAVE_DLFCN_H 1
  6014. | #define LT_OBJDIR ".libs/"
  6015. | #define ENABLE_NLS 1
  6016. | #define HAVE_GETTEXT 1
  6017. | #define HAVE_DCGETTEXT 1
  6018. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6019. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6020. | #define HAVE_VALGRIND 1
  6021. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6022. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6023. | #define HAVE_EXTERNAL /**/
  6024. | #define HAVE_CPU_I386 1
  6025. | #define HAVE_RDTSC 1
  6026. | #define HOST_CPU "i686"
  6027. | #define TARGET_CPU "i686"
  6028. | #define HAVE_DOWHILE_MACROS 1
  6029. | #define HAVE_STDLIB_H 1
  6030. | #define HAVE_UNISTD_H 1
  6031. | #define HAVE_SYS_PARAM_H 1
  6032. | #define HAVE_GETPAGESIZE 1
  6033. | #define HAVE_MMAP 1
  6034. | #define HAVE_UNISTD_H 1
  6035. | #define HAVE_SYS_TIME_H 1
  6036. | #define HAVE_PTHREAD_H 1
  6037. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6038. | #define HAVE_GMTIME_R 1
  6039. | #define HAVE_SYS_UTSNAME_H 1
  6040. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6041. | #define GIO_LIBDIR "/opt/gnome2/lib"
  6042. | #define HAVE_X11 1
  6043. | #define HAVE_ORC 1
  6044. | #define GST_LICENSE "LGPL"
  6045. | #define LIBDIR "/opt/gnome2/lib"
  6046. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  6047. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  6048. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  6049. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  6050. | #define DEFAULT_AUDIOSRC "alsasrc"
  6051. | #define DEFAULT_VIDEOSINK "autovideosink"
  6052. | #define DEFAULT_VIDEOSRC "v4l2src"
  6053. | #define DEFAULT_VISUALIZER "goom"
  6054. | #define HAVE_SYS_SOCKET_H 1
  6055. | #define USE_EGL_X11 1
  6056. | #define HAVE_PNG 1
  6057. | #define HAVE_JPEG 1
  6058. | #define HAVE_SHM /**/
  6059. | #define HAVE_MFC /**/
  6060. | #define HAVE_GUDEV 1
  6061. | #define HAVE_LIBUSB 1
  6062. | #define HAVE_UVCH264 /**/
  6063. | #define HAVE_ASSRENDER /**/
  6064. | #define HAVE_VOAMRWBENC /**/
  6065. | #define HAVE_VOAACENC /**/
  6066. | #define HAVE_BZ2 /**/
  6067. | #define HAVE_UNISTD_H 1
  6068. | #define HAVE_SYS_SOCKET_H 1
  6069. | #define HAVE_SYS_TYPES_H 1
  6070. | #define HAVE_NETINET_IN_H 1
  6071. | #define HAVE_NETINET_IP_H 1
  6072. | #define HAVE_NETINET_TCP_H 1
  6073. | #define HAVE_FCNTL_H 1
  6074. | #define HAVE_SSH2 1
  6075. | #define HAVE_CURL /**/
  6076. | #define HAVE_DASH /**/
  6077. | #define HAVE_DECKLINK /**/
  6078. | #define HAVE_DIRECTFB /**/
  6079. | #define HAVE_WAYLAND /**/
  6080. | #define HAVE_WEBP /**/
  6081. | #define HAVE_DTS /**/
  6082. | #define HAVE_RESINDVD /**/
  6083. | #define HAVE_FAAC /**/
  6084. | #define FAAD_IS_NEAAC 1
  6085. | #define FAAD2_MINOR_VERSION 7
  6086. | #define HAVE_FAAD /**/
  6087. | #define HAVE_FBDEV /**/
  6088. | #define HAVE_LIBMMS /**/
  6089. | #define HAVE_MODPLUG /**/
  6090. | #define HAVE_MIMIC /**/
  6091. | #define GST_MJPEGTOOLS_API 0
  6092. | #define HAVE_MPG123 /**/
  6093. | #define HAVE_NEON /**/
  6094. | #define OPENCV_PREFIX ""
  6095. | #define HAVE_OPENJPEG_1 1
  6096. | #define HAVE_OPENJPEG /**/
  6097. | #define HAVE_OPUS 1
  6098. | #define HAVE_OPUS /**/
  6099. | #define HAVE_RSVG_2_36_2 1
  6100. | #define HAVE_RSVG /**/
  6101. | #define HAVE_EGLGLES /**/
  6102. | #define HAVE_GL /**/
  6103. | #define HAVE_SMOOTHSTREAMING /**/
  6104. | #define HAVE_SNDFILE /**/
  6105. | #define HAVE_SOUNDTOUCH_1_4 1
  6106. | #define HAVE_SOUNDTOUCH /**/
  6107. | /* end confdefs.h. */
  6108. | #include <openspc.h>
  6109. configure:50373: result: no
  6110. configure:50373: checking for openspc.h
  6111. configure:50373: result: no
  6112. configure:50456: *** These plugins will not be built: spc
  6113. configure:50474: *** checking feature: gme decoder ***
  6114. configure:50478: *** for plug-ins: gme ***
  6115. configure:50520: checking gme/gme.h usability
  6116. configure:50520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  6117. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6118. #define HAVE_OPUS /**/
  6119. ^
  6120. conftest.c:105:0: note: this is the location of the previous definition
  6121. #define HAVE_OPUS 1
  6122. ^
  6123. conftest.c:149:21: fatal error: gme/gme.h: No such file or directory
  6124. #include <gme/gme.h>
  6125. ^
  6126. compilation terminated.
  6127. configure:50520: $? = 1
  6128. configure: failed program was:
  6129. | /* confdefs.h */
  6130. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  6131. | #define PACKAGE_TARNAME "gst-plugins-bad"
  6132. | #define PACKAGE_VERSION "1.3.0.1"
  6133. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  6134. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  6135. | #define PACKAGE_URL ""
  6136. | #define PACKAGE "gst-plugins-bad"
  6137. | #define VERSION "1.3.0.1"
  6138. | #define GST_API_VERSION "1.0"
  6139. | #define STDC_HEADERS 1
  6140. | #define HAVE_SYS_TYPES_H 1
  6141. | #define HAVE_SYS_STAT_H 1
  6142. | #define HAVE_STDLIB_H 1
  6143. | #define HAVE_STRING_H 1
  6144. | #define HAVE_MEMORY_H 1
  6145. | #define HAVE_STRINGS_H 1
  6146. | #define HAVE_INTTYPES_H 1
  6147. | #define HAVE_STDINT_H 1
  6148. | #define HAVE_UNISTD_H 1
  6149. | #define HAVE_DLFCN_H 1
  6150. | #define LT_OBJDIR ".libs/"
  6151. | #define ENABLE_NLS 1
  6152. | #define HAVE_GETTEXT 1
  6153. | #define HAVE_DCGETTEXT 1
  6154. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6155. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6156. | #define HAVE_VALGRIND 1
  6157. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6158. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6159. | #define HAVE_EXTERNAL /**/
  6160. | #define HAVE_CPU_I386 1
  6161. | #define HAVE_RDTSC 1
  6162. | #define HOST_CPU "i686"
  6163. | #define TARGET_CPU "i686"
  6164. | #define HAVE_DOWHILE_MACROS 1
  6165. | #define HAVE_STDLIB_H 1
  6166. | #define HAVE_UNISTD_H 1
  6167. | #define HAVE_SYS_PARAM_H 1
  6168. | #define HAVE_GETPAGESIZE 1
  6169. | #define HAVE_MMAP 1
  6170. | #define HAVE_UNISTD_H 1
  6171. | #define HAVE_SYS_TIME_H 1
  6172. | #define HAVE_PTHREAD_H 1
  6173. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6174. | #define HAVE_GMTIME_R 1
  6175. | #define HAVE_SYS_UTSNAME_H 1
  6176. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6177. | #define GIO_LIBDIR "/opt/gnome2/lib"
  6178. | #define HAVE_X11 1
  6179. | #define HAVE_ORC 1
  6180. | #define GST_LICENSE "LGPL"
  6181. | #define LIBDIR "/opt/gnome2/lib"
  6182. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  6183. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  6184. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  6185. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  6186. | #define DEFAULT_AUDIOSRC "alsasrc"
  6187. | #define DEFAULT_VIDEOSINK "autovideosink"
  6188. | #define DEFAULT_VIDEOSRC "v4l2src"
  6189. | #define DEFAULT_VISUALIZER "goom"
  6190. | #define HAVE_SYS_SOCKET_H 1
  6191. | #define USE_EGL_X11 1
  6192. | #define HAVE_PNG 1
  6193. | #define HAVE_JPEG 1
  6194. | #define HAVE_SHM /**/
  6195. | #define HAVE_MFC /**/
  6196. | #define HAVE_GUDEV 1
  6197. | #define HAVE_LIBUSB 1
  6198. | #define HAVE_UVCH264 /**/
  6199. | #define HAVE_ASSRENDER /**/
  6200. | #define HAVE_VOAMRWBENC /**/
  6201. | #define HAVE_VOAACENC /**/
  6202. | #define HAVE_BZ2 /**/
  6203. | #define HAVE_UNISTD_H 1
  6204. | #define HAVE_SYS_SOCKET_H 1
  6205. | #define HAVE_SYS_TYPES_H 1
  6206. | #define HAVE_NETINET_IN_H 1
  6207. | #define HAVE_NETINET_IP_H 1
  6208. | #define HAVE_NETINET_TCP_H 1
  6209. | #define HAVE_FCNTL_H 1
  6210. | #define HAVE_SSH2 1
  6211. | #define HAVE_CURL /**/
  6212. | #define HAVE_DASH /**/
  6213. | #define HAVE_DECKLINK /**/
  6214. | #define HAVE_DIRECTFB /**/
  6215. | #define HAVE_WAYLAND /**/
  6216. | #define HAVE_WEBP /**/
  6217. | #define HAVE_DTS /**/
  6218. | #define HAVE_RESINDVD /**/
  6219. | #define HAVE_FAAC /**/
  6220. | #define FAAD_IS_NEAAC 1
  6221. | #define FAAD2_MINOR_VERSION 7
  6222. | #define HAVE_FAAD /**/
  6223. | #define HAVE_FBDEV /**/
  6224. | #define HAVE_LIBMMS /**/
  6225. | #define HAVE_MODPLUG /**/
  6226. | #define HAVE_MIMIC /**/
  6227. | #define GST_MJPEGTOOLS_API 0
  6228. | #define HAVE_MPG123 /**/
  6229. | #define HAVE_NEON /**/
  6230. | #define OPENCV_PREFIX ""
  6231. | #define HAVE_OPENJPEG_1 1
  6232. | #define HAVE_OPENJPEG /**/
  6233. | #define HAVE_OPUS 1
  6234. | #define HAVE_OPUS /**/
  6235. | #define HAVE_RSVG_2_36_2 1
  6236. | #define HAVE_RSVG /**/
  6237. | #define HAVE_EGLGLES /**/
  6238. | #define HAVE_GL /**/
  6239. | #define HAVE_SMOOTHSTREAMING /**/
  6240. | #define HAVE_SNDFILE /**/
  6241. | #define HAVE_SOUNDTOUCH_1_4 1
  6242. | #define HAVE_SOUNDTOUCH /**/
  6243. | /* end confdefs.h. */
  6244. | #include <stdio.h>
  6245. | #ifdef HAVE_SYS_TYPES_H
  6246. | # include <sys/types.h>
  6247. | #endif
  6248. | #ifdef HAVE_SYS_STAT_H
  6249. | # include <sys/stat.h>
  6250. | #endif
  6251. | #ifdef STDC_HEADERS
  6252. | # include <stdlib.h>
  6253. | # include <stddef.h>
  6254. | #else
  6255. | # ifdef HAVE_STDLIB_H
  6256. | # include <stdlib.h>
  6257. | # endif
  6258. | #endif
  6259. | #ifdef HAVE_STRING_H
  6260. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6261. | # include <memory.h>
  6262. | # endif
  6263. | # include <string.h>
  6264. | #endif
  6265. | #ifdef HAVE_STRINGS_H
  6266. | # include <strings.h>
  6267. | #endif
  6268. | #ifdef HAVE_INTTYPES_H
  6269. | # include <inttypes.h>
  6270. | #endif
  6271. | #ifdef HAVE_STDINT_H
  6272. | # include <stdint.h>
  6273. | #endif
  6274. | #ifdef HAVE_UNISTD_H
  6275. | # include <unistd.h>
  6276. | #endif
  6277. | #include <gme/gme.h>
  6278. configure:50520: result: no
  6279. configure:50520: checking gme/gme.h presence
  6280. configure:50520: gcc -E conftest.c
  6281. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6282. #define HAVE_OPUS /**/
  6283. ^
  6284. conftest.c:105:0: note: this is the location of the previous definition
  6285. #define HAVE_OPUS 1
  6286. ^
  6287. conftest.c:116:21: fatal error: gme/gme.h: No such file or directory
  6288. #include <gme/gme.h>
  6289. ^
  6290. compilation terminated.
  6291. configure:50520: $? = 1
  6292. configure: failed program was:
  6293. | /* confdefs.h */
  6294. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  6295. | #define PACKAGE_TARNAME "gst-plugins-bad"
  6296. | #define PACKAGE_VERSION "1.3.0.1"
  6297. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  6298. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  6299. | #define PACKAGE_URL ""
  6300. | #define PACKAGE "gst-plugins-bad"
  6301. | #define VERSION "1.3.0.1"
  6302. | #define GST_API_VERSION "1.0"
  6303. | #define STDC_HEADERS 1
  6304. | #define HAVE_SYS_TYPES_H 1
  6305. | #define HAVE_SYS_STAT_H 1
  6306. | #define HAVE_STDLIB_H 1
  6307. | #define HAVE_STRING_H 1
  6308. | #define HAVE_MEMORY_H 1
  6309. | #define HAVE_STRINGS_H 1
  6310. | #define HAVE_INTTYPES_H 1
  6311. | #define HAVE_STDINT_H 1
  6312. | #define HAVE_UNISTD_H 1
  6313. | #define HAVE_DLFCN_H 1
  6314. | #define LT_OBJDIR ".libs/"
  6315. | #define ENABLE_NLS 1
  6316. | #define HAVE_GETTEXT 1
  6317. | #define HAVE_DCGETTEXT 1
  6318. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6319. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6320. | #define HAVE_VALGRIND 1
  6321. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6322. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6323. | #define HAVE_EXTERNAL /**/
  6324. | #define HAVE_CPU_I386 1
  6325. | #define HAVE_RDTSC 1
  6326. | #define HOST_CPU "i686"
  6327. | #define TARGET_CPU "i686"
  6328. | #define HAVE_DOWHILE_MACROS 1
  6329. | #define HAVE_STDLIB_H 1
  6330. | #define HAVE_UNISTD_H 1
  6331. | #define HAVE_SYS_PARAM_H 1
  6332. | #define HAVE_GETPAGESIZE 1
  6333. | #define HAVE_MMAP 1
  6334. | #define HAVE_UNISTD_H 1
  6335. | #define HAVE_SYS_TIME_H 1
  6336. | #define HAVE_PTHREAD_H 1
  6337. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6338. | #define HAVE_GMTIME_R 1
  6339. | #define HAVE_SYS_UTSNAME_H 1
  6340. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6341. | #define GIO_LIBDIR "/opt/gnome2/lib"
  6342. | #define HAVE_X11 1
  6343. | #define HAVE_ORC 1
  6344. | #define GST_LICENSE "LGPL"
  6345. | #define LIBDIR "/opt/gnome2/lib"
  6346. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  6347. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  6348. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  6349. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  6350. | #define DEFAULT_AUDIOSRC "alsasrc"
  6351. | #define DEFAULT_VIDEOSINK "autovideosink"
  6352. | #define DEFAULT_VIDEOSRC "v4l2src"
  6353. | #define DEFAULT_VISUALIZER "goom"
  6354. | #define HAVE_SYS_SOCKET_H 1
  6355. | #define USE_EGL_X11 1
  6356. | #define HAVE_PNG 1
  6357. | #define HAVE_JPEG 1
  6358. | #define HAVE_SHM /**/
  6359. | #define HAVE_MFC /**/
  6360. | #define HAVE_GUDEV 1
  6361. | #define HAVE_LIBUSB 1
  6362. | #define HAVE_UVCH264 /**/
  6363. | #define HAVE_ASSRENDER /**/
  6364. | #define HAVE_VOAMRWBENC /**/
  6365. | #define HAVE_VOAACENC /**/
  6366. | #define HAVE_BZ2 /**/
  6367. | #define HAVE_UNISTD_H 1
  6368. | #define HAVE_SYS_SOCKET_H 1
  6369. | #define HAVE_SYS_TYPES_H 1
  6370. | #define HAVE_NETINET_IN_H 1
  6371. | #define HAVE_NETINET_IP_H 1
  6372. | #define HAVE_NETINET_TCP_H 1
  6373. | #define HAVE_FCNTL_H 1
  6374. | #define HAVE_SSH2 1
  6375. | #define HAVE_CURL /**/
  6376. | #define HAVE_DASH /**/
  6377. | #define HAVE_DECKLINK /**/
  6378. | #define HAVE_DIRECTFB /**/
  6379. | #define HAVE_WAYLAND /**/
  6380. | #define HAVE_WEBP /**/
  6381. | #define HAVE_DTS /**/
  6382. | #define HAVE_RESINDVD /**/
  6383. | #define HAVE_FAAC /**/
  6384. | #define FAAD_IS_NEAAC 1
  6385. | #define FAAD2_MINOR_VERSION 7
  6386. | #define HAVE_FAAD /**/
  6387. | #define HAVE_FBDEV /**/
  6388. | #define HAVE_LIBMMS /**/
  6389. | #define HAVE_MODPLUG /**/
  6390. | #define HAVE_MIMIC /**/
  6391. | #define GST_MJPEGTOOLS_API 0
  6392. | #define HAVE_MPG123 /**/
  6393. | #define HAVE_NEON /**/
  6394. | #define OPENCV_PREFIX ""
  6395. | #define HAVE_OPENJPEG_1 1
  6396. | #define HAVE_OPENJPEG /**/
  6397. | #define HAVE_OPUS 1
  6398. | #define HAVE_OPUS /**/
  6399. | #define HAVE_RSVG_2_36_2 1
  6400. | #define HAVE_RSVG /**/
  6401. | #define HAVE_EGLGLES /**/
  6402. | #define HAVE_GL /**/
  6403. | #define HAVE_SMOOTHSTREAMING /**/
  6404. | #define HAVE_SNDFILE /**/
  6405. | #define HAVE_SOUNDTOUCH_1_4 1
  6406. | #define HAVE_SOUNDTOUCH /**/
  6407. | /* end confdefs.h. */
  6408. | #include <gme/gme.h>
  6409. configure:50520: result: no
  6410. configure:50520: checking for gme/gme.h
  6411. configure:50520: result: no
  6412. configure:50650: *** These plugins will not be built: gme
  6413. configure:50668: *** checking feature: xvid plugins ***
  6414. configure:50672: *** for plug-ins: xvid ***
  6415. configure:50699: WARNING: *** xvid not ported
  6416. configure:50904: *** These plugins will not be built: xvid
  6417. configure:50922: *** checking feature: DVB Source ***
  6418. configure:50926: *** for plug-ins: dvb ***
  6419. configure:50968: checking Checking for up to date dvb installation
  6420. configure:50970: checking linux/dvb/version.h usability
  6421. configure:50970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  6422. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6423. #define HAVE_OPUS /**/
  6424. ^
  6425. conftest.c:105:0: note: this is the location of the previous definition
  6426. #define HAVE_OPUS 1
  6427. ^
  6428. configure:50970: $? = 0
  6429. configure:50970: result: yes
  6430. configure:50970: checking linux/dvb/version.h presence
  6431. configure:50970: gcc -E conftest.c
  6432. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6433. #define HAVE_OPUS /**/
  6434. ^
  6435. conftest.c:105:0: note: this is the location of the previous definition
  6436. #define HAVE_OPUS 1
  6437. ^
  6438. configure:50970: $? = 0
  6439. configure:50970: result: yes
  6440. configure:50970: checking for linux/dvb/version.h
  6441. configure:50970: result: yes
  6442. configure:50973: checking for up-to-date dvb API
  6443. configure:50990: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  6444. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6445. #define HAVE_OPUS /**/
  6446. ^
  6447. conftest.c:105:0: note: this is the location of the previous definition
  6448. #define HAVE_OPUS 1
  6449. ^
  6450. configure:50990: $? = 0
  6451. configure:50991: result: yes
  6452. configure:51019: *** These plugins will be built: dvb
  6453. configure:51050: *** checking feature: Windows internet library ***
  6454. configure:51054: *** for plug-ins: wininet ***
  6455. configure:51081: WARNING: *** wininet not ported
  6456. configure:51139: *** These plugins will not be built: wininet
  6457. configure:51157: *** checking feature: Windows ACM library ***
  6458. configure:51161: *** for plug-ins: acm ***
  6459. configure:51188: WARNING: *** acm not ported
  6460. configure:51249: *** These plugins will not be built: acm
  6461. configure:51267: *** checking feature: VDPAU ***
  6462. configure:51271: *** for plug-ins: vdpau ***
  6463. configure:51319: checking for VDPAU
  6464. configure:51327: $PKG_CONFIG --exists --print-errors "vdpau"
  6465. Package vdpau was not found in the pkg-config search path.
  6466. Perhaps you should add the directory containing `vdpau.pc'
  6467. to the PKG_CONFIG_PATH environment variable
  6468. No package 'vdpau' found
  6469. configure:51330: $? = 1
  6470. No package 'vdpau' found
  6471. configure:51376: result: no
  6472. configure:51381: checking vdpau/vdpau.h usability
  6473. configure:51381: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  6474. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6475. #define HAVE_OPUS /**/
  6476. ^
  6477. conftest.c:105:0: note: this is the location of the previous definition
  6478. #define HAVE_OPUS 1
  6479. ^
  6480. conftest.c:150:25: fatal error: vdpau/vdpau.h: No such file or directory
  6481. #include <vdpau/vdpau.h>
  6482. ^
  6483. compilation terminated.
  6484. configure:51381: $? = 1
  6485. configure: failed program was:
  6486. | /* confdefs.h */
  6487. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  6488. | #define PACKAGE_TARNAME "gst-plugins-bad"
  6489. | #define PACKAGE_VERSION "1.3.0.1"
  6490. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  6491. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  6492. | #define PACKAGE_URL ""
  6493. | #define PACKAGE "gst-plugins-bad"
  6494. | #define VERSION "1.3.0.1"
  6495. | #define GST_API_VERSION "1.0"
  6496. | #define STDC_HEADERS 1
  6497. | #define HAVE_SYS_TYPES_H 1
  6498. | #define HAVE_SYS_STAT_H 1
  6499. | #define HAVE_STDLIB_H 1
  6500. | #define HAVE_STRING_H 1
  6501. | #define HAVE_MEMORY_H 1
  6502. | #define HAVE_STRINGS_H 1
  6503. | #define HAVE_INTTYPES_H 1
  6504. | #define HAVE_STDINT_H 1
  6505. | #define HAVE_UNISTD_H 1
  6506. | #define HAVE_DLFCN_H 1
  6507. | #define LT_OBJDIR ".libs/"
  6508. | #define ENABLE_NLS 1
  6509. | #define HAVE_GETTEXT 1
  6510. | #define HAVE_DCGETTEXT 1
  6511. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6512. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6513. | #define HAVE_VALGRIND 1
  6514. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6515. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6516. | #define HAVE_EXTERNAL /**/
  6517. | #define HAVE_CPU_I386 1
  6518. | #define HAVE_RDTSC 1
  6519. | #define HOST_CPU "i686"
  6520. | #define TARGET_CPU "i686"
  6521. | #define HAVE_DOWHILE_MACROS 1
  6522. | #define HAVE_STDLIB_H 1
  6523. | #define HAVE_UNISTD_H 1
  6524. | #define HAVE_SYS_PARAM_H 1
  6525. | #define HAVE_GETPAGESIZE 1
  6526. | #define HAVE_MMAP 1
  6527. | #define HAVE_UNISTD_H 1
  6528. | #define HAVE_SYS_TIME_H 1
  6529. | #define HAVE_PTHREAD_H 1
  6530. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6531. | #define HAVE_GMTIME_R 1
  6532. | #define HAVE_SYS_UTSNAME_H 1
  6533. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6534. | #define GIO_LIBDIR "/opt/gnome2/lib"
  6535. | #define HAVE_X11 1
  6536. | #define HAVE_ORC 1
  6537. | #define GST_LICENSE "LGPL"
  6538. | #define LIBDIR "/opt/gnome2/lib"
  6539. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  6540. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  6541. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  6542. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  6543. | #define DEFAULT_AUDIOSRC "alsasrc"
  6544. | #define DEFAULT_VIDEOSINK "autovideosink"
  6545. | #define DEFAULT_VIDEOSRC "v4l2src"
  6546. | #define DEFAULT_VISUALIZER "goom"
  6547. | #define HAVE_SYS_SOCKET_H 1
  6548. | #define USE_EGL_X11 1
  6549. | #define HAVE_PNG 1
  6550. | #define HAVE_JPEG 1
  6551. | #define HAVE_SHM /**/
  6552. | #define HAVE_MFC /**/
  6553. | #define HAVE_GUDEV 1
  6554. | #define HAVE_LIBUSB 1
  6555. | #define HAVE_UVCH264 /**/
  6556. | #define HAVE_ASSRENDER /**/
  6557. | #define HAVE_VOAMRWBENC /**/
  6558. | #define HAVE_VOAACENC /**/
  6559. | #define HAVE_BZ2 /**/
  6560. | #define HAVE_UNISTD_H 1
  6561. | #define HAVE_SYS_SOCKET_H 1
  6562. | #define HAVE_SYS_TYPES_H 1
  6563. | #define HAVE_NETINET_IN_H 1
  6564. | #define HAVE_NETINET_IP_H 1
  6565. | #define HAVE_NETINET_TCP_H 1
  6566. | #define HAVE_FCNTL_H 1
  6567. | #define HAVE_SSH2 1
  6568. | #define HAVE_CURL /**/
  6569. | #define HAVE_DASH /**/
  6570. | #define HAVE_DECKLINK /**/
  6571. | #define HAVE_DIRECTFB /**/
  6572. | #define HAVE_WAYLAND /**/
  6573. | #define HAVE_WEBP /**/
  6574. | #define HAVE_DTS /**/
  6575. | #define HAVE_RESINDVD /**/
  6576. | #define HAVE_FAAC /**/
  6577. | #define FAAD_IS_NEAAC 1
  6578. | #define FAAD2_MINOR_VERSION 7
  6579. | #define HAVE_FAAD /**/
  6580. | #define HAVE_FBDEV /**/
  6581. | #define HAVE_LIBMMS /**/
  6582. | #define HAVE_MODPLUG /**/
  6583. | #define HAVE_MIMIC /**/
  6584. | #define GST_MJPEGTOOLS_API 0
  6585. | #define HAVE_MPG123 /**/
  6586. | #define HAVE_NEON /**/
  6587. | #define OPENCV_PREFIX ""
  6588. | #define HAVE_OPENJPEG_1 1
  6589. | #define HAVE_OPENJPEG /**/
  6590. | #define HAVE_OPUS 1
  6591. | #define HAVE_OPUS /**/
  6592. | #define HAVE_RSVG_2_36_2 1
  6593. | #define HAVE_RSVG /**/
  6594. | #define HAVE_EGLGLES /**/
  6595. | #define HAVE_GL /**/
  6596. | #define HAVE_SMOOTHSTREAMING /**/
  6597. | #define HAVE_SNDFILE /**/
  6598. | #define HAVE_SOUNDTOUCH_1_4 1
  6599. | #define HAVE_SOUNDTOUCH /**/
  6600. | #define HAVE_DVB /**/
  6601. | /* end confdefs.h. */
  6602. | #include <stdio.h>
  6603. | #ifdef HAVE_SYS_TYPES_H
  6604. | # include <sys/types.h>
  6605. | #endif
  6606. | #ifdef HAVE_SYS_STAT_H
  6607. | # include <sys/stat.h>
  6608. | #endif
  6609. | #ifdef STDC_HEADERS
  6610. | # include <stdlib.h>
  6611. | # include <stddef.h>
  6612. | #else
  6613. | # ifdef HAVE_STDLIB_H
  6614. | # include <stdlib.h>
  6615. | # endif
  6616. | #endif
  6617. | #ifdef HAVE_STRING_H
  6618. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6619. | # include <memory.h>
  6620. | # endif
  6621. | # include <string.h>
  6622. | #endif
  6623. | #ifdef HAVE_STRINGS_H
  6624. | # include <strings.h>
  6625. | #endif
  6626. | #ifdef HAVE_INTTYPES_H
  6627. | # include <inttypes.h>
  6628. | #endif
  6629. | #ifdef HAVE_STDINT_H
  6630. | # include <stdint.h>
  6631. | #endif
  6632. | #ifdef HAVE_UNISTD_H
  6633. | # include <unistd.h>
  6634. | #endif
  6635. | #include <vdpau/vdpau.h>
  6636. configure:51381: result: no
  6637. configure:51381: checking vdpau/vdpau.h presence
  6638. configure:51381: gcc -E conftest.c
  6639. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6640. #define HAVE_OPUS /**/
  6641. ^
  6642. conftest.c:105:0: note: this is the location of the previous definition
  6643. #define HAVE_OPUS 1
  6644. ^
  6645. conftest.c:117:25: fatal error: vdpau/vdpau.h: No such file or directory
  6646. #include <vdpau/vdpau.h>
  6647. ^
  6648. compilation terminated.
  6649. configure:51381: $? = 1
  6650. configure: failed program was:
  6651. | /* confdefs.h */
  6652. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  6653. | #define PACKAGE_TARNAME "gst-plugins-bad"
  6654. | #define PACKAGE_VERSION "1.3.0.1"
  6655. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  6656. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  6657. | #define PACKAGE_URL ""
  6658. | #define PACKAGE "gst-plugins-bad"
  6659. | #define VERSION "1.3.0.1"
  6660. | #define GST_API_VERSION "1.0"
  6661. | #define STDC_HEADERS 1
  6662. | #define HAVE_SYS_TYPES_H 1
  6663. | #define HAVE_SYS_STAT_H 1
  6664. | #define HAVE_STDLIB_H 1
  6665. | #define HAVE_STRING_H 1
  6666. | #define HAVE_MEMORY_H 1
  6667. | #define HAVE_STRINGS_H 1
  6668. | #define HAVE_INTTYPES_H 1
  6669. | #define HAVE_STDINT_H 1
  6670. | #define HAVE_UNISTD_H 1
  6671. | #define HAVE_DLFCN_H 1
  6672. | #define LT_OBJDIR ".libs/"
  6673. | #define ENABLE_NLS 1
  6674. | #define HAVE_GETTEXT 1
  6675. | #define HAVE_DCGETTEXT 1
  6676. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6677. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6678. | #define HAVE_VALGRIND 1
  6679. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6680. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6681. | #define HAVE_EXTERNAL /**/
  6682. | #define HAVE_CPU_I386 1
  6683. | #define HAVE_RDTSC 1
  6684. | #define HOST_CPU "i686"
  6685. | #define TARGET_CPU "i686"
  6686. | #define HAVE_DOWHILE_MACROS 1
  6687. | #define HAVE_STDLIB_H 1
  6688. | #define HAVE_UNISTD_H 1
  6689. | #define HAVE_SYS_PARAM_H 1
  6690. | #define HAVE_GETPAGESIZE 1
  6691. | #define HAVE_MMAP 1
  6692. | #define HAVE_UNISTD_H 1
  6693. | #define HAVE_SYS_TIME_H 1
  6694. | #define HAVE_PTHREAD_H 1
  6695. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6696. | #define HAVE_GMTIME_R 1
  6697. | #define HAVE_SYS_UTSNAME_H 1
  6698. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6699. | #define GIO_LIBDIR "/opt/gnome2/lib"
  6700. | #define HAVE_X11 1
  6701. | #define HAVE_ORC 1
  6702. | #define GST_LICENSE "LGPL"
  6703. | #define LIBDIR "/opt/gnome2/lib"
  6704. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  6705. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  6706. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  6707. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  6708. | #define DEFAULT_AUDIOSRC "alsasrc"
  6709. | #define DEFAULT_VIDEOSINK "autovideosink"
  6710. | #define DEFAULT_VIDEOSRC "v4l2src"
  6711. | #define DEFAULT_VISUALIZER "goom"
  6712. | #define HAVE_SYS_SOCKET_H 1
  6713. | #define USE_EGL_X11 1
  6714. | #define HAVE_PNG 1
  6715. | #define HAVE_JPEG 1
  6716. | #define HAVE_SHM /**/
  6717. | #define HAVE_MFC /**/
  6718. | #define HAVE_GUDEV 1
  6719. | #define HAVE_LIBUSB 1
  6720. | #define HAVE_UVCH264 /**/
  6721. | #define HAVE_ASSRENDER /**/
  6722. | #define HAVE_VOAMRWBENC /**/
  6723. | #define HAVE_VOAACENC /**/
  6724. | #define HAVE_BZ2 /**/
  6725. | #define HAVE_UNISTD_H 1
  6726. | #define HAVE_SYS_SOCKET_H 1
  6727. | #define HAVE_SYS_TYPES_H 1
  6728. | #define HAVE_NETINET_IN_H 1
  6729. | #define HAVE_NETINET_IP_H 1
  6730. | #define HAVE_NETINET_TCP_H 1
  6731. | #define HAVE_FCNTL_H 1
  6732. | #define HAVE_SSH2 1
  6733. | #define HAVE_CURL /**/
  6734. | #define HAVE_DASH /**/
  6735. | #define HAVE_DECKLINK /**/
  6736. | #define HAVE_DIRECTFB /**/
  6737. | #define HAVE_WAYLAND /**/
  6738. | #define HAVE_WEBP /**/
  6739. | #define HAVE_DTS /**/
  6740. | #define HAVE_RESINDVD /**/
  6741. | #define HAVE_FAAC /**/
  6742. | #define FAAD_IS_NEAAC 1
  6743. | #define FAAD2_MINOR_VERSION 7
  6744. | #define HAVE_FAAD /**/
  6745. | #define HAVE_FBDEV /**/
  6746. | #define HAVE_LIBMMS /**/
  6747. | #define HAVE_MODPLUG /**/
  6748. | #define HAVE_MIMIC /**/
  6749. | #define GST_MJPEGTOOLS_API 0
  6750. | #define HAVE_MPG123 /**/
  6751. | #define HAVE_NEON /**/
  6752. | #define OPENCV_PREFIX ""
  6753. | #define HAVE_OPENJPEG_1 1
  6754. | #define HAVE_OPENJPEG /**/
  6755. | #define HAVE_OPUS 1
  6756. | #define HAVE_OPUS /**/
  6757. | #define HAVE_RSVG_2_36_2 1
  6758. | #define HAVE_RSVG /**/
  6759. | #define HAVE_EGLGLES /**/
  6760. | #define HAVE_GL /**/
  6761. | #define HAVE_SMOOTHSTREAMING /**/
  6762. | #define HAVE_SNDFILE /**/
  6763. | #define HAVE_SOUNDTOUCH_1_4 1
  6764. | #define HAVE_SOUNDTOUCH /**/
  6765. | #define HAVE_DVB /**/
  6766. | /* end confdefs.h. */
  6767. | #include <vdpau/vdpau.h>
  6768. configure:51381: result: no
  6769. configure:51381: checking for vdpau/vdpau.h
  6770. configure:51381: result: no
  6771. configure:51389: VDPAU header not in standard path. Checking /usr/include/nvidia
  6772. configure:51396: checking vdpau/vdpau.h usability
  6773. configure:51396: gcc -std=gnu99 -c -g -O2 -I/usr/include/nvidia conftest.c >&5
  6774. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6775. #define HAVE_OPUS /**/
  6776. ^
  6777. conftest.c:105:0: note: this is the location of the previous definition
  6778. #define HAVE_OPUS 1
  6779. ^
  6780. conftest.c:150:25: fatal error: vdpau/vdpau.h: No such file or directory
  6781. #include <vdpau/vdpau.h>
  6782. ^
  6783. compilation terminated.
  6784. configure:51396: $? = 1
  6785. configure: failed program was:
  6786. | /* confdefs.h */
  6787. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  6788. | #define PACKAGE_TARNAME "gst-plugins-bad"
  6789. | #define PACKAGE_VERSION "1.3.0.1"
  6790. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  6791. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  6792. | #define PACKAGE_URL ""
  6793. | #define PACKAGE "gst-plugins-bad"
  6794. | #define VERSION "1.3.0.1"
  6795. | #define GST_API_VERSION "1.0"
  6796. | #define STDC_HEADERS 1
  6797. | #define HAVE_SYS_TYPES_H 1
  6798. | #define HAVE_SYS_STAT_H 1
  6799. | #define HAVE_STDLIB_H 1
  6800. | #define HAVE_STRING_H 1
  6801. | #define HAVE_MEMORY_H 1
  6802. | #define HAVE_STRINGS_H 1
  6803. | #define HAVE_INTTYPES_H 1
  6804. | #define HAVE_STDINT_H 1
  6805. | #define HAVE_UNISTD_H 1
  6806. | #define HAVE_DLFCN_H 1
  6807. | #define LT_OBJDIR ".libs/"
  6808. | #define ENABLE_NLS 1
  6809. | #define HAVE_GETTEXT 1
  6810. | #define HAVE_DCGETTEXT 1
  6811. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6812. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6813. | #define HAVE_VALGRIND 1
  6814. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6815. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6816. | #define HAVE_EXTERNAL /**/
  6817. | #define HAVE_CPU_I386 1
  6818. | #define HAVE_RDTSC 1
  6819. | #define HOST_CPU "i686"
  6820. | #define TARGET_CPU "i686"
  6821. | #define HAVE_DOWHILE_MACROS 1
  6822. | #define HAVE_STDLIB_H 1
  6823. | #define HAVE_UNISTD_H 1
  6824. | #define HAVE_SYS_PARAM_H 1
  6825. | #define HAVE_GETPAGESIZE 1
  6826. | #define HAVE_MMAP 1
  6827. | #define HAVE_UNISTD_H 1
  6828. | #define HAVE_SYS_TIME_H 1
  6829. | #define HAVE_PTHREAD_H 1
  6830. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6831. | #define HAVE_GMTIME_R 1
  6832. | #define HAVE_SYS_UTSNAME_H 1
  6833. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6834. | #define GIO_LIBDIR "/opt/gnome2/lib"
  6835. | #define HAVE_X11 1
  6836. | #define HAVE_ORC 1
  6837. | #define GST_LICENSE "LGPL"
  6838. | #define LIBDIR "/opt/gnome2/lib"
  6839. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  6840. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  6841. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  6842. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  6843. | #define DEFAULT_AUDIOSRC "alsasrc"
  6844. | #define DEFAULT_VIDEOSINK "autovideosink"
  6845. | #define DEFAULT_VIDEOSRC "v4l2src"
  6846. | #define DEFAULT_VISUALIZER "goom"
  6847. | #define HAVE_SYS_SOCKET_H 1
  6848. | #define USE_EGL_X11 1
  6849. | #define HAVE_PNG 1
  6850. | #define HAVE_JPEG 1
  6851. | #define HAVE_SHM /**/
  6852. | #define HAVE_MFC /**/
  6853. | #define HAVE_GUDEV 1
  6854. | #define HAVE_LIBUSB 1
  6855. | #define HAVE_UVCH264 /**/
  6856. | #define HAVE_ASSRENDER /**/
  6857. | #define HAVE_VOAMRWBENC /**/
  6858. | #define HAVE_VOAACENC /**/
  6859. | #define HAVE_BZ2 /**/
  6860. | #define HAVE_UNISTD_H 1
  6861. | #define HAVE_SYS_SOCKET_H 1
  6862. | #define HAVE_SYS_TYPES_H 1
  6863. | #define HAVE_NETINET_IN_H 1
  6864. | #define HAVE_NETINET_IP_H 1
  6865. | #define HAVE_NETINET_TCP_H 1
  6866. | #define HAVE_FCNTL_H 1
  6867. | #define HAVE_SSH2 1
  6868. | #define HAVE_CURL /**/
  6869. | #define HAVE_DASH /**/
  6870. | #define HAVE_DECKLINK /**/
  6871. | #define HAVE_DIRECTFB /**/
  6872. | #define HAVE_WAYLAND /**/
  6873. | #define HAVE_WEBP /**/
  6874. | #define HAVE_DTS /**/
  6875. | #define HAVE_RESINDVD /**/
  6876. | #define HAVE_FAAC /**/
  6877. | #define FAAD_IS_NEAAC 1
  6878. | #define FAAD2_MINOR_VERSION 7
  6879. | #define HAVE_FAAD /**/
  6880. | #define HAVE_FBDEV /**/
  6881. | #define HAVE_LIBMMS /**/
  6882. | #define HAVE_MODPLUG /**/
  6883. | #define HAVE_MIMIC /**/
  6884. | #define GST_MJPEGTOOLS_API 0
  6885. | #define HAVE_MPG123 /**/
  6886. | #define HAVE_NEON /**/
  6887. | #define OPENCV_PREFIX ""
  6888. | #define HAVE_OPENJPEG_1 1
  6889. | #define HAVE_OPENJPEG /**/
  6890. | #define HAVE_OPUS 1
  6891. | #define HAVE_OPUS /**/
  6892. | #define HAVE_RSVG_2_36_2 1
  6893. | #define HAVE_RSVG /**/
  6894. | #define HAVE_EGLGLES /**/
  6895. | #define HAVE_GL /**/
  6896. | #define HAVE_SMOOTHSTREAMING /**/
  6897. | #define HAVE_SNDFILE /**/
  6898. | #define HAVE_SOUNDTOUCH_1_4 1
  6899. | #define HAVE_SOUNDTOUCH /**/
  6900. | #define HAVE_DVB /**/
  6901. | /* end confdefs.h. */
  6902. | #include <stdio.h>
  6903. | #ifdef HAVE_SYS_TYPES_H
  6904. | # include <sys/types.h>
  6905. | #endif
  6906. | #ifdef HAVE_SYS_STAT_H
  6907. | # include <sys/stat.h>
  6908. | #endif
  6909. | #ifdef STDC_HEADERS
  6910. | # include <stdlib.h>
  6911. | # include <stddef.h>
  6912. | #else
  6913. | # ifdef HAVE_STDLIB_H
  6914. | # include <stdlib.h>
  6915. | # endif
  6916. | #endif
  6917. | #ifdef HAVE_STRING_H
  6918. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6919. | # include <memory.h>
  6920. | # endif
  6921. | # include <string.h>
  6922. | #endif
  6923. | #ifdef HAVE_STRINGS_H
  6924. | # include <strings.h>
  6925. | #endif
  6926. | #ifdef HAVE_INTTYPES_H
  6927. | # include <inttypes.h>
  6928. | #endif
  6929. | #ifdef HAVE_STDINT_H
  6930. | # include <stdint.h>
  6931. | #endif
  6932. | #ifdef HAVE_UNISTD_H
  6933. | # include <unistd.h>
  6934. | #endif
  6935. | #include <vdpau/vdpau.h>
  6936. configure:51396: result: no
  6937. configure:51396: checking vdpau/vdpau.h presence
  6938. configure:51396: gcc -E -I/usr/include/nvidia conftest.c
  6939. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  6940. #define HAVE_OPUS /**/
  6941. ^
  6942. conftest.c:105:0: note: this is the location of the previous definition
  6943. #define HAVE_OPUS 1
  6944. ^
  6945. conftest.c:117:25: fatal error: vdpau/vdpau.h: No such file or directory
  6946. #include <vdpau/vdpau.h>
  6947. ^
  6948. compilation terminated.
  6949. configure:51396: $? = 1
  6950. configure: failed program was:
  6951. | /* confdefs.h */
  6952. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  6953. | #define PACKAGE_TARNAME "gst-plugins-bad"
  6954. | #define PACKAGE_VERSION "1.3.0.1"
  6955. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  6956. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  6957. | #define PACKAGE_URL ""
  6958. | #define PACKAGE "gst-plugins-bad"
  6959. | #define VERSION "1.3.0.1"
  6960. | #define GST_API_VERSION "1.0"
  6961. | #define STDC_HEADERS 1
  6962. | #define HAVE_SYS_TYPES_H 1
  6963. | #define HAVE_SYS_STAT_H 1
  6964. | #define HAVE_STDLIB_H 1
  6965. | #define HAVE_STRING_H 1
  6966. | #define HAVE_MEMORY_H 1
  6967. | #define HAVE_STRINGS_H 1
  6968. | #define HAVE_INTTYPES_H 1
  6969. | #define HAVE_STDINT_H 1
  6970. | #define HAVE_UNISTD_H 1
  6971. | #define HAVE_DLFCN_H 1
  6972. | #define LT_OBJDIR ".libs/"
  6973. | #define ENABLE_NLS 1
  6974. | #define HAVE_GETTEXT 1
  6975. | #define HAVE_DCGETTEXT 1
  6976. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  6977. | #define LOCALEDIR "/opt/gnome2/share/locale"
  6978. | #define HAVE_VALGRIND 1
  6979. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  6980. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  6981. | #define HAVE_EXTERNAL /**/
  6982. | #define HAVE_CPU_I386 1
  6983. | #define HAVE_RDTSC 1
  6984. | #define HOST_CPU "i686"
  6985. | #define TARGET_CPU "i686"
  6986. | #define HAVE_DOWHILE_MACROS 1
  6987. | #define HAVE_STDLIB_H 1
  6988. | #define HAVE_UNISTD_H 1
  6989. | #define HAVE_SYS_PARAM_H 1
  6990. | #define HAVE_GETPAGESIZE 1
  6991. | #define HAVE_MMAP 1
  6992. | #define HAVE_UNISTD_H 1
  6993. | #define HAVE_SYS_TIME_H 1
  6994. | #define HAVE_PTHREAD_H 1
  6995. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  6996. | #define HAVE_GMTIME_R 1
  6997. | #define HAVE_SYS_UTSNAME_H 1
  6998. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  6999. | #define GIO_LIBDIR "/opt/gnome2/lib"
  7000. | #define HAVE_X11 1
  7001. | #define HAVE_ORC 1
  7002. | #define GST_LICENSE "LGPL"
  7003. | #define LIBDIR "/opt/gnome2/lib"
  7004. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  7005. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  7006. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  7007. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  7008. | #define DEFAULT_AUDIOSRC "alsasrc"
  7009. | #define DEFAULT_VIDEOSINK "autovideosink"
  7010. | #define DEFAULT_VIDEOSRC "v4l2src"
  7011. | #define DEFAULT_VISUALIZER "goom"
  7012. | #define HAVE_SYS_SOCKET_H 1
  7013. | #define USE_EGL_X11 1
  7014. | #define HAVE_PNG 1
  7015. | #define HAVE_JPEG 1
  7016. | #define HAVE_SHM /**/
  7017. | #define HAVE_MFC /**/
  7018. | #define HAVE_GUDEV 1
  7019. | #define HAVE_LIBUSB 1
  7020. | #define HAVE_UVCH264 /**/
  7021. | #define HAVE_ASSRENDER /**/
  7022. | #define HAVE_VOAMRWBENC /**/
  7023. | #define HAVE_VOAACENC /**/
  7024. | #define HAVE_BZ2 /**/
  7025. | #define HAVE_UNISTD_H 1
  7026. | #define HAVE_SYS_SOCKET_H 1
  7027. | #define HAVE_SYS_TYPES_H 1
  7028. | #define HAVE_NETINET_IN_H 1
  7029. | #define HAVE_NETINET_IP_H 1
  7030. | #define HAVE_NETINET_TCP_H 1
  7031. | #define HAVE_FCNTL_H 1
  7032. | #define HAVE_SSH2 1
  7033. | #define HAVE_CURL /**/
  7034. | #define HAVE_DASH /**/
  7035. | #define HAVE_DECKLINK /**/
  7036. | #define HAVE_DIRECTFB /**/
  7037. | #define HAVE_WAYLAND /**/
  7038. | #define HAVE_WEBP /**/
  7039. | #define HAVE_DTS /**/
  7040. | #define HAVE_RESINDVD /**/
  7041. | #define HAVE_FAAC /**/
  7042. | #define FAAD_IS_NEAAC 1
  7043. | #define FAAD2_MINOR_VERSION 7
  7044. | #define HAVE_FAAD /**/
  7045. | #define HAVE_FBDEV /**/
  7046. | #define HAVE_LIBMMS /**/
  7047. | #define HAVE_MODPLUG /**/
  7048. | #define HAVE_MIMIC /**/
  7049. | #define GST_MJPEGTOOLS_API 0
  7050. | #define HAVE_MPG123 /**/
  7051. | #define HAVE_NEON /**/
  7052. | #define OPENCV_PREFIX ""
  7053. | #define HAVE_OPENJPEG_1 1
  7054. | #define HAVE_OPENJPEG /**/
  7055. | #define HAVE_OPUS 1
  7056. | #define HAVE_OPUS /**/
  7057. | #define HAVE_RSVG_2_36_2 1
  7058. | #define HAVE_RSVG /**/
  7059. | #define HAVE_EGLGLES /**/
  7060. | #define HAVE_GL /**/
  7061. | #define HAVE_SMOOTHSTREAMING /**/
  7062. | #define HAVE_SNDFILE /**/
  7063. | #define HAVE_SOUNDTOUCH_1_4 1
  7064. | #define HAVE_SOUNDTOUCH /**/
  7065. | #define HAVE_DVB /**/
  7066. | /* end confdefs.h. */
  7067. | #include <vdpau/vdpau.h>
  7068. configure:51396: result: no
  7069. configure:51396: checking for vdpau/vdpau.h
  7070. configure:51396: result: no
  7071. configure:51404: checking vdpau/vdpau_x11.h usability
  7072. configure:51404: gcc -std=gnu99 -c -g -O2 -I/usr/include/nvidia conftest.c >&5
  7073. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  7074. #define HAVE_OPUS /**/
  7075. ^
  7076. conftest.c:105:0: note: this is the location of the previous definition
  7077. #define HAVE_OPUS 1
  7078. ^
  7079. conftest.c:150:29: fatal error: vdpau/vdpau_x11.h: No such file or directory
  7080. #include <vdpau/vdpau_x11.h>
  7081. ^
  7082. compilation terminated.
  7083. configure:51404: $? = 1
  7084. configure: failed program was:
  7085. | /* confdefs.h */
  7086. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  7087. | #define PACKAGE_TARNAME "gst-plugins-bad"
  7088. | #define PACKAGE_VERSION "1.3.0.1"
  7089. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  7090. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  7091. | #define PACKAGE_URL ""
  7092. | #define PACKAGE "gst-plugins-bad"
  7093. | #define VERSION "1.3.0.1"
  7094. | #define GST_API_VERSION "1.0"
  7095. | #define STDC_HEADERS 1
  7096. | #define HAVE_SYS_TYPES_H 1
  7097. | #define HAVE_SYS_STAT_H 1
  7098. | #define HAVE_STDLIB_H 1
  7099. | #define HAVE_STRING_H 1
  7100. | #define HAVE_MEMORY_H 1
  7101. | #define HAVE_STRINGS_H 1
  7102. | #define HAVE_INTTYPES_H 1
  7103. | #define HAVE_STDINT_H 1
  7104. | #define HAVE_UNISTD_H 1
  7105. | #define HAVE_DLFCN_H 1
  7106. | #define LT_OBJDIR ".libs/"
  7107. | #define ENABLE_NLS 1
  7108. | #define HAVE_GETTEXT 1
  7109. | #define HAVE_DCGETTEXT 1
  7110. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  7111. | #define LOCALEDIR "/opt/gnome2/share/locale"
  7112. | #define HAVE_VALGRIND 1
  7113. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  7114. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  7115. | #define HAVE_EXTERNAL /**/
  7116. | #define HAVE_CPU_I386 1
  7117. | #define HAVE_RDTSC 1
  7118. | #define HOST_CPU "i686"
  7119. | #define TARGET_CPU "i686"
  7120. | #define HAVE_DOWHILE_MACROS 1
  7121. | #define HAVE_STDLIB_H 1
  7122. | #define HAVE_UNISTD_H 1
  7123. | #define HAVE_SYS_PARAM_H 1
  7124. | #define HAVE_GETPAGESIZE 1
  7125. | #define HAVE_MMAP 1
  7126. | #define HAVE_UNISTD_H 1
  7127. | #define HAVE_SYS_TIME_H 1
  7128. | #define HAVE_PTHREAD_H 1
  7129. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  7130. | #define HAVE_GMTIME_R 1
  7131. | #define HAVE_SYS_UTSNAME_H 1
  7132. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  7133. | #define GIO_LIBDIR "/opt/gnome2/lib"
  7134. | #define HAVE_X11 1
  7135. | #define HAVE_ORC 1
  7136. | #define GST_LICENSE "LGPL"
  7137. | #define LIBDIR "/opt/gnome2/lib"
  7138. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  7139. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  7140. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  7141. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  7142. | #define DEFAULT_AUDIOSRC "alsasrc"
  7143. | #define DEFAULT_VIDEOSINK "autovideosink"
  7144. | #define DEFAULT_VIDEOSRC "v4l2src"
  7145. | #define DEFAULT_VISUALIZER "goom"
  7146. | #define HAVE_SYS_SOCKET_H 1
  7147. | #define USE_EGL_X11 1
  7148. | #define HAVE_PNG 1
  7149. | #define HAVE_JPEG 1
  7150. | #define HAVE_SHM /**/
  7151. | #define HAVE_MFC /**/
  7152. | #define HAVE_GUDEV 1
  7153. | #define HAVE_LIBUSB 1
  7154. | #define HAVE_UVCH264 /**/
  7155. | #define HAVE_ASSRENDER /**/
  7156. | #define HAVE_VOAMRWBENC /**/
  7157. | #define HAVE_VOAACENC /**/
  7158. | #define HAVE_BZ2 /**/
  7159. | #define HAVE_UNISTD_H 1
  7160. | #define HAVE_SYS_SOCKET_H 1
  7161. | #define HAVE_SYS_TYPES_H 1
  7162. | #define HAVE_NETINET_IN_H 1
  7163. | #define HAVE_NETINET_IP_H 1
  7164. | #define HAVE_NETINET_TCP_H 1
  7165. | #define HAVE_FCNTL_H 1
  7166. | #define HAVE_SSH2 1
  7167. | #define HAVE_CURL /**/
  7168. | #define HAVE_DASH /**/
  7169. | #define HAVE_DECKLINK /**/
  7170. | #define HAVE_DIRECTFB /**/
  7171. | #define HAVE_WAYLAND /**/
  7172. | #define HAVE_WEBP /**/
  7173. | #define HAVE_DTS /**/
  7174. | #define HAVE_RESINDVD /**/
  7175. | #define HAVE_FAAC /**/
  7176. | #define FAAD_IS_NEAAC 1
  7177. | #define FAAD2_MINOR_VERSION 7
  7178. | #define HAVE_FAAD /**/
  7179. | #define HAVE_FBDEV /**/
  7180. | #define HAVE_LIBMMS /**/
  7181. | #define HAVE_MODPLUG /**/
  7182. | #define HAVE_MIMIC /**/
  7183. | #define GST_MJPEGTOOLS_API 0
  7184. | #define HAVE_MPG123 /**/
  7185. | #define HAVE_NEON /**/
  7186. | #define OPENCV_PREFIX ""
  7187. | #define HAVE_OPENJPEG_1 1
  7188. | #define HAVE_OPENJPEG /**/
  7189. | #define HAVE_OPUS 1
  7190. | #define HAVE_OPUS /**/
  7191. | #define HAVE_RSVG_2_36_2 1
  7192. | #define HAVE_RSVG /**/
  7193. | #define HAVE_EGLGLES /**/
  7194. | #define HAVE_GL /**/
  7195. | #define HAVE_SMOOTHSTREAMING /**/
  7196. | #define HAVE_SNDFILE /**/
  7197. | #define HAVE_SOUNDTOUCH_1_4 1
  7198. | #define HAVE_SOUNDTOUCH /**/
  7199. | #define HAVE_DVB /**/
  7200. | /* end confdefs.h. */
  7201. | #include <stdio.h>
  7202. | #ifdef HAVE_SYS_TYPES_H
  7203. | # include <sys/types.h>
  7204. | #endif
  7205. | #ifdef HAVE_SYS_STAT_H
  7206. | # include <sys/stat.h>
  7207. | #endif
  7208. | #ifdef STDC_HEADERS
  7209. | # include <stdlib.h>
  7210. | # include <stddef.h>
  7211. | #else
  7212. | # ifdef HAVE_STDLIB_H
  7213. | # include <stdlib.h>
  7214. | # endif
  7215. | #endif
  7216. | #ifdef HAVE_STRING_H
  7217. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7218. | # include <memory.h>
  7219. | # endif
  7220. | # include <string.h>
  7221. | #endif
  7222. | #ifdef HAVE_STRINGS_H
  7223. | # include <strings.h>
  7224. | #endif
  7225. | #ifdef HAVE_INTTYPES_H
  7226. | # include <inttypes.h>
  7227. | #endif
  7228. | #ifdef HAVE_STDINT_H
  7229. | # include <stdint.h>
  7230. | #endif
  7231. | #ifdef HAVE_UNISTD_H
  7232. | # include <unistd.h>
  7233. | #endif
  7234. | #include <vdpau/vdpau_x11.h>
  7235. configure:51404: result: no
  7236. configure:51404: checking vdpau/vdpau_x11.h presence
  7237. configure:51404: gcc -E -I/usr/include/nvidia conftest.c
  7238. conftest.c:106:0: warning: "HAVE_OPUS" redefined [enabled by default]
  7239. #define HAVE_OPUS /**/
  7240. ^
  7241. conftest.c:105:0: note: this is the location of the previous definition
  7242. #define HAVE_OPUS 1
  7243. ^
  7244. conftest.c:117:29: fatal error: vdpau/vdpau_x11.h: No such file or directory
  7245. #include <vdpau/vdpau_x11.h>
  7246. ^
  7247. compilation terminated.
  7248. configure:51404: $? = 1
  7249. configure: failed program was:
  7250. | /* confdefs.h */
  7251. | #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  7252. | #define PACKAGE_TARNAME "gst-plugins-bad"
  7253. | #define PACKAGE_VERSION "1.3.0.1"
  7254. | #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  7255. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  7256. | #define PACKAGE_URL ""
  7257. | #define PACKAGE "gst-plugins-bad"
  7258. | #define VERSION "1.3.0.1"
  7259. | #define GST_API_VERSION "1.0"
  7260. | #define STDC_HEADERS 1
  7261. | #define HAVE_SYS_TYPES_H 1
  7262. | #define HAVE_SYS_STAT_H 1
  7263. | #define HAVE_STDLIB_H 1
  7264. | #define HAVE_STRING_H 1
  7265. | #define HAVE_MEMORY_H 1
  7266. | #define HAVE_STRINGS_H 1
  7267. | #define HAVE_INTTYPES_H 1
  7268. | #define HAVE_STDINT_H 1
  7269. | #define HAVE_UNISTD_H 1
  7270. | #define HAVE_DLFCN_H 1
  7271. | #define LT_OBJDIR ".libs/"
  7272. | #define ENABLE_NLS 1
  7273. | #define HAVE_GETTEXT 1
  7274. | #define HAVE_DCGETTEXT 1
  7275. | #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  7276. | #define LOCALEDIR "/opt/gnome2/share/locale"
  7277. | #define HAVE_VALGRIND 1
  7278. | #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  7279. | #define GST_PACKAGE_ORIGIN "Unknown package origin"
  7280. | #define HAVE_EXTERNAL /**/
  7281. | #define HAVE_CPU_I386 1
  7282. | #define HAVE_RDTSC 1
  7283. | #define HOST_CPU "i686"
  7284. | #define TARGET_CPU "i686"
  7285. | #define HAVE_DOWHILE_MACROS 1
  7286. | #define HAVE_STDLIB_H 1
  7287. | #define HAVE_UNISTD_H 1
  7288. | #define HAVE_SYS_PARAM_H 1
  7289. | #define HAVE_GETPAGESIZE 1
  7290. | #define HAVE_MMAP 1
  7291. | #define HAVE_UNISTD_H 1
  7292. | #define HAVE_SYS_TIME_H 1
  7293. | #define HAVE_PTHREAD_H 1
  7294. | #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  7295. | #define HAVE_GMTIME_R 1
  7296. | #define HAVE_SYS_UTSNAME_H 1
  7297. | #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  7298. | #define GIO_LIBDIR "/opt/gnome2/lib"
  7299. | #define HAVE_X11 1
  7300. | #define HAVE_ORC 1
  7301. | #define GST_LICENSE "LGPL"
  7302. | #define LIBDIR "/opt/gnome2/lib"
  7303. | #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  7304. | #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  7305. | #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  7306. | #define DEFAULT_AUDIOSINK "autoaudiosink"
  7307. | #define DEFAULT_AUDIOSRC "alsasrc"
  7308. | #define DEFAULT_VIDEOSINK "autovideosink"
  7309. | #define DEFAULT_VIDEOSRC "v4l2src"
  7310. | #define DEFAULT_VISUALIZER "goom"
  7311. | #define HAVE_SYS_SOCKET_H 1
  7312. | #define USE_EGL_X11 1
  7313. | #define HAVE_PNG 1
  7314. | #define HAVE_JPEG 1
  7315. | #define HAVE_SHM /**/
  7316. | #define HAVE_MFC /**/
  7317. | #define HAVE_GUDEV 1
  7318. | #define HAVE_LIBUSB 1
  7319. | #define HAVE_UVCH264 /**/
  7320. | #define HAVE_ASSRENDER /**/
  7321. | #define HAVE_VOAMRWBENC /**/
  7322. | #define HAVE_VOAACENC /**/
  7323. | #define HAVE_BZ2 /**/
  7324. | #define HAVE_UNISTD_H 1
  7325. | #define HAVE_SYS_SOCKET_H 1
  7326. | #define HAVE_SYS_TYPES_H 1
  7327. | #define HAVE_NETINET_IN_H 1
  7328. | #define HAVE_NETINET_IP_H 1
  7329. | #define HAVE_NETINET_TCP_H 1
  7330. | #define HAVE_FCNTL_H 1
  7331. | #define HAVE_SSH2 1
  7332. | #define HAVE_CURL /**/
  7333. | #define HAVE_DASH /**/
  7334. | #define HAVE_DECKLINK /**/
  7335. | #define HAVE_DIRECTFB /**/
  7336. | #define HAVE_WAYLAND /**/
  7337. | #define HAVE_WEBP /**/
  7338. | #define HAVE_DTS /**/
  7339. | #define HAVE_RESINDVD /**/
  7340. | #define HAVE_FAAC /**/
  7341. | #define FAAD_IS_NEAAC 1
  7342. | #define FAAD2_MINOR_VERSION 7
  7343. | #define HAVE_FAAD /**/
  7344. | #define HAVE_FBDEV /**/
  7345. | #define HAVE_LIBMMS /**/
  7346. | #define HAVE_MODPLUG /**/
  7347. | #define HAVE_MIMIC /**/
  7348. | #define GST_MJPEGTOOLS_API 0
  7349. | #define HAVE_MPG123 /**/
  7350. | #define HAVE_NEON /**/
  7351. | #define OPENCV_PREFIX ""
  7352. | #define HAVE_OPENJPEG_1 1
  7353. | #define HAVE_OPENJPEG /**/
  7354. | #define HAVE_OPUS 1
  7355. | #define HAVE_OPUS /**/
  7356. | #define HAVE_RSVG_2_36_2 1
  7357. | #define HAVE_RSVG /**/
  7358. | #define HAVE_EGLGLES /**/
  7359. | #define HAVE_GL /**/
  7360. | #define HAVE_SMOOTHSTREAMING /**/
  7361. | #define HAVE_SNDFILE /**/
  7362. | #define HAVE_SOUNDTOUCH_1_4 1
  7363. | #define HAVE_SOUNDTOUCH /**/
  7364. | #define HAVE_DVB /**/
  7365. | /* end confdefs.h. */
  7366. | #include <vdpau/vdpau_x11.h>
  7367. configure:51404: result: no
  7368. configure:51404: checking for vdpau/vdpau_x11.h
  7369. configure:51404: result: no
  7370. configure:51581: *** These plugins will not be built: vdpau
  7371. configure:51599: *** checking feature: SBC bluetooth audio codec ***
  7372. configure:51603: *** for plug-ins: sbc ***
  7373. configure:51651: checking for SBC
  7374. configure:51659: $PKG_CONFIG --exists --print-errors "$which"
  7375. configure:51662: $? = 0
  7376. configure:51677: $PKG_CONFIG --exists --print-errors "$which"
  7377. configure:51680: $? = 0
  7378. configure:51732: result: yes
  7379. configure:51751: *** These plugins will be built: sbc
  7380. configure:51782: *** checking feature: Schroedinger video codec ***
  7381. configure:51786: *** for plug-ins: schro ***
  7382. configure:51834: checking for SCHRO
  7383. configure:51842: $PKG_CONFIG --exists --print-errors "$which"
  7384. Package schroedinger-1.0 was not found in the pkg-config search path.
  7385. Perhaps you should add the directory containing `schroedinger-1.0.pc'
  7386. to the PKG_CONFIG_PATH environment variable
  7387. No package 'schroedinger-1.0' found
  7388. configure:51845: $? = 1
  7389. configure:51860: $PKG_CONFIG --exists --print-errors "$which"
  7390. Package schroedinger-1.0 was not found in the pkg-config search path.
  7391. Perhaps you should add the directory containing `schroedinger-1.0.pc'
  7392. to the PKG_CONFIG_PATH environment variable
  7393. No package 'schroedinger-1.0' found
  7394. configure:51863: $? = 1
  7395. No package 'schroedinger-1.0' found
  7396. configure:51891: result: no
  7397. configure:51898: No package 'schroedinger-1.0' found
  7398. configure:51947: *** These plugins will not be built: schro
  7399. configure:51965: *** checking feature: ZBar barcode detector ***
  7400. configure:51969: *** for plug-ins: zbar ***
  7401. configure:52017: checking for ZBAR
  7402. configure:52025: $PKG_CONFIG --exists --print-errors "$which"
  7403. Package zbar was not found in the pkg-config search path.
  7404. Perhaps you should add the directory containing `zbar.pc'
  7405. to the PKG_CONFIG_PATH environment variable
  7406. No package 'zbar' found
  7407. configure:52028: $? = 1
  7408. configure:52043: $PKG_CONFIG --exists --print-errors "$which"
  7409. Package zbar was not found in the pkg-config search path.
  7410. Perhaps you should add the directory containing `zbar.pc'
  7411. to the PKG_CONFIG_PATH environment variable
  7412. No package 'zbar' found
  7413. configure:52046: $? = 1
  7414. No package 'zbar' found
  7415. configure:52074: result: no
  7416. configure:52081: No package 'zbar' found
  7417. configure:52130: *** These plugins will not be built: zbar
  7418. configure:52148: *** checking feature: rtmp library ***
  7419. configure:52152: *** for plug-ins: rtmp ***
  7420. configure:52200: checking for RTMP
  7421. configure:52208: $PKG_CONFIG --exists --print-errors "$which"
  7422. configure:52211: $? = 0
  7423. configure:52226: $PKG_CONFIG --exists --print-errors "$which"
  7424. configure:52229: $? = 0
  7425. configure:52281: result: yes
  7426. configure:52300: *** These plugins will be built: rtmp
  7427. configure:52331: *** checking feature: Spandsp ***
  7428. configure:52335: *** for plug-ins: spandsp ***
  7429. configure:52379: checking for SPANDSP
  7430. configure:52387: $PKG_CONFIG --exists --print-errors "spandsp >= 0.0.6"
  7431. Package spandsp was not found in the pkg-config search path.
  7432. Perhaps you should add the directory containing `spandsp.pc'
  7433. to the PKG_CONFIG_PATH environment variable
  7434. No package 'spandsp' found
  7435. configure:52390: $? = 1
  7436. configure:52405: $PKG_CONFIG --exists --print-errors "spandsp >= 0.0.6"
  7437. Package spandsp was not found in the pkg-config search path.
  7438. Perhaps you should add the directory containing `spandsp.pc'
  7439. to the PKG_CONFIG_PATH environment variable
  7440. No package 'spandsp' found
  7441. configure:52408: $? = 1
  7442. No package 'spandsp' found
  7443. configure:52436: result: no
  7444. configure:52477: *** These plugins will not be built: spandsp
  7445. configure:52497: *** checking feature: GSettings plugin ***
  7446. configure:52501: *** for plug-ins: gsettings ***
  7447. configure:52528: WARNING: *** gsettings not ported
  7448. configure:52892: *** These plugins will not be built: gsettings
  7449. configure:52910: *** checking feature: sndio audio ***
  7450. configure:52914: *** for plug-ins: sndio ***
  7451. configure:52941: WARNING: *** sndio not ported
  7452. configure:53036: *** These plugins will not be built: sndio
  7453. configure:53054: *** checking feature: http live streaming plugin ***
  7454. configure:53058: *** for plug-ins: hls ***
  7455. configure:53102: checking for NETTLE
  7456. configure:53110: $PKG_CONFIG --exists --print-errors "nettle"
  7457. configure:53113: $? = 0
  7458. configure:53128: $PKG_CONFIG --exists --print-errors "nettle"
  7459. configure:53131: $? = 0
  7460. configure:53611: result: yes
  7461. configure:53631: *** These plugins will be built: hls
  7462. configure:54464: checking that generated files are newer than configure
  7463. configure:54470: result: done
  7464. configure:55679: creating ./config.status
  7465.  
  7466. ## ---------------------- ##
  7467. ## Running config.status. ##
  7468. ## ---------------------- ##
  7469.  
  7470. This file was extended by GStreamer Bad Plug-ins config.status 1.3.0.1, which was
  7471. generated by GNU Autoconf 2.69. Invocation command line was
  7472.  
  7473. CONFIG_FILES =
  7474. CONFIG_HEADERS =
  7475. CONFIG_LINKS =
  7476. CONFIG_COMMANDS =
  7477. $ ./config.status
  7478.  
  7479. on lfs
  7480.  
  7481. config.status:2322: creating Makefile
  7482. config.status:2322: creating common/Makefile
  7483. config.status:2322: creating common/m4/Makefile
  7484. config.status:2322: creating gst-plugins-bad.spec
  7485. config.status:2322: creating gst/Makefile
  7486. config.status:2322: creating gst/accurip/Makefile
  7487. config.status:2322: creating gst/adpcmdec/Makefile
  7488. config.status:2322: creating gst/adpcmenc/Makefile
  7489. config.status:2322: creating gst/aiff/Makefile
  7490. config.status:2322: creating gst/asfmux/Makefile
  7491. config.status:2322: creating gst/audiofxbad/Makefile
  7492. config.status:2322: creating gst/audiomixer/Makefile
  7493. config.status:2322: creating gst/audiovisualizers/Makefile
  7494. config.status:2322: creating gst/autoconvert/Makefile
  7495. config.status:2322: creating gst/bayer/Makefile
  7496. config.status:2322: creating gst/camerabin2/Makefile
  7497. config.status:2322: creating gst/cdxaparse/Makefile
  7498. config.status:2322: creating gst/coloreffects/Makefile
  7499. config.status:2322: creating gst/dataurisrc/Makefile
  7500. config.status:2322: creating gst/dccp/Makefile
  7501. config.status:2322: creating gst/debugutils/Makefile
  7502. config.status:2322: creating gst/dvbsuboverlay/Makefile
  7503. config.status:2322: creating gst/dvdspu/Makefile
  7504. config.status:2322: creating gst/faceoverlay/Makefile
  7505. config.status:2322: creating gst/festival/Makefile
  7506. config.status:2322: creating gst/fieldanalysis/Makefile
  7507. config.status:2322: creating gst/freeverb/Makefile
  7508. config.status:2322: creating gst/frei0r/Makefile
  7509. config.status:2322: creating gst/gaudieffects/Makefile
  7510. config.status:2322: creating gst/geometrictransform/Makefile
  7511. config.status:2322: creating gst/gdp/Makefile
  7512. config.status:2322: creating gst/hdvparse/Makefile
  7513. config.status:2322: creating gst/id3tag/Makefile
  7514. config.status:2322: creating gst/inter/Makefile
  7515. config.status:2322: creating gst/interlace/Makefile
  7516. config.status:2322: creating gst/ivfparse/Makefile
  7517. config.status:2322: creating gst/ivtc/Makefile
  7518. config.status:2322: creating gst/jp2kdecimator/Makefile
  7519. config.status:2322: creating gst/jpegformat/Makefile
  7520. config.status:2322: creating gst/librfb/Makefile
  7521. config.status:2322: creating gst/liveadder/Makefile
  7522. config.status:2322: creating gst/midi/Makefile
  7523. config.status:2322: creating gst/mpegdemux/Makefile
  7524. config.status:2322: creating gst/mpegtsdemux/Makefile
  7525. config.status:2322: creating gst/mpegtsmux/Makefile
  7526. config.status:2322: creating gst/mpegtsmux/tsmux/Makefile
  7527. config.status:2322: creating gst/mpegpsmux/Makefile
  7528. config.status:2322: creating gst/mve/Makefile
  7529. config.status:2322: creating gst/mxf/Makefile
  7530. config.status:2322: creating gst/nuvdemux/Makefile
  7531. config.status:2322: creating gst/patchdetect/Makefile
  7532. config.status:2322: creating gst/pcapparse/Makefile
  7533. config.status:2322: creating gst/pnm/Makefile
  7534. config.status:2322: creating gst/rawparse/Makefile
  7535. config.status:2322: creating gst/real/Makefile
  7536. config.status:2322: creating gst/removesilence/Makefile
  7537. config.status:2322: creating gst/sdi/Makefile
  7538. config.status:2322: creating gst/sdp/Makefile
  7539. config.status:2322: creating gst/segmentclip/Makefile
  7540. config.status:2322: creating gst/siren/Makefile
  7541. config.status:2322: creating gst/smooth/Makefile
  7542. config.status:2322: creating gst/speed/Makefile
  7543. config.status:2322: creating gst/subenc/Makefile
  7544. config.status:2322: creating gst/stereo/Makefile
  7545. config.status:2322: creating gst/tta/Makefile
  7546. config.status:2322: creating gst/videofilters/Makefile
  7547. config.status:2322: creating gst/videomeasure/Makefile
  7548. config.status:2322: creating gst/videoparsers/Makefile
  7549. config.status:2322: creating gst/videosignal/Makefile
  7550. config.status:2322: creating gst/vmnc/Makefile
  7551. config.status:2322: creating gst/y4m/Makefile
  7552. config.status:2322: creating gst/yadif/Makefile
  7553. config.status:2322: creating gst-libs/Makefile
  7554. config.status:2322: creating gst-libs/gst/Makefile
  7555. config.status:2322: creating gst-libs/gst/basecamerabinsrc/Makefile
  7556. config.status:2322: creating gst-libs/gst/egl/Makefile
  7557. config.status:2322: creating gst-libs/gst/gl/Makefile
  7558. config.status:2322: creating gst-libs/gst/gl/android/Makefile
  7559. config.status:2322: creating gst-libs/gst/gl/cocoa/Makefile
  7560. config.status:2322: creating gst-libs/gst/gl/dispmanx/Makefile
  7561. config.status:2322: creating gst-libs/gst/gl/glprototypes/Makefile
  7562. config.status:2322: creating gst-libs/gst/gl/egl/Makefile
  7563. config.status:2322: creating gst-libs/gst/gl/wayland/Makefile
  7564. config.status:2322: creating gst-libs/gst/gl/win32/Makefile
  7565. config.status:2322: creating gst-libs/gst/gl/x11/Makefile
  7566. config.status:2322: creating gst-libs/gst/insertbin/Makefile
  7567. config.status:2322: creating gst-libs/gst/interfaces/Makefile
  7568. config.status:2322: creating gst-libs/gst/codecparsers/Makefile
  7569. config.status:2322: creating gst-libs/gst/mpegts/Makefile
  7570. config.status:2322: creating gst-libs/gst/uridownloader/Makefile
  7571. config.status:2322: creating sys/Makefile
  7572. config.status:2322: creating sys/dshowdecwrapper/Makefile
  7573. config.status:2322: creating sys/acmenc/Makefile
  7574. config.status:2322: creating sys/acmmp3dec/Makefile
  7575. config.status:2322: creating sys/androidmedia/Makefile
  7576. config.status:2322: creating sys/applemedia/Makefile
  7577. config.status:2322: creating sys/applemedia-nonpublic/Makefile
  7578. config.status:2322: creating sys/avc/Makefile
  7579. config.status:2322: creating sys/bluez/Makefile
  7580. config.status:2322: creating sys/d3dvideosink/Makefile
  7581. config.status:2322: creating sys/decklink/Makefile
  7582. config.status:2322: creating sys/directdraw/Makefile
  7583. config.status:2322: creating sys/directsound/Makefile
  7584. config.status:2322: creating sys/dshowsrcwrapper/Makefile
  7585. config.status:2322: creating sys/dshowvideosink/Makefile
  7586. config.status:2322: creating sys/dvb/Makefile
  7587. config.status:2322: creating sys/fbdev/Makefile
  7588. config.status:2322: creating sys/linsys/Makefile
  7589. config.status:2322: creating sys/opensles/Makefile
  7590. config.status:2322: creating sys/osxvideo/Makefile
  7591. config.status:2322: creating sys/qtwrapper/Makefile
  7592. config.status:2322: creating sys/mfc/Makefile
  7593. config.status:2322: creating sys/shm/Makefile
  7594. config.status:2322: creating sys/uvch264/Makefile
  7595. config.status:2322: creating sys/vcd/Makefile
  7596. config.status:2322: creating sys/vdpau/Makefile
  7597. config.status:2322: creating sys/pvr2d/Makefile
  7598. config.status:2322: creating sys/wasapi/Makefile
  7599. config.status:2322: creating sys/wininet/Makefile
  7600. config.status:2322: creating sys/winks/Makefile
  7601. config.status:2322: creating sys/winscreencap/Makefile
  7602. config.status:2322: creating tests/Makefile
  7603. config.status:2322: creating tests/check/Makefile
  7604. config.status:2322: creating tests/files/Makefile
  7605. config.status:2322: creating tests/examples/Makefile
  7606. config.status:2322: creating tests/examples/camerabin2/Makefile
  7607. config.status:2322: creating tests/examples/directfb/Makefile
  7608. config.status:2322: creating tests/examples/mpegts/Makefile
  7609. config.status:2322: creating tests/examples/mxf/Makefile
  7610. config.status:2322: creating tests/examples/opencv/Makefile
  7611. config.status:2322: creating tests/examples/uvch264/Makefile
  7612. config.status:2322: creating tests/icles/Makefile
  7613. config.status:2322: creating ext/voamrwbenc/Makefile
  7614. config.status:2322: creating ext/voaacenc/Makefile
  7615. config.status:2322: creating ext/assrender/Makefile
  7616. config.status:2322: creating ext/apexsink/Makefile
  7617. config.status:2322: creating ext/bz2/Makefile
  7618. config.status:2322: creating ext/chromaprint/Makefile
  7619. config.status:2322: creating ext/curl/Makefile
  7620. config.status:2322: creating ext/dash/Makefile
  7621. config.status:2322: creating ext/dc1394/Makefile
  7622. config.status:2322: creating ext/directfb/Makefile
  7623. config.status:2322: creating ext/wayland/Makefile
  7624. config.status:2322: creating ext/daala/Makefile
  7625. config.status:2322: creating ext/dts/Makefile
  7626. config.status:2322: creating ext/eglgles/Makefile
  7627. config.status:2322: creating ext/gl/Makefile
  7628. config.status:2322: creating ext/faac/Makefile
  7629. config.status:2322: creating ext/faad/Makefile
  7630. config.status:2322: creating ext/flite/Makefile
  7631. config.status:2322: creating ext/fluidsynth/Makefile
  7632. config.status:2322: creating ext/gsm/Makefile
  7633. config.status:2322: creating ext/hls/Makefile
  7634. config.status:2322: creating ext/kate/Makefile
  7635. config.status:2322: creating ext/ladspa/Makefile
  7636. config.status:2322: creating ext/lv2/Makefile
  7637. config.status:2322: creating ext/libmms/Makefile
  7638. config.status:2322: creating ext/libvisual/Makefile
  7639. config.status:2322: creating ext/Makefile
  7640. config.status:2322: creating ext/modplug/Makefile
  7641. config.status:2322: creating ext/mpeg2enc/Makefile
  7642. config.status:2322: creating ext/mpg123/Makefile
  7643. config.status:2322: creating ext/mimic/Makefile
  7644. config.status:2322: creating ext/mplex/Makefile
  7645. config.status:2322: creating ext/musepack/Makefile
  7646. config.status:2322: creating ext/mythtv/Makefile
  7647. config.status:2322: creating ext/nas/Makefile
  7648. config.status:2322: creating ext/neon/Makefile
  7649. config.status:2322: creating ext/ofa/Makefile
  7650. config.status:2322: creating ext/openal/Makefile
  7651. config.status:2322: creating ext/opencv/Makefile
  7652. config.status:2322: creating ext/openexr/Makefile
  7653. config.status:2322: creating ext/openjpeg/Makefile
  7654. config.status:2322: creating ext/openni2/Makefile
  7655. config.status:2322: creating ext/opus/Makefile
  7656. config.status:2322: creating ext/rsvg/Makefile
  7657. config.status:2322: creating ext/resindvd/Makefile
  7658. config.status:2322: creating ext/rtmp/Makefile
  7659. config.status:2322: creating ext/sbc/Makefile
  7660. config.status:2322: creating ext/schroedinger/Makefile
  7661. config.status:2322: creating ext/sdl/Makefile
  7662. config.status:2322: creating ext/smoothstreaming/Makefile
  7663. config.status:2322: creating ext/sndfile/Makefile
  7664. config.status:2322: creating ext/soundtouch/Makefile
  7665. config.status:2322: creating ext/spandsp/Makefile
  7666. config.status:2322: creating ext/sndio/Makefile
  7667. config.status:2322: creating ext/srtp/Makefile
  7668. config.status:2322: creating ext/teletextdec/Makefile
  7669. config.status:2322: creating ext/gme/Makefile
  7670. config.status:2322: creating ext/gsettings/Makefile
  7671. config.status:2322: creating ext/gsettings/org.freedesktop.gstreamer.default-elements.gschema.xml
  7672. config.status:2322: creating ext/spc/Makefile
  7673. config.status:2322: creating ext/timidity/Makefile
  7674. config.status:2322: creating ext/webp/Makefile
  7675. config.status:2322: creating ext/xvid/Makefile
  7676. config.status:2322: creating ext/zbar/Makefile
  7677. config.status:2322: creating po/Makefile.in
  7678. config.status:2322: creating docs/Makefile
  7679. config.status:2322: creating docs/plugins/Makefile
  7680. config.status:2322: creating docs/libs/Makefile
  7681. config.status:2322: creating docs/version.entities
  7682. config.status:2322: creating pkgconfig/Makefile
  7683. config.status:2322: creating pkgconfig/gstreamer-plugins-bad.pc
  7684. config.status:2322: creating pkgconfig/gstreamer-plugins-bad-uninstalled.pc
  7685. config.status:2322: creating pkgconfig/gstreamer-codecparsers.pc
  7686. config.status:2322: creating pkgconfig/gstreamer-codecparsers-uninstalled.pc
  7687. config.status:2322: creating pkgconfig/gstreamer-insertbin.pc
  7688. config.status:2322: creating pkgconfig/gstreamer-insertbin-uninstalled.pc
  7689. config.status:2322: creating pkgconfig/gstreamer-egl.pc
  7690. config.status:2322: creating pkgconfig/gstreamer-egl-uninstalled.pc
  7691. config.status:2322: creating pkgconfig/gstreamer-gl.pc
  7692. config.status:2322: creating pkgconfig/gstreamer-gl-uninstalled.pc
  7693. config.status:2322: creating pkgconfig/gstreamer-mpegts.pc
  7694. config.status:2322: creating pkgconfig/gstreamer-mpegts-uninstalled.pc
  7695. config.status:2322: creating tools/Makefile
  7696. config.status:2322: creating m4/Makefile
  7697. config.status:2322: creating config.h
  7698. config.status:2551: executing depfiles commands
  7699. config.status:2551: executing libtool commands
  7700. config.status:2551: executing po-directories commands
  7701. config.status:2551: executing _stdint.h commands
  7702. config.status:3565: creating _stdint.h : _GST_PLUGINS_BAD__STDINT_H
  7703. config.status:3997: _stdint.h is unchanged
  7704. config.status:2551: executing gst-libs/gst/gl/gstglconfig.h commands
  7705. config.status:4058: gst-libs/gst/gl/gstglconfig.h is unchanged
  7706.  
  7707. ## ---------------- ##
  7708. ## Cache variables. ##
  7709. ## ---------------- ##
  7710.  
  7711. _cv_g_support_dowhile_macros=yes
  7712. _cv_gst_fionread_in_sys_ioctl=yes
  7713. ac_cv_build=i686-pc-linux-gnu
  7714. ac_cv_c_bigendian=no
  7715. ac_cv_c_compiler_gnu=yes
  7716. ac_cv_cxx_compiler_gnu=yes
  7717. ac_cv_env_APEXSINK_CFLAGS_set=
  7718. ac_cv_env_APEXSINK_CFLAGS_value=
  7719. ac_cv_env_APEXSINK_LIBS_set=
  7720. ac_cv_env_APEXSINK_LIBS_value=
  7721. ac_cv_env_ASSRENDER_CFLAGS_set=
  7722. ac_cv_env_ASSRENDER_CFLAGS_value=
  7723. ac_cv_env_ASSRENDER_LIBS_set=
  7724. ac_cv_env_ASSRENDER_LIBS_value=
  7725. ac_cv_env_BLUEZ_CFLAGS_set=
  7726. ac_cv_env_BLUEZ_CFLAGS_value=
  7727. ac_cv_env_BLUEZ_LIBS_set=
  7728. ac_cv_env_BLUEZ_LIBS_value=
  7729. ac_cv_env_CCC_set=
  7730. ac_cv_env_CCC_value=
  7731. ac_cv_env_CC_set=
  7732. ac_cv_env_CC_value=
  7733. ac_cv_env_CFLAGS_set=
  7734. ac_cv_env_CFLAGS_value=
  7735. ac_cv_env_CHROMAPRINT_CFLAGS_set=
  7736. ac_cv_env_CHROMAPRINT_CFLAGS_value=
  7737. ac_cv_env_CHROMAPRINT_LIBS_set=
  7738. ac_cv_env_CHROMAPRINT_LIBS_value=
  7739. ac_cv_env_CPPFLAGS_set=
  7740. ac_cv_env_CPPFLAGS_value=
  7741. ac_cv_env_CPP_set=
  7742. ac_cv_env_CPP_value=
  7743. ac_cv_env_CURL_CFLAGS_set=
  7744. ac_cv_env_CURL_CFLAGS_value=
  7745. ac_cv_env_CURL_LIBS_set=
  7746. ac_cv_env_CURL_LIBS_value=
  7747. ac_cv_env_CXXCPP_set=
  7748. ac_cv_env_CXXCPP_value=
  7749. ac_cv_env_CXXFLAGS_set=
  7750. ac_cv_env_CXXFLAGS_value=
  7751. ac_cv_env_CXX_set=
  7752. ac_cv_env_CXX_value=
  7753. ac_cv_env_DAALA_CFLAGS_set=
  7754. ac_cv_env_DAALA_CFLAGS_value=
  7755. ac_cv_env_DAALA_LIBS_set=
  7756. ac_cv_env_DAALA_LIBS_value=
  7757. ac_cv_env_DBUS_CFLAGS_set=
  7758. ac_cv_env_DBUS_CFLAGS_value=
  7759. ac_cv_env_DBUS_LIBS_set=
  7760. ac_cv_env_DBUS_LIBS_value=
  7761. ac_cv_env_DIRECTFB_CFLAGS_set=
  7762. ac_cv_env_DIRECTFB_CFLAGS_value=
  7763. ac_cv_env_DIRECTFB_LIBS_set=
  7764. ac_cv_env_DIRECTFB_LIBS_value=
  7765. ac_cv_env_DVDNAV_CFLAGS_set=
  7766. ac_cv_env_DVDNAV_CFLAGS_value=
  7767. ac_cv_env_DVDNAV_LIBS_set=
  7768. ac_cv_env_DVDNAV_LIBS_value=
  7769. ac_cv_env_EGLGLES_CFLAGS_set=
  7770. ac_cv_env_EGLGLES_CFLAGS_value=
  7771. ac_cv_env_EGLGLES_LIBS_set=
  7772. ac_cv_env_EGLGLES_LIBS_value=
  7773. ac_cv_env_EGL_CFLAGS_set=
  7774. ac_cv_env_EGL_CFLAGS_value=
  7775. ac_cv_env_EGL_LIBS_set=
  7776. ac_cv_env_EGL_LIBS_value=
  7777. ac_cv_env_EXIF_CFLAGS_set=
  7778. ac_cv_env_EXIF_CFLAGS_value=
  7779. ac_cv_env_EXIF_LIBS_set=
  7780. ac_cv_env_EXIF_LIBS_value=
  7781. ac_cv_env_FLUIDSYNTH_CFLAGS_set=
  7782. ac_cv_env_FLUIDSYNTH_CFLAGS_value=
  7783. ac_cv_env_FLUIDSYNTH_LIBS_set=
  7784. ac_cv_env_FLUIDSYNTH_LIBS_value=
  7785. ac_cv_env_GIO_CFLAGS_set=
  7786. ac_cv_env_GIO_CFLAGS_value=
  7787. ac_cv_env_GIO_LIBS_set=
  7788. ac_cv_env_GIO_LIBS_value=
  7789. ac_cv_env_GLIB_CFLAGS_set=
  7790. ac_cv_env_GLIB_CFLAGS_value=
  7791. ac_cv_env_GLIB_LIBS_set=
  7792. ac_cv_env_GLIB_LIBS_value=
  7793. ac_cv_env_GMODULE_EXPORT_CFLAGS_set=
  7794. ac_cv_env_GMODULE_EXPORT_CFLAGS_value=
  7795. ac_cv_env_GMODULE_EXPORT_LIBS_set=
  7796. ac_cv_env_GMODULE_EXPORT_LIBS_value=
  7797. ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_set=
  7798. ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_value=
  7799. ac_cv_env_GMODULE_NO_EXPORT_LIBS_set=
  7800. ac_cv_env_GMODULE_NO_EXPORT_LIBS_value=
  7801. ac_cv_env_GMYTH_CFLAGS_set=
  7802. ac_cv_env_GMYTH_CFLAGS_value=
  7803. ac_cv_env_GMYTH_LIBS_set=
  7804. ac_cv_env_GMYTH_LIBS_value=
  7805. ac_cv_env_GSETTINGS_CFLAGS_set=
  7806. ac_cv_env_GSETTINGS_CFLAGS_value=
  7807. ac_cv_env_GSETTINGS_LIBS_set=
  7808. ac_cv_env_GSETTINGS_LIBS_value=
  7809. ac_cv_env_GST_BASE_CFLAGS_set=
  7810. ac_cv_env_GST_BASE_CFLAGS_value=
  7811. ac_cv_env_GST_BASE_LIBS_set=
  7812. ac_cv_env_GST_BASE_LIBS_value=
  7813. ac_cv_env_GST_CFLAGS_set=
  7814. ac_cv_env_GST_CFLAGS_value=
  7815. ac_cv_env_GST_CHECK_CFLAGS_set=
  7816. ac_cv_env_GST_CHECK_CFLAGS_value=
  7817. ac_cv_env_GST_CHECK_LIBS_set=
  7818. ac_cv_env_GST_CHECK_LIBS_value=
  7819. ac_cv_env_GST_CONTROLLER_CFLAGS_set=
  7820. ac_cv_env_GST_CONTROLLER_CFLAGS_value=
  7821. ac_cv_env_GST_CONTROLLER_LIBS_set=
  7822. ac_cv_env_GST_CONTROLLER_LIBS_value=
  7823. ac_cv_env_GST_LIBS_set=
  7824. ac_cv_env_GST_LIBS_value=
  7825. ac_cv_env_GST_PLUGINS_BASE_CFLAGS_set=
  7826. ac_cv_env_GST_PLUGINS_BASE_CFLAGS_value=
  7827. ac_cv_env_GST_PLUGINS_BASE_LIBS_set=
  7828. ac_cv_env_GST_PLUGINS_BASE_LIBS_value=
  7829. ac_cv_env_GST_PLUGINS_GOOD_CFLAGS_set=
  7830. ac_cv_env_GST_PLUGINS_GOOD_CFLAGS_value=
  7831. ac_cv_env_GST_PLUGINS_GOOD_LIBS_set=
  7832. ac_cv_env_GST_PLUGINS_GOOD_LIBS_value=
  7833. ac_cv_env_GST_PLUGINS_LIBAV_CFLAGS_set=
  7834. ac_cv_env_GST_PLUGINS_LIBAV_CFLAGS_value=
  7835. ac_cv_env_GST_PLUGINS_LIBAV_LIBS_set=
  7836. ac_cv_env_GST_PLUGINS_LIBAV_LIBS_value=
  7837. ac_cv_env_GST_PLUGINS_UGLY_CFLAGS_set=
  7838. ac_cv_env_GST_PLUGINS_UGLY_CFLAGS_value=
  7839. ac_cv_env_GST_PLUGINS_UGLY_LIBS_set=
  7840. ac_cv_env_GST_PLUGINS_UGLY_LIBS_value=
  7841. ac_cv_env_GST_VIDEO_CFLAGS_set=
  7842. ac_cv_env_GST_VIDEO_CFLAGS_value=
  7843. ac_cv_env_GST_VIDEO_LIBS_set=
  7844. ac_cv_env_GST_VIDEO_LIBS_value=
  7845. ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
  7846. ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
  7847. ac_cv_env_GTKDOC_DEPS_LIBS_set=
  7848. ac_cv_env_GTKDOC_DEPS_LIBS_value=
  7849. ac_cv_env_GTK_CFLAGS_set=
  7850. ac_cv_env_GTK_CFLAGS_value=
  7851. ac_cv_env_GTK_LIBS_set=
  7852. ac_cv_env_GTK_LIBS_value=
  7853. ac_cv_env_G_UDEV_CFLAGS_set=
  7854. ac_cv_env_G_UDEV_CFLAGS_value=
  7855. ac_cv_env_G_UDEV_LIBS_set=
  7856. ac_cv_env_G_UDEV_LIBS_value=
  7857. ac_cv_env_KATE_CFLAGS_set=
  7858. ac_cv_env_KATE_CFLAGS_value=
  7859. ac_cv_env_KATE_LIBS_set=
  7860. ac_cv_env_KATE_LIBS_value=
  7861. ac_cv_env_LDFLAGS_set=set
  7862. ac_cv_env_LDFLAGS_value='-L/opt/gnome2/lib '
  7863. ac_cv_env_LIBDC1394_CFLAGS_set=
  7864. ac_cv_env_LIBDC1394_CFLAGS_value=
  7865. ac_cv_env_LIBDC1394_LIBS_set=
  7866. ac_cv_env_LIBDC1394_LIBS_value=
  7867. ac_cv_env_LIBMMS_CFLAGS_set=
  7868. ac_cv_env_LIBMMS_CFLAGS_value=
  7869. ac_cv_env_LIBMMS_LIBS_set=
  7870. ac_cv_env_LIBMMS_LIBS_value=
  7871. ac_cv_env_LIBPNG_CFLAGS_set=
  7872. ac_cv_env_LIBPNG_CFLAGS_value=
  7873. ac_cv_env_LIBPNG_LIBS_set=
  7874. ac_cv_env_LIBPNG_LIBS_value=
  7875. ac_cv_env_LIBS_set=
  7876. ac_cv_env_LIBS_value=
  7877. ac_cv_env_LIBUSB_CFLAGS_set=
  7878. ac_cv_env_LIBUSB_CFLAGS_value=
  7879. ac_cv_env_LIBUSB_LIBS_set=
  7880. ac_cv_env_LIBUSB_LIBS_value=
  7881. ac_cv_env_LIBVISUAL_CFLAGS_set=
  7882. ac_cv_env_LIBVISUAL_CFLAGS_value=
  7883. ac_cv_env_LIBVISUAL_LIBS_set=
  7884. ac_cv_env_LIBVISUAL_LIBS_value=
  7885. ac_cv_env_LIBXML2_CFLAGS_set=
  7886. ac_cv_env_LIBXML2_CFLAGS_value=
  7887. ac_cv_env_LIBXML2_LIBS_set=
  7888. ac_cv_env_LIBXML2_LIBS_value=
  7889. ac_cv_env_LRDF_CFLAGS_set=
  7890. ac_cv_env_LRDF_CFLAGS_value=
  7891. ac_cv_env_LRDF_LIBS_set=
  7892. ac_cv_env_LRDF_LIBS_value=
  7893. ac_cv_env_MIMIC_CFLAGS_set=
  7894. ac_cv_env_MIMIC_CFLAGS_value=
  7895. ac_cv_env_MIMIC_LIBS_set=
  7896. ac_cv_env_MIMIC_LIBS_value=
  7897. ac_cv_env_MJPEG_CFLAGS_set=
  7898. ac_cv_env_MJPEG_CFLAGS_value=
  7899. ac_cv_env_MJPEG_LIBS_set=
  7900. ac_cv_env_MJPEG_LIBS_value=
  7901. ac_cv_env_MODPLUG_CFLAGS_set=
  7902. ac_cv_env_MODPLUG_CFLAGS_value=
  7903. ac_cv_env_MODPLUG_LIBS_set=
  7904. ac_cv_env_MODPLUG_LIBS_value=
  7905. ac_cv_env_MPEG2ENC_CFLAGS_set=
  7906. ac_cv_env_MPEG2ENC_CFLAGS_value=
  7907. ac_cv_env_MPEG2ENC_LIBS_set=
  7908. ac_cv_env_MPEG2ENC_LIBS_value=
  7909. ac_cv_env_MPG123_CFLAGS_set=
  7910. ac_cv_env_MPG123_CFLAGS_value=
  7911. ac_cv_env_MPG123_LIBS_set=
  7912. ac_cv_env_MPG123_LIBS_value=
  7913. ac_cv_env_MPLEX_CFLAGS_set=
  7914. ac_cv_env_MPLEX_CFLAGS_value=
  7915. ac_cv_env_MPLEX_LIBS_set=
  7916. ac_cv_env_MPLEX_LIBS_value=
  7917. ac_cv_env_NEON_CFLAGS_set=
  7918. ac_cv_env_NEON_CFLAGS_value=
  7919. ac_cv_env_NEON_LIBS_set=
  7920. ac_cv_env_NEON_LIBS_value=
  7921. ac_cv_env_NETTLE_CFLAGS_set=
  7922. ac_cv_env_NETTLE_CFLAGS_value=
  7923. ac_cv_env_NETTLE_LIBS_set=
  7924. ac_cv_env_NETTLE_LIBS_value=
  7925. ac_cv_env_OBJCFLAGS_set=
  7926. ac_cv_env_OBJCFLAGS_value=
  7927. ac_cv_env_OBJC_set=
  7928. ac_cv_env_OBJC_value=
  7929. ac_cv_env_OFA_CFLAGS_set=
  7930. ac_cv_env_OFA_CFLAGS_value=
  7931. ac_cv_env_OFA_LIBS_set=
  7932. ac_cv_env_OFA_LIBS_value=
  7933. ac_cv_env_OPENAL_CFLAGS_set=
  7934. ac_cv_env_OPENAL_CFLAGS_value=
  7935. ac_cv_env_OPENAL_LIBS_set=
  7936. ac_cv_env_OPENAL_LIBS_value=
  7937. ac_cv_env_OPENCV_CFLAGS_set=
  7938. ac_cv_env_OPENCV_CFLAGS_value=
  7939. ac_cv_env_OPENCV_LIBS_set=
  7940. ac_cv_env_OPENCV_LIBS_value=
  7941. ac_cv_env_OPENEXR_CFLAGS_set=
  7942. ac_cv_env_OPENEXR_CFLAGS_value=
  7943. ac_cv_env_OPENEXR_LIBS_set=
  7944. ac_cv_env_OPENEXR_LIBS_value=
  7945. ac_cv_env_OPENJPEG_CFLAGS_set=
  7946. ac_cv_env_OPENJPEG_CFLAGS_value=
  7947. ac_cv_env_OPENJPEG_LIBS_set=
  7948. ac_cv_env_OPENJPEG_LIBS_value=
  7949. ac_cv_env_OPENNI2_CFLAGS_set=
  7950. ac_cv_env_OPENNI2_CFLAGS_value=
  7951. ac_cv_env_OPENNI2_LIBS_set=
  7952. ac_cv_env_OPENNI2_LIBS_value=
  7953. ac_cv_env_OPUS_CFLAGS_set=
  7954. ac_cv_env_OPUS_CFLAGS_value=
  7955. ac_cv_env_OPUS_LIBS_set=
  7956. ac_cv_env_OPUS_LIBS_value=
  7957. ac_cv_env_ORC_CFLAGS_set=
  7958. ac_cv_env_ORC_CFLAGS_value=
  7959. ac_cv_env_ORC_LIBS_set=
  7960. ac_cv_env_ORC_LIBS_value=
  7961. ac_cv_env_PKG_CONFIG_set=
  7962. ac_cv_env_PKG_CONFIG_value=
  7963. ac_cv_env_PVR_CFLAGS_set=
  7964. ac_cv_env_PVR_CFLAGS_value=
  7965. ac_cv_env_PVR_LIBS_set=
  7966. ac_cv_env_PVR_LIBS_value=
  7967. ac_cv_env_PYTHON_set=
  7968. ac_cv_env_PYTHON_value=
  7969. ac_cv_env_RSVG_2_36_2_CFLAGS_set=
  7970. ac_cv_env_RSVG_2_36_2_CFLAGS_value=
  7971. ac_cv_env_RSVG_2_36_2_LIBS_set=
  7972. ac_cv_env_RSVG_2_36_2_LIBS_value=
  7973. ac_cv_env_RSVG_CFLAGS_set=
  7974. ac_cv_env_RSVG_CFLAGS_value=
  7975. ac_cv_env_RSVG_LIBS_set=
  7976. ac_cv_env_RSVG_LIBS_value=
  7977. ac_cv_env_RTMP_CFLAGS_set=
  7978. ac_cv_env_RTMP_CFLAGS_value=
  7979. ac_cv_env_RTMP_LIBS_set=
  7980. ac_cv_env_RTMP_LIBS_value=
  7981. ac_cv_env_SBC_CFLAGS_set=
  7982. ac_cv_env_SBC_CFLAGS_value=
  7983. ac_cv_env_SBC_LIBS_set=
  7984. ac_cv_env_SBC_LIBS_value=
  7985. ac_cv_env_SCHRO_CFLAGS_set=
  7986. ac_cv_env_SCHRO_CFLAGS_value=
  7987. ac_cv_env_SCHRO_LIBS_set=
  7988. ac_cv_env_SCHRO_LIBS_value=
  7989. ac_cv_env_SLV2_CFLAGS_set=
  7990. ac_cv_env_SLV2_CFLAGS_value=
  7991. ac_cv_env_SLV2_LIBS_set=
  7992. ac_cv_env_SLV2_LIBS_value=
  7993. ac_cv_env_SNDFILE_CFLAGS_set=
  7994. ac_cv_env_SNDFILE_CFLAGS_value=
  7995. ac_cv_env_SNDFILE_LIBS_set=
  7996. ac_cv_env_SNDFILE_LIBS_value=
  7997. ac_cv_env_SOUNDTOUCH_CFLAGS_set=
  7998. ac_cv_env_SOUNDTOUCH_CFLAGS_value=
  7999. ac_cv_env_SOUNDTOUCH_LIBS_set=
  8000. ac_cv_env_SOUNDTOUCH_LIBS_value=
  8001. ac_cv_env_SPANDSP_CFLAGS_set=
  8002. ac_cv_env_SPANDSP_CFLAGS_value=
  8003. ac_cv_env_SPANDSP_LIBS_set=
  8004. ac_cv_env_SPANDSP_LIBS_value=
  8005. ac_cv_env_SSH2_CFLAGS_set=
  8006. ac_cv_env_SSH2_CFLAGS_value=
  8007. ac_cv_env_SSH2_LIBS_set=
  8008. ac_cv_env_SSH2_LIBS_value=
  8009. ac_cv_env_TELETEXTDEC_CFLAGS_set=
  8010. ac_cv_env_TELETEXTDEC_CFLAGS_value=
  8011. ac_cv_env_TELETEXTDEC_LIBS_set=
  8012. ac_cv_env_TELETEXTDEC_LIBS_value=
  8013. ac_cv_env_TIGER_CFLAGS_set=
  8014. ac_cv_env_TIGER_CFLAGS_value=
  8015. ac_cv_env_TIGER_LIBS_set=
  8016. ac_cv_env_TIGER_LIBS_value=
  8017. ac_cv_env_TIMIDITY_CFLAGS_set=
  8018. ac_cv_env_TIMIDITY_CFLAGS_value=
  8019. ac_cv_env_TIMIDITY_LIBS_set=
  8020. ac_cv_env_TIMIDITY_LIBS_value=
  8021. ac_cv_env_VALGRIND_CFLAGS_set=
  8022. ac_cv_env_VALGRIND_CFLAGS_value=
  8023. ac_cv_env_VALGRIND_LIBS_set=
  8024. ac_cv_env_VALGRIND_LIBS_value=
  8025. ac_cv_env_VDPAU_CFLAGS_set=
  8026. ac_cv_env_VDPAU_CFLAGS_value=
  8027. ac_cv_env_VDPAU_LIBS_set=
  8028. ac_cv_env_VDPAU_LIBS_value=
  8029. ac_cv_env_VOAACENC_CFLAGS_set=
  8030. ac_cv_env_VOAACENC_CFLAGS_value=
  8031. ac_cv_env_VOAACENC_LIBS_set=
  8032. ac_cv_env_VOAACENC_LIBS_value=
  8033. ac_cv_env_VOAMRWBENC_CFLAGS_set=
  8034. ac_cv_env_VOAMRWBENC_CFLAGS_value=
  8035. ac_cv_env_VOAMRWBENC_LIBS_set=
  8036. ac_cv_env_VOAMRWBENC_LIBS_value=
  8037. ac_cv_env_WAYLAND_CFLAGS_set=
  8038. ac_cv_env_WAYLAND_CFLAGS_value=
  8039. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  8040. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  8041. ac_cv_env_WAYLAND_EGL_LIBS_set=
  8042. ac_cv_env_WAYLAND_EGL_LIBS_value=
  8043. ac_cv_env_WAYLAND_LIBS_set=
  8044. ac_cv_env_WAYLAND_LIBS_value=
  8045. ac_cv_env_WEBP_CFLAGS_set=
  8046. ac_cv_env_WEBP_CFLAGS_value=
  8047. ac_cv_env_WEBP_LIBS_set=
  8048. ac_cv_env_WEBP_LIBS_value=
  8049. ac_cv_env_X11_CFLAGS_set=
  8050. ac_cv_env_X11_CFLAGS_value=
  8051. ac_cv_env_X11_LIBS_set=
  8052. ac_cv_env_X11_LIBS_value=
  8053. ac_cv_env_XMKMF_set=
  8054. ac_cv_env_XMKMF_value=
  8055. ac_cv_env_ZBAR_CFLAGS_set=
  8056. ac_cv_env_ZBAR_CFLAGS_value=
  8057. ac_cv_env_ZBAR_LIBS_set=
  8058. ac_cv_env_ZBAR_LIBS_value=
  8059. ac_cv_env_build_alias_set=
  8060. ac_cv_env_build_alias_value=
  8061. ac_cv_env_host_alias_set=
  8062. ac_cv_env_host_alias_value=
  8063. ac_cv_env_target_alias_set=
  8064. ac_cv_env_target_alias_value=
  8065. ac_cv_func_connect=yes
  8066. ac_cv_func_dlopen=no
  8067. ac_cv_func_gethostbyname=yes
  8068. ac_cv_func_getpagesize=yes
  8069. ac_cv_func_gmtime_r=yes
  8070. ac_cv_func_mmap_fixed_mapped=yes
  8071. ac_cv_func_remove=yes
  8072. ac_cv_func_shl_load=no
  8073. ac_cv_func_shmat=yes
  8074. ac_cv_func_socket=yes
  8075. ac_cv_have_decl_MSG_NOSIGNAL=yes
  8076. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  8077. ac_cv_header_AVFoundation_AVFoundation_h=no
  8078. ac_cv_header_GLES2_gl2_h=yes
  8079. ac_cv_header_GL_gl_h=yes
  8080. ac_cv_header_GL_glu_h=yes
  8081. ac_cv_header_MobileCoreServices_MobileCoreServices_h=no
  8082. ac_cv_header_SLES_OpenSLES_h=no
  8083. ac_cv_header_SystemConfiguration_SystemConfiguration_h=no
  8084. ac_cv_header_VideoToolbox_VideoToolbox_h=no
  8085. ac_cv_header_X11_Xlib_h=yes
  8086. ac_cv_header_dca_h=yes
  8087. ac_cv_header_dlfcn_h=yes
  8088. ac_cv_header_faac_h=yes
  8089. ac_cv_header_fcntl_h=yes
  8090. ac_cv_header_gme_gme_h=no
  8091. ac_cv_header_inttypes_h=yes
  8092. ac_cv_header_ladspa_h=no
  8093. ac_cv_header_linux_dvb_version_h=yes
  8094. ac_cv_header_linux_fb_h=yes
  8095. ac_cv_header_linux_uvcvideo_h=yes
  8096. ac_cv_header_memory_h=yes
  8097. ac_cv_header_neaacdec_h=yes
  8098. ac_cv_header_netinet_in_h=yes
  8099. ac_cv_header_netinet_ip_h=yes
  8100. ac_cv_header_netinet_tcp_h=yes
  8101. ac_cv_header_openspc_h=no
  8102. ac_cv_header_pthread_h=yes
  8103. ac_cv_header_stdc=yes
  8104. ac_cv_header_stdint=stdint.h
  8105. ac_cv_header_stdint_h=yes
  8106. ac_cv_header_stdint_t=stdint.h
  8107. ac_cv_header_stdlib_h=yes
  8108. ac_cv_header_string_h=yes
  8109. ac_cv_header_strings_h=yes
  8110. ac_cv_header_sys_param_h=yes
  8111. ac_cv_header_sys_socket_h=yes
  8112. ac_cv_header_sys_stat_h=yes
  8113. ac_cv_header_sys_time_h=yes
  8114. ac_cv_header_sys_types_h=yes
  8115. ac_cv_header_sys_utsname_h=yes
  8116. ac_cv_header_unistd_h=yes
  8117. ac_cv_header_vdpau_vdpau_h=no
  8118. ac_cv_header_vdpau_vdpau_x11_h=no
  8119. ac_cv_header_winsock2_h=no
  8120. ac_cv_host=i686-pc-linux-gnu
  8121. ac_cv_lib_GLESv2_glTexImage2D=yes
  8122. ac_cv_lib_GLU_gluSphere=yes
  8123. ac_cv_lib_GL_glTexImage2D=yes
  8124. ac_cv_lib_ICE_IceConnectionNumber=yes
  8125. ac_cv_lib_Mali_mali_image_create=no
  8126. ac_cv_lib_WildMidi_WildMidi_Init=no
  8127. ac_cv_lib_WildMidi_WildMidi_LoadSamples=no
  8128. ac_cv_lib_bcm_host_bcm_host_init=no
  8129. ac_cv_lib_dca_dca_init=yes
  8130. ac_cv_lib_dl_dlopen=yes
  8131. ac_cv_lib_dld_shl_load=no
  8132. ac_cv_lib_faac_faacEncOpen=yes
  8133. ac_cv_lib_faad_NeAACDecOpen=yes
  8134. ac_cv_lib_faad_faacDecOpen=no
  8135. ac_cv_lib_flite_flite_init=no
  8136. ac_cv_lib_gsm_gsm_create=no
  8137. ac_cv_lib_jpeg_jpeg_set_defaults=yes
  8138. ac_cv_lib_jpeg_mmx_jpeg_set_defaults=no
  8139. ac_cv_lib_m_cos=yes
  8140. ac_cv_lib_openjp2_opj_version=no
  8141. ac_cv_lib_rt_shm_open=yes
  8142. ac_cv_lib_srtp_srtp_init=no
  8143. ac_cv_objc_compiler_gnu=yes
  8144. ac_cv_objext=o
  8145. ac_cv_path_EGREP='/bin/grep -E'
  8146. ac_cv_path_FGREP='/bin/grep -F'
  8147. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  8148. ac_cv_path_GREP=/bin/grep
  8149. ac_cv_path_GTKDOC_CHECK=/opt/gnome2/bin/gtkdoc-check
  8150. ac_cv_path_GTKDOC_MKPDF=/opt/gnome2/bin/gtkdoc-mkpdf
  8151. ac_cv_path_GTKDOC_REBASE=/opt/gnome2/bin/gtkdoc-rebase
  8152. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  8153. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  8154. ac_cv_path_PYTHON=/usr/bin/python
  8155. ac_cv_path_SED=/bin/sed
  8156. ac_cv_path_VALGRIND_PATH=/usr/bin/valgrind
  8157. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  8158. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  8159. ac_cv_path_mkdir=/bin/mkdir
  8160. ac_cv_prog_AWK=gawk
  8161. ac_cv_prog_CPP='gcc -E'
  8162. ac_cv_prog_CXXCPP='g++ -E'
  8163. ac_cv_prog_HAVE_CXX=yes
  8164. ac_cv_prog_ac_ct_AR=ar
  8165. ac_cv_prog_ac_ct_CC=gcc
  8166. ac_cv_prog_ac_ct_CXX=g++
  8167. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  8168. ac_cv_prog_ac_ct_OBJC=gcc
  8169. ac_cv_prog_ac_ct_OBJDUMP=objdump
  8170. ac_cv_prog_ac_ct_RANLIB=ranlib
  8171. ac_cv_prog_ac_ct_STRIP=strip
  8172. ac_cv_prog_cc_c89=
  8173. ac_cv_prog_cc_c99=-std=gnu99
  8174. ac_cv_prog_cc_g=yes
  8175. ac_cv_prog_cc_stdc=-std=gnu99
  8176. ac_cv_prog_cxx_g=yes
  8177. ac_cv_prog_make_make_set=yes
  8178. ac_cv_prog_objc_g=yes
  8179. ac_cv_stdint_message='using gnu compiler gcc (GCC) 4.8.2'
  8180. ac_cv_stdint_result='(assuming C99 compatible system)'
  8181. ac_cv_target=i686-pc-linux-gnu
  8182. ac_cv_type_GLchar=no
  8183. ac_cv_type_GLeglImageOES=no
  8184. ac_cv_type_GLintptr=no
  8185. ac_cv_type_GLsizeiptr=no
  8186. acl_cv_hardcode_direct=no
  8187. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  8188. acl_cv_hardcode_libdir_separator=
  8189. acl_cv_hardcode_minus_L=no
  8190. acl_cv_libext=a
  8191. acl_cv_libname_spec='lib$name'
  8192. acl_cv_library_names_spec='$libname$shrext'
  8193. acl_cv_path_LD=/usr/bin/ld
  8194. acl_cv_prog_gnu_ld=yes
  8195. acl_cv_rpath=done
  8196. acl_cv_shlibext=so
  8197. acl_cv_wl=-Wl,
  8198. am_cv_CC_dependencies_compiler_type=gcc3
  8199. am_cv_CXX_dependencies_compiler_type=gcc3
  8200. am_cv_OBJC_dependencies_compiler_type=gcc3
  8201. am_cv_make_support_nested_variables=yes
  8202. am_cv_prog_cc_c_o=yes
  8203. am_cv_prog_tar_ustar=gnutar
  8204. am_cv_python_platform=linux2
  8205. am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
  8206. am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
  8207. am_cv_python_version=2.7
  8208. gst_cv_is_uninstalled_setup=no
  8209. gt_cv_func_CFLocaleCopyCurrent=no
  8210. gt_cv_func_CFPreferencesCopyAppValue=no
  8211. gt_cv_func_gnugettext1_libc=yes
  8212. lt_cv_ar_at_file=@
  8213. lt_cv_archive_cmds_need_lc=no
  8214. lt_cv_deplibs_check_method=pass_all
  8215. lt_cv_dlopen=dlopen
  8216. lt_cv_dlopen_libs=-ldl
  8217. lt_cv_dlopen_self=yes
  8218. lt_cv_dlopen_self_static=no
  8219. lt_cv_file_magic_cmd='$MAGIC_CMD'
  8220. lt_cv_file_magic_test_file=
  8221. lt_cv_ld_reload_flag=-r
  8222. lt_cv_nm_interface='BSD nm'
  8223. lt_cv_objdir=.libs
  8224. lt_cv_path_LD=/usr/bin/ld
  8225. lt_cv_path_LDCXX=/usr/bin/ld
  8226. lt_cv_path_NM='/usr/bin/nm -B'
  8227. lt_cv_path_mainfest_tool=no
  8228. lt_cv_prog_compiler_c_o=yes
  8229. lt_cv_prog_compiler_c_o_CXX=yes
  8230. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  8231. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  8232. lt_cv_prog_compiler_pic_works=yes
  8233. lt_cv_prog_compiler_pic_works_CXX=yes
  8234. lt_cv_prog_compiler_rtti_exceptions=no
  8235. lt_cv_prog_compiler_static_works=yes
  8236. lt_cv_prog_compiler_static_works_CXX=yes
  8237. lt_cv_prog_gnu_ld=yes
  8238. lt_cv_prog_gnu_ldcxx=yes
  8239. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  8240. lt_cv_shlibpath_overrides_runpath=no
  8241. 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'\'''
  8242. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  8243. 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'\'''
  8244. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  8245. lt_cv_sys_max_cmd_len=1572864
  8246. lt_cv_to_host_file_cmd=func_convert_file_noop
  8247. lt_cv_to_tool_file_cmd=func_convert_file_noop
  8248. pkg_cv_ASSRENDER_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 '
  8249. pkg_cv_ASSRENDER_LIBS='-lass '
  8250. pkg_cv_CURL_CFLAGS=
  8251. pkg_cv_CURL_LIBS='-lcurl '
  8252. pkg_cv_DIRECTFB_CFLAGS='-D_REENTRANT -I/usr/include/directfb '
  8253. pkg_cv_DIRECTFB_LIBS='-ldirectfb -lpthread -lfusion -ldirect -lpthread '
  8254. pkg_cv_DVDNAV_CFLAGS=
  8255. pkg_cv_DVDNAV_LIBS='-ldvdnav -lpthread -ldvdread '
  8256. pkg_cv_EGLGLES_CFLAGS='-I/usr/include/libdrm '
  8257. pkg_cv_EGLGLES_LIBS='-lEGL -lGLESv2 '
  8258. pkg_cv_EGL_CFLAGS='-I/usr/include/libdrm '
  8259. pkg_cv_EGL_LIBS='-lEGL '
  8260. pkg_cv_EXIF_CFLAGS=
  8261. pkg_cv_EXIF_LIBS='-lexif '
  8262. pkg_cv_GIO_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8263. pkg_cv_GIO_LIBS='-L/opt/gnome2/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
  8264. pkg_cv_GLIB_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8265. pkg_cv_GLIB_LIBS='-L/opt/gnome2/lib -lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0 '
  8266. pkg_cv_GMODULE_EXPORT_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8267. pkg_cv_GMODULE_EXPORT_LIBS='-L/opt/gnome2/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
  8268. pkg_cv_GMODULE_NO_EXPORT_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8269. pkg_cv_GMODULE_NO_EXPORT_LIBS='-L/opt/gnome2/lib -lgmodule-2.0 -pthread -lglib-2.0 '
  8270. pkg_cv_GST_BASE_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8271. pkg_cv_GST_BASE_LIBS='-L/opt/gnome2/lib -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8272. pkg_cv_GST_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8273. pkg_cv_GST_CHECK_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8274. pkg_cv_GST_CHECK_LIBS='-L/opt/gnome2/lib -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8275. pkg_cv_GST_CONTROLLER_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8276. pkg_cv_GST_CONTROLLER_LIBS='-L/opt/gnome2/lib -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8277. pkg_cv_GST_LIBS='-L/opt/gnome2/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8278. pkg_cv_GST_PLUGINS_BASE_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8279. pkg_cv_GST_PLUGINS_BASE_LIBS='-L/opt/gnome2/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8280. pkg_cv_GST_VIDEO_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8281. pkg_cv_GST_VIDEO_LIBS='-L/opt/gnome2/lib -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8282. pkg_cv_GTK_CFLAGS='-pthread -I/opt/gnome2/include/gtk-2.0 -I/opt/gnome2/lib/gtk-2.0/include -I/opt/gnome2/include/pango-1.0 -I/opt/gnome2/include/atk-1.0 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/gdk-pixbuf-2.0 -I/opt/gnome2/include/pango-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 '
  8283. pkg_cv_GTK_LIBS='-L/opt/gnome2/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
  8284. pkg_cv_G_UDEV_CFLAGS='-I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/gudev-1.0 '
  8285. pkg_cv_G_UDEV_LIBS='-L/opt/gnome2/lib -lgudev-1.0 -lgobject-2.0 -lglib-2.0 '
  8286. pkg_cv_LIBMMS_CFLAGS='-I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/ '
  8287. pkg_cv_LIBMMS_LIBS='-L/opt/gnome2/lib -lmms -lm -lglib-2.0 '
  8288. pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng16 '
  8289. pkg_cv_LIBPNG_LIBS='-lpng16 '
  8290. pkg_cv_LIBUSB_CFLAGS='-I/usr/include/libusb-1.0 '
  8291. pkg_cv_LIBUSB_LIBS='-lusb-1.0 '
  8292. pkg_cv_LIBXML2_CFLAGS='-I/usr/include/libxml2 '
  8293. pkg_cv_LIBXML2_LIBS='-lxml2 '
  8294. pkg_cv_MIMIC_CFLAGS='-I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8295. pkg_cv_MIMIC_LIBS='-L/opt/gnome2/lib -lmimic -lglib-2.0 '
  8296. pkg_cv_MODPLUG_CFLAGS='-I/usr/include/libmodplug '
  8297. pkg_cv_MODPLUG_LIBS='-lmodplug '
  8298. pkg_cv_MPG123_CFLAGS=
  8299. pkg_cv_MPG123_LIBS='-lmpg123 '
  8300. pkg_cv_NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon '
  8301. pkg_cv_NEON_LIBS='-lneon '
  8302. pkg_cv_NETTLE_CFLAGS=
  8303. pkg_cv_NETTLE_LIBS='-lnettle '
  8304. pkg_cv_OPENJPEG_CFLAGS='-I/usr/include/openjpeg-1.5 '
  8305. pkg_cv_OPENJPEG_LIBS='-lopenjpeg '
  8306. pkg_cv_OPUS_CFLAGS='-I/usr/include/opus '
  8307. pkg_cv_OPUS_LIBS='-lopus '
  8308. pkg_cv_ORC_CFLAGS='-I/usr/include/orc-0.4 '
  8309. pkg_cv_ORC_LIBS='-lorc-0.4 '
  8310. pkg_cv_RSVG_2_36_2_CFLAGS='-pthread -I/opt/gnome2/include/librsvg-2.0 -I/opt/gnome2/include/gdk-pixbuf-2.0 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 '
  8311. pkg_cv_RSVG_2_36_2_LIBS='-L/opt/gnome2/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo '
  8312. pkg_cv_RSVG_CFLAGS='-pthread -I/opt/gnome2/include/librsvg-2.0 -I/opt/gnome2/include/gdk-pixbuf-2.0 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 '
  8313. pkg_cv_RSVG_LIBS='-L/opt/gnome2/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo '
  8314. pkg_cv_RTMP_CFLAGS='-I/usr/local/include '
  8315. pkg_cv_RTMP_LIBS='-L/usr/local/lib -lrtmp -lz -lssl -lcrypto '
  8316. pkg_cv_SBC_CFLAGS=
  8317. pkg_cv_SBC_LIBS='-L/opt/gnome2/lib -lsbc '
  8318. pkg_cv_SNDFILE_CFLAGS=
  8319. pkg_cv_SNDFILE_LIBS='-lsndfile '
  8320. pkg_cv_SOUNDTOUCH_CFLAGS='-I/usr/include/soundtouch '
  8321. pkg_cv_SOUNDTOUCH_LIBS='-lSoundTouch '
  8322. pkg_cv_SSH2_CFLAGS=
  8323. pkg_cv_SSH2_LIBS='-lssh2 '
  8324. pkg_cv_VALGRIND_CFLAGS='-I/usr/include/valgrind '
  8325. pkg_cv_VALGRIND_LIBS='-L/usr/lib/valgrind -lcoregrind-x86-linux -lvex-x86-linux -lgcc '
  8326. pkg_cv_VDPAU_LIBS=-lvdpau
  8327. pkg_cv_VOAACENC_CFLAGS=
  8328. pkg_cv_VOAACENC_LIBS='-lvo-aacenc '
  8329. pkg_cv_VOAMRWBENC_CFLAGS=
  8330. pkg_cv_VOAMRWBENC_LIBS='-lvo-amrwbenc '
  8331. pkg_cv_WAYLAND_CFLAGS=
  8332. pkg_cv_WAYLAND_EGL_CFLAGS=
  8333. pkg_cv_WAYLAND_EGL_LIBS='-L/opt/gnome2/lib -lwayland-cursor -lwayland-egl -lwayland-client '
  8334. pkg_cv_WAYLAND_LIBS='-L/opt/gnome2/lib -lwayland-client '
  8335. pkg_cv_WEBP_CFLAGS=
  8336. pkg_cv_WEBP_LIBS='-lwebp '
  8337. pkg_cv_X11_CFLAGS=
  8338. pkg_cv_X11_LIBS='-lX11 '
  8339.  
  8340. ## ----------------- ##
  8341. ## Output variables. ##
  8342. ## ----------------- ##
  8343.  
  8344. ACLOCAL='${SHELL} /opt/gnome2/checkout/gst-plugins-bad/missing aclocal-1.14'
  8345. ACLOCAL_AMFLAGS='-I m4 -I common/m4'
  8346. ACMENC_CFLAGS=''
  8347. ACMMP3DEC_CFLAGS=''
  8348. AMDEPBACKSLASH='\'
  8349. AMDEP_FALSE='#'
  8350. AMDEP_TRUE=''
  8351. AMTAR='$${TAR-tar}'
  8352. AM_BACKSLASH='\'
  8353. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  8354. AM_DEFAULT_VERBOSITY='0'
  8355. AM_V='$(V)'
  8356. APEXSINK_CFLAGS=''
  8357. APEXSINK_LIBS=''
  8358. AR='ar'
  8359. AS='as'
  8360. ASSRENDER_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 '
  8361. ASSRENDER_LIBS='-lass '
  8362. AUTOCONF='${SHELL} /opt/gnome2/checkout/gst-plugins-bad/missing autoconf'
  8363. AUTOHEADER='${SHELL} /opt/gnome2/checkout/gst-plugins-bad/missing autoheader'
  8364. AUTOMAKE='${SHELL} /opt/gnome2/checkout/gst-plugins-bad/missing automake-1.14'
  8365. AWK='gawk'
  8366. BLUEZ_CFLAGS=''
  8367. BLUEZ_LIBS=''
  8368. BUILD_EXAMPLES_FALSE='#'
  8369. BUILD_EXAMPLES_TRUE=''
  8370. BUILD_EXPERIMENTAL_FALSE=''
  8371. BUILD_EXPERIMENTAL_TRUE='#'
  8372. BUILD_EXTERNAL_FALSE='#'
  8373. BUILD_EXTERNAL_TRUE=''
  8374. BZ2_LIBS='-lbz2'
  8375. CC='gcc -std=gnu99'
  8376. CCASFLAGS=''
  8377. CCDEPMODE='depmode=gcc3'
  8378. CFLAGS='-g -O2'
  8379. CHROMAPRINT_CFLAGS=''
  8380. CHROMAPRINT_LIBS=''
  8381. CPP='gcc -E'
  8382. CPPFLAGS=''
  8383. CURL_CFLAGS=''
  8384. CURL_LIBS='-lcurl '
  8385. CXX='g++'
  8386. CXXCPP='g++ -E'
  8387. CXXDEPMODE='depmode=gcc3'
  8388. CXXFLAGS=''
  8389. CYGPATH_W='echo'
  8390. DAALA_CFLAGS=''
  8391. DAALA_LIBS=''
  8392. DBUS_CFLAGS=''
  8393. DBUS_LIBS=''
  8394. DCCP_LIBS=' -lpthread'
  8395. DECKLINK_CXXFLAGS=''
  8396. DECKLINK_LIBS='-lpthread -ldl'
  8397. DECKLINK_OSX_FALSE=''
  8398. DECKLINK_OSX_TRUE='#'
  8399. DEFAULT_AUDIOSINK='autoaudiosink'
  8400. DEFAULT_AUDIOSRC='alsasrc'
  8401. DEFAULT_VIDEOSINK='autovideosink'
  8402. DEFAULT_VIDEOSRC='v4l2src'
  8403. DEFAULT_VISUALIZER='goom'
  8404. DEFS='-DHAVE_CONFIG_H'
  8405. DEPDIR='.deps'
  8406. DEPRECATED_CFLAGS='-DGST_DISABLE_DEPRECATED'
  8407. DIRECT3D_LIBS=''
  8408. DIRECTDRAW_LIBS=''
  8409. DIRECTFB_CFLAGS='-D_REENTRANT -I/usr/include/directfb '
  8410. DIRECTFB_LIBS='-ldirectfb -lpthread -lfusion -ldirect -lpthread '
  8411. DIRECTSOUND_LIBS=''
  8412. DIRECTX_CFLAGS=''
  8413. DIRECTX_LDFLAGS=''
  8414. DLLTOOL='false'
  8415. DSYMUTIL=''
  8416. DTS_LIBS='-ldca -lm'
  8417. DUMPBIN=''
  8418. DVDNAV_CFLAGS=''
  8419. DVDNAV_LIBS='-ldvdnav -lpthread -ldvdread '
  8420. ECHO_C=''
  8421. ECHO_N='-n'
  8422. ECHO_T=''
  8423. EGLGLES_CFLAGS='-I/usr/include/libdrm '
  8424. EGLGLES_LIBS='-lEGL -lGLESv2 '
  8425. EGL_CFLAGS='-I/usr/include/libdrm '
  8426. EGL_LIBS='-lEGL -lX11 '
  8427. EGREP='/bin/grep -E'
  8428. ENABLE_GTK_DOC_FALSE=''
  8429. ENABLE_GTK_DOC_TRUE='#'
  8430. ENABLE_PLUGIN_DOCS_FALSE=''
  8431. ENABLE_PLUGIN_DOCS_TRUE='#'
  8432. ERROR_CFLAGS=''
  8433. ERROR_CXXFLAGS=''
  8434. ERROR_OBJCFLAGS=''
  8435. EXEEXT=''
  8436. EXIF_CFLAGS=''
  8437. EXIF_LIBS='-lexif '
  8438. FAAC_LIBS='-lfaac -lm'
  8439. FAAD_IS_NEAAC=''
  8440. FAAD_LIBS='-lfaad -lm'
  8441. FFLAGS=''
  8442. FGREP='/bin/grep -F'
  8443. FLITE_CFLAGS=''
  8444. FLITE_LIBS=''
  8445. FLUIDSYNTH_CFLAGS=''
  8446. FLUIDSYNTH_LIBS=''
  8447. GCOV=''
  8448. GCOV_CFLAGS=''
  8449. GCOV_LIBS=''
  8450. GETTEXT_MACRO_VERSION='0.17'
  8451. GETTEXT_PACKAGE='gst-plugins-bad-1.0'
  8452. GIO_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8453. GIO_LDFLAGS=''
  8454. GIO_LIBS='-L/opt/gnome2/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
  8455. GLIB_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8456. GLIB_COMPILE_SCHEMAS=''
  8457. GLIB_EXTRA_CFLAGS=' -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED'
  8458. GLIB_GENMARSHAL='glib-genmarshal'
  8459. GLIB_LIBS='-L/opt/gnome2/lib -lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0 '
  8460. GLIB_MKENUMS='glib-mkenums'
  8461. GLIB_PREFIX='/opt/gnome2'
  8462. GLIB_REQ='2.32.0'
  8463. GL_CFLAGS=' '
  8464. GL_LIBS=' -lGL -lGLU -lGLESv2 -lSM -lICE -lX11 -L/opt/gnome2/lib -lwayland-cursor -lwayland-egl -lwayland-client -lEGL'
  8465. GL_OBJCFLAGS=''
  8466. GME_LIBS=''
  8467. GMODULE_EXPORT_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8468. GMODULE_EXPORT_LIBS='-L/opt/gnome2/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
  8469. GMODULE_NO_EXPORT_CFLAGS='-pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8470. GMODULE_NO_EXPORT_LIBS='-L/opt/gnome2/lib -lgmodule-2.0 -pthread -lglib-2.0 '
  8471. GMSGFMT='/usr/bin/msgfmt'
  8472. GMSGFMT_015='/usr/bin/msgfmt'
  8473. GMYTH_CFLAGS=''
  8474. GMYTH_LIBS=''
  8475. GNUSTEP_CONFIG=''
  8476. GREP='/bin/grep'
  8477. GSETTINGS_CFLAGS=''
  8478. GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
  8479. GSETTINGS_LIBS=''
  8480. GSETTINGS_RULES=''
  8481. GSM_LIBS=''
  8482. GSTPB_PLUGINS_DIR='/opt/gnome2/lib/gstreamer-1.0'
  8483. GSTPB_PREFIX='/opt/gnome2'
  8484. GST_AGE='300'
  8485. GST_ALL_LDFLAGS='-no-undefined'
  8486. GST_API_VERSION='1.0'
  8487. GST_BASE_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8488. GST_BASE_LIBS='-L/opt/gnome2/lib -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8489. GST_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED $(GST_OPTION_CFLAGS)'
  8490. GST_CHECK_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8491. GST_CHECK_LIBS='-L/opt/gnome2/lib -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8492. GST_CONTROLLER_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8493. GST_CONTROLLER_LIBS='-L/opt/gnome2/lib -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8494. GST_CURRENT='300'
  8495. GST_CXXFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED $(GST_OPTION_CXXFLAGS)'
  8496. GST_GCOV_ENABLED_FALSE=''
  8497. GST_GCOV_ENABLED_TRUE='#'
  8498. GST_LEVEL_DEFAULT='GST_LEVEL_ERROR'
  8499. GST_LIBS='-L/opt/gnome2/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8500. GST_LIBVERSION='300:0:300'
  8501. GST_LIB_LDFLAGS='-export-symbols-regex ^_?\(gst_\|Gst\|GST_\).*'
  8502. GST_LICENSE='LGPL'
  8503. GST_LT_LDFLAGS=' -version-info 300:0:300'
  8504. GST_OBJCFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED $(GST_OPTION_OBJCFLAGS)'
  8505. GST_OPTION_CFLAGS='$(WARNING_CFLAGS) $(ERROR_CFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
  8506. GST_OPTION_CXXFLAGS='$(WARNING_CXXFLAGS) $(ERROR_CXXFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
  8507. GST_OPTION_OBJCFLAGS='$(WARNING_OBJCFLAGS) $(ERROR_OBJCFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
  8508. GST_PACKAGE_NAME='GStreamer Bad Plug-ins git'
  8509. GST_PACKAGE_ORIGIN='Unknown package origin'
  8510. GST_PKG_CONFIG_PATH='$(top_builddir)/pkgconfig:/opt/gnome2/lib/pkgconfig:/opt/gnome2/share/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/lib/pkgconfig:/opt/kde/lib/pkgconfig:/opt/kde/share/pkgconfig:/opt/qt4/lib/pkgconfig:/opt/qt5/lib/pkgconfig'
  8511. GST_PLUGINS_ALL=' accurip adpcmdec adpcmenc aiff asfmux audiofxbad audiomixer audiovisualizers autoconvert bayer camerabin2 cdxaparse coloreffects dataurisrc dccp debugutils dvbsuboverlay dvdspu faceoverlay festival fieldanalysis freeverb frei0r gaudieffects geometrictransform gdp hdvparse id3tag inter interlace ivfparse ivtc jp2kdecimator jpegformat librfb liveadder midi mpegdemux mpegtsdemux mpegtsmux mpegpsmux mve mxf nuvdemux patchdetect pcapparse pnm rawparse real removesilence sdi sdp segmentclip siren smooth speed subenc stereo tta videofilters videomeasure videoparsers videosignal vmnc y4m yadif'
  8512. GST_PLUGINS_BAD_CFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
  8513. GST_PLUGINS_BAD_CXXFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
  8514. GST_PLUGINS_BAD_OBJCFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
  8515. GST_PLUGINS_BASE_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8516. GST_PLUGINS_BASE_DIR='/opt/gnome2/lib/gstreamer-1.0/gst:/opt/gnome2/lib/gstreamer-1.0/sys:/opt/gnome2/lib/gstreamer-1.0/ext'
  8517. GST_PLUGINS_BASE_LIBS='-L/opt/gnome2/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8518. GST_PLUGINS_DIR='/opt/gnome2/lib/gstreamer-1.0'
  8519. GST_PLUGINS_GOOD_CFLAGS=''
  8520. GST_PLUGINS_GOOD_DIR=''
  8521. GST_PLUGINS_GOOD_LIBS=''
  8522. GST_PLUGINS_LIBAV_CFLAGS=''
  8523. GST_PLUGINS_LIBAV_DIR=''
  8524. GST_PLUGINS_LIBAV_LIBS=''
  8525. GST_PLUGINS_NONPORTED=' cdxaparse dccp faceoverlay hdvparse ivfparse mve mythtv nuvdemux patchdetect real sdi tta videomeasure linsys vcd apexsink dc1394 gsettings musepack nas sdl timidity directdraw acm wininet xvid lv2 teletextdec sndio osx_video quicktime libvisual'
  8526. GST_PLUGINS_SELECTED=' accurip adpcmdec adpcmenc aiff asfmux audiofxbad audiomixer audiovisualizers autoconvert bayer camerabin2 coloreffects dataurisrc debugutils dvbsuboverlay dvdspu festival fieldanalysis freeverb frei0r gaudieffects geometrictransform gdp id3tag inter interlace ivtc jp2kdecimator jpegformat librfb liveadder midi mpegdemux mpegtsdemux mpegtsmux mpegpsmux mxf pcapparse pnm rawparse removesilence sdp segmentclip siren smooth speed subenc stereo videofilters videoparsers videosignal vmnc y4m yadif'
  8527. GST_PLUGINS_UGLY_CFLAGS=''
  8528. GST_PLUGINS_UGLY_DIR=''
  8529. GST_PLUGINS_UGLY_LIBS=''
  8530. GST_PLUGIN_BUILD_STATIC_FALSE=''
  8531. GST_PLUGIN_BUILD_STATIC_TRUE='#'
  8532. GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex '\''^_*gst_plugin_.*'\'' -no-undefined'
  8533. GST_PLUGIN_LIBTOOLFLAGS='--tag=disable-static'
  8534. GST_PREFIX='/opt/gnome2'
  8535. GST_REVISION='0'
  8536. GST_TOOLS_DIR='/opt/gnome2/bin'
  8537. GST_VIDEO_CFLAGS='-pthread -I/opt/gnome2/include/gstreamer-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8538. GST_VIDEO_LIBS='-L/opt/gnome2/lib -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
  8539. GTKDOC_CHECK='/opt/gnome2/bin/gtkdoc-check'
  8540. GTKDOC_DEPS_CFLAGS=''
  8541. GTKDOC_DEPS_LIBS=''
  8542. GTKDOC_MKPDF='/opt/gnome2/bin/gtkdoc-mkpdf'
  8543. GTKDOC_REBASE='/opt/gnome2/bin/gtkdoc-rebase'
  8544. GTK_CFLAGS='-pthread -I/opt/gnome2/include/gtk-2.0 -I/opt/gnome2/lib/gtk-2.0/include -I/opt/gnome2/include/pango-1.0 -I/opt/gnome2/include/atk-1.0 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/gdk-pixbuf-2.0 -I/opt/gnome2/include/pango-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 '
  8545. GTK_DOC_BUILD_HTML_FALSE='#'
  8546. GTK_DOC_BUILD_HTML_TRUE=''
  8547. GTK_DOC_BUILD_PDF_FALSE=''
  8548. GTK_DOC_BUILD_PDF_TRUE='#'
  8549. GTK_DOC_USE_LIBTOOL_FALSE='#'
  8550. GTK_DOC_USE_LIBTOOL_TRUE=''
  8551. GTK_LIBS='-L/opt/gnome2/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
  8552. G_UDEV_CFLAGS='-I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/gudev-1.0 '
  8553. G_UDEV_LIBS='-L/opt/gnome2/lib -lgudev-1.0 -lgobject-2.0 -lglib-2.0 '
  8554. HAVE_AVFOUNDATION_FALSE=''
  8555. HAVE_AVFOUNDATION_TRUE='#'
  8556. HAVE_CPU_ALPHA_FALSE=''
  8557. HAVE_CPU_ALPHA_TRUE='#'
  8558. HAVE_CPU_ARM_FALSE=''
  8559. HAVE_CPU_ARM_TRUE='#'
  8560. HAVE_CPU_CRISV32_FALSE=''
  8561. HAVE_CPU_CRISV32_TRUE='#'
  8562. HAVE_CPU_CRIS_FALSE=''
  8563. HAVE_CPU_CRIS_TRUE='#'
  8564. HAVE_CPU_HPPA_FALSE=''
  8565. HAVE_CPU_HPPA_TRUE='#'
  8566. HAVE_CPU_I386_FALSE='#'
  8567. HAVE_CPU_I386_TRUE=''
  8568. HAVE_CPU_IA64_FALSE=''
  8569. HAVE_CPU_IA64_TRUE='#'
  8570. HAVE_CPU_M68K_FALSE=''
  8571. HAVE_CPU_M68K_TRUE='#'
  8572. HAVE_CPU_MIPS_FALSE=''
  8573. HAVE_CPU_MIPS_TRUE='#'
  8574. HAVE_CPU_PPC64_FALSE=''
  8575. HAVE_CPU_PPC64_TRUE='#'
  8576. HAVE_CPU_PPC_FALSE=''
  8577. HAVE_CPU_PPC_TRUE='#'
  8578. HAVE_CPU_S390_FALSE=''
  8579. HAVE_CPU_S390_TRUE='#'
  8580. HAVE_CPU_SPARC_FALSE=''
  8581. HAVE_CPU_SPARC_TRUE='#'
  8582. HAVE_CPU_X86_64_FALSE=''
  8583. HAVE_CPU_X86_64_TRUE='#'
  8584. HAVE_CXX='yes'
  8585. HAVE_DIRECT3D='no'
  8586. HAVE_DIRECTDRAW=''
  8587. HAVE_DIRECTSOUND='no'
  8588. HAVE_DTS='yes'
  8589. HAVE_EGL_FALSE='#'
  8590. HAVE_EGL_TRUE=''
  8591. HAVE_FAAC='yes'
  8592. HAVE_FAAD='yes'
  8593. HAVE_FLITE='no'
  8594. HAVE_GL='yes'
  8595. HAVE_GLES2='yes'
  8596. HAVE_GLU='yes'
  8597. HAVE_GSM='no'
  8598. HAVE_GST_CHECK_FALSE='#'
  8599. HAVE_GST_CHECK_TRUE=''
  8600. HAVE_GST_GL_FALSE='#'
  8601. HAVE_GST_GL_TRUE=''
  8602. HAVE_GTK_FALSE='#'
  8603. HAVE_GTK_TRUE=''
  8604. HAVE_INTROSPECTION_FALSE='#'
  8605. HAVE_INTROSPECTION_TRUE=''
  8606. HAVE_IOS_FALSE=''
  8607. HAVE_IOS_TRUE='#'
  8608. HAVE_JPEG='yes'
  8609. HAVE_JPEG_FALSE='#'
  8610. HAVE_JPEG_TRUE=''
  8611. HAVE_NAS=''
  8612. HAVE_OPENJPEG='yes'
  8613. HAVE_ORCC_FALSE='#'
  8614. HAVE_ORCC_TRUE=''
  8615. HAVE_ORC_FALSE='#'
  8616. HAVE_ORC_TRUE=''
  8617. HAVE_PNG='yes'
  8618. HAVE_PNG_FALSE='#'
  8619. HAVE_PNG_TRUE=''
  8620. HAVE_PTHREAD_H_FALSE='#'
  8621. HAVE_PTHREAD_H_TRUE=''
  8622. HAVE_SRTP='no'
  8623. HAVE_UNISTD_H_FALSE='#'
  8624. HAVE_UNISTD_H_TRUE=''
  8625. HAVE_VALGRIND_FALSE='#'
  8626. HAVE_VALGRIND_TRUE=''
  8627. HAVE_WASAPI='no'
  8628. HAVE_WILDMIDI='no'
  8629. HAVE_WINDOW_ANDROID_FALSE=''
  8630. HAVE_WINDOW_ANDROID_TRUE='#'
  8631. HAVE_WINDOW_COCOA_FALSE=''
  8632. HAVE_WINDOW_COCOA_TRUE='#'
  8633. HAVE_WINDOW_DISPMANX_FALSE=''
  8634. HAVE_WINDOW_DISPMANX_TRUE='#'
  8635. HAVE_WINDOW_WAYLAND_FALSE='#'
  8636. HAVE_WINDOW_WAYLAND_TRUE=''
  8637. HAVE_WINDOW_WIN32_FALSE=''
  8638. HAVE_WINDOW_WIN32_TRUE='#'
  8639. HAVE_WINDOW_X11_FALSE='#'
  8640. HAVE_WINDOW_X11_TRUE=''
  8641. HAVE_WINKS='no'
  8642. HAVE_WINSCREENCAP='no'
  8643. HAVE_X11='yes'
  8644. HAVE_X11_FALSE='#'
  8645. HAVE_X11_TRUE=''
  8646. HAVE_X='yes'
  8647. HTML_DIR='${datadir}/gtk-doc/html'
  8648. INSTALL_DATA='${INSTALL} -m 644'
  8649. INSTALL_PROGRAM='${INSTALL}'
  8650. INSTALL_SCRIPT='${INSTALL}'
  8651. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  8652. INTLLIBS=''
  8653. INTL_MACOSX_LIBS=''
  8654. INTROSPECTION_CFLAGS='-pthread -I/opt/gnome2/include/gobject-introspection-1.0 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8655. INTROSPECTION_COMPILER='/opt/gnome2/bin/g-ir-compiler'
  8656. INTROSPECTION_GENERATE='/opt/gnome2/bin/g-ir-generate'
  8657. INTROSPECTION_GIRDIR='/opt/gnome2/share/gir-1.0'
  8658. INTROSPECTION_LIBS='-L/opt/gnome2/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 '
  8659. INTROSPECTION_MAKEFILE='/opt/gnome2/share/gobject-introspection-1.0/Makefile.introspection'
  8660. INTROSPECTION_SCANNER='/opt/gnome2/bin/g-ir-scanner'
  8661. INTROSPECTION_TYPELIBDIR='/opt/gnome2/lib/girepository-1.0'
  8662. JPEG_LIBS='-ljpeg'
  8663. KATE_CFLAGS=''
  8664. KATE_LIBS=''
  8665. LD='/usr/bin/ld'
  8666. LDFLAGS='-L/opt/gnome2/lib '
  8667. LIBDC1394_CFLAGS=''
  8668. LIBDC1394_LIBS=''
  8669. LIBDIR='/opt/gnome2/lib'
  8670. LIBGCRYPT_CFLAGS=''
  8671. LIBGCRYPT_CONFIG=''
  8672. LIBGCRYPT_LIBS=''
  8673. LIBICONV='-liconv'
  8674. LIBINTL=''
  8675. LIBM='-lm'
  8676. LIBMMS_CFLAGS='-I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/ '
  8677. LIBMMS_LIBS='-L/opt/gnome2/lib -lmms -lm -lglib-2.0 '
  8678. LIBOBJS=''
  8679. LIBPNG_CFLAGS='-I/usr/include/libpng16 '
  8680. LIBPNG_LIBS='-lpng16 '
  8681. LIBS=''
  8682. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  8683. LIBUDEV_CFLAGS=''
  8684. LIBUDEV_LIBS=''
  8685. LIBUSB_CFLAGS='-I/usr/include/libusb-1.0 '
  8686. LIBUSB_LIBS='-lusb-1.0 '
  8687. LIBVISUAL_CFLAGS=''
  8688. LIBVISUAL_LIBS=''
  8689. LIBXML2_CFLAGS='-I/usr/include/libxml2 '
  8690. LIBXML2_LIBS='-lxml2 '
  8691. LIPO=''
  8692. LN_S='ln -s'
  8693. LOCALEDIR='/opt/gnome2/share/locale'
  8694. LRDF_CFLAGS=''
  8695. LRDF_LIBS=''
  8696. LTLIBICONV='-liconv'
  8697. LTLIBINTL=''
  8698. LTLIBOBJS=''
  8699. MAINT=''
  8700. MAINTAINER_MODE_FALSE='#'
  8701. MAINTAINER_MODE_TRUE=''
  8702. MAKEINFO='${SHELL} /opt/gnome2/checkout/gst-plugins-bad/missing makeinfo'
  8703. MANIFEST_TOOL=':'
  8704. MIMIC_CFLAGS='-I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include '
  8705. MIMIC_LIBS='-L/opt/gnome2/lib -lmimic -lglib-2.0 '
  8706. MJPEG_CFLAGS=''
  8707. MJPEG_LIBS=''
  8708. MKDIR_P='/bin/mkdir -p'
  8709. MODPLUG_CFLAGS='-I/usr/include/libmodplug '
  8710. MODPLUG_LIBS='-lmodplug '
  8711. MPEG2ENC_CFLAGS=''
  8712. MPEG2ENC_LIBS=''
  8713. MPG123_CFLAGS=''
  8714. MPG123_LIBS='-lmpg123 '
  8715. MPLEX_CFLAGS=''
  8716. MPLEX_LDFLAGS=''
  8717. MPLEX_LIBS=''
  8718. MSGFMT='/usr/bin/msgfmt'
  8719. MSGFMT_015='/usr/bin/msgfmt'
  8720. MSGMERGE='/usr/bin/msgmerge'
  8721. MUSEPACK_LIBS=''
  8722. NAS_CFLAGS=''
  8723. NAS_LIBS=''
  8724. NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon '
  8725. NEON_LIBS='-lneon '
  8726. NETTLE_CFLAGS=''
  8727. NETTLE_LIBS='-lnettle '
  8728. NM='/usr/bin/nm -B'
  8729. NMEDIT=''
  8730. OBJC='gcc'
  8731. OBJCDEPMODE='depmode=gcc3'
  8732. OBJCFLAGS='-g -O2'
  8733. OBJDUMP='objdump'
  8734. OBJEXT='o'
  8735. OFA_CFLAGS=''
  8736. OFA_LIBS=''
  8737. OPENAL_CFLAGS=''
  8738. OPENAL_LIBS=''
  8739. OPENCV_CFLAGS=''
  8740. OPENCV_LIBS=''
  8741. OPENCV_PREFIX=''
  8742. OPENEXR_CFLAGS=''
  8743. OPENEXR_LIBS=''
  8744. OPENJPEG_CFLAGS='-I/usr/include/openjpeg-1.5 '
  8745. OPENJPEG_LIBS='-lopenjpeg '
  8746. OPENNI2_CFLAGS=''
  8747. OPENNI2_LIBS=''
  8748. OPUS_CFLAGS='-I/usr/include/opus '
  8749. OPUS_LIBS='-lopus '
  8750. ORCC='/usr/bin/orcc'
  8751. ORCC_FLAGS='--compat 0.4.17'
  8752. ORC_CFLAGS='-I/usr/include/orc-0.4 '
  8753. ORC_LIBS='-lorc-0.4 '
  8754. OTOOL64=''
  8755. OTOOL=''
  8756. PACKAGE='gst-plugins-bad'
  8757. PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
  8758. PACKAGE_NAME='GStreamer Bad Plug-ins'
  8759. PACKAGE_STRING='GStreamer Bad Plug-ins 1.3.0.1'
  8760. PACKAGE_TARNAME='gst-plugins-bad'
  8761. PACKAGE_URL=''
  8762. PACKAGE_VERSION='1.3.0.1'
  8763. PACKAGE_VERSION_MAJOR='1'
  8764. PACKAGE_VERSION_MICRO='0'
  8765. PACKAGE_VERSION_MINOR='3'
  8766. PACKAGE_VERSION_NANO='1'
  8767. PACKAGE_VERSION_RELEASE='0.20140408.013737'
  8768. PATH_SEPARATOR=':'
  8769. PKG_CONFIG='/usr/bin/pkg-config'
  8770. PLUGINDIR='/opt/gnome2/lib/gstreamer-1.0'
  8771. POSUB='po'
  8772. PROFILE_CFLAGS='-g'
  8773. PVR_CFLAGS=' -I$(srcdir)/pvr_includes'
  8774. PVR_LIBS=''
  8775. PYTHON='/usr/bin/python'
  8776. PYTHON_EXEC_PREFIX='${exec_prefix}'
  8777. PYTHON_PLATFORM='linux2'
  8778. PYTHON_PREFIX='${prefix}'
  8779. PYTHON_VERSION='2.7'
  8780. RANLIB='ranlib'
  8781. RSVG_2_36_2_CFLAGS='-pthread -I/opt/gnome2/include/librsvg-2.0 -I/opt/gnome2/include/gdk-pixbuf-2.0 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 '
  8782. RSVG_2_36_2_LIBS='-L/opt/gnome2/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo '
  8783. RSVG_CFLAGS='-pthread -I/opt/gnome2/include/librsvg-2.0 -I/opt/gnome2/include/gdk-pixbuf-2.0 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/opt/gnome2/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 '
  8784. RSVG_LIBS='-L/opt/gnome2/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo '
  8785. RTMP_CFLAGS='-I/usr/local/include '
  8786. RTMP_LIBS='-L/usr/local/lib -lrtmp -lz -lssl -lcrypto '
  8787. SBC_CFLAGS=''
  8788. SBC_LIBS='-L/opt/gnome2/lib -lsbc '
  8789. SCHRO_CFLAGS=''
  8790. SCHRO_LIBS=''
  8791. SDL_CFLAGS=''
  8792. SDL_CONFIG=''
  8793. SDL_LIBS=''
  8794. SED='/bin/sed'
  8795. SET_MAKE=''
  8796. SHELL='/bin/sh'
  8797. SHM_LIBS='-lrt'
  8798. SLV2_CFLAGS=''
  8799. SLV2_LIBS=''
  8800. SNDFILE_CFLAGS=''
  8801. SNDFILE_LIBS='-lsndfile '
  8802. SNDIO_LIBS=''
  8803. SOUNDTOUCH_CFLAGS='-I/usr/include/soundtouch '
  8804. SOUNDTOUCH_LIBS='-lSoundTouch '
  8805. SPANDSP_CFLAGS=''
  8806. SPANDSP_LIBS=''
  8807. SPC_LIBS=''
  8808. SRTP_LIBS=''
  8809. SSH2_CFLAGS=''
  8810. SSH2_LIBS='-lssh2 '
  8811. STRIP='strip'
  8812. TELETEXTDEC_CFLAGS=''
  8813. TELETEXTDEC_LIBS=''
  8814. TIGER_CFLAGS=''
  8815. TIGER_LIBS=''
  8816. TIMIDITY_CFLAGS=''
  8817. TIMIDITY_LIBS=''
  8818. USE_ACM_FALSE=''
  8819. USE_ACM_TRUE='#'
  8820. USE_ANDROID_MEDIA_FALSE=''
  8821. USE_ANDROID_MEDIA_TRUE='#'
  8822. USE_APEXSINK_FALSE=''
  8823. USE_APEXSINK_TRUE='#'
  8824. USE_APPLE_MEDIA_FALSE=''
  8825. USE_APPLE_MEDIA_TRUE='#'
  8826. USE_ASSRENDER_FALSE='#'
  8827. USE_ASSRENDER_TRUE=''
  8828. USE_AVC_FALSE=''
  8829. USE_AVC_TRUE='#'
  8830. USE_BLUEZ_FALSE=''
  8831. USE_BLUEZ_TRUE='#'
  8832. USE_BZ2_FALSE='#'
  8833. USE_BZ2_TRUE=''
  8834. USE_CHROMAPRINT_FALSE=''
  8835. USE_CHROMAPRINT_TRUE='#'
  8836. USE_COCOA_FALSE=''
  8837. USE_COCOA_TRUE='#'
  8838. USE_CURL_FALSE='#'
  8839. USE_CURL_TRUE=''
  8840. USE_DAALA_FALSE=''
  8841. USE_DAALA_TRUE='#'
  8842. USE_DASH_FALSE='#'
  8843. USE_DASH_TRUE=''
  8844. USE_DC1394_FALSE=''
  8845. USE_DC1394_TRUE='#'
  8846. USE_DECKLINK_FALSE='#'
  8847. USE_DECKLINK_TRUE=''
  8848. USE_DIRECT3D_FALSE=''
  8849. USE_DIRECT3D_TRUE='#'
  8850. USE_DIRECTDRAW_FALSE=''
  8851. USE_DIRECTDRAW_TRUE='#'
  8852. USE_DIRECTFB_FALSE='#'
  8853. USE_DIRECTFB_TRUE=''
  8854. USE_DIRECTSOUND_FALSE=''
  8855. USE_DIRECTSOUND_TRUE='#'
  8856. USE_DTS_FALSE='#'
  8857. USE_DTS_TRUE=''
  8858. USE_DVB_FALSE='#'
  8859. USE_DVB_TRUE=''
  8860. USE_EGLGLES_FALSE='#'
  8861. USE_EGLGLES_TRUE=''
  8862. USE_EGL_FALSE='#'
  8863. USE_EGL_RPI_FALSE=''
  8864. USE_EGL_RPI_TRUE='#'
  8865. USE_EGL_TRUE=''
  8866. USE_EXIF_FALSE='#'
  8867. USE_EXIF_TRUE=''
  8868. USE_EXPERIMENTAL_FALSE=''
  8869. USE_EXPERIMENTAL_TRUE='#'
  8870. USE_EXTERNAL_FALSE='#'
  8871. USE_EXTERNAL_TRUE=''
  8872. USE_FAAC_FALSE='#'
  8873. USE_FAAC_TRUE=''
  8874. USE_FAAD_FALSE='#'
  8875. USE_FAAD_TRUE=''
  8876. USE_FBDEV_FALSE='#'
  8877. USE_FBDEV_TRUE=''
  8878. USE_FLITE_FALSE=''
  8879. USE_FLITE_TRUE='#'
  8880. USE_FLUIDSYNTH_FALSE=''
  8881. USE_FLUIDSYNTH_TRUE='#'
  8882. USE_GLES2='yes'
  8883. USE_GLES2_FALSE='#'
  8884. USE_GLES2_TRUE=''
  8885. USE_GLX_FALSE='#'
  8886. USE_GLX_TRUE=''
  8887. USE_GL_FALSE='#'
  8888. USE_GL_TRUE=''
  8889. USE_GME_FALSE=''
  8890. USE_GME_TRUE='#'
  8891. USE_GSETTINGS_FALSE=''
  8892. USE_GSETTINGS_TRUE='#'
  8893. USE_GSM_FALSE=''
  8894. USE_GSM_TRUE='#'
  8895. USE_HLS_FALSE='#'
  8896. USE_HLS_TRUE=''
  8897. USE_KATE_FALSE=''
  8898. USE_KATE_TRUE='#'
  8899. USE_LADSPA_FALSE=''
  8900. USE_LADSPA_TRUE='#'
  8901. USE_LIBMMS_FALSE='#'
  8902. USE_LIBMMS_TRUE=''
  8903. USE_LIBVISUAL_FALSE=''
  8904. USE_LIBVISUAL_TRUE='#'
  8905. USE_LINSYS_FALSE=''
  8906. USE_LINSYS_TRUE='#'
  8907. USE_LV2_FALSE=''
  8908. USE_LV2_TRUE='#'
  8909. USE_MFC_FALSE='#'
  8910. USE_MFC_TRUE=''
  8911. USE_MIMIC_FALSE='#'
  8912. USE_MIMIC_TRUE=''
  8913. USE_MODPLUG_FALSE='#'
  8914. USE_MODPLUG_TRUE=''
  8915. USE_MPEG2ENC_FALSE=''
  8916. USE_MPEG2ENC_TRUE='#'
  8917. USE_MPG123_FALSE='#'
  8918. USE_MPG123_TRUE=''
  8919. USE_MPLEX_FALSE=''
  8920. USE_MPLEX_TRUE='#'
  8921. USE_MUSEPACK_FALSE=''
  8922. USE_MUSEPACK_TRUE='#'
  8923. USE_MYTHTV_FALSE=''
  8924. USE_MYTHTV_TRUE='#'
  8925. USE_NAS_FALSE=''
  8926. USE_NAS_TRUE='#'
  8927. USE_NEON_FALSE='#'
  8928. USE_NEON_TRUE=''
  8929. USE_NLS='yes'
  8930. USE_OFA_FALSE=''
  8931. USE_OFA_TRUE='#'
  8932. USE_OPENAL_FALSE=''
  8933. USE_OPENAL_TRUE='#'
  8934. USE_OPENCV_FALSE=''
  8935. USE_OPENCV_TRUE='#'
  8936. USE_OPENEXR_FALSE=''
  8937. USE_OPENEXR_TRUE='#'
  8938. USE_OPENGL='yes'
  8939. USE_OPENGL_FALSE='#'
  8940. USE_OPENGL_TRUE=''
  8941. USE_OPENJPEG_FALSE='#'
  8942. USE_OPENJPEG_TRUE=''
  8943. USE_OPENNI2_FALSE=''
  8944. USE_OPENNI2_TRUE='#'
  8945. USE_OPENSLES_FALSE=''
  8946. USE_OPENSLES_TRUE='#'
  8947. USE_OPUS_FALSE='#'
  8948. USE_OPUS_TRUE=''
  8949. USE_OSX_VIDEO_FALSE=''
  8950. USE_OSX_VIDEO_TRUE='#'
  8951. USE_PLUGIN_ACCURIP_FALSE='#'
  8952. USE_PLUGIN_ACCURIP_TRUE=''
  8953. USE_PLUGIN_ADPCMDEC_FALSE='#'
  8954. USE_PLUGIN_ADPCMDEC_TRUE=''
  8955. USE_PLUGIN_ADPCMENC_FALSE='#'
  8956. USE_PLUGIN_ADPCMENC_TRUE=''
  8957. USE_PLUGIN_AIFF_FALSE='#'
  8958. USE_PLUGIN_AIFF_TRUE=''
  8959. USE_PLUGIN_ASFMUX_FALSE='#'
  8960. USE_PLUGIN_ASFMUX_TRUE=''
  8961. USE_PLUGIN_AUDIOFXBAD_FALSE='#'
  8962. USE_PLUGIN_AUDIOFXBAD_TRUE=''
  8963. USE_PLUGIN_AUDIOMIXER_FALSE='#'
  8964. USE_PLUGIN_AUDIOMIXER_TRUE=''
  8965. USE_PLUGIN_AUDIOVISUALIZERS_FALSE='#'
  8966. USE_PLUGIN_AUDIOVISUALIZERS_TRUE=''
  8967. USE_PLUGIN_AUTOCONVERT_FALSE='#'
  8968. USE_PLUGIN_AUTOCONVERT_TRUE=''
  8969. USE_PLUGIN_BAYER_FALSE='#'
  8970. USE_PLUGIN_BAYER_TRUE=''
  8971. USE_PLUGIN_CAMERABIN2_FALSE='#'
  8972. USE_PLUGIN_CAMERABIN2_TRUE=''
  8973. USE_PLUGIN_CDXAPARSE_FALSE=''
  8974. USE_PLUGIN_CDXAPARSE_TRUE='#'
  8975. USE_PLUGIN_COLOREFFECTS_FALSE='#'
  8976. USE_PLUGIN_COLOREFFECTS_TRUE=''
  8977. USE_PLUGIN_DATAURISRC_FALSE='#'
  8978. USE_PLUGIN_DATAURISRC_TRUE=''
  8979. USE_PLUGIN_DCCP_FALSE=''
  8980. USE_PLUGIN_DCCP_TRUE='#'
  8981. USE_PLUGIN_DEBUGUTILS_FALSE='#'
  8982. USE_PLUGIN_DEBUGUTILS_TRUE=''
  8983. USE_PLUGIN_DVBSUBOVERLAY_FALSE='#'
  8984. USE_PLUGIN_DVBSUBOVERLAY_TRUE=''
  8985. USE_PLUGIN_DVDSPU_FALSE='#'
  8986. USE_PLUGIN_DVDSPU_TRUE=''
  8987. USE_PLUGIN_FACEOVERLAY_FALSE=''
  8988. USE_PLUGIN_FACEOVERLAY_TRUE='#'
  8989. USE_PLUGIN_FESTIVAL_FALSE='#'
  8990. USE_PLUGIN_FESTIVAL_TRUE=''
  8991. USE_PLUGIN_FIELDANALYSIS_FALSE='#'
  8992. USE_PLUGIN_FIELDANALYSIS_TRUE=''
  8993. USE_PLUGIN_FREEVERB_FALSE='#'
  8994. USE_PLUGIN_FREEVERB_TRUE=''
  8995. USE_PLUGIN_FREI0R_FALSE='#'
  8996. USE_PLUGIN_FREI0R_TRUE=''
  8997. USE_PLUGIN_GAUDIEFFECTS_FALSE='#'
  8998. USE_PLUGIN_GAUDIEFFECTS_TRUE=''
  8999. USE_PLUGIN_GDP_FALSE='#'
  9000. USE_PLUGIN_GDP_TRUE=''
  9001. USE_PLUGIN_GEOMETRICTRANSFORM_FALSE='#'
  9002. USE_PLUGIN_GEOMETRICTRANSFORM_TRUE=''
  9003. USE_PLUGIN_HDVPARSE_FALSE=''
  9004. USE_PLUGIN_HDVPARSE_TRUE='#'
  9005. USE_PLUGIN_ID3TAG_FALSE='#'
  9006. USE_PLUGIN_ID3TAG_TRUE=''
  9007. USE_PLUGIN_INTERLACE_FALSE='#'
  9008. USE_PLUGIN_INTERLACE_TRUE=''
  9009. USE_PLUGIN_INTER_FALSE='#'
  9010. USE_PLUGIN_INTER_TRUE=''
  9011. USE_PLUGIN_IVFPARSE_FALSE=''
  9012. USE_PLUGIN_IVFPARSE_TRUE='#'
  9013. USE_PLUGIN_IVTC_FALSE='#'
  9014. USE_PLUGIN_IVTC_TRUE=''
  9015. USE_PLUGIN_JP2KDECIMATOR_FALSE='#'
  9016. USE_PLUGIN_JP2KDECIMATOR_TRUE=''
  9017. USE_PLUGIN_JPEGFORMAT_FALSE='#'
  9018. USE_PLUGIN_JPEGFORMAT_TRUE=''
  9019. USE_PLUGIN_LIBRFB_FALSE='#'
  9020. USE_PLUGIN_LIBRFB_TRUE=''
  9021. USE_PLUGIN_LIVEADDER_FALSE='#'
  9022. USE_PLUGIN_LIVEADDER_TRUE=''
  9023. USE_PLUGIN_MIDI_FALSE='#'
  9024. USE_PLUGIN_MIDI_TRUE=''
  9025. USE_PLUGIN_MPEGDEMUX_FALSE='#'
  9026. USE_PLUGIN_MPEGDEMUX_TRUE=''
  9027. USE_PLUGIN_MPEGPSMUX_FALSE='#'
  9028. USE_PLUGIN_MPEGPSMUX_TRUE=''
  9029. USE_PLUGIN_MPEGTSDEMUX_FALSE='#'
  9030. USE_PLUGIN_MPEGTSDEMUX_TRUE=''
  9031. USE_PLUGIN_MPEGTSMUX_FALSE='#'
  9032. USE_PLUGIN_MPEGTSMUX_TRUE=''
  9033. USE_PLUGIN_MVE_FALSE=''
  9034. USE_PLUGIN_MVE_TRUE='#'
  9035. USE_PLUGIN_MXF_FALSE='#'
  9036. USE_PLUGIN_MXF_TRUE=''
  9037. USE_PLUGIN_NUVDEMUX_FALSE=''
  9038. USE_PLUGIN_NUVDEMUX_TRUE='#'
  9039. USE_PLUGIN_PATCHDETECT_FALSE=''
  9040. USE_PLUGIN_PATCHDETECT_TRUE='#'
  9041. USE_PLUGIN_PCAPPARSE_FALSE='#'
  9042. USE_PLUGIN_PCAPPARSE_TRUE=''
  9043. USE_PLUGIN_PNM_FALSE='#'
  9044. USE_PLUGIN_PNM_TRUE=''
  9045. USE_PLUGIN_RAWPARSE_FALSE='#'
  9046. USE_PLUGIN_RAWPARSE_TRUE=''
  9047. USE_PLUGIN_REAL_FALSE=''
  9048. USE_PLUGIN_REAL_TRUE='#'
  9049. USE_PLUGIN_REMOVESILENCE_FALSE='#'
  9050. USE_PLUGIN_REMOVESILENCE_TRUE=''
  9051. USE_PLUGIN_SDI_FALSE=''
  9052. USE_PLUGIN_SDI_TRUE='#'
  9053. USE_PLUGIN_SDP_FALSE='#'
  9054. USE_PLUGIN_SDP_TRUE=''
  9055. USE_PLUGIN_SEGMENTCLIP_FALSE='#'
  9056. USE_PLUGIN_SEGMENTCLIP_TRUE=''
  9057. USE_PLUGIN_SIREN_FALSE='#'
  9058. USE_PLUGIN_SIREN_TRUE=''
  9059. USE_PLUGIN_SMOOTH_FALSE='#'
  9060. USE_PLUGIN_SMOOTH_TRUE=''
  9061. USE_PLUGIN_SPEED_FALSE='#'
  9062. USE_PLUGIN_SPEED_TRUE=''
  9063. USE_PLUGIN_STEREO_FALSE='#'
  9064. USE_PLUGIN_STEREO_TRUE=''
  9065. USE_PLUGIN_SUBENC_FALSE='#'
  9066. USE_PLUGIN_SUBENC_TRUE=''
  9067. USE_PLUGIN_TTA_FALSE=''
  9068. USE_PLUGIN_TTA_TRUE='#'
  9069. USE_PLUGIN_VIDEOFILTERS_FALSE='#'
  9070. USE_PLUGIN_VIDEOFILTERS_TRUE=''
  9071. USE_PLUGIN_VIDEOMEASURE_FALSE=''
  9072. USE_PLUGIN_VIDEOMEASURE_TRUE='#'
  9073. USE_PLUGIN_VIDEOPARSERS_FALSE='#'
  9074. USE_PLUGIN_VIDEOPARSERS_TRUE=''
  9075. USE_PLUGIN_VIDEOSIGNAL_FALSE='#'
  9076. USE_PLUGIN_VIDEOSIGNAL_TRUE=''
  9077. USE_PLUGIN_VMNC_FALSE='#'
  9078. USE_PLUGIN_VMNC_TRUE=''
  9079. USE_PLUGIN_Y4M_FALSE='#'
  9080. USE_PLUGIN_Y4M_TRUE=''
  9081. USE_PLUGIN_YADIF_FALSE='#'
  9082. USE_PLUGIN_YADIF_TRUE=''
  9083. USE_PVR_FALSE=''
  9084. USE_PVR_TRUE='#'
  9085. USE_QUICKTIME_FALSE=''
  9086. USE_QUICKTIME_TRUE='#'
  9087. USE_RESINDVD_FALSE='#'
  9088. USE_RESINDVD_TRUE=''
  9089. USE_RSVG_FALSE='#'
  9090. USE_RSVG_TRUE=''
  9091. USE_RTMP_FALSE='#'
  9092. USE_RTMP_TRUE=''
  9093. USE_SBC_FALSE='#'
  9094. USE_SBC_TRUE=''
  9095. USE_SCHRO_FALSE=''
  9096. USE_SCHRO_TRUE='#'
  9097. USE_SDL_FALSE=''
  9098. USE_SDL_TRUE='#'
  9099. USE_SHM_FALSE='#'
  9100. USE_SHM_TRUE=''
  9101. USE_SMOOTHSTREAMING_FALSE='#'
  9102. USE_SMOOTHSTREAMING_TRUE=''
  9103. USE_SNDFILE_FALSE='#'
  9104. USE_SNDFILE_TRUE=''
  9105. USE_SNDIO_FALSE=''
  9106. USE_SNDIO_TRUE='#'
  9107. USE_SOUNDTOUCH_FALSE='#'
  9108. USE_SOUNDTOUCH_TRUE=''
  9109. USE_SPANDSP_FALSE=''
  9110. USE_SPANDSP_TRUE='#'
  9111. USE_SPC_FALSE=''
  9112. USE_SPC_TRUE='#'
  9113. USE_SRTP_FALSE=''
  9114. USE_SRTP_TRUE='#'
  9115. USE_SSH2_FALSE='#'
  9116. USE_SSH2_TRUE=''
  9117. USE_TELETEXTDEC_FALSE=''
  9118. USE_TELETEXTDEC_TRUE='#'
  9119. USE_TIGER_FALSE=''
  9120. USE_TIGER_TRUE='#'
  9121. USE_TIMIDITY_FALSE=''
  9122. USE_TIMIDITY_TRUE='#'
  9123. USE_UVCH264_FALSE='#'
  9124. USE_UVCH264_TRUE=''
  9125. USE_VCD_FALSE=''
  9126. USE_VCD_TRUE='#'
  9127. USE_VDPAU_FALSE=''
  9128. USE_VDPAU_TRUE='#'
  9129. USE_VOAACENC_FALSE='#'
  9130. USE_VOAACENC_TRUE=''
  9131. USE_VOAMRWBENC_FALSE='#'
  9132. USE_VOAMRWBENC_TRUE=''
  9133. USE_WASAPI_FALSE=''
  9134. USE_WASAPI_TRUE='#'
  9135. USE_WAYLAND_FALSE='#'
  9136. USE_WAYLAND_TRUE=''
  9137. USE_WEBP_FALSE='#'
  9138. USE_WEBP_TRUE=''
  9139. USE_WGL_FALSE=''
  9140. USE_WGL_TRUE='#'
  9141. USE_WILDMIDI_FALSE=''
  9142. USE_WILDMIDI_TRUE='#'
  9143. USE_WININET_FALSE=''
  9144. USE_WININET_TRUE='#'
  9145. USE_WINKS_FALSE=''
  9146. USE_WINKS_TRUE='#'
  9147. USE_WINSCREENCAP_FALSE=''
  9148. USE_WINSCREENCAP_TRUE='#'
  9149. USE_XVID_FALSE=''
  9150. USE_XVID_TRUE='#'
  9151. USE_ZBAR_FALSE=''
  9152. USE_ZBAR_TRUE='#'
  9153. VALGRIND_CFLAGS='-I/usr/include/valgrind '
  9154. VALGRIND_LIBS='-L/usr/lib/valgrind -lcoregrind-x86-linux -lvex-x86-linux -lgcc '
  9155. VALGRIND_PATH='/usr/bin/valgrind'
  9156. VDPAU_CFLAGS='-I/usr/include/nvidia'
  9157. VDPAU_LIBS='-L/usr/lib/nvidia -lvdpau'
  9158. VERSION='1.3.0.1'
  9159. VOAACENC_CFLAGS=''
  9160. VOAACENC_LIBS='-lvo-aacenc '
  9161. VOAMRWBENC_CFLAGS=''
  9162. VOAMRWBENC_LIBS='-lvo-amrwbenc '
  9163. WARNING_CFLAGS=' -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs'
  9164. WARNING_CXXFLAGS=' -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar'
  9165. WARNING_OBJCFLAGS=' -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Wno-multichar'
  9166. WASAPI_LIBS=''
  9167. WAYLAND_CFLAGS=''
  9168. WAYLAND_EGL_CFLAGS=''
  9169. WAYLAND_EGL_LIBS='-L/opt/gnome2/lib -lwayland-cursor -lwayland-egl -lwayland-client '
  9170. WAYLAND_LIBS='-L/opt/gnome2/lib -lwayland-client '
  9171. WEBP_CFLAGS=''
  9172. WEBP_LIBS='-lwebp '
  9173. WILDMIDI_CFLAGS=''
  9174. WILDMIDI_LIBS=''
  9175. WINKS_LIBS=''
  9176. WINSCREENCAP_LIBS=''
  9177. WINSOCK2_LIBS=''
  9178. X11_CFLAGS=''
  9179. X11_LIBS='-lX11 '
  9180. XGETTEXT='/usr/bin/xgettext'
  9181. XGETTEXT_015='/usr/bin/xgettext'
  9182. XGETTEXT_EXTRA_OPTIONS=''
  9183. XMKMF=''
  9184. XVID_LIBS=''
  9185. X_CFLAGS=''
  9186. X_EXTRA_LIBS=''
  9187. X_LIBS=' -lSM -lICE -lX11'
  9188. X_PRE_LIBS=' -lSM -lICE'
  9189. ZBAR_CFLAGS=''
  9190. ZBAR_LIBS=''
  9191. ac_ct_AR='ar'
  9192. ac_ct_CC='gcc'
  9193. ac_ct_CXX='g++'
  9194. ac_ct_DUMPBIN=''
  9195. ac_ct_OBJC='gcc'
  9196. am__EXEEXT_FALSE=''
  9197. am__EXEEXT_TRUE='#'
  9198. am__fastdepCC_FALSE='#'
  9199. am__fastdepCC_TRUE=''
  9200. am__fastdepCXX_FALSE='#'
  9201. am__fastdepCXX_TRUE=''
  9202. am__fastdepOBJC_FALSE='#'
  9203. am__fastdepOBJC_TRUE=''
  9204. am__include='include'
  9205. am__isrc=''
  9206. am__leading_dot='.'
  9207. am__nodep='_no'
  9208. am__quote=''
  9209. am__tar='tar --format=ustar -chf - "$$tardir"'
  9210. am__untar='tar -xf -'
  9211. bindir='${exec_prefix}/bin'
  9212. build='i686-pc-linux-gnu'
  9213. build_alias=''
  9214. build_cpu='i686'
  9215. build_os='linux-gnu'
  9216. build_vendor='pc'
  9217. datadir='${datarootdir}'
  9218. datarootdir='${prefix}/share'
  9219. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  9220. dvidir='${docdir}'
  9221. exec_prefix='${prefix}'
  9222. gsettingsschemadir=''
  9223. host='i686-pc-linux-gnu'
  9224. host_alias=''
  9225. host_cpu='i686'
  9226. host_os='linux-gnu'
  9227. host_vendor='pc'
  9228. htmldir='${docdir}'
  9229. includedir='${prefix}/include'
  9230. infodir='${datarootdir}/info'
  9231. install_sh='${SHELL} /opt/gnome2/checkout/gst-plugins-bad/install-sh'
  9232. libdir='/opt/gnome2/lib'
  9233. libexecdir='${exec_prefix}/libexec'
  9234. localedir='${datarootdir}/locale'
  9235. localstatedir='${prefix}/var'
  9236. mandir='${datarootdir}/man'
  9237. mkdir_p='/bin/mkdir -p'
  9238. oldincludedir='/usr/include'
  9239. pdfdir='${docdir}'
  9240. pkgpyexecdir='${pyexecdir}/gst-plugins-bad'
  9241. pkgpythondir='${pythondir}/gst-plugins-bad'
  9242. plugindir='$(libdir)/gstreamer-1.0'
  9243. prefix='/opt/gnome2'
  9244. program_transform_name='s,x,x,'
  9245. psdir='${docdir}'
  9246. pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
  9247. pythondir='${prefix}/lib/python2.7/site-packages'
  9248. sbindir='${exec_prefix}/sbin'
  9249. sharedstatedir='${prefix}/com'
  9250. sysconfdir='${prefix}/etc'
  9251. target='i686-pc-linux-gnu'
  9252. target_alias=''
  9253. target_cpu='i686'
  9254. target_os='linux-gnu'
  9255. target_vendor='pc'
  9256.  
  9257. ## ----------- ##
  9258. ## confdefs.h. ##
  9259. ## ----------- ##
  9260.  
  9261. /* confdefs.h */
  9262. #define PACKAGE_NAME "GStreamer Bad Plug-ins"
  9263. #define PACKAGE_TARNAME "gst-plugins-bad"
  9264. #define PACKAGE_VERSION "1.3.0.1"
  9265. #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1"
  9266. #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
  9267. #define PACKAGE_URL ""
  9268. #define PACKAGE "gst-plugins-bad"
  9269. #define VERSION "1.3.0.1"
  9270. #define GST_API_VERSION "1.0"
  9271. #define STDC_HEADERS 1
  9272. #define HAVE_SYS_TYPES_H 1
  9273. #define HAVE_SYS_STAT_H 1
  9274. #define HAVE_STDLIB_H 1
  9275. #define HAVE_STRING_H 1
  9276. #define HAVE_MEMORY_H 1
  9277. #define HAVE_STRINGS_H 1
  9278. #define HAVE_INTTYPES_H 1
  9279. #define HAVE_STDINT_H 1
  9280. #define HAVE_UNISTD_H 1
  9281. #define HAVE_DLFCN_H 1
  9282. #define LT_OBJDIR ".libs/"
  9283. #define ENABLE_NLS 1
  9284. #define HAVE_GETTEXT 1
  9285. #define HAVE_DCGETTEXT 1
  9286. #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
  9287. #define LOCALEDIR "/opt/gnome2/share/locale"
  9288. #define HAVE_VALGRIND 1
  9289. #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
  9290. #define GST_PACKAGE_ORIGIN "Unknown package origin"
  9291. #define HAVE_EXTERNAL /**/
  9292. #define HAVE_CPU_I386 1
  9293. #define HAVE_RDTSC 1
  9294. #define HOST_CPU "i686"
  9295. #define TARGET_CPU "i686"
  9296. #define HAVE_DOWHILE_MACROS 1
  9297. #define HAVE_STDLIB_H 1
  9298. #define HAVE_UNISTD_H 1
  9299. #define HAVE_SYS_PARAM_H 1
  9300. #define HAVE_GETPAGESIZE 1
  9301. #define HAVE_MMAP 1
  9302. #define HAVE_UNISTD_H 1
  9303. #define HAVE_SYS_TIME_H 1
  9304. #define HAVE_PTHREAD_H 1
  9305. #define HAVE_FIONREAD_IN_SYS_IOCTL 1
  9306. #define HAVE_GMTIME_R 1
  9307. #define HAVE_SYS_UTSNAME_H 1
  9308. #define GIO_MODULE_DIR "/opt/gnome2/lib/gio/modules"
  9309. #define GIO_LIBDIR "/opt/gnome2/lib"
  9310. #define HAVE_X11 1
  9311. #define HAVE_ORC 1
  9312. #define GST_LICENSE "LGPL"
  9313. #define LIBDIR "/opt/gnome2/lib"
  9314. #define PLUGINDIR "/opt/gnome2/lib/gstreamer-1.0"
  9315. #define GST_PACKAGE_RELEASE_DATETIME "2014-04-07T13:37Z"
  9316. #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
  9317. #define DEFAULT_AUDIOSINK "autoaudiosink"
  9318. #define DEFAULT_AUDIOSRC "alsasrc"
  9319. #define DEFAULT_VIDEOSINK "autovideosink"
  9320. #define DEFAULT_VIDEOSRC "v4l2src"
  9321. #define DEFAULT_VISUALIZER "goom"
  9322. #define HAVE_SYS_SOCKET_H 1
  9323. #define USE_EGL_X11 1
  9324. #define HAVE_PNG 1
  9325. #define HAVE_JPEG 1
  9326. #define HAVE_SHM /**/
  9327. #define HAVE_MFC /**/
  9328. #define HAVE_GUDEV 1
  9329. #define HAVE_LIBUSB 1
  9330. #define HAVE_UVCH264 /**/
  9331. #define HAVE_ASSRENDER /**/
  9332. #define HAVE_VOAMRWBENC /**/
  9333. #define HAVE_VOAACENC /**/
  9334. #define HAVE_BZ2 /**/
  9335. #define HAVE_UNISTD_H 1
  9336. #define HAVE_SYS_SOCKET_H 1
  9337. #define HAVE_SYS_TYPES_H 1
  9338. #define HAVE_NETINET_IN_H 1
  9339. #define HAVE_NETINET_IP_H 1
  9340. #define HAVE_NETINET_TCP_H 1
  9341. #define HAVE_FCNTL_H 1
  9342. #define HAVE_SSH2 1
  9343. #define HAVE_CURL /**/
  9344. #define HAVE_DASH /**/
  9345. #define HAVE_DECKLINK /**/
  9346. #define HAVE_DIRECTFB /**/
  9347. #define HAVE_WAYLAND /**/
  9348. #define HAVE_WEBP /**/
  9349. #define HAVE_DTS /**/
  9350. #define HAVE_RESINDVD /**/
  9351. #define HAVE_FAAC /**/
  9352. #define FAAD_IS_NEAAC 1
  9353. #define FAAD2_MINOR_VERSION 7
  9354. #define HAVE_FAAD /**/
  9355. #define HAVE_FBDEV /**/
  9356. #define HAVE_LIBMMS /**/
  9357. #define HAVE_MODPLUG /**/
  9358. #define HAVE_MIMIC /**/
  9359. #define GST_MJPEGTOOLS_API 0
  9360. #define HAVE_MPG123 /**/
  9361. #define HAVE_NEON /**/
  9362. #define OPENCV_PREFIX ""
  9363. #define HAVE_OPENJPEG_1 1
  9364. #define HAVE_OPENJPEG /**/
  9365. #define HAVE_OPUS 1
  9366. #define HAVE_OPUS /**/
  9367. #define HAVE_RSVG_2_36_2 1
  9368. #define HAVE_RSVG /**/
  9369. #define HAVE_EGLGLES /**/
  9370. #define HAVE_GL /**/
  9371. #define HAVE_SMOOTHSTREAMING /**/
  9372. #define HAVE_SNDFILE /**/
  9373. #define HAVE_SOUNDTOUCH_1_4 1
  9374. #define HAVE_SOUNDTOUCH /**/
  9375. #define HAVE_DVB /**/
  9376. #define HAVE_SBC /**/
  9377. #define HAVE_RTMP /**/
  9378. #define HAVE_NETTLE 1
  9379. #define HAVE_HLS /**/
  9380.  
  9381. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement