Guest User

Untitled

a guest
Dec 24th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 321.97 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 MiniDLNA configure 1.1.3, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --docdir=/usr/doc/minidlna-1.1.4 --enable-tivo --enable-netgear --enable-readynas
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ligate
  14. uname -m = x86_64
  15. uname -r = 3.10.56
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Oct 8 16:03:55 CEST 2014
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/sbin
  32. PATH: /sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/lib64/kde4/libexec
  38. PATH: /usr/lib64/qt/bin
  39. PATH: /usr/share/texmf/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2498: checking build system type
  47. configure:2512: result: x86_64-unknown-linux-gnu
  48. configure:2532: checking host system type
  49. configure:2545: result: x86_64-unknown-linux-gnu
  50. configure:2565: checking target system type
  51. configure:2578: result: x86_64-unknown-linux-gnu
  52. configure:2620: checking for a BSD-compatible install
  53. configure:2688: result: /usr/bin/ginstall -c
  54. configure:2699: checking whether build environment is sane
  55. configure:2754: result: yes
  56. configure:2905: checking for a thread-safe mkdir -p
  57. configure:2944: result: /usr/bin/mkdir -p
  58. configure:2951: checking for gawk
  59. configure:2967: found /usr/bin/gawk
  60. configure:2978: result: gawk
  61. configure:2989: checking whether make sets $(MAKE)
  62. configure:3011: result: yes
  63. configure:3040: checking whether make supports nested variables
  64. configure:3057: result: yes
  65. configure:3195: checking whether make supports nested variables
  66. configure:3212: result: yes
  67. configure:3236: checking for style of include used by make
  68. configure:3264: result: GNU
  69. configure:3335: checking for gcc
  70. configure:3351: found /usr/bin/gcc
  71. configure:3362: result: gcc
  72. configure:3591: checking for C compiler version
  73. configure:3600: gcc --version >&5
  74. gcc (GCC) 4.8.2
  75. Copyright (C) 2013 Free Software Foundation, Inc.
  76. This is free software; see the source for copying conditions. There is NO
  77. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  78.  
  79. configure:3611: $? = 0
  80. configure:3600: gcc -v >&5
  81. Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/specs
  82. COLLECT_GCC=gcc
  83. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.8.2/lto-wrapper
  84. Target: x86_64-slackware-linux
  85. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/tmp/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
  86. Thread model: posix
  87. gcc version 4.8.2 (GCC)
  88. configure:3611: $? = 0
  89. configure:3600: gcc -V >&5
  90. gcc: error: unrecognized command line option '-V'
  91. gcc: fatal error: no input files
  92. compilation terminated.
  93. configure:3611: $? = 1
  94. configure:3600: gcc -qversion >&5
  95. gcc: error: unrecognized command line option '-qversion'
  96. gcc: fatal error: no input files
  97. compilation terminated.
  98. configure:3611: $? = 1
  99. configure:3631: checking whether the C compiler works
  100. configure:3653: gcc conftest.c >&5
  101. configure:3657: $? = 0
  102. configure:3705: result: yes
  103. configure:3708: checking for C compiler default output file name
  104. configure:3710: result: a.out
  105. configure:3716: checking for suffix of executables
  106. configure:3723: gcc -o conftest conftest.c >&5
  107. configure:3727: $? = 0
  108. configure:3749: result:
  109. configure:3771: checking whether we are cross compiling
  110. configure:3779: gcc -o conftest conftest.c >&5
  111. configure:3783: $? = 0
  112. configure:3790: ./conftest
  113. configure:3794: $? = 0
  114. configure:3809: result: no
  115. configure:3814: checking for suffix of object files
  116. configure:3836: gcc -c conftest.c >&5
  117. configure:3840: $? = 0
  118. configure:3861: result: o
  119. configure:3865: checking whether we are using the GNU C compiler
  120. configure:3884: gcc -c conftest.c >&5
  121. configure:3884: $? = 0
  122. configure:3893: result: yes
  123. configure:3902: checking whether gcc accepts -g
  124. configure:3922: gcc -c -g conftest.c >&5
  125. configure:3922: $? = 0
  126. configure:3963: result: yes
  127. configure:3980: checking for gcc option to accept ISO C89
  128. configure:4043: gcc -c -g -O2 conftest.c >&5
  129. configure:4043: $? = 0
  130. configure:4056: result: none needed
  131. configure:4081: checking whether gcc understands -c and -o together
  132. configure:4103: gcc -c conftest.c -o conftest2.o
  133. configure:4106: $? = 0
  134. configure:4103: gcc -c conftest.c -o conftest2.o
  135. configure:4106: $? = 0
  136. configure:4118: result: yes
  137. configure:4137: checking dependency style of gcc
  138. configure:4248: result: gcc3
  139. configure:4269: checking how to run the C preprocessor
  140. configure:4300: gcc -E conftest.c
  141. configure:4300: $? = 0
  142. configure:4314: gcc -E conftest.c
  143. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  144. #include <ac_nonexistent.h>
  145. ^
  146. compilation terminated.
  147. configure:4314: $? = 1
  148. configure: failed program was:
  149. | /* confdefs.h */
  150. | #define PACKAGE_NAME "MiniDLNA"
  151. | #define PACKAGE_TARNAME "minidlna"
  152. | #define PACKAGE_VERSION "1.1.3"
  153. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  154. | #define PACKAGE_BUGREPORT ""
  155. | #define PACKAGE_URL ""
  156. | #define PACKAGE "minidlna"
  157. | #define VERSION "1.1.3"
  158. | /* end confdefs.h. */
  159. | #include <ac_nonexistent.h>
  160. configure:4339: result: gcc -E
  161. configure:4359: gcc -E conftest.c
  162. configure:4359: $? = 0
  163. configure:4373: gcc -E conftest.c
  164. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  165. #include <ac_nonexistent.h>
  166. ^
  167. compilation terminated.
  168. configure:4373: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h */
  171. | #define PACKAGE_NAME "MiniDLNA"
  172. | #define PACKAGE_TARNAME "minidlna"
  173. | #define PACKAGE_VERSION "1.1.3"
  174. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  175. | #define PACKAGE_BUGREPORT ""
  176. | #define PACKAGE_URL ""
  177. | #define PACKAGE "minidlna"
  178. | #define VERSION "1.1.3"
  179. | /* end confdefs.h. */
  180. | #include <ac_nonexistent.h>
  181. configure:4402: checking for grep that handles long lines and -e
  182. configure:4460: result: /usr/bin/grep
  183. configure:4465: checking for egrep
  184. configure:4527: result: /usr/bin/grep -E
  185. configure:4532: checking for ANSI C header files
  186. configure:4552: gcc -c -g -O2 conftest.c >&5
  187. configure:4552: $? = 0
  188. configure:4625: gcc -o conftest -g -O2 conftest.c >&5
  189. configure:4625: $? = 0
  190. configure:4625: ./conftest
  191. configure:4625: $? = 0
  192. configure:4636: result: yes
  193. configure:4649: checking for sys/types.h
  194. configure:4649: gcc -c -g -O2 conftest.c >&5
  195. configure:4649: $? = 0
  196. configure:4649: result: yes
  197. configure:4649: checking for sys/stat.h
  198. configure:4649: gcc -c -g -O2 conftest.c >&5
  199. configure:4649: $? = 0
  200. configure:4649: result: yes
  201. configure:4649: checking for stdlib.h
  202. configure:4649: gcc -c -g -O2 conftest.c >&5
  203. configure:4649: $? = 0
  204. configure:4649: result: yes
  205. configure:4649: checking for string.h
  206. configure:4649: gcc -c -g -O2 conftest.c >&5
  207. configure:4649: $? = 0
  208. configure:4649: result: yes
  209. configure:4649: checking for memory.h
  210. configure:4649: gcc -c -g -O2 conftest.c >&5
  211. configure:4649: $? = 0
  212. configure:4649: result: yes
  213. configure:4649: checking for strings.h
  214. configure:4649: gcc -c -g -O2 conftest.c >&5
  215. configure:4649: $? = 0
  216. configure:4649: result: yes
  217. configure:4649: checking for inttypes.h
  218. configure:4649: gcc -c -g -O2 conftest.c >&5
  219. configure:4649: $? = 0
  220. configure:4649: result: yes
  221. configure:4649: checking for stdint.h
  222. configure:4649: gcc -c -g -O2 conftest.c >&5
  223. configure:4649: $? = 0
  224. configure:4649: result: yes
  225. configure:4649: checking for unistd.h
  226. configure:4649: gcc -c -g -O2 conftest.c >&5
  227. configure:4649: $? = 0
  228. configure:4649: result: yes
  229. configure:4662: checking minix/config.h usability
  230. configure:4662: gcc -c -g -O2 conftest.c >&5
  231. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  232. #include <minix/config.h>
  233. ^
  234. compilation terminated.
  235. configure:4662: $? = 1
  236. configure: failed program was:
  237. | /* confdefs.h */
  238. | #define PACKAGE_NAME "MiniDLNA"
  239. | #define PACKAGE_TARNAME "minidlna"
  240. | #define PACKAGE_VERSION "1.1.3"
  241. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  242. | #define PACKAGE_BUGREPORT ""
  243. | #define PACKAGE_URL ""
  244. | #define PACKAGE "minidlna"
  245. | #define VERSION "1.1.3"
  246. | #define STDC_HEADERS 1
  247. | #define HAVE_SYS_TYPES_H 1
  248. | #define HAVE_SYS_STAT_H 1
  249. | #define HAVE_STDLIB_H 1
  250. | #define HAVE_STRING_H 1
  251. | #define HAVE_MEMORY_H 1
  252. | #define HAVE_STRINGS_H 1
  253. | #define HAVE_INTTYPES_H 1
  254. | #define HAVE_STDINT_H 1
  255. | #define HAVE_UNISTD_H 1
  256. | /* end confdefs.h. */
  257. | #include <stdio.h>
  258. | #ifdef HAVE_SYS_TYPES_H
  259. | # include <sys/types.h>
  260. | #endif
  261. | #ifdef HAVE_SYS_STAT_H
  262. | # include <sys/stat.h>
  263. | #endif
  264. | #ifdef STDC_HEADERS
  265. | # include <stdlib.h>
  266. | # include <stddef.h>
  267. | #else
  268. | # ifdef HAVE_STDLIB_H
  269. | # include <stdlib.h>
  270. | # endif
  271. | #endif
  272. | #ifdef HAVE_STRING_H
  273. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  274. | # include <memory.h>
  275. | # endif
  276. | # include <string.h>
  277. | #endif
  278. | #ifdef HAVE_STRINGS_H
  279. | # include <strings.h>
  280. | #endif
  281. | #ifdef HAVE_INTTYPES_H
  282. | # include <inttypes.h>
  283. | #endif
  284. | #ifdef HAVE_STDINT_H
  285. | # include <stdint.h>
  286. | #endif
  287. | #ifdef HAVE_UNISTD_H
  288. | # include <unistd.h>
  289. | #endif
  290. | #include <minix/config.h>
  291. configure:4662: result: no
  292. configure:4662: checking minix/config.h presence
  293. configure:4662: gcc -E conftest.c
  294. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  295. #include <minix/config.h>
  296. ^
  297. compilation terminated.
  298. configure:4662: $? = 1
  299. configure: failed program was:
  300. | /* confdefs.h */
  301. | #define PACKAGE_NAME "MiniDLNA"
  302. | #define PACKAGE_TARNAME "minidlna"
  303. | #define PACKAGE_VERSION "1.1.3"
  304. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  305. | #define PACKAGE_BUGREPORT ""
  306. | #define PACKAGE_URL ""
  307. | #define PACKAGE "minidlna"
  308. | #define VERSION "1.1.3"
  309. | #define STDC_HEADERS 1
  310. | #define HAVE_SYS_TYPES_H 1
  311. | #define HAVE_SYS_STAT_H 1
  312. | #define HAVE_STDLIB_H 1
  313. | #define HAVE_STRING_H 1
  314. | #define HAVE_MEMORY_H 1
  315. | #define HAVE_STRINGS_H 1
  316. | #define HAVE_INTTYPES_H 1
  317. | #define HAVE_STDINT_H 1
  318. | #define HAVE_UNISTD_H 1
  319. | /* end confdefs.h. */
  320. | #include <minix/config.h>
  321. configure:4662: result: no
  322. configure:4662: checking for minix/config.h
  323. configure:4662: result: no
  324. configure:4683: checking whether it is safe to define __EXTENSIONS__
  325. configure:4701: gcc -c -g -O2 conftest.c >&5
  326. configure:4701: $? = 0
  327. configure:4708: result: yes
  328. configure:4765: checking for ld used by GCC
  329. configure:4829: result: /usr/x86_64-slackware-linux/bin/ld
  330. configure:4836: checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld
  331. configure:4849: result: yes
  332. configure:4856: checking for shared library run path origin
  333. configure:4869: result: done
  334. configure:5447: checking for iconv
  335. configure:5469: gcc -o conftest -g -O2 conftest.c >&5
  336. configure:5469: $? = 0
  337. configure:5501: result: yes
  338. configure:5504: checking for working iconv
  339. configure:5599: gcc -o conftest -g -O2 conftest.c >&5
  340. configure:5599: $? = 0
  341. configure:5599: ./conftest
  342. configure:5599: $? = 0
  343. configure:5611: result: yes
  344. configure:5639: checking for iconv declaration
  345. configure:5668: gcc -c -g -O2 conftest.c >&5
  346. configure:5668: $? = 0
  347. configure:5679: result:
  348. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  349. configure:5697: checking whether NLS is requested
  350. configure:5706: result: yes
  351. configure:5747: checking for msgfmt
  352. configure: trying /usr/bin/msgfmt...
  353. 0 translated messages.
  354. configure:5779: result: /usr/bin/msgfmt
  355. configure:5788: checking for gmsgfmt
  356. configure:5819: result: /usr/bin/msgfmt
  357. configure:5870: checking for xgettext
  358. configure: trying /usr/bin/xgettext...
  359. /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
  360. configure:5902: result: /usr/bin/xgettext
  361. configure:5948: checking for msgmerge
  362. configure: trying /usr/bin/msgmerge...
  363. configure:5979: result: /usr/bin/msgmerge
  364. configure:6020: checking for CFPreferencesCopyAppValue
  365. configure:6038: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  366. conftest.c:28:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  367. #include <CoreFoundation/CFPreferences.h>
  368. ^
  369. compilation terminated.
  370. configure:6038: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME "MiniDLNA"
  374. | #define PACKAGE_TARNAME "minidlna"
  375. | #define PACKAGE_VERSION "1.1.3"
  376. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  377. | #define PACKAGE_BUGREPORT ""
  378. | #define PACKAGE_URL ""
  379. | #define PACKAGE "minidlna"
  380. | #define VERSION "1.1.3"
  381. | #define STDC_HEADERS 1
  382. | #define HAVE_SYS_TYPES_H 1
  383. | #define HAVE_SYS_STAT_H 1
  384. | #define HAVE_STDLIB_H 1
  385. | #define HAVE_STRING_H 1
  386. | #define HAVE_MEMORY_H 1
  387. | #define HAVE_STRINGS_H 1
  388. | #define HAVE_INTTYPES_H 1
  389. | #define HAVE_STDINT_H 1
  390. | #define HAVE_UNISTD_H 1
  391. | #define __EXTENSIONS__ 1
  392. | #define _ALL_SOURCE 1
  393. | #define _GNU_SOURCE 1
  394. | #define _POSIX_PTHREAD_SEMANTICS 1
  395. | #define _TANDEM_SOURCE 1
  396. | #define HAVE_ICONV 1
  397. | #define ICONV_CONST
  398. | /* end confdefs.h. */
  399. | #include <CoreFoundation/CFPreferences.h>
  400. | int
  401. | main ()
  402. | {
  403. | CFPreferencesCopyAppValue(NULL, NULL)
  404. | ;
  405. | return 0;
  406. | }
  407. configure:6047: result: no
  408. configure:6054: checking for CFLocaleCopyCurrent
  409. configure:6072: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  410. conftest.c:28:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  411. #include <CoreFoundation/CFLocale.h>
  412. ^
  413. compilation terminated.
  414. configure:6072: $? = 1
  415. configure: failed program was:
  416. | /* confdefs.h */
  417. | #define PACKAGE_NAME "MiniDLNA"
  418. | #define PACKAGE_TARNAME "minidlna"
  419. | #define PACKAGE_VERSION "1.1.3"
  420. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  421. | #define PACKAGE_BUGREPORT ""
  422. | #define PACKAGE_URL ""
  423. | #define PACKAGE "minidlna"
  424. | #define VERSION "1.1.3"
  425. | #define STDC_HEADERS 1
  426. | #define HAVE_SYS_TYPES_H 1
  427. | #define HAVE_SYS_STAT_H 1
  428. | #define HAVE_STDLIB_H 1
  429. | #define HAVE_STRING_H 1
  430. | #define HAVE_MEMORY_H 1
  431. | #define HAVE_STRINGS_H 1
  432. | #define HAVE_INTTYPES_H 1
  433. | #define HAVE_STDINT_H 1
  434. | #define HAVE_UNISTD_H 1
  435. | #define __EXTENSIONS__ 1
  436. | #define _ALL_SOURCE 1
  437. | #define _GNU_SOURCE 1
  438. | #define _POSIX_PTHREAD_SEMANTICS 1
  439. | #define _TANDEM_SOURCE 1
  440. | #define HAVE_ICONV 1
  441. | #define ICONV_CONST
  442. | /* end confdefs.h. */
  443. | #include <CoreFoundation/CFLocale.h>
  444. | int
  445. | main ()
  446. | {
  447. | CFLocaleCopyCurrent();
  448. | ;
  449. | return 0;
  450. | }
  451. configure:6081: result: no
  452. configure:6130: checking for GNU gettext in libc
  453. configure:6150: gcc -o conftest -g -O2 conftest.c >&5
  454. configure:6150: $? = 0
  455. configure:6159: result: yes
  456. configure:6950: checking whether to use NLS
  457. configure:6952: result: yes
  458. configure:6955: checking where the gettext function comes from
  459. configure:6966: result: libc
  460. configure:7030: checking for gawk
  461. configure:7057: result: gawk
  462. configure:7116: checking for gcc
  463. configure:7143: result: gcc
  464. configure:7372: checking for C compiler version
  465. configure:7381: gcc --version >&5
  466. gcc (GCC) 4.8.2
  467. Copyright (C) 2013 Free Software Foundation, Inc.
  468. This is free software; see the source for copying conditions. There is NO
  469. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  470.  
  471. configure:7392: $? = 0
  472. configure:7381: gcc -v >&5
  473. Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/specs
  474. COLLECT_GCC=gcc
  475. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.8.2/lto-wrapper
  476. Target: x86_64-slackware-linux
  477. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/tmp/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
  478. Thread model: posix
  479. gcc version 4.8.2 (GCC)
  480. configure:7392: $? = 0
  481. configure:7381: gcc -V >&5
  482. gcc: error: unrecognized command line option '-V'
  483. gcc: fatal error: no input files
  484. compilation terminated.
  485. configure:7392: $? = 1
  486. configure:7381: gcc -qversion >&5
  487. gcc: error: unrecognized command line option '-qversion'
  488. gcc: fatal error: no input files
  489. compilation terminated.
  490. configure:7392: $? = 1
  491. configure:7396: checking whether we are using the GNU C compiler
  492. configure:7424: result: yes
  493. configure:7433: checking whether gcc accepts -g
  494. configure:7494: result: yes
  495. configure:7511: checking for gcc option to accept ISO C89
  496. configure:7587: result: none needed
  497. configure:7612: checking whether gcc understands -c and -o together
  498. configure:7649: result: yes
  499. configure:7668: checking dependency style of gcc
  500. configure:7779: result: gcc3
  501. configure:7796: checking whether ln -s works
  502. configure:7800: result: yes
  503. configure:7807: checking whether make sets $(MAKE)
  504. configure:7829: result: yes
  505. configure:7874: checking for inline
  506. configure:7890: gcc -c -g -O2 conftest.c >&5
  507. configure:7890: $? = 0
  508. configure:7898: result: inline
  509. configure:7916: checking for mode_t
  510. configure:7916: gcc -c -g -O2 conftest.c >&5
  511. configure:7916: $? = 0
  512. configure:7916: gcc -c -g -O2 conftest.c >&5
  513. conftest.c: In function 'main':
  514. conftest.c:73:21: error: expected expression before ')' token
  515. if (sizeof ((mode_t)))
  516. ^
  517. configure:7916: $? = 1
  518. configure: failed program was:
  519. | /* confdefs.h */
  520. | #define PACKAGE_NAME "MiniDLNA"
  521. | #define PACKAGE_TARNAME "minidlna"
  522. | #define PACKAGE_VERSION "1.1.3"
  523. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  524. | #define PACKAGE_BUGREPORT ""
  525. | #define PACKAGE_URL ""
  526. | #define PACKAGE "minidlna"
  527. | #define VERSION "1.1.3"
  528. | #define STDC_HEADERS 1
  529. | #define HAVE_SYS_TYPES_H 1
  530. | #define HAVE_SYS_STAT_H 1
  531. | #define HAVE_STDLIB_H 1
  532. | #define HAVE_STRING_H 1
  533. | #define HAVE_MEMORY_H 1
  534. | #define HAVE_STRINGS_H 1
  535. | #define HAVE_INTTYPES_H 1
  536. | #define HAVE_STDINT_H 1
  537. | #define HAVE_UNISTD_H 1
  538. | #define __EXTENSIONS__ 1
  539. | #define _ALL_SOURCE 1
  540. | #define _GNU_SOURCE 1
  541. | #define _POSIX_PTHREAD_SEMANTICS 1
  542. | #define _TANDEM_SOURCE 1
  543. | #define HAVE_ICONV 1
  544. | #define ICONV_CONST
  545. | #define ENABLE_NLS 1
  546. | #define HAVE_GETTEXT 1
  547. | #define HAVE_DCGETTEXT 1
  548. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  549. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  550. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  551. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  552. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  553. | #define ROOTDEV_MODELURL OS_URL
  554. | /* end confdefs.h. */
  555. | #include <stdio.h>
  556. | #ifdef HAVE_SYS_TYPES_H
  557. | # include <sys/types.h>
  558. | #endif
  559. | #ifdef HAVE_SYS_STAT_H
  560. | # include <sys/stat.h>
  561. | #endif
  562. | #ifdef STDC_HEADERS
  563. | # include <stdlib.h>
  564. | # include <stddef.h>
  565. | #else
  566. | # ifdef HAVE_STDLIB_H
  567. | # include <stdlib.h>
  568. | # endif
  569. | #endif
  570. | #ifdef HAVE_STRING_H
  571. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  572. | # include <memory.h>
  573. | # endif
  574. | # include <string.h>
  575. | #endif
  576. | #ifdef HAVE_STRINGS_H
  577. | # include <strings.h>
  578. | #endif
  579. | #ifdef HAVE_INTTYPES_H
  580. | # include <inttypes.h>
  581. | #endif
  582. | #ifdef HAVE_STDINT_H
  583. | # include <stdint.h>
  584. | #endif
  585. | #ifdef HAVE_UNISTD_H
  586. | # include <unistd.h>
  587. | #endif
  588. | int
  589. | main ()
  590. | {
  591. | if (sizeof ((mode_t)))
  592. | return 0;
  593. | ;
  594. | return 0;
  595. | }
  596. configure:7916: result: yes
  597. configure:7927: checking for off_t
  598. configure:7927: gcc -c -g -O2 conftest.c >&5
  599. configure:7927: $? = 0
  600. configure:7927: gcc -c -g -O2 conftest.c >&5
  601. conftest.c: In function 'main':
  602. conftest.c:73:20: error: expected expression before ')' token
  603. if (sizeof ((off_t)))
  604. ^
  605. configure:7927: $? = 1
  606. configure: failed program was:
  607. | /* confdefs.h */
  608. | #define PACKAGE_NAME "MiniDLNA"
  609. | #define PACKAGE_TARNAME "minidlna"
  610. | #define PACKAGE_VERSION "1.1.3"
  611. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  612. | #define PACKAGE_BUGREPORT ""
  613. | #define PACKAGE_URL ""
  614. | #define PACKAGE "minidlna"
  615. | #define VERSION "1.1.3"
  616. | #define STDC_HEADERS 1
  617. | #define HAVE_SYS_TYPES_H 1
  618. | #define HAVE_SYS_STAT_H 1
  619. | #define HAVE_STDLIB_H 1
  620. | #define HAVE_STRING_H 1
  621. | #define HAVE_MEMORY_H 1
  622. | #define HAVE_STRINGS_H 1
  623. | #define HAVE_INTTYPES_H 1
  624. | #define HAVE_STDINT_H 1
  625. | #define HAVE_UNISTD_H 1
  626. | #define __EXTENSIONS__ 1
  627. | #define _ALL_SOURCE 1
  628. | #define _GNU_SOURCE 1
  629. | #define _POSIX_PTHREAD_SEMANTICS 1
  630. | #define _TANDEM_SOURCE 1
  631. | #define HAVE_ICONV 1
  632. | #define ICONV_CONST
  633. | #define ENABLE_NLS 1
  634. | #define HAVE_GETTEXT 1
  635. | #define HAVE_DCGETTEXT 1
  636. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  637. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  638. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  639. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  640. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  641. | #define ROOTDEV_MODELURL OS_URL
  642. | /* end confdefs.h. */
  643. | #include <stdio.h>
  644. | #ifdef HAVE_SYS_TYPES_H
  645. | # include <sys/types.h>
  646. | #endif
  647. | #ifdef HAVE_SYS_STAT_H
  648. | # include <sys/stat.h>
  649. | #endif
  650. | #ifdef STDC_HEADERS
  651. | # include <stdlib.h>
  652. | # include <stddef.h>
  653. | #else
  654. | # ifdef HAVE_STDLIB_H
  655. | # include <stdlib.h>
  656. | # endif
  657. | #endif
  658. | #ifdef HAVE_STRING_H
  659. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  660. | # include <memory.h>
  661. | # endif
  662. | # include <string.h>
  663. | #endif
  664. | #ifdef HAVE_STRINGS_H
  665. | # include <strings.h>
  666. | #endif
  667. | #ifdef HAVE_INTTYPES_H
  668. | # include <inttypes.h>
  669. | #endif
  670. | #ifdef HAVE_STDINT_H
  671. | # include <stdint.h>
  672. | #endif
  673. | #ifdef HAVE_UNISTD_H
  674. | # include <unistd.h>
  675. | #endif
  676. | int
  677. | main ()
  678. | {
  679. | if (sizeof ((off_t)))
  680. | return 0;
  681. | ;
  682. | return 0;
  683. | }
  684. configure:7927: result: yes
  685. configure:7938: checking for pid_t
  686. configure:7938: gcc -c -g -O2 conftest.c >&5
  687. configure:7938: $? = 0
  688. configure:7938: gcc -c -g -O2 conftest.c >&5
  689. conftest.c: In function 'main':
  690. conftest.c:73:20: error: expected expression before ')' token
  691. if (sizeof ((pid_t)))
  692. ^
  693. configure:7938: $? = 1
  694. configure: failed program was:
  695. | /* confdefs.h */
  696. | #define PACKAGE_NAME "MiniDLNA"
  697. | #define PACKAGE_TARNAME "minidlna"
  698. | #define PACKAGE_VERSION "1.1.3"
  699. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  700. | #define PACKAGE_BUGREPORT ""
  701. | #define PACKAGE_URL ""
  702. | #define PACKAGE "minidlna"
  703. | #define VERSION "1.1.3"
  704. | #define STDC_HEADERS 1
  705. | #define HAVE_SYS_TYPES_H 1
  706. | #define HAVE_SYS_STAT_H 1
  707. | #define HAVE_STDLIB_H 1
  708. | #define HAVE_STRING_H 1
  709. | #define HAVE_MEMORY_H 1
  710. | #define HAVE_STRINGS_H 1
  711. | #define HAVE_INTTYPES_H 1
  712. | #define HAVE_STDINT_H 1
  713. | #define HAVE_UNISTD_H 1
  714. | #define __EXTENSIONS__ 1
  715. | #define _ALL_SOURCE 1
  716. | #define _GNU_SOURCE 1
  717. | #define _POSIX_PTHREAD_SEMANTICS 1
  718. | #define _TANDEM_SOURCE 1
  719. | #define HAVE_ICONV 1
  720. | #define ICONV_CONST
  721. | #define ENABLE_NLS 1
  722. | #define HAVE_GETTEXT 1
  723. | #define HAVE_DCGETTEXT 1
  724. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  725. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  726. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  727. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  728. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  729. | #define ROOTDEV_MODELURL OS_URL
  730. | /* end confdefs.h. */
  731. | #include <stdio.h>
  732. | #ifdef HAVE_SYS_TYPES_H
  733. | # include <sys/types.h>
  734. | #endif
  735. | #ifdef HAVE_SYS_STAT_H
  736. | # include <sys/stat.h>
  737. | #endif
  738. | #ifdef STDC_HEADERS
  739. | # include <stdlib.h>
  740. | # include <stddef.h>
  741. | #else
  742. | # ifdef HAVE_STDLIB_H
  743. | # include <stdlib.h>
  744. | # endif
  745. | #endif
  746. | #ifdef HAVE_STRING_H
  747. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  748. | # include <memory.h>
  749. | # endif
  750. | # include <string.h>
  751. | #endif
  752. | #ifdef HAVE_STRINGS_H
  753. | # include <strings.h>
  754. | #endif
  755. | #ifdef HAVE_INTTYPES_H
  756. | # include <inttypes.h>
  757. | #endif
  758. | #ifdef HAVE_STDINT_H
  759. | # include <stdint.h>
  760. | #endif
  761. | #ifdef HAVE_UNISTD_H
  762. | # include <unistd.h>
  763. | #endif
  764. | int
  765. | main ()
  766. | {
  767. | if (sizeof ((pid_t)))
  768. | return 0;
  769. | ;
  770. | return 0;
  771. | }
  772. configure:7938: result: yes
  773. configure:7949: checking for size_t
  774. configure:7949: gcc -c -g -O2 conftest.c >&5
  775. configure:7949: $? = 0
  776. configure:7949: gcc -c -g -O2 conftest.c >&5
  777. conftest.c: In function 'main':
  778. conftest.c:73:21: error: expected expression before ')' token
  779. if (sizeof ((size_t)))
  780. ^
  781. configure:7949: $? = 1
  782. configure: failed program was:
  783. | /* confdefs.h */
  784. | #define PACKAGE_NAME "MiniDLNA"
  785. | #define PACKAGE_TARNAME "minidlna"
  786. | #define PACKAGE_VERSION "1.1.3"
  787. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  788. | #define PACKAGE_BUGREPORT ""
  789. | #define PACKAGE_URL ""
  790. | #define PACKAGE "minidlna"
  791. | #define VERSION "1.1.3"
  792. | #define STDC_HEADERS 1
  793. | #define HAVE_SYS_TYPES_H 1
  794. | #define HAVE_SYS_STAT_H 1
  795. | #define HAVE_STDLIB_H 1
  796. | #define HAVE_STRING_H 1
  797. | #define HAVE_MEMORY_H 1
  798. | #define HAVE_STRINGS_H 1
  799. | #define HAVE_INTTYPES_H 1
  800. | #define HAVE_STDINT_H 1
  801. | #define HAVE_UNISTD_H 1
  802. | #define __EXTENSIONS__ 1
  803. | #define _ALL_SOURCE 1
  804. | #define _GNU_SOURCE 1
  805. | #define _POSIX_PTHREAD_SEMANTICS 1
  806. | #define _TANDEM_SOURCE 1
  807. | #define HAVE_ICONV 1
  808. | #define ICONV_CONST
  809. | #define ENABLE_NLS 1
  810. | #define HAVE_GETTEXT 1
  811. | #define HAVE_DCGETTEXT 1
  812. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  813. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  814. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  815. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  816. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  817. | #define ROOTDEV_MODELURL OS_URL
  818. | /* end confdefs.h. */
  819. | #include <stdio.h>
  820. | #ifdef HAVE_SYS_TYPES_H
  821. | # include <sys/types.h>
  822. | #endif
  823. | #ifdef HAVE_SYS_STAT_H
  824. | # include <sys/stat.h>
  825. | #endif
  826. | #ifdef STDC_HEADERS
  827. | # include <stdlib.h>
  828. | # include <stddef.h>
  829. | #else
  830. | # ifdef HAVE_STDLIB_H
  831. | # include <stdlib.h>
  832. | # endif
  833. | #endif
  834. | #ifdef HAVE_STRING_H
  835. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  836. | # include <memory.h>
  837. | # endif
  838. | # include <string.h>
  839. | #endif
  840. | #ifdef HAVE_STRINGS_H
  841. | # include <strings.h>
  842. | #endif
  843. | #ifdef HAVE_INTTYPES_H
  844. | # include <inttypes.h>
  845. | #endif
  846. | #ifdef HAVE_STDINT_H
  847. | # include <stdint.h>
  848. | #endif
  849. | #ifdef HAVE_UNISTD_H
  850. | # include <unistd.h>
  851. | #endif
  852. | int
  853. | main ()
  854. | {
  855. | if (sizeof ((size_t)))
  856. | return 0;
  857. | ;
  858. | return 0;
  859. | }
  860. configure:7949: result: yes
  861. configure:7960: checking for uint8_t
  862. configure:7960: gcc -c -g -O2 conftest.c >&5
  863. configure:7960: $? = 0
  864. configure:7960: result: yes
  865. configure:7974: checking for int32_t
  866. configure:7974: gcc -c -g -O2 conftest.c >&5
  867. configure:7974: $? = 0
  868. configure:7974: gcc -c -g -O2 conftest.c >&5
  869. conftest.c: In function 'main':
  870. conftest.c:75:53: warning: integer overflow in expression [-Woverflow]
  871. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  872. ^
  873. conftest.c:74:12: error: storage size of 'test_array' isn't constant
  874. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  875. ^
  876. configure:7974: $? = 1
  877. configure: failed program was:
  878. | /* confdefs.h */
  879. | #define PACKAGE_NAME "MiniDLNA"
  880. | #define PACKAGE_TARNAME "minidlna"
  881. | #define PACKAGE_VERSION "1.1.3"
  882. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  883. | #define PACKAGE_BUGREPORT ""
  884. | #define PACKAGE_URL ""
  885. | #define PACKAGE "minidlna"
  886. | #define VERSION "1.1.3"
  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 __EXTENSIONS__ 1
  898. | #define _ALL_SOURCE 1
  899. | #define _GNU_SOURCE 1
  900. | #define _POSIX_PTHREAD_SEMANTICS 1
  901. | #define _TANDEM_SOURCE 1
  902. | #define HAVE_ICONV 1
  903. | #define ICONV_CONST
  904. | #define ENABLE_NLS 1
  905. | #define HAVE_GETTEXT 1
  906. | #define HAVE_DCGETTEXT 1
  907. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  908. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  909. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  910. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  911. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  912. | #define ROOTDEV_MODELURL OS_URL
  913. | /* end confdefs.h. */
  914. | #include <stdio.h>
  915. | #ifdef HAVE_SYS_TYPES_H
  916. | # include <sys/types.h>
  917. | #endif
  918. | #ifdef HAVE_SYS_STAT_H
  919. | # include <sys/stat.h>
  920. | #endif
  921. | #ifdef STDC_HEADERS
  922. | # include <stdlib.h>
  923. | # include <stddef.h>
  924. | #else
  925. | # ifdef HAVE_STDLIB_H
  926. | # include <stdlib.h>
  927. | # endif
  928. | #endif
  929. | #ifdef HAVE_STRING_H
  930. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  931. | # include <memory.h>
  932. | # endif
  933. | # include <string.h>
  934. | #endif
  935. | #ifdef HAVE_STRINGS_H
  936. | # include <strings.h>
  937. | #endif
  938. | #ifdef HAVE_INTTYPES_H
  939. | # include <inttypes.h>
  940. | #endif
  941. | #ifdef HAVE_STDINT_H
  942. | # include <stdint.h>
  943. | #endif
  944. | #ifdef HAVE_UNISTD_H
  945. | # include <unistd.h>
  946. | #endif
  947. | enum { N = 32 / 2 - 1 };
  948. | int
  949. | main ()
  950. | {
  951. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  952. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  953. | test_array [0] = 0;
  954. | return test_array [0];
  955. |
  956. | ;
  957. | return 0;
  958. | }
  959. configure:7974: result: yes
  960. configure:7985: checking for uint32_t
  961. configure:7985: gcc -c -g -O2 conftest.c >&5
  962. configure:7985: $? = 0
  963. configure:7985: result: yes
  964. configure:7999: checking for uint64_t
  965. configure:7999: gcc -c -g -O2 conftest.c >&5
  966. configure:7999: $? = 0
  967. configure:7999: result: yes
  968. configure:8013: checking for ssize_t
  969. configure:8013: gcc -c -g -O2 conftest.c >&5
  970. configure:8013: $? = 0
  971. configure:8013: gcc -c -g -O2 conftest.c >&5
  972. conftest.c: In function 'main':
  973. conftest.c:73:22: error: expected expression before ')' token
  974. if (sizeof ((ssize_t)))
  975. ^
  976. configure:8013: $? = 1
  977. configure: failed program was:
  978. | /* confdefs.h */
  979. | #define PACKAGE_NAME "MiniDLNA"
  980. | #define PACKAGE_TARNAME "minidlna"
  981. | #define PACKAGE_VERSION "1.1.3"
  982. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  983. | #define PACKAGE_BUGREPORT ""
  984. | #define PACKAGE_URL ""
  985. | #define PACKAGE "minidlna"
  986. | #define VERSION "1.1.3"
  987. | #define STDC_HEADERS 1
  988. | #define HAVE_SYS_TYPES_H 1
  989. | #define HAVE_SYS_STAT_H 1
  990. | #define HAVE_STDLIB_H 1
  991. | #define HAVE_STRING_H 1
  992. | #define HAVE_MEMORY_H 1
  993. | #define HAVE_STRINGS_H 1
  994. | #define HAVE_INTTYPES_H 1
  995. | #define HAVE_STDINT_H 1
  996. | #define HAVE_UNISTD_H 1
  997. | #define __EXTENSIONS__ 1
  998. | #define _ALL_SOURCE 1
  999. | #define _GNU_SOURCE 1
  1000. | #define _POSIX_PTHREAD_SEMANTICS 1
  1001. | #define _TANDEM_SOURCE 1
  1002. | #define HAVE_ICONV 1
  1003. | #define ICONV_CONST
  1004. | #define ENABLE_NLS 1
  1005. | #define HAVE_GETTEXT 1
  1006. | #define HAVE_DCGETTEXT 1
  1007. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1008. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1009. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1010. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1011. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1012. | #define ROOTDEV_MODELURL OS_URL
  1013. | /* end confdefs.h. */
  1014. | #include <stdio.h>
  1015. | #ifdef HAVE_SYS_TYPES_H
  1016. | # include <sys/types.h>
  1017. | #endif
  1018. | #ifdef HAVE_SYS_STAT_H
  1019. | # include <sys/stat.h>
  1020. | #endif
  1021. | #ifdef STDC_HEADERS
  1022. | # include <stdlib.h>
  1023. | # include <stddef.h>
  1024. | #else
  1025. | # ifdef HAVE_STDLIB_H
  1026. | # include <stdlib.h>
  1027. | # endif
  1028. | #endif
  1029. | #ifdef HAVE_STRING_H
  1030. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1031. | # include <memory.h>
  1032. | # endif
  1033. | # include <string.h>
  1034. | #endif
  1035. | #ifdef HAVE_STRINGS_H
  1036. | # include <strings.h>
  1037. | #endif
  1038. | #ifdef HAVE_INTTYPES_H
  1039. | # include <inttypes.h>
  1040. | #endif
  1041. | #ifdef HAVE_STDINT_H
  1042. | # include <stdint.h>
  1043. | #endif
  1044. | #ifdef HAVE_UNISTD_H
  1045. | # include <unistd.h>
  1046. | #endif
  1047. | int
  1048. | main ()
  1049. | {
  1050. | if (sizeof ((ssize_t)))
  1051. | return 0;
  1052. | ;
  1053. | return 0;
  1054. | }
  1055. configure:8013: result: yes
  1056. configure:8027: checking for dirent.h that defines DIR
  1057. configure:8046: gcc -c -g -O2 conftest.c >&5
  1058. configure:8046: $? = 0
  1059. configure:8054: result: yes
  1060. configure:8067: checking for library containing opendir
  1061. configure:8098: gcc -o conftest -g -O2 conftest.c >&5
  1062. configure:8098: $? = 0
  1063. configure:8115: result: none required
  1064. configure:8184: checking for struct dirent.d_type
  1065. configure:8184: gcc -c -g -O2 conftest.c >&5
  1066. configure:8184: $? = 0
  1067. configure:8184: result: yes
  1068. configure:8212: checking for struct stat.st_blocks
  1069. configure:8212: gcc -c -g -O2 conftest.c >&5
  1070. configure:8212: $? = 0
  1071. configure:8212: result: yes
  1072. configure:8232: checking for stdbool.h that conforms to C99
  1073. configure:8299: gcc -c -g -O2 conftest.c >&5
  1074. configure:8299: $? = 0
  1075. configure:8306: result: yes
  1076. configure:8308: checking for _Bool
  1077. configure:8308: gcc -c -g -O2 conftest.c >&5
  1078. configure:8308: $? = 0
  1079. configure:8308: gcc -c -g -O2 conftest.c >&5
  1080. conftest.c: In function 'main':
  1081. conftest.c:77:20: error: expected expression before ')' token
  1082. if (sizeof ((_Bool)))
  1083. ^
  1084. configure:8308: $? = 1
  1085. configure: failed program was:
  1086. | /* confdefs.h */
  1087. | #define PACKAGE_NAME "MiniDLNA"
  1088. | #define PACKAGE_TARNAME "minidlna"
  1089. | #define PACKAGE_VERSION "1.1.3"
  1090. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1091. | #define PACKAGE_BUGREPORT ""
  1092. | #define PACKAGE_URL ""
  1093. | #define PACKAGE "minidlna"
  1094. | #define VERSION "1.1.3"
  1095. | #define STDC_HEADERS 1
  1096. | #define HAVE_SYS_TYPES_H 1
  1097. | #define HAVE_SYS_STAT_H 1
  1098. | #define HAVE_STDLIB_H 1
  1099. | #define HAVE_STRING_H 1
  1100. | #define HAVE_MEMORY_H 1
  1101. | #define HAVE_STRINGS_H 1
  1102. | #define HAVE_INTTYPES_H 1
  1103. | #define HAVE_STDINT_H 1
  1104. | #define HAVE_UNISTD_H 1
  1105. | #define __EXTENSIONS__ 1
  1106. | #define _ALL_SOURCE 1
  1107. | #define _GNU_SOURCE 1
  1108. | #define _POSIX_PTHREAD_SEMANTICS 1
  1109. | #define _TANDEM_SOURCE 1
  1110. | #define HAVE_ICONV 1
  1111. | #define ICONV_CONST
  1112. | #define ENABLE_NLS 1
  1113. | #define HAVE_GETTEXT 1
  1114. | #define HAVE_DCGETTEXT 1
  1115. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1116. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1117. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1118. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1119. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1120. | #define ROOTDEV_MODELURL OS_URL
  1121. | #define HAVE_DIRENT_H 1
  1122. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1123. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1124. | #define HAVE_ST_BLOCKS 1
  1125. | /* end confdefs.h. */
  1126. | #include <stdio.h>
  1127. | #ifdef HAVE_SYS_TYPES_H
  1128. | # include <sys/types.h>
  1129. | #endif
  1130. | #ifdef HAVE_SYS_STAT_H
  1131. | # include <sys/stat.h>
  1132. | #endif
  1133. | #ifdef STDC_HEADERS
  1134. | # include <stdlib.h>
  1135. | # include <stddef.h>
  1136. | #else
  1137. | # ifdef HAVE_STDLIB_H
  1138. | # include <stdlib.h>
  1139. | # endif
  1140. | #endif
  1141. | #ifdef HAVE_STRING_H
  1142. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1143. | # include <memory.h>
  1144. | # endif
  1145. | # include <string.h>
  1146. | #endif
  1147. | #ifdef HAVE_STRINGS_H
  1148. | # include <strings.h>
  1149. | #endif
  1150. | #ifdef HAVE_INTTYPES_H
  1151. | # include <inttypes.h>
  1152. | #endif
  1153. | #ifdef HAVE_STDINT_H
  1154. | # include <stdint.h>
  1155. | #endif
  1156. | #ifdef HAVE_UNISTD_H
  1157. | # include <unistd.h>
  1158. | #endif
  1159. | int
  1160. | main ()
  1161. | {
  1162. | if (sizeof ((_Bool)))
  1163. | return 0;
  1164. | ;
  1165. | return 0;
  1166. | }
  1167. configure:8308: result: yes
  1168. configure:8325: checking whether byte ordering is bigendian
  1169. configure:8340: gcc -c -g -O2 conftest.c >&5
  1170. conftest.c:44:9: error: unknown type name 'not'
  1171. not a universal capable compiler
  1172. ^
  1173. conftest.c:44:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  1174. not a universal capable compiler
  1175. ^
  1176. conftest.c:44:15: error: unknown type name 'universal'
  1177. configure:8340: $? = 1
  1178. configure: failed program was:
  1179. | /* confdefs.h */
  1180. | #define PACKAGE_NAME "MiniDLNA"
  1181. | #define PACKAGE_TARNAME "minidlna"
  1182. | #define PACKAGE_VERSION "1.1.3"
  1183. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1184. | #define PACKAGE_BUGREPORT ""
  1185. | #define PACKAGE_URL ""
  1186. | #define PACKAGE "minidlna"
  1187. | #define VERSION "1.1.3"
  1188. | #define STDC_HEADERS 1
  1189. | #define HAVE_SYS_TYPES_H 1
  1190. | #define HAVE_SYS_STAT_H 1
  1191. | #define HAVE_STDLIB_H 1
  1192. | #define HAVE_STRING_H 1
  1193. | #define HAVE_MEMORY_H 1
  1194. | #define HAVE_STRINGS_H 1
  1195. | #define HAVE_INTTYPES_H 1
  1196. | #define HAVE_STDINT_H 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | #define __EXTENSIONS__ 1
  1199. | #define _ALL_SOURCE 1
  1200. | #define _GNU_SOURCE 1
  1201. | #define _POSIX_PTHREAD_SEMANTICS 1
  1202. | #define _TANDEM_SOURCE 1
  1203. | #define HAVE_ICONV 1
  1204. | #define ICONV_CONST
  1205. | #define ENABLE_NLS 1
  1206. | #define HAVE_GETTEXT 1
  1207. | #define HAVE_DCGETTEXT 1
  1208. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1209. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1210. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1211. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1212. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1213. | #define ROOTDEV_MODELURL OS_URL
  1214. | #define HAVE_DIRENT_H 1
  1215. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1216. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1217. | #define HAVE_ST_BLOCKS 1
  1218. | #define HAVE__BOOL 1
  1219. | #define HAVE_STDBOOL_H 1
  1220. | /* end confdefs.h. */
  1221. | #ifndef __APPLE_CC__
  1222. | not a universal capable compiler
  1223. | #endif
  1224. | typedef int dummy;
  1225. |
  1226. configure:8385: gcc -c -g -O2 conftest.c >&5
  1227. configure:8385: $? = 0
  1228. configure:8403: gcc -c -g -O2 conftest.c >&5
  1229. conftest.c: In function 'main':
  1230. conftest.c:50:4: error: unknown type name 'not'
  1231. not big endian
  1232. ^
  1233. conftest.c:50:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  1234. not big endian
  1235. ^
  1236. configure:8403: $? = 1
  1237. configure: failed program was:
  1238. | /* confdefs.h */
  1239. | #define PACKAGE_NAME "MiniDLNA"
  1240. | #define PACKAGE_TARNAME "minidlna"
  1241. | #define PACKAGE_VERSION "1.1.3"
  1242. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1243. | #define PACKAGE_BUGREPORT ""
  1244. | #define PACKAGE_URL ""
  1245. | #define PACKAGE "minidlna"
  1246. | #define VERSION "1.1.3"
  1247. | #define STDC_HEADERS 1
  1248. | #define HAVE_SYS_TYPES_H 1
  1249. | #define HAVE_SYS_STAT_H 1
  1250. | #define HAVE_STDLIB_H 1
  1251. | #define HAVE_STRING_H 1
  1252. | #define HAVE_MEMORY_H 1
  1253. | #define HAVE_STRINGS_H 1
  1254. | #define HAVE_INTTYPES_H 1
  1255. | #define HAVE_STDINT_H 1
  1256. | #define HAVE_UNISTD_H 1
  1257. | #define __EXTENSIONS__ 1
  1258. | #define _ALL_SOURCE 1
  1259. | #define _GNU_SOURCE 1
  1260. | #define _POSIX_PTHREAD_SEMANTICS 1
  1261. | #define _TANDEM_SOURCE 1
  1262. | #define HAVE_ICONV 1
  1263. | #define ICONV_CONST
  1264. | #define ENABLE_NLS 1
  1265. | #define HAVE_GETTEXT 1
  1266. | #define HAVE_DCGETTEXT 1
  1267. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1268. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1269. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1270. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1271. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1272. | #define ROOTDEV_MODELURL OS_URL
  1273. | #define HAVE_DIRENT_H 1
  1274. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1275. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1276. | #define HAVE_ST_BLOCKS 1
  1277. | #define HAVE__BOOL 1
  1278. | #define HAVE_STDBOOL_H 1
  1279. | /* end confdefs.h. */
  1280. | #include <sys/types.h>
  1281. | #include <sys/param.h>
  1282. |
  1283. | int
  1284. | main ()
  1285. | {
  1286. | #if BYTE_ORDER != BIG_ENDIAN
  1287. | not big endian
  1288. | #endif
  1289. |
  1290. | ;
  1291. | return 0;
  1292. | }
  1293. configure:8531: result: no
  1294. configure:8553: checking vfork.h usability
  1295. configure:8553: gcc -c -g -O2 conftest.c >&5
  1296. conftest.c:76:19: fatal error: vfork.h: No such file or directory
  1297. #include <vfork.h>
  1298. ^
  1299. compilation terminated.
  1300. configure:8553: $? = 1
  1301. configure: failed program was:
  1302. | /* confdefs.h */
  1303. | #define PACKAGE_NAME "MiniDLNA"
  1304. | #define PACKAGE_TARNAME "minidlna"
  1305. | #define PACKAGE_VERSION "1.1.3"
  1306. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1307. | #define PACKAGE_BUGREPORT ""
  1308. | #define PACKAGE_URL ""
  1309. | #define PACKAGE "minidlna"
  1310. | #define VERSION "1.1.3"
  1311. | #define STDC_HEADERS 1
  1312. | #define HAVE_SYS_TYPES_H 1
  1313. | #define HAVE_SYS_STAT_H 1
  1314. | #define HAVE_STDLIB_H 1
  1315. | #define HAVE_STRING_H 1
  1316. | #define HAVE_MEMORY_H 1
  1317. | #define HAVE_STRINGS_H 1
  1318. | #define HAVE_INTTYPES_H 1
  1319. | #define HAVE_STDINT_H 1
  1320. | #define HAVE_UNISTD_H 1
  1321. | #define __EXTENSIONS__ 1
  1322. | #define _ALL_SOURCE 1
  1323. | #define _GNU_SOURCE 1
  1324. | #define _POSIX_PTHREAD_SEMANTICS 1
  1325. | #define _TANDEM_SOURCE 1
  1326. | #define HAVE_ICONV 1
  1327. | #define ICONV_CONST
  1328. | #define ENABLE_NLS 1
  1329. | #define HAVE_GETTEXT 1
  1330. | #define HAVE_DCGETTEXT 1
  1331. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1332. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1333. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1334. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1335. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1336. | #define ROOTDEV_MODELURL OS_URL
  1337. | #define HAVE_DIRENT_H 1
  1338. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1339. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1340. | #define HAVE_ST_BLOCKS 1
  1341. | #define HAVE__BOOL 1
  1342. | #define HAVE_STDBOOL_H 1
  1343. | /* end confdefs.h. */
  1344. | #include <stdio.h>
  1345. | #ifdef HAVE_SYS_TYPES_H
  1346. | # include <sys/types.h>
  1347. | #endif
  1348. | #ifdef HAVE_SYS_STAT_H
  1349. | # include <sys/stat.h>
  1350. | #endif
  1351. | #ifdef STDC_HEADERS
  1352. | # include <stdlib.h>
  1353. | # include <stddef.h>
  1354. | #else
  1355. | # ifdef HAVE_STDLIB_H
  1356. | # include <stdlib.h>
  1357. | # endif
  1358. | #endif
  1359. | #ifdef HAVE_STRING_H
  1360. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1361. | # include <memory.h>
  1362. | # endif
  1363. | # include <string.h>
  1364. | #endif
  1365. | #ifdef HAVE_STRINGS_H
  1366. | # include <strings.h>
  1367. | #endif
  1368. | #ifdef HAVE_INTTYPES_H
  1369. | # include <inttypes.h>
  1370. | #endif
  1371. | #ifdef HAVE_STDINT_H
  1372. | # include <stdint.h>
  1373. | #endif
  1374. | #ifdef HAVE_UNISTD_H
  1375. | # include <unistd.h>
  1376. | #endif
  1377. | #include <vfork.h>
  1378. configure:8553: result: no
  1379. configure:8553: checking vfork.h presence
  1380. configure:8553: gcc -E conftest.c
  1381. conftest.c:43:19: fatal error: vfork.h: No such file or directory
  1382. #include <vfork.h>
  1383. ^
  1384. compilation terminated.
  1385. configure:8553: $? = 1
  1386. configure: failed program was:
  1387. | /* confdefs.h */
  1388. | #define PACKAGE_NAME "MiniDLNA"
  1389. | #define PACKAGE_TARNAME "minidlna"
  1390. | #define PACKAGE_VERSION "1.1.3"
  1391. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1392. | #define PACKAGE_BUGREPORT ""
  1393. | #define PACKAGE_URL ""
  1394. | #define PACKAGE "minidlna"
  1395. | #define VERSION "1.1.3"
  1396. | #define STDC_HEADERS 1
  1397. | #define HAVE_SYS_TYPES_H 1
  1398. | #define HAVE_SYS_STAT_H 1
  1399. | #define HAVE_STDLIB_H 1
  1400. | #define HAVE_STRING_H 1
  1401. | #define HAVE_MEMORY_H 1
  1402. | #define HAVE_STRINGS_H 1
  1403. | #define HAVE_INTTYPES_H 1
  1404. | #define HAVE_STDINT_H 1
  1405. | #define HAVE_UNISTD_H 1
  1406. | #define __EXTENSIONS__ 1
  1407. | #define _ALL_SOURCE 1
  1408. | #define _GNU_SOURCE 1
  1409. | #define _POSIX_PTHREAD_SEMANTICS 1
  1410. | #define _TANDEM_SOURCE 1
  1411. | #define HAVE_ICONV 1
  1412. | #define ICONV_CONST
  1413. | #define ENABLE_NLS 1
  1414. | #define HAVE_GETTEXT 1
  1415. | #define HAVE_DCGETTEXT 1
  1416. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1417. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1418. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1419. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1420. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1421. | #define ROOTDEV_MODELURL OS_URL
  1422. | #define HAVE_DIRENT_H 1
  1423. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1424. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1425. | #define HAVE_ST_BLOCKS 1
  1426. | #define HAVE__BOOL 1
  1427. | #define HAVE_STDBOOL_H 1
  1428. | /* end confdefs.h. */
  1429. | #include <vfork.h>
  1430. configure:8553: result: no
  1431. configure:8553: checking for vfork.h
  1432. configure:8553: result: no
  1433. configure:8566: checking for fork
  1434. configure:8566: gcc -o conftest -g -O2 conftest.c >&5
  1435. conftest.c:66:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  1436. char fork ();
  1437. ^
  1438. configure:8566: $? = 0
  1439. configure:8566: result: yes
  1440. configure:8566: checking for vfork
  1441. configure:8566: gcc -o conftest -g -O2 conftest.c >&5
  1442. configure:8566: $? = 0
  1443. configure:8566: result: yes
  1444. configure:8576: checking for working fork
  1445. configure:8598: gcc -o conftest -g -O2 conftest.c >&5
  1446. configure:8598: $? = 0
  1447. configure:8598: ./conftest
  1448. configure:8598: $? = 0
  1449. configure:8608: result: yes
  1450. configure:8629: checking for working vfork
  1451. configure:8739: result: yes
  1452. configure:8764: checking whether lstat correctly handles trailing slash
  1453. configure:8790: gcc -o conftest -g -O2 conftest.c >&5
  1454. configure:8790: $? = 0
  1455. configure:8790: ./conftest
  1456. configure:8790: $? = 0
  1457. configure:8807: result: yes
  1458. configure:8829: checking for gethostname
  1459. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1460. configure:8829: $? = 0
  1461. configure:8829: result: yes
  1462. configure:8829: checking for getifaddrs
  1463. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1464. configure:8829: $? = 0
  1465. configure:8829: result: yes
  1466. configure:8829: checking for gettimeofday
  1467. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1468. configure:8829: $? = 0
  1469. configure:8829: result: yes
  1470. configure:8829: checking for inet_ntoa
  1471. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1472. configure:8829: $? = 0
  1473. configure:8829: result: yes
  1474. configure:8829: checking for memmove
  1475. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1476. conftest.c:75:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  1477. char memmove ();
  1478. ^
  1479. configure:8829: $? = 0
  1480. configure:8829: result: yes
  1481. configure:8829: checking for memset
  1482. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1483. conftest.c:76:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  1484. char memset ();
  1485. ^
  1486. configure:8829: $? = 0
  1487. configure:8829: result: yes
  1488. configure:8829: checking for mkdir
  1489. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1490. configure:8829: $? = 0
  1491. configure:8829: result: yes
  1492. configure:8829: checking for realpath
  1493. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1494. configure:8829: $? = 0
  1495. configure:8829: result: yes
  1496. configure:8829: checking for select
  1497. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1498. configure:8829: $? = 0
  1499. configure:8829: result: yes
  1500. configure:8829: checking for sendfile
  1501. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1502. configure:8829: $? = 0
  1503. configure:8829: result: yes
  1504. configure:8829: checking for setlocale
  1505. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1506. configure:8829: $? = 0
  1507. configure:8829: result: yes
  1508. configure:8829: checking for socket
  1509. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1510. configure:8829: $? = 0
  1511. configure:8829: result: yes
  1512. configure:8829: checking for strcasecmp
  1513. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1514. conftest.c:83:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1515. char strcasecmp ();
  1516. ^
  1517. configure:8829: $? = 0
  1518. configure:8829: result: yes
  1519. configure:8829: checking for strchr
  1520. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1521. conftest.c:84:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1522. char strchr ();
  1523. ^
  1524. configure:8829: $? = 0
  1525. configure:8829: result: yes
  1526. configure:8829: checking for strdup
  1527. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1528. conftest.c:85:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1529. char strdup ();
  1530. ^
  1531. configure:8829: $? = 0
  1532. configure:8829: result: yes
  1533. configure:8829: checking for strerror
  1534. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1535. configure:8829: $? = 0
  1536. configure:8829: result: yes
  1537. configure:8829: checking for strncasecmp
  1538. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1539. conftest.c:87:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1540. char strncasecmp ();
  1541. ^
  1542. configure:8829: $? = 0
  1543. configure:8829: result: yes
  1544. configure:8829: checking for strpbrk
  1545. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1546. conftest.c:88:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
  1547. char strpbrk ();
  1548. ^
  1549. configure:8829: $? = 0
  1550. configure:8829: result: yes
  1551. configure:8829: checking for strrchr
  1552. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1553. conftest.c:89:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1554. char strrchr ();
  1555. ^
  1556. configure:8829: $? = 0
  1557. configure:8829: result: yes
  1558. configure:8829: checking for strstr
  1559. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1560. conftest.c:90:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1561. char strstr ();
  1562. ^
  1563. configure:8829: $? = 0
  1564. configure:8829: result: yes
  1565. configure:8829: checking for strtol
  1566. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1567. configure:8829: $? = 0
  1568. configure:8829: result: yes
  1569. configure:8829: checking for strtoul
  1570. configure:8829: gcc -o conftest -g -O2 conftest.c >&5
  1571. configure:8829: $? = 0
  1572. configure:8829: result: yes
  1573. configure:8842: checking for struct ip_mreqn
  1574. configure:8858: gcc -c -g -O2 conftest.c >&5
  1575. configure:8858: $? = 0
  1576. configure:8861: result: yes
  1577. configure:8940: checking syscall.h usability
  1578. configure:8940: gcc -c -g -O2 conftest.c >&5
  1579. configure:8940: $? = 0
  1580. configure:8940: result: yes
  1581. configure:8940: checking syscall.h presence
  1582. configure:8940: gcc -E conftest.c
  1583. configure:8940: $? = 0
  1584. configure:8940: result: yes
  1585. configure:8940: checking for syscall.h
  1586. configure:8940: result: yes
  1587. configure:8940: checking sys/syscall.h usability
  1588. configure:8940: gcc -c -g -O2 conftest.c >&5
  1589. configure:8940: $? = 0
  1590. configure:8940: result: yes
  1591. configure:8940: checking sys/syscall.h presence
  1592. configure:8940: gcc -E conftest.c
  1593. configure:8940: $? = 0
  1594. configure:8940: result: yes
  1595. configure:8940: checking for sys/syscall.h
  1596. configure:8940: result: yes
  1597. configure:8940: checking mach/mach_time.h usability
  1598. configure:8940: gcc -c -g -O2 conftest.c >&5
  1599. conftest.c:106:28: fatal error: mach/mach_time.h: No such file or directory
  1600. #include <mach/mach_time.h>
  1601. ^
  1602. compilation terminated.
  1603. configure:8940: $? = 1
  1604. configure: failed program was:
  1605. | /* confdefs.h */
  1606. | #define PACKAGE_NAME "MiniDLNA"
  1607. | #define PACKAGE_TARNAME "minidlna"
  1608. | #define PACKAGE_VERSION "1.1.3"
  1609. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1610. | #define PACKAGE_BUGREPORT ""
  1611. | #define PACKAGE_URL ""
  1612. | #define PACKAGE "minidlna"
  1613. | #define VERSION "1.1.3"
  1614. | #define STDC_HEADERS 1
  1615. | #define HAVE_SYS_TYPES_H 1
  1616. | #define HAVE_SYS_STAT_H 1
  1617. | #define HAVE_STDLIB_H 1
  1618. | #define HAVE_STRING_H 1
  1619. | #define HAVE_MEMORY_H 1
  1620. | #define HAVE_STRINGS_H 1
  1621. | #define HAVE_INTTYPES_H 1
  1622. | #define HAVE_STDINT_H 1
  1623. | #define HAVE_UNISTD_H 1
  1624. | #define __EXTENSIONS__ 1
  1625. | #define _ALL_SOURCE 1
  1626. | #define _GNU_SOURCE 1
  1627. | #define _POSIX_PTHREAD_SEMANTICS 1
  1628. | #define _TANDEM_SOURCE 1
  1629. | #define HAVE_ICONV 1
  1630. | #define ICONV_CONST
  1631. | #define ENABLE_NLS 1
  1632. | #define HAVE_GETTEXT 1
  1633. | #define HAVE_DCGETTEXT 1
  1634. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1635. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1636. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1637. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1638. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1639. | #define ROOTDEV_MODELURL OS_URL
  1640. | #define HAVE_DIRENT_H 1
  1641. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1642. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1643. | #define HAVE_ST_BLOCKS 1
  1644. | #define HAVE__BOOL 1
  1645. | #define HAVE_STDBOOL_H 1
  1646. | #define HAVE_FORK 1
  1647. | #define HAVE_VFORK 1
  1648. | #define HAVE_WORKING_VFORK 1
  1649. | #define HAVE_WORKING_FORK 1
  1650. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1651. | #define HAVE_GETHOSTNAME 1
  1652. | #define HAVE_GETIFADDRS 1
  1653. | #define HAVE_GETTIMEOFDAY 1
  1654. | #define HAVE_INET_NTOA 1
  1655. | #define HAVE_MEMMOVE 1
  1656. | #define HAVE_MEMSET 1
  1657. | #define HAVE_MKDIR 1
  1658. | #define HAVE_REALPATH 1
  1659. | #define HAVE_SELECT 1
  1660. | #define HAVE_SENDFILE 1
  1661. | #define HAVE_SETLOCALE 1
  1662. | #define HAVE_SOCKET 1
  1663. | #define HAVE_STRCASECMP 1
  1664. | #define HAVE_STRCHR 1
  1665. | #define HAVE_STRDUP 1
  1666. | #define HAVE_STRERROR 1
  1667. | #define HAVE_STRNCASECMP 1
  1668. | #define HAVE_STRPBRK 1
  1669. | #define HAVE_STRRCHR 1
  1670. | #define HAVE_STRSTR 1
  1671. | #define HAVE_STRTOL 1
  1672. | #define HAVE_STRTOUL 1
  1673. | #define HAVE_STRUCT_IP_MREQN /**/
  1674. | #define HAVE_SYSCALL_H 1
  1675. | #define HAVE_SYS_SYSCALL_H 1
  1676. | /* end confdefs.h. */
  1677. | #include <stdio.h>
  1678. | #ifdef HAVE_SYS_TYPES_H
  1679. | # include <sys/types.h>
  1680. | #endif
  1681. | #ifdef HAVE_SYS_STAT_H
  1682. | # include <sys/stat.h>
  1683. | #endif
  1684. | #ifdef STDC_HEADERS
  1685. | # include <stdlib.h>
  1686. | # include <stddef.h>
  1687. | #else
  1688. | # ifdef HAVE_STDLIB_H
  1689. | # include <stdlib.h>
  1690. | # endif
  1691. | #endif
  1692. | #ifdef HAVE_STRING_H
  1693. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1694. | # include <memory.h>
  1695. | # endif
  1696. | # include <string.h>
  1697. | #endif
  1698. | #ifdef HAVE_STRINGS_H
  1699. | # include <strings.h>
  1700. | #endif
  1701. | #ifdef HAVE_INTTYPES_H
  1702. | # include <inttypes.h>
  1703. | #endif
  1704. | #ifdef HAVE_STDINT_H
  1705. | # include <stdint.h>
  1706. | #endif
  1707. | #ifdef HAVE_UNISTD_H
  1708. | # include <unistd.h>
  1709. | #endif
  1710. | #include <mach/mach_time.h>
  1711. configure:8940: result: no
  1712. configure:8940: checking mach/mach_time.h presence
  1713. configure:8940: gcc -E conftest.c
  1714. conftest.c:73:28: fatal error: mach/mach_time.h: No such file or directory
  1715. #include <mach/mach_time.h>
  1716. ^
  1717. compilation terminated.
  1718. configure:8940: $? = 1
  1719. configure: failed program was:
  1720. | /* confdefs.h */
  1721. | #define PACKAGE_NAME "MiniDLNA"
  1722. | #define PACKAGE_TARNAME "minidlna"
  1723. | #define PACKAGE_VERSION "1.1.3"
  1724. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1725. | #define PACKAGE_BUGREPORT ""
  1726. | #define PACKAGE_URL ""
  1727. | #define PACKAGE "minidlna"
  1728. | #define VERSION "1.1.3"
  1729. | #define STDC_HEADERS 1
  1730. | #define HAVE_SYS_TYPES_H 1
  1731. | #define HAVE_SYS_STAT_H 1
  1732. | #define HAVE_STDLIB_H 1
  1733. | #define HAVE_STRING_H 1
  1734. | #define HAVE_MEMORY_H 1
  1735. | #define HAVE_STRINGS_H 1
  1736. | #define HAVE_INTTYPES_H 1
  1737. | #define HAVE_STDINT_H 1
  1738. | #define HAVE_UNISTD_H 1
  1739. | #define __EXTENSIONS__ 1
  1740. | #define _ALL_SOURCE 1
  1741. | #define _GNU_SOURCE 1
  1742. | #define _POSIX_PTHREAD_SEMANTICS 1
  1743. | #define _TANDEM_SOURCE 1
  1744. | #define HAVE_ICONV 1
  1745. | #define ICONV_CONST
  1746. | #define ENABLE_NLS 1
  1747. | #define HAVE_GETTEXT 1
  1748. | #define HAVE_DCGETTEXT 1
  1749. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1750. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1751. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1752. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1753. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1754. | #define ROOTDEV_MODELURL OS_URL
  1755. | #define HAVE_DIRENT_H 1
  1756. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1757. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1758. | #define HAVE_ST_BLOCKS 1
  1759. | #define HAVE__BOOL 1
  1760. | #define HAVE_STDBOOL_H 1
  1761. | #define HAVE_FORK 1
  1762. | #define HAVE_VFORK 1
  1763. | #define HAVE_WORKING_VFORK 1
  1764. | #define HAVE_WORKING_FORK 1
  1765. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1766. | #define HAVE_GETHOSTNAME 1
  1767. | #define HAVE_GETIFADDRS 1
  1768. | #define HAVE_GETTIMEOFDAY 1
  1769. | #define HAVE_INET_NTOA 1
  1770. | #define HAVE_MEMMOVE 1
  1771. | #define HAVE_MEMSET 1
  1772. | #define HAVE_MKDIR 1
  1773. | #define HAVE_REALPATH 1
  1774. | #define HAVE_SELECT 1
  1775. | #define HAVE_SENDFILE 1
  1776. | #define HAVE_SETLOCALE 1
  1777. | #define HAVE_SOCKET 1
  1778. | #define HAVE_STRCASECMP 1
  1779. | #define HAVE_STRCHR 1
  1780. | #define HAVE_STRDUP 1
  1781. | #define HAVE_STRERROR 1
  1782. | #define HAVE_STRNCASECMP 1
  1783. | #define HAVE_STRPBRK 1
  1784. | #define HAVE_STRRCHR 1
  1785. | #define HAVE_STRSTR 1
  1786. | #define HAVE_STRTOL 1
  1787. | #define HAVE_STRTOUL 1
  1788. | #define HAVE_STRUCT_IP_MREQN /**/
  1789. | #define HAVE_SYSCALL_H 1
  1790. | #define HAVE_SYS_SYSCALL_H 1
  1791. | /* end confdefs.h. */
  1792. | #include <mach/mach_time.h>
  1793. configure:8940: result: no
  1794. configure:8940: checking for mach/mach_time.h
  1795. configure:8940: result: no
  1796. configure:8950: checking for __NR_clock_gettime syscall
  1797. configure:8970: gcc -c -g -O2 conftest.c >&5
  1798. configure:8970: $? = 0
  1799. configure:8972: result: yes
  1800. configure:9044: checking for linux/netlink.h
  1801. configure:9044: gcc -c -g -O2 conftest.c >&5
  1802. configure:9044: $? = 0
  1803. configure:9044: result: yes
  1804. configure:9065: checking libavutil/avutil.h usability
  1805. configure:9065: gcc -c -g -O2 conftest.c >&5
  1806. configure:9065: $? = 0
  1807. configure:9065: result: yes
  1808. configure:9065: checking libavutil/avutil.h presence
  1809. configure:9065: gcc -E conftest.c
  1810. configure:9065: $? = 0
  1811. configure:9065: result: yes
  1812. configure:9065: checking for libavutil/avutil.h
  1813. configure:9065: result: yes
  1814. configure:9065: checking ffmpeg/libavutil/avutil.h usability
  1815. configure:9065: gcc -c -g -O2 conftest.c >&5
  1816. conftest.c:109:37: fatal error: ffmpeg/libavutil/avutil.h: No such file or directory
  1817. #include <ffmpeg/libavutil/avutil.h>
  1818. ^
  1819. compilation terminated.
  1820. configure:9065: $? = 1
  1821. configure: failed program was:
  1822. | /* confdefs.h */
  1823. | #define PACKAGE_NAME "MiniDLNA"
  1824. | #define PACKAGE_TARNAME "minidlna"
  1825. | #define PACKAGE_VERSION "1.1.3"
  1826. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1827. | #define PACKAGE_BUGREPORT ""
  1828. | #define PACKAGE_URL ""
  1829. | #define PACKAGE "minidlna"
  1830. | #define VERSION "1.1.3"
  1831. | #define STDC_HEADERS 1
  1832. | #define HAVE_SYS_TYPES_H 1
  1833. | #define HAVE_SYS_STAT_H 1
  1834. | #define HAVE_STDLIB_H 1
  1835. | #define HAVE_STRING_H 1
  1836. | #define HAVE_MEMORY_H 1
  1837. | #define HAVE_STRINGS_H 1
  1838. | #define HAVE_INTTYPES_H 1
  1839. | #define HAVE_STDINT_H 1
  1840. | #define HAVE_UNISTD_H 1
  1841. | #define __EXTENSIONS__ 1
  1842. | #define _ALL_SOURCE 1
  1843. | #define _GNU_SOURCE 1
  1844. | #define _POSIX_PTHREAD_SEMANTICS 1
  1845. | #define _TANDEM_SOURCE 1
  1846. | #define HAVE_ICONV 1
  1847. | #define ICONV_CONST
  1848. | #define ENABLE_NLS 1
  1849. | #define HAVE_GETTEXT 1
  1850. | #define HAVE_DCGETTEXT 1
  1851. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1852. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1853. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1854. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1855. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1856. | #define ROOTDEV_MODELURL OS_URL
  1857. | #define HAVE_DIRENT_H 1
  1858. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1859. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1860. | #define HAVE_ST_BLOCKS 1
  1861. | #define HAVE__BOOL 1
  1862. | #define HAVE_STDBOOL_H 1
  1863. | #define HAVE_FORK 1
  1864. | #define HAVE_VFORK 1
  1865. | #define HAVE_WORKING_VFORK 1
  1866. | #define HAVE_WORKING_FORK 1
  1867. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1868. | #define HAVE_GETHOSTNAME 1
  1869. | #define HAVE_GETIFADDRS 1
  1870. | #define HAVE_GETTIMEOFDAY 1
  1871. | #define HAVE_INET_NTOA 1
  1872. | #define HAVE_MEMMOVE 1
  1873. | #define HAVE_MEMSET 1
  1874. | #define HAVE_MKDIR 1
  1875. | #define HAVE_REALPATH 1
  1876. | #define HAVE_SELECT 1
  1877. | #define HAVE_SENDFILE 1
  1878. | #define HAVE_SETLOCALE 1
  1879. | #define HAVE_SOCKET 1
  1880. | #define HAVE_STRCASECMP 1
  1881. | #define HAVE_STRCHR 1
  1882. | #define HAVE_STRDUP 1
  1883. | #define HAVE_STRERROR 1
  1884. | #define HAVE_STRNCASECMP 1
  1885. | #define HAVE_STRPBRK 1
  1886. | #define HAVE_STRRCHR 1
  1887. | #define HAVE_STRSTR 1
  1888. | #define HAVE_STRTOL 1
  1889. | #define HAVE_STRTOUL 1
  1890. | #define HAVE_STRUCT_IP_MREQN /**/
  1891. | #define HAVE_SYSCALL_H 1
  1892. | #define HAVE_SYS_SYSCALL_H 1
  1893. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  1894. | #define HAVE_NETLINK 1
  1895. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  1896. | /* end confdefs.h. */
  1897. | #include <stdio.h>
  1898. | #ifdef HAVE_SYS_TYPES_H
  1899. | # include <sys/types.h>
  1900. | #endif
  1901. | #ifdef HAVE_SYS_STAT_H
  1902. | # include <sys/stat.h>
  1903. | #endif
  1904. | #ifdef STDC_HEADERS
  1905. | # include <stdlib.h>
  1906. | # include <stddef.h>
  1907. | #else
  1908. | # ifdef HAVE_STDLIB_H
  1909. | # include <stdlib.h>
  1910. | # endif
  1911. | #endif
  1912. | #ifdef HAVE_STRING_H
  1913. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1914. | # include <memory.h>
  1915. | # endif
  1916. | # include <string.h>
  1917. | #endif
  1918. | #ifdef HAVE_STRINGS_H
  1919. | # include <strings.h>
  1920. | #endif
  1921. | #ifdef HAVE_INTTYPES_H
  1922. | # include <inttypes.h>
  1923. | #endif
  1924. | #ifdef HAVE_STDINT_H
  1925. | # include <stdint.h>
  1926. | #endif
  1927. | #ifdef HAVE_UNISTD_H
  1928. | # include <unistd.h>
  1929. | #endif
  1930. | #include <ffmpeg/libavutil/avutil.h>
  1931. configure:9065: result: no
  1932. configure:9065: checking ffmpeg/libavutil/avutil.h presence
  1933. configure:9065: gcc -E conftest.c
  1934. conftest.c:76:37: fatal error: ffmpeg/libavutil/avutil.h: No such file or directory
  1935. #include <ffmpeg/libavutil/avutil.h>
  1936. ^
  1937. compilation terminated.
  1938. configure:9065: $? = 1
  1939. configure: failed program was:
  1940. | /* confdefs.h */
  1941. | #define PACKAGE_NAME "MiniDLNA"
  1942. | #define PACKAGE_TARNAME "minidlna"
  1943. | #define PACKAGE_VERSION "1.1.3"
  1944. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  1945. | #define PACKAGE_BUGREPORT ""
  1946. | #define PACKAGE_URL ""
  1947. | #define PACKAGE "minidlna"
  1948. | #define VERSION "1.1.3"
  1949. | #define STDC_HEADERS 1
  1950. | #define HAVE_SYS_TYPES_H 1
  1951. | #define HAVE_SYS_STAT_H 1
  1952. | #define HAVE_STDLIB_H 1
  1953. | #define HAVE_STRING_H 1
  1954. | #define HAVE_MEMORY_H 1
  1955. | #define HAVE_STRINGS_H 1
  1956. | #define HAVE_INTTYPES_H 1
  1957. | #define HAVE_STDINT_H 1
  1958. | #define HAVE_UNISTD_H 1
  1959. | #define __EXTENSIONS__ 1
  1960. | #define _ALL_SOURCE 1
  1961. | #define _GNU_SOURCE 1
  1962. | #define _POSIX_PTHREAD_SEMANTICS 1
  1963. | #define _TANDEM_SOURCE 1
  1964. | #define HAVE_ICONV 1
  1965. | #define ICONV_CONST
  1966. | #define ENABLE_NLS 1
  1967. | #define HAVE_GETTEXT 1
  1968. | #define HAVE_DCGETTEXT 1
  1969. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1970. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1971. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1972. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1973. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1974. | #define ROOTDEV_MODELURL OS_URL
  1975. | #define HAVE_DIRENT_H 1
  1976. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  1977. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1978. | #define HAVE_ST_BLOCKS 1
  1979. | #define HAVE__BOOL 1
  1980. | #define HAVE_STDBOOL_H 1
  1981. | #define HAVE_FORK 1
  1982. | #define HAVE_VFORK 1
  1983. | #define HAVE_WORKING_VFORK 1
  1984. | #define HAVE_WORKING_FORK 1
  1985. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1986. | #define HAVE_GETHOSTNAME 1
  1987. | #define HAVE_GETIFADDRS 1
  1988. | #define HAVE_GETTIMEOFDAY 1
  1989. | #define HAVE_INET_NTOA 1
  1990. | #define HAVE_MEMMOVE 1
  1991. | #define HAVE_MEMSET 1
  1992. | #define HAVE_MKDIR 1
  1993. | #define HAVE_REALPATH 1
  1994. | #define HAVE_SELECT 1
  1995. | #define HAVE_SENDFILE 1
  1996. | #define HAVE_SETLOCALE 1
  1997. | #define HAVE_SOCKET 1
  1998. | #define HAVE_STRCASECMP 1
  1999. | #define HAVE_STRCHR 1
  2000. | #define HAVE_STRDUP 1
  2001. | #define HAVE_STRERROR 1
  2002. | #define HAVE_STRNCASECMP 1
  2003. | #define HAVE_STRPBRK 1
  2004. | #define HAVE_STRRCHR 1
  2005. | #define HAVE_STRSTR 1
  2006. | #define HAVE_STRTOL 1
  2007. | #define HAVE_STRTOUL 1
  2008. | #define HAVE_STRUCT_IP_MREQN /**/
  2009. | #define HAVE_SYSCALL_H 1
  2010. | #define HAVE_SYS_SYSCALL_H 1
  2011. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2012. | #define HAVE_NETLINK 1
  2013. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2014. | /* end confdefs.h. */
  2015. | #include <ffmpeg/libavutil/avutil.h>
  2016. configure:9065: result: no
  2017. configure:9065: checking for ffmpeg/libavutil/avutil.h
  2018. configure:9065: result: no
  2019. configure:9065: checking libav/libavutil/avutil.h usability
  2020. configure:9065: gcc -c -g -O2 conftest.c >&5
  2021. conftest.c:109:36: fatal error: libav/libavutil/avutil.h: No such file or directory
  2022. #include <libav/libavutil/avutil.h>
  2023. ^
  2024. compilation terminated.
  2025. configure:9065: $? = 1
  2026. configure: failed program was:
  2027. | /* confdefs.h */
  2028. | #define PACKAGE_NAME "MiniDLNA"
  2029. | #define PACKAGE_TARNAME "minidlna"
  2030. | #define PACKAGE_VERSION "1.1.3"
  2031. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2032. | #define PACKAGE_BUGREPORT ""
  2033. | #define PACKAGE_URL ""
  2034. | #define PACKAGE "minidlna"
  2035. | #define VERSION "1.1.3"
  2036. | #define STDC_HEADERS 1
  2037. | #define HAVE_SYS_TYPES_H 1
  2038. | #define HAVE_SYS_STAT_H 1
  2039. | #define HAVE_STDLIB_H 1
  2040. | #define HAVE_STRING_H 1
  2041. | #define HAVE_MEMORY_H 1
  2042. | #define HAVE_STRINGS_H 1
  2043. | #define HAVE_INTTYPES_H 1
  2044. | #define HAVE_STDINT_H 1
  2045. | #define HAVE_UNISTD_H 1
  2046. | #define __EXTENSIONS__ 1
  2047. | #define _ALL_SOURCE 1
  2048. | #define _GNU_SOURCE 1
  2049. | #define _POSIX_PTHREAD_SEMANTICS 1
  2050. | #define _TANDEM_SOURCE 1
  2051. | #define HAVE_ICONV 1
  2052. | #define ICONV_CONST
  2053. | #define ENABLE_NLS 1
  2054. | #define HAVE_GETTEXT 1
  2055. | #define HAVE_DCGETTEXT 1
  2056. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2057. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2058. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2059. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2060. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2061. | #define ROOTDEV_MODELURL OS_URL
  2062. | #define HAVE_DIRENT_H 1
  2063. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2064. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2065. | #define HAVE_ST_BLOCKS 1
  2066. | #define HAVE__BOOL 1
  2067. | #define HAVE_STDBOOL_H 1
  2068. | #define HAVE_FORK 1
  2069. | #define HAVE_VFORK 1
  2070. | #define HAVE_WORKING_VFORK 1
  2071. | #define HAVE_WORKING_FORK 1
  2072. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2073. | #define HAVE_GETHOSTNAME 1
  2074. | #define HAVE_GETIFADDRS 1
  2075. | #define HAVE_GETTIMEOFDAY 1
  2076. | #define HAVE_INET_NTOA 1
  2077. | #define HAVE_MEMMOVE 1
  2078. | #define HAVE_MEMSET 1
  2079. | #define HAVE_MKDIR 1
  2080. | #define HAVE_REALPATH 1
  2081. | #define HAVE_SELECT 1
  2082. | #define HAVE_SENDFILE 1
  2083. | #define HAVE_SETLOCALE 1
  2084. | #define HAVE_SOCKET 1
  2085. | #define HAVE_STRCASECMP 1
  2086. | #define HAVE_STRCHR 1
  2087. | #define HAVE_STRDUP 1
  2088. | #define HAVE_STRERROR 1
  2089. | #define HAVE_STRNCASECMP 1
  2090. | #define HAVE_STRPBRK 1
  2091. | #define HAVE_STRRCHR 1
  2092. | #define HAVE_STRSTR 1
  2093. | #define HAVE_STRTOL 1
  2094. | #define HAVE_STRTOUL 1
  2095. | #define HAVE_STRUCT_IP_MREQN /**/
  2096. | #define HAVE_SYSCALL_H 1
  2097. | #define HAVE_SYS_SYSCALL_H 1
  2098. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2099. | #define HAVE_NETLINK 1
  2100. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2101. | /* end confdefs.h. */
  2102. | #include <stdio.h>
  2103. | #ifdef HAVE_SYS_TYPES_H
  2104. | # include <sys/types.h>
  2105. | #endif
  2106. | #ifdef HAVE_SYS_STAT_H
  2107. | # include <sys/stat.h>
  2108. | #endif
  2109. | #ifdef STDC_HEADERS
  2110. | # include <stdlib.h>
  2111. | # include <stddef.h>
  2112. | #else
  2113. | # ifdef HAVE_STDLIB_H
  2114. | # include <stdlib.h>
  2115. | # endif
  2116. | #endif
  2117. | #ifdef HAVE_STRING_H
  2118. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2119. | # include <memory.h>
  2120. | # endif
  2121. | # include <string.h>
  2122. | #endif
  2123. | #ifdef HAVE_STRINGS_H
  2124. | # include <strings.h>
  2125. | #endif
  2126. | #ifdef HAVE_INTTYPES_H
  2127. | # include <inttypes.h>
  2128. | #endif
  2129. | #ifdef HAVE_STDINT_H
  2130. | # include <stdint.h>
  2131. | #endif
  2132. | #ifdef HAVE_UNISTD_H
  2133. | # include <unistd.h>
  2134. | #endif
  2135. | #include <libav/libavutil/avutil.h>
  2136. configure:9065: result: no
  2137. configure:9065: checking libav/libavutil/avutil.h presence
  2138. configure:9065: gcc -E conftest.c
  2139. conftest.c:76:36: fatal error: libav/libavutil/avutil.h: No such file or directory
  2140. #include <libav/libavutil/avutil.h>
  2141. ^
  2142. compilation terminated.
  2143. configure:9065: $? = 1
  2144. configure: failed program was:
  2145. | /* confdefs.h */
  2146. | #define PACKAGE_NAME "MiniDLNA"
  2147. | #define PACKAGE_TARNAME "minidlna"
  2148. | #define PACKAGE_VERSION "1.1.3"
  2149. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2150. | #define PACKAGE_BUGREPORT ""
  2151. | #define PACKAGE_URL ""
  2152. | #define PACKAGE "minidlna"
  2153. | #define VERSION "1.1.3"
  2154. | #define STDC_HEADERS 1
  2155. | #define HAVE_SYS_TYPES_H 1
  2156. | #define HAVE_SYS_STAT_H 1
  2157. | #define HAVE_STDLIB_H 1
  2158. | #define HAVE_STRING_H 1
  2159. | #define HAVE_MEMORY_H 1
  2160. | #define HAVE_STRINGS_H 1
  2161. | #define HAVE_INTTYPES_H 1
  2162. | #define HAVE_STDINT_H 1
  2163. | #define HAVE_UNISTD_H 1
  2164. | #define __EXTENSIONS__ 1
  2165. | #define _ALL_SOURCE 1
  2166. | #define _GNU_SOURCE 1
  2167. | #define _POSIX_PTHREAD_SEMANTICS 1
  2168. | #define _TANDEM_SOURCE 1
  2169. | #define HAVE_ICONV 1
  2170. | #define ICONV_CONST
  2171. | #define ENABLE_NLS 1
  2172. | #define HAVE_GETTEXT 1
  2173. | #define HAVE_DCGETTEXT 1
  2174. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2175. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2176. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2177. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2178. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2179. | #define ROOTDEV_MODELURL OS_URL
  2180. | #define HAVE_DIRENT_H 1
  2181. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2182. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2183. | #define HAVE_ST_BLOCKS 1
  2184. | #define HAVE__BOOL 1
  2185. | #define HAVE_STDBOOL_H 1
  2186. | #define HAVE_FORK 1
  2187. | #define HAVE_VFORK 1
  2188. | #define HAVE_WORKING_VFORK 1
  2189. | #define HAVE_WORKING_FORK 1
  2190. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2191. | #define HAVE_GETHOSTNAME 1
  2192. | #define HAVE_GETIFADDRS 1
  2193. | #define HAVE_GETTIMEOFDAY 1
  2194. | #define HAVE_INET_NTOA 1
  2195. | #define HAVE_MEMMOVE 1
  2196. | #define HAVE_MEMSET 1
  2197. | #define HAVE_MKDIR 1
  2198. | #define HAVE_REALPATH 1
  2199. | #define HAVE_SELECT 1
  2200. | #define HAVE_SENDFILE 1
  2201. | #define HAVE_SETLOCALE 1
  2202. | #define HAVE_SOCKET 1
  2203. | #define HAVE_STRCASECMP 1
  2204. | #define HAVE_STRCHR 1
  2205. | #define HAVE_STRDUP 1
  2206. | #define HAVE_STRERROR 1
  2207. | #define HAVE_STRNCASECMP 1
  2208. | #define HAVE_STRPBRK 1
  2209. | #define HAVE_STRRCHR 1
  2210. | #define HAVE_STRSTR 1
  2211. | #define HAVE_STRTOL 1
  2212. | #define HAVE_STRTOUL 1
  2213. | #define HAVE_STRUCT_IP_MREQN /**/
  2214. | #define HAVE_SYSCALL_H 1
  2215. | #define HAVE_SYS_SYSCALL_H 1
  2216. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2217. | #define HAVE_NETLINK 1
  2218. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2219. | /* end confdefs.h. */
  2220. | #include <libav/libavutil/avutil.h>
  2221. configure:9065: result: no
  2222. configure:9065: checking for libav/libavutil/avutil.h
  2223. configure:9065: result: no
  2224. configure:9065: checking avutil.h usability
  2225. configure:9065: gcc -c -g -O2 conftest.c >&5
  2226. conftest.c:109:20: fatal error: avutil.h: No such file or directory
  2227. #include <avutil.h>
  2228. ^
  2229. compilation terminated.
  2230. configure:9065: $? = 1
  2231. configure: failed program was:
  2232. | /* confdefs.h */
  2233. | #define PACKAGE_NAME "MiniDLNA"
  2234. | #define PACKAGE_TARNAME "minidlna"
  2235. | #define PACKAGE_VERSION "1.1.3"
  2236. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2237. | #define PACKAGE_BUGREPORT ""
  2238. | #define PACKAGE_URL ""
  2239. | #define PACKAGE "minidlna"
  2240. | #define VERSION "1.1.3"
  2241. | #define STDC_HEADERS 1
  2242. | #define HAVE_SYS_TYPES_H 1
  2243. | #define HAVE_SYS_STAT_H 1
  2244. | #define HAVE_STDLIB_H 1
  2245. | #define HAVE_STRING_H 1
  2246. | #define HAVE_MEMORY_H 1
  2247. | #define HAVE_STRINGS_H 1
  2248. | #define HAVE_INTTYPES_H 1
  2249. | #define HAVE_STDINT_H 1
  2250. | #define HAVE_UNISTD_H 1
  2251. | #define __EXTENSIONS__ 1
  2252. | #define _ALL_SOURCE 1
  2253. | #define _GNU_SOURCE 1
  2254. | #define _POSIX_PTHREAD_SEMANTICS 1
  2255. | #define _TANDEM_SOURCE 1
  2256. | #define HAVE_ICONV 1
  2257. | #define ICONV_CONST
  2258. | #define ENABLE_NLS 1
  2259. | #define HAVE_GETTEXT 1
  2260. | #define HAVE_DCGETTEXT 1
  2261. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2262. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2263. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2264. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2265. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2266. | #define ROOTDEV_MODELURL OS_URL
  2267. | #define HAVE_DIRENT_H 1
  2268. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2269. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2270. | #define HAVE_ST_BLOCKS 1
  2271. | #define HAVE__BOOL 1
  2272. | #define HAVE_STDBOOL_H 1
  2273. | #define HAVE_FORK 1
  2274. | #define HAVE_VFORK 1
  2275. | #define HAVE_WORKING_VFORK 1
  2276. | #define HAVE_WORKING_FORK 1
  2277. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2278. | #define HAVE_GETHOSTNAME 1
  2279. | #define HAVE_GETIFADDRS 1
  2280. | #define HAVE_GETTIMEOFDAY 1
  2281. | #define HAVE_INET_NTOA 1
  2282. | #define HAVE_MEMMOVE 1
  2283. | #define HAVE_MEMSET 1
  2284. | #define HAVE_MKDIR 1
  2285. | #define HAVE_REALPATH 1
  2286. | #define HAVE_SELECT 1
  2287. | #define HAVE_SENDFILE 1
  2288. | #define HAVE_SETLOCALE 1
  2289. | #define HAVE_SOCKET 1
  2290. | #define HAVE_STRCASECMP 1
  2291. | #define HAVE_STRCHR 1
  2292. | #define HAVE_STRDUP 1
  2293. | #define HAVE_STRERROR 1
  2294. | #define HAVE_STRNCASECMP 1
  2295. | #define HAVE_STRPBRK 1
  2296. | #define HAVE_STRRCHR 1
  2297. | #define HAVE_STRSTR 1
  2298. | #define HAVE_STRTOL 1
  2299. | #define HAVE_STRTOUL 1
  2300. | #define HAVE_STRUCT_IP_MREQN /**/
  2301. | #define HAVE_SYSCALL_H 1
  2302. | #define HAVE_SYS_SYSCALL_H 1
  2303. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2304. | #define HAVE_NETLINK 1
  2305. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2306. | /* end confdefs.h. */
  2307. | #include <stdio.h>
  2308. | #ifdef HAVE_SYS_TYPES_H
  2309. | # include <sys/types.h>
  2310. | #endif
  2311. | #ifdef HAVE_SYS_STAT_H
  2312. | # include <sys/stat.h>
  2313. | #endif
  2314. | #ifdef STDC_HEADERS
  2315. | # include <stdlib.h>
  2316. | # include <stddef.h>
  2317. | #else
  2318. | # ifdef HAVE_STDLIB_H
  2319. | # include <stdlib.h>
  2320. | # endif
  2321. | #endif
  2322. | #ifdef HAVE_STRING_H
  2323. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2324. | # include <memory.h>
  2325. | # endif
  2326. | # include <string.h>
  2327. | #endif
  2328. | #ifdef HAVE_STRINGS_H
  2329. | # include <strings.h>
  2330. | #endif
  2331. | #ifdef HAVE_INTTYPES_H
  2332. | # include <inttypes.h>
  2333. | #endif
  2334. | #ifdef HAVE_STDINT_H
  2335. | # include <stdint.h>
  2336. | #endif
  2337. | #ifdef HAVE_UNISTD_H
  2338. | # include <unistd.h>
  2339. | #endif
  2340. | #include <avutil.h>
  2341. configure:9065: result: no
  2342. configure:9065: checking avutil.h presence
  2343. configure:9065: gcc -E conftest.c
  2344. conftest.c:76:20: fatal error: avutil.h: No such file or directory
  2345. #include <avutil.h>
  2346. ^
  2347. compilation terminated.
  2348. configure:9065: $? = 1
  2349. configure: failed program was:
  2350. | /* confdefs.h */
  2351. | #define PACKAGE_NAME "MiniDLNA"
  2352. | #define PACKAGE_TARNAME "minidlna"
  2353. | #define PACKAGE_VERSION "1.1.3"
  2354. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2355. | #define PACKAGE_BUGREPORT ""
  2356. | #define PACKAGE_URL ""
  2357. | #define PACKAGE "minidlna"
  2358. | #define VERSION "1.1.3"
  2359. | #define STDC_HEADERS 1
  2360. | #define HAVE_SYS_TYPES_H 1
  2361. | #define HAVE_SYS_STAT_H 1
  2362. | #define HAVE_STDLIB_H 1
  2363. | #define HAVE_STRING_H 1
  2364. | #define HAVE_MEMORY_H 1
  2365. | #define HAVE_STRINGS_H 1
  2366. | #define HAVE_INTTYPES_H 1
  2367. | #define HAVE_STDINT_H 1
  2368. | #define HAVE_UNISTD_H 1
  2369. | #define __EXTENSIONS__ 1
  2370. | #define _ALL_SOURCE 1
  2371. | #define _GNU_SOURCE 1
  2372. | #define _POSIX_PTHREAD_SEMANTICS 1
  2373. | #define _TANDEM_SOURCE 1
  2374. | #define HAVE_ICONV 1
  2375. | #define ICONV_CONST
  2376. | #define ENABLE_NLS 1
  2377. | #define HAVE_GETTEXT 1
  2378. | #define HAVE_DCGETTEXT 1
  2379. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2380. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2381. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2382. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2383. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2384. | #define ROOTDEV_MODELURL OS_URL
  2385. | #define HAVE_DIRENT_H 1
  2386. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2387. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2388. | #define HAVE_ST_BLOCKS 1
  2389. | #define HAVE__BOOL 1
  2390. | #define HAVE_STDBOOL_H 1
  2391. | #define HAVE_FORK 1
  2392. | #define HAVE_VFORK 1
  2393. | #define HAVE_WORKING_VFORK 1
  2394. | #define HAVE_WORKING_FORK 1
  2395. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2396. | #define HAVE_GETHOSTNAME 1
  2397. | #define HAVE_GETIFADDRS 1
  2398. | #define HAVE_GETTIMEOFDAY 1
  2399. | #define HAVE_INET_NTOA 1
  2400. | #define HAVE_MEMMOVE 1
  2401. | #define HAVE_MEMSET 1
  2402. | #define HAVE_MKDIR 1
  2403. | #define HAVE_REALPATH 1
  2404. | #define HAVE_SELECT 1
  2405. | #define HAVE_SENDFILE 1
  2406. | #define HAVE_SETLOCALE 1
  2407. | #define HAVE_SOCKET 1
  2408. | #define HAVE_STRCASECMP 1
  2409. | #define HAVE_STRCHR 1
  2410. | #define HAVE_STRDUP 1
  2411. | #define HAVE_STRERROR 1
  2412. | #define HAVE_STRNCASECMP 1
  2413. | #define HAVE_STRPBRK 1
  2414. | #define HAVE_STRRCHR 1
  2415. | #define HAVE_STRSTR 1
  2416. | #define HAVE_STRTOL 1
  2417. | #define HAVE_STRTOUL 1
  2418. | #define HAVE_STRUCT_IP_MREQN /**/
  2419. | #define HAVE_SYSCALL_H 1
  2420. | #define HAVE_SYS_SYSCALL_H 1
  2421. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2422. | #define HAVE_NETLINK 1
  2423. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2424. | /* end confdefs.h. */
  2425. | #include <avutil.h>
  2426. configure:9065: result: no
  2427. configure:9065: checking for avutil.h
  2428. configure:9065: result: no
  2429. configure:9065: checking ffmpeg/avutil.h usability
  2430. configure:9065: gcc -c -g -O2 conftest.c >&5
  2431. conftest.c:109:27: fatal error: ffmpeg/avutil.h: No such file or directory
  2432. #include <ffmpeg/avutil.h>
  2433. ^
  2434. compilation terminated.
  2435. configure:9065: $? = 1
  2436. configure: failed program was:
  2437. | /* confdefs.h */
  2438. | #define PACKAGE_NAME "MiniDLNA"
  2439. | #define PACKAGE_TARNAME "minidlna"
  2440. | #define PACKAGE_VERSION "1.1.3"
  2441. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2442. | #define PACKAGE_BUGREPORT ""
  2443. | #define PACKAGE_URL ""
  2444. | #define PACKAGE "minidlna"
  2445. | #define VERSION "1.1.3"
  2446. | #define STDC_HEADERS 1
  2447. | #define HAVE_SYS_TYPES_H 1
  2448. | #define HAVE_SYS_STAT_H 1
  2449. | #define HAVE_STDLIB_H 1
  2450. | #define HAVE_STRING_H 1
  2451. | #define HAVE_MEMORY_H 1
  2452. | #define HAVE_STRINGS_H 1
  2453. | #define HAVE_INTTYPES_H 1
  2454. | #define HAVE_STDINT_H 1
  2455. | #define HAVE_UNISTD_H 1
  2456. | #define __EXTENSIONS__ 1
  2457. | #define _ALL_SOURCE 1
  2458. | #define _GNU_SOURCE 1
  2459. | #define _POSIX_PTHREAD_SEMANTICS 1
  2460. | #define _TANDEM_SOURCE 1
  2461. | #define HAVE_ICONV 1
  2462. | #define ICONV_CONST
  2463. | #define ENABLE_NLS 1
  2464. | #define HAVE_GETTEXT 1
  2465. | #define HAVE_DCGETTEXT 1
  2466. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2467. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2468. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2469. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2470. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2471. | #define ROOTDEV_MODELURL OS_URL
  2472. | #define HAVE_DIRENT_H 1
  2473. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2474. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2475. | #define HAVE_ST_BLOCKS 1
  2476. | #define HAVE__BOOL 1
  2477. | #define HAVE_STDBOOL_H 1
  2478. | #define HAVE_FORK 1
  2479. | #define HAVE_VFORK 1
  2480. | #define HAVE_WORKING_VFORK 1
  2481. | #define HAVE_WORKING_FORK 1
  2482. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2483. | #define HAVE_GETHOSTNAME 1
  2484. | #define HAVE_GETIFADDRS 1
  2485. | #define HAVE_GETTIMEOFDAY 1
  2486. | #define HAVE_INET_NTOA 1
  2487. | #define HAVE_MEMMOVE 1
  2488. | #define HAVE_MEMSET 1
  2489. | #define HAVE_MKDIR 1
  2490. | #define HAVE_REALPATH 1
  2491. | #define HAVE_SELECT 1
  2492. | #define HAVE_SENDFILE 1
  2493. | #define HAVE_SETLOCALE 1
  2494. | #define HAVE_SOCKET 1
  2495. | #define HAVE_STRCASECMP 1
  2496. | #define HAVE_STRCHR 1
  2497. | #define HAVE_STRDUP 1
  2498. | #define HAVE_STRERROR 1
  2499. | #define HAVE_STRNCASECMP 1
  2500. | #define HAVE_STRPBRK 1
  2501. | #define HAVE_STRRCHR 1
  2502. | #define HAVE_STRSTR 1
  2503. | #define HAVE_STRTOL 1
  2504. | #define HAVE_STRTOUL 1
  2505. | #define HAVE_STRUCT_IP_MREQN /**/
  2506. | #define HAVE_SYSCALL_H 1
  2507. | #define HAVE_SYS_SYSCALL_H 1
  2508. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2509. | #define HAVE_NETLINK 1
  2510. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2511. | /* end confdefs.h. */
  2512. | #include <stdio.h>
  2513. | #ifdef HAVE_SYS_TYPES_H
  2514. | # include <sys/types.h>
  2515. | #endif
  2516. | #ifdef HAVE_SYS_STAT_H
  2517. | # include <sys/stat.h>
  2518. | #endif
  2519. | #ifdef STDC_HEADERS
  2520. | # include <stdlib.h>
  2521. | # include <stddef.h>
  2522. | #else
  2523. | # ifdef HAVE_STDLIB_H
  2524. | # include <stdlib.h>
  2525. | # endif
  2526. | #endif
  2527. | #ifdef HAVE_STRING_H
  2528. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2529. | # include <memory.h>
  2530. | # endif
  2531. | # include <string.h>
  2532. | #endif
  2533. | #ifdef HAVE_STRINGS_H
  2534. | # include <strings.h>
  2535. | #endif
  2536. | #ifdef HAVE_INTTYPES_H
  2537. | # include <inttypes.h>
  2538. | #endif
  2539. | #ifdef HAVE_STDINT_H
  2540. | # include <stdint.h>
  2541. | #endif
  2542. | #ifdef HAVE_UNISTD_H
  2543. | # include <unistd.h>
  2544. | #endif
  2545. | #include <ffmpeg/avutil.h>
  2546. configure:9065: result: no
  2547. configure:9065: checking ffmpeg/avutil.h presence
  2548. configure:9065: gcc -E conftest.c
  2549. conftest.c:76:27: fatal error: ffmpeg/avutil.h: No such file or directory
  2550. #include <ffmpeg/avutil.h>
  2551. ^
  2552. compilation terminated.
  2553. configure:9065: $? = 1
  2554. configure: failed program was:
  2555. | /* confdefs.h */
  2556. | #define PACKAGE_NAME "MiniDLNA"
  2557. | #define PACKAGE_TARNAME "minidlna"
  2558. | #define PACKAGE_VERSION "1.1.3"
  2559. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2560. | #define PACKAGE_BUGREPORT ""
  2561. | #define PACKAGE_URL ""
  2562. | #define PACKAGE "minidlna"
  2563. | #define VERSION "1.1.3"
  2564. | #define STDC_HEADERS 1
  2565. | #define HAVE_SYS_TYPES_H 1
  2566. | #define HAVE_SYS_STAT_H 1
  2567. | #define HAVE_STDLIB_H 1
  2568. | #define HAVE_STRING_H 1
  2569. | #define HAVE_MEMORY_H 1
  2570. | #define HAVE_STRINGS_H 1
  2571. | #define HAVE_INTTYPES_H 1
  2572. | #define HAVE_STDINT_H 1
  2573. | #define HAVE_UNISTD_H 1
  2574. | #define __EXTENSIONS__ 1
  2575. | #define _ALL_SOURCE 1
  2576. | #define _GNU_SOURCE 1
  2577. | #define _POSIX_PTHREAD_SEMANTICS 1
  2578. | #define _TANDEM_SOURCE 1
  2579. | #define HAVE_ICONV 1
  2580. | #define ICONV_CONST
  2581. | #define ENABLE_NLS 1
  2582. | #define HAVE_GETTEXT 1
  2583. | #define HAVE_DCGETTEXT 1
  2584. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2585. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2586. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2587. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2588. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2589. | #define ROOTDEV_MODELURL OS_URL
  2590. | #define HAVE_DIRENT_H 1
  2591. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2592. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2593. | #define HAVE_ST_BLOCKS 1
  2594. | #define HAVE__BOOL 1
  2595. | #define HAVE_STDBOOL_H 1
  2596. | #define HAVE_FORK 1
  2597. | #define HAVE_VFORK 1
  2598. | #define HAVE_WORKING_VFORK 1
  2599. | #define HAVE_WORKING_FORK 1
  2600. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2601. | #define HAVE_GETHOSTNAME 1
  2602. | #define HAVE_GETIFADDRS 1
  2603. | #define HAVE_GETTIMEOFDAY 1
  2604. | #define HAVE_INET_NTOA 1
  2605. | #define HAVE_MEMMOVE 1
  2606. | #define HAVE_MEMSET 1
  2607. | #define HAVE_MKDIR 1
  2608. | #define HAVE_REALPATH 1
  2609. | #define HAVE_SELECT 1
  2610. | #define HAVE_SENDFILE 1
  2611. | #define HAVE_SETLOCALE 1
  2612. | #define HAVE_SOCKET 1
  2613. | #define HAVE_STRCASECMP 1
  2614. | #define HAVE_STRCHR 1
  2615. | #define HAVE_STRDUP 1
  2616. | #define HAVE_STRERROR 1
  2617. | #define HAVE_STRNCASECMP 1
  2618. | #define HAVE_STRPBRK 1
  2619. | #define HAVE_STRRCHR 1
  2620. | #define HAVE_STRSTR 1
  2621. | #define HAVE_STRTOL 1
  2622. | #define HAVE_STRTOUL 1
  2623. | #define HAVE_STRUCT_IP_MREQN /**/
  2624. | #define HAVE_SYSCALL_H 1
  2625. | #define HAVE_SYS_SYSCALL_H 1
  2626. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2627. | #define HAVE_NETLINK 1
  2628. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2629. | /* end confdefs.h. */
  2630. | #include <ffmpeg/avutil.h>
  2631. configure:9065: result: no
  2632. configure:9065: checking for ffmpeg/avutil.h
  2633. configure:9065: result: no
  2634. configure:9065: checking libav/avutil.h usability
  2635. configure:9065: gcc -c -g -O2 conftest.c >&5
  2636. conftest.c:109:26: fatal error: libav/avutil.h: No such file or directory
  2637. #include <libav/avutil.h>
  2638. ^
  2639. compilation terminated.
  2640. configure:9065: $? = 1
  2641. configure: failed program was:
  2642. | /* confdefs.h */
  2643. | #define PACKAGE_NAME "MiniDLNA"
  2644. | #define PACKAGE_TARNAME "minidlna"
  2645. | #define PACKAGE_VERSION "1.1.3"
  2646. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2647. | #define PACKAGE_BUGREPORT ""
  2648. | #define PACKAGE_URL ""
  2649. | #define PACKAGE "minidlna"
  2650. | #define VERSION "1.1.3"
  2651. | #define STDC_HEADERS 1
  2652. | #define HAVE_SYS_TYPES_H 1
  2653. | #define HAVE_SYS_STAT_H 1
  2654. | #define HAVE_STDLIB_H 1
  2655. | #define HAVE_STRING_H 1
  2656. | #define HAVE_MEMORY_H 1
  2657. | #define HAVE_STRINGS_H 1
  2658. | #define HAVE_INTTYPES_H 1
  2659. | #define HAVE_STDINT_H 1
  2660. | #define HAVE_UNISTD_H 1
  2661. | #define __EXTENSIONS__ 1
  2662. | #define _ALL_SOURCE 1
  2663. | #define _GNU_SOURCE 1
  2664. | #define _POSIX_PTHREAD_SEMANTICS 1
  2665. | #define _TANDEM_SOURCE 1
  2666. | #define HAVE_ICONV 1
  2667. | #define ICONV_CONST
  2668. | #define ENABLE_NLS 1
  2669. | #define HAVE_GETTEXT 1
  2670. | #define HAVE_DCGETTEXT 1
  2671. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2672. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2673. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2674. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2675. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2676. | #define ROOTDEV_MODELURL OS_URL
  2677. | #define HAVE_DIRENT_H 1
  2678. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2679. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2680. | #define HAVE_ST_BLOCKS 1
  2681. | #define HAVE__BOOL 1
  2682. | #define HAVE_STDBOOL_H 1
  2683. | #define HAVE_FORK 1
  2684. | #define HAVE_VFORK 1
  2685. | #define HAVE_WORKING_VFORK 1
  2686. | #define HAVE_WORKING_FORK 1
  2687. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2688. | #define HAVE_GETHOSTNAME 1
  2689. | #define HAVE_GETIFADDRS 1
  2690. | #define HAVE_GETTIMEOFDAY 1
  2691. | #define HAVE_INET_NTOA 1
  2692. | #define HAVE_MEMMOVE 1
  2693. | #define HAVE_MEMSET 1
  2694. | #define HAVE_MKDIR 1
  2695. | #define HAVE_REALPATH 1
  2696. | #define HAVE_SELECT 1
  2697. | #define HAVE_SENDFILE 1
  2698. | #define HAVE_SETLOCALE 1
  2699. | #define HAVE_SOCKET 1
  2700. | #define HAVE_STRCASECMP 1
  2701. | #define HAVE_STRCHR 1
  2702. | #define HAVE_STRDUP 1
  2703. | #define HAVE_STRERROR 1
  2704. | #define HAVE_STRNCASECMP 1
  2705. | #define HAVE_STRPBRK 1
  2706. | #define HAVE_STRRCHR 1
  2707. | #define HAVE_STRSTR 1
  2708. | #define HAVE_STRTOL 1
  2709. | #define HAVE_STRTOUL 1
  2710. | #define HAVE_STRUCT_IP_MREQN /**/
  2711. | #define HAVE_SYSCALL_H 1
  2712. | #define HAVE_SYS_SYSCALL_H 1
  2713. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2714. | #define HAVE_NETLINK 1
  2715. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2716. | /* end confdefs.h. */
  2717. | #include <stdio.h>
  2718. | #ifdef HAVE_SYS_TYPES_H
  2719. | # include <sys/types.h>
  2720. | #endif
  2721. | #ifdef HAVE_SYS_STAT_H
  2722. | # include <sys/stat.h>
  2723. | #endif
  2724. | #ifdef STDC_HEADERS
  2725. | # include <stdlib.h>
  2726. | # include <stddef.h>
  2727. | #else
  2728. | # ifdef HAVE_STDLIB_H
  2729. | # include <stdlib.h>
  2730. | # endif
  2731. | #endif
  2732. | #ifdef HAVE_STRING_H
  2733. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2734. | # include <memory.h>
  2735. | # endif
  2736. | # include <string.h>
  2737. | #endif
  2738. | #ifdef HAVE_STRINGS_H
  2739. | # include <strings.h>
  2740. | #endif
  2741. | #ifdef HAVE_INTTYPES_H
  2742. | # include <inttypes.h>
  2743. | #endif
  2744. | #ifdef HAVE_STDINT_H
  2745. | # include <stdint.h>
  2746. | #endif
  2747. | #ifdef HAVE_UNISTD_H
  2748. | # include <unistd.h>
  2749. | #endif
  2750. | #include <libav/avutil.h>
  2751. configure:9065: result: no
  2752. configure:9065: checking libav/avutil.h presence
  2753. configure:9065: gcc -E conftest.c
  2754. conftest.c:76:26: fatal error: libav/avutil.h: No such file or directory
  2755. #include <libav/avutil.h>
  2756. ^
  2757. compilation terminated.
  2758. configure:9065: $? = 1
  2759. configure: failed program was:
  2760. | /* confdefs.h */
  2761. | #define PACKAGE_NAME "MiniDLNA"
  2762. | #define PACKAGE_TARNAME "minidlna"
  2763. | #define PACKAGE_VERSION "1.1.3"
  2764. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2765. | #define PACKAGE_BUGREPORT ""
  2766. | #define PACKAGE_URL ""
  2767. | #define PACKAGE "minidlna"
  2768. | #define VERSION "1.1.3"
  2769. | #define STDC_HEADERS 1
  2770. | #define HAVE_SYS_TYPES_H 1
  2771. | #define HAVE_SYS_STAT_H 1
  2772. | #define HAVE_STDLIB_H 1
  2773. | #define HAVE_STRING_H 1
  2774. | #define HAVE_MEMORY_H 1
  2775. | #define HAVE_STRINGS_H 1
  2776. | #define HAVE_INTTYPES_H 1
  2777. | #define HAVE_STDINT_H 1
  2778. | #define HAVE_UNISTD_H 1
  2779. | #define __EXTENSIONS__ 1
  2780. | #define _ALL_SOURCE 1
  2781. | #define _GNU_SOURCE 1
  2782. | #define _POSIX_PTHREAD_SEMANTICS 1
  2783. | #define _TANDEM_SOURCE 1
  2784. | #define HAVE_ICONV 1
  2785. | #define ICONV_CONST
  2786. | #define ENABLE_NLS 1
  2787. | #define HAVE_GETTEXT 1
  2788. | #define HAVE_DCGETTEXT 1
  2789. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2790. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2791. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2792. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2793. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2794. | #define ROOTDEV_MODELURL OS_URL
  2795. | #define HAVE_DIRENT_H 1
  2796. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2797. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2798. | #define HAVE_ST_BLOCKS 1
  2799. | #define HAVE__BOOL 1
  2800. | #define HAVE_STDBOOL_H 1
  2801. | #define HAVE_FORK 1
  2802. | #define HAVE_VFORK 1
  2803. | #define HAVE_WORKING_VFORK 1
  2804. | #define HAVE_WORKING_FORK 1
  2805. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2806. | #define HAVE_GETHOSTNAME 1
  2807. | #define HAVE_GETIFADDRS 1
  2808. | #define HAVE_GETTIMEOFDAY 1
  2809. | #define HAVE_INET_NTOA 1
  2810. | #define HAVE_MEMMOVE 1
  2811. | #define HAVE_MEMSET 1
  2812. | #define HAVE_MKDIR 1
  2813. | #define HAVE_REALPATH 1
  2814. | #define HAVE_SELECT 1
  2815. | #define HAVE_SENDFILE 1
  2816. | #define HAVE_SETLOCALE 1
  2817. | #define HAVE_SOCKET 1
  2818. | #define HAVE_STRCASECMP 1
  2819. | #define HAVE_STRCHR 1
  2820. | #define HAVE_STRDUP 1
  2821. | #define HAVE_STRERROR 1
  2822. | #define HAVE_STRNCASECMP 1
  2823. | #define HAVE_STRPBRK 1
  2824. | #define HAVE_STRRCHR 1
  2825. | #define HAVE_STRSTR 1
  2826. | #define HAVE_STRTOL 1
  2827. | #define HAVE_STRTOUL 1
  2828. | #define HAVE_STRUCT_IP_MREQN /**/
  2829. | #define HAVE_SYSCALL_H 1
  2830. | #define HAVE_SYS_SYSCALL_H 1
  2831. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2832. | #define HAVE_NETLINK 1
  2833. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2834. | /* end confdefs.h. */
  2835. | #include <libav/avutil.h>
  2836. configure:9065: result: no
  2837. configure:9065: checking for libav/avutil.h
  2838. configure:9065: result: no
  2839. configure:9098: checking libavcodec/avcodec.h usability
  2840. configure:9098: gcc -c -g -O2 conftest.c >&5
  2841. configure:9098: $? = 0
  2842. configure:9098: result: yes
  2843. configure:9098: checking libavcodec/avcodec.h presence
  2844. configure:9098: gcc -E conftest.c
  2845. configure:9098: $? = 0
  2846. configure:9098: result: yes
  2847. configure:9098: checking for libavcodec/avcodec.h
  2848. configure:9098: result: yes
  2849. configure:9098: checking ffmpeg/libavcodec/avcodec.h usability
  2850. configure:9098: gcc -c -g -O2 conftest.c >&5
  2851. conftest.c:110:39: fatal error: ffmpeg/libavcodec/avcodec.h: No such file or directory
  2852. #include <ffmpeg/libavcodec/avcodec.h>
  2853. ^
  2854. compilation terminated.
  2855. configure:9098: $? = 1
  2856. configure: failed program was:
  2857. | /* confdefs.h */
  2858. | #define PACKAGE_NAME "MiniDLNA"
  2859. | #define PACKAGE_TARNAME "minidlna"
  2860. | #define PACKAGE_VERSION "1.1.3"
  2861. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2862. | #define PACKAGE_BUGREPORT ""
  2863. | #define PACKAGE_URL ""
  2864. | #define PACKAGE "minidlna"
  2865. | #define VERSION "1.1.3"
  2866. | #define STDC_HEADERS 1
  2867. | #define HAVE_SYS_TYPES_H 1
  2868. | #define HAVE_SYS_STAT_H 1
  2869. | #define HAVE_STDLIB_H 1
  2870. | #define HAVE_STRING_H 1
  2871. | #define HAVE_MEMORY_H 1
  2872. | #define HAVE_STRINGS_H 1
  2873. | #define HAVE_INTTYPES_H 1
  2874. | #define HAVE_STDINT_H 1
  2875. | #define HAVE_UNISTD_H 1
  2876. | #define __EXTENSIONS__ 1
  2877. | #define _ALL_SOURCE 1
  2878. | #define _GNU_SOURCE 1
  2879. | #define _POSIX_PTHREAD_SEMANTICS 1
  2880. | #define _TANDEM_SOURCE 1
  2881. | #define HAVE_ICONV 1
  2882. | #define ICONV_CONST
  2883. | #define ENABLE_NLS 1
  2884. | #define HAVE_GETTEXT 1
  2885. | #define HAVE_DCGETTEXT 1
  2886. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2887. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2888. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2889. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2890. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2891. | #define ROOTDEV_MODELURL OS_URL
  2892. | #define HAVE_DIRENT_H 1
  2893. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  2894. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2895. | #define HAVE_ST_BLOCKS 1
  2896. | #define HAVE__BOOL 1
  2897. | #define HAVE_STDBOOL_H 1
  2898. | #define HAVE_FORK 1
  2899. | #define HAVE_VFORK 1
  2900. | #define HAVE_WORKING_VFORK 1
  2901. | #define HAVE_WORKING_FORK 1
  2902. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2903. | #define HAVE_GETHOSTNAME 1
  2904. | #define HAVE_GETIFADDRS 1
  2905. | #define HAVE_GETTIMEOFDAY 1
  2906. | #define HAVE_INET_NTOA 1
  2907. | #define HAVE_MEMMOVE 1
  2908. | #define HAVE_MEMSET 1
  2909. | #define HAVE_MKDIR 1
  2910. | #define HAVE_REALPATH 1
  2911. | #define HAVE_SELECT 1
  2912. | #define HAVE_SENDFILE 1
  2913. | #define HAVE_SETLOCALE 1
  2914. | #define HAVE_SOCKET 1
  2915. | #define HAVE_STRCASECMP 1
  2916. | #define HAVE_STRCHR 1
  2917. | #define HAVE_STRDUP 1
  2918. | #define HAVE_STRERROR 1
  2919. | #define HAVE_STRNCASECMP 1
  2920. | #define HAVE_STRPBRK 1
  2921. | #define HAVE_STRRCHR 1
  2922. | #define HAVE_STRSTR 1
  2923. | #define HAVE_STRTOL 1
  2924. | #define HAVE_STRTOUL 1
  2925. | #define HAVE_STRUCT_IP_MREQN /**/
  2926. | #define HAVE_SYSCALL_H 1
  2927. | #define HAVE_SYS_SYSCALL_H 1
  2928. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2929. | #define HAVE_NETLINK 1
  2930. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2931. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2932. | /* end confdefs.h. */
  2933. | #include <stdio.h>
  2934. | #ifdef HAVE_SYS_TYPES_H
  2935. | # include <sys/types.h>
  2936. | #endif
  2937. | #ifdef HAVE_SYS_STAT_H
  2938. | # include <sys/stat.h>
  2939. | #endif
  2940. | #ifdef STDC_HEADERS
  2941. | # include <stdlib.h>
  2942. | # include <stddef.h>
  2943. | #else
  2944. | # ifdef HAVE_STDLIB_H
  2945. | # include <stdlib.h>
  2946. | # endif
  2947. | #endif
  2948. | #ifdef HAVE_STRING_H
  2949. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2950. | # include <memory.h>
  2951. | # endif
  2952. | # include <string.h>
  2953. | #endif
  2954. | #ifdef HAVE_STRINGS_H
  2955. | # include <strings.h>
  2956. | #endif
  2957. | #ifdef HAVE_INTTYPES_H
  2958. | # include <inttypes.h>
  2959. | #endif
  2960. | #ifdef HAVE_STDINT_H
  2961. | # include <stdint.h>
  2962. | #endif
  2963. | #ifdef HAVE_UNISTD_H
  2964. | # include <unistd.h>
  2965. | #endif
  2966. | #include <ffmpeg/libavcodec/avcodec.h>
  2967. configure:9098: result: no
  2968. configure:9098: checking ffmpeg/libavcodec/avcodec.h presence
  2969. configure:9098: gcc -E conftest.c
  2970. conftest.c:77:39: fatal error: ffmpeg/libavcodec/avcodec.h: No such file or directory
  2971. #include <ffmpeg/libavcodec/avcodec.h>
  2972. ^
  2973. compilation terminated.
  2974. configure:9098: $? = 1
  2975. configure: failed program was:
  2976. | /* confdefs.h */
  2977. | #define PACKAGE_NAME "MiniDLNA"
  2978. | #define PACKAGE_TARNAME "minidlna"
  2979. | #define PACKAGE_VERSION "1.1.3"
  2980. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  2981. | #define PACKAGE_BUGREPORT ""
  2982. | #define PACKAGE_URL ""
  2983. | #define PACKAGE "minidlna"
  2984. | #define VERSION "1.1.3"
  2985. | #define STDC_HEADERS 1
  2986. | #define HAVE_SYS_TYPES_H 1
  2987. | #define HAVE_SYS_STAT_H 1
  2988. | #define HAVE_STDLIB_H 1
  2989. | #define HAVE_STRING_H 1
  2990. | #define HAVE_MEMORY_H 1
  2991. | #define HAVE_STRINGS_H 1
  2992. | #define HAVE_INTTYPES_H 1
  2993. | #define HAVE_STDINT_H 1
  2994. | #define HAVE_UNISTD_H 1
  2995. | #define __EXTENSIONS__ 1
  2996. | #define _ALL_SOURCE 1
  2997. | #define _GNU_SOURCE 1
  2998. | #define _POSIX_PTHREAD_SEMANTICS 1
  2999. | #define _TANDEM_SOURCE 1
  3000. | #define HAVE_ICONV 1
  3001. | #define ICONV_CONST
  3002. | #define ENABLE_NLS 1
  3003. | #define HAVE_GETTEXT 1
  3004. | #define HAVE_DCGETTEXT 1
  3005. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3006. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3007. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3008. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3009. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3010. | #define ROOTDEV_MODELURL OS_URL
  3011. | #define HAVE_DIRENT_H 1
  3012. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3013. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3014. | #define HAVE_ST_BLOCKS 1
  3015. | #define HAVE__BOOL 1
  3016. | #define HAVE_STDBOOL_H 1
  3017. | #define HAVE_FORK 1
  3018. | #define HAVE_VFORK 1
  3019. | #define HAVE_WORKING_VFORK 1
  3020. | #define HAVE_WORKING_FORK 1
  3021. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3022. | #define HAVE_GETHOSTNAME 1
  3023. | #define HAVE_GETIFADDRS 1
  3024. | #define HAVE_GETTIMEOFDAY 1
  3025. | #define HAVE_INET_NTOA 1
  3026. | #define HAVE_MEMMOVE 1
  3027. | #define HAVE_MEMSET 1
  3028. | #define HAVE_MKDIR 1
  3029. | #define HAVE_REALPATH 1
  3030. | #define HAVE_SELECT 1
  3031. | #define HAVE_SENDFILE 1
  3032. | #define HAVE_SETLOCALE 1
  3033. | #define HAVE_SOCKET 1
  3034. | #define HAVE_STRCASECMP 1
  3035. | #define HAVE_STRCHR 1
  3036. | #define HAVE_STRDUP 1
  3037. | #define HAVE_STRERROR 1
  3038. | #define HAVE_STRNCASECMP 1
  3039. | #define HAVE_STRPBRK 1
  3040. | #define HAVE_STRRCHR 1
  3041. | #define HAVE_STRSTR 1
  3042. | #define HAVE_STRTOL 1
  3043. | #define HAVE_STRTOUL 1
  3044. | #define HAVE_STRUCT_IP_MREQN /**/
  3045. | #define HAVE_SYSCALL_H 1
  3046. | #define HAVE_SYS_SYSCALL_H 1
  3047. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3048. | #define HAVE_NETLINK 1
  3049. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3050. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3051. | /* end confdefs.h. */
  3052. | #include <ffmpeg/libavcodec/avcodec.h>
  3053. configure:9098: result: no
  3054. configure:9098: checking for ffmpeg/libavcodec/avcodec.h
  3055. configure:9098: result: no
  3056. configure:9098: checking libav/libavcodec/avcodec.h usability
  3057. configure:9098: gcc -c -g -O2 conftest.c >&5
  3058. conftest.c:110:38: fatal error: libav/libavcodec/avcodec.h: No such file or directory
  3059. #include <libav/libavcodec/avcodec.h>
  3060. ^
  3061. compilation terminated.
  3062. configure:9098: $? = 1
  3063. configure: failed program was:
  3064. | /* confdefs.h */
  3065. | #define PACKAGE_NAME "MiniDLNA"
  3066. | #define PACKAGE_TARNAME "minidlna"
  3067. | #define PACKAGE_VERSION "1.1.3"
  3068. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3069. | #define PACKAGE_BUGREPORT ""
  3070. | #define PACKAGE_URL ""
  3071. | #define PACKAGE "minidlna"
  3072. | #define VERSION "1.1.3"
  3073. | #define STDC_HEADERS 1
  3074. | #define HAVE_SYS_TYPES_H 1
  3075. | #define HAVE_SYS_STAT_H 1
  3076. | #define HAVE_STDLIB_H 1
  3077. | #define HAVE_STRING_H 1
  3078. | #define HAVE_MEMORY_H 1
  3079. | #define HAVE_STRINGS_H 1
  3080. | #define HAVE_INTTYPES_H 1
  3081. | #define HAVE_STDINT_H 1
  3082. | #define HAVE_UNISTD_H 1
  3083. | #define __EXTENSIONS__ 1
  3084. | #define _ALL_SOURCE 1
  3085. | #define _GNU_SOURCE 1
  3086. | #define _POSIX_PTHREAD_SEMANTICS 1
  3087. | #define _TANDEM_SOURCE 1
  3088. | #define HAVE_ICONV 1
  3089. | #define ICONV_CONST
  3090. | #define ENABLE_NLS 1
  3091. | #define HAVE_GETTEXT 1
  3092. | #define HAVE_DCGETTEXT 1
  3093. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3094. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3095. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3096. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3097. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3098. | #define ROOTDEV_MODELURL OS_URL
  3099. | #define HAVE_DIRENT_H 1
  3100. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3101. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3102. | #define HAVE_ST_BLOCKS 1
  3103. | #define HAVE__BOOL 1
  3104. | #define HAVE_STDBOOL_H 1
  3105. | #define HAVE_FORK 1
  3106. | #define HAVE_VFORK 1
  3107. | #define HAVE_WORKING_VFORK 1
  3108. | #define HAVE_WORKING_FORK 1
  3109. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3110. | #define HAVE_GETHOSTNAME 1
  3111. | #define HAVE_GETIFADDRS 1
  3112. | #define HAVE_GETTIMEOFDAY 1
  3113. | #define HAVE_INET_NTOA 1
  3114. | #define HAVE_MEMMOVE 1
  3115. | #define HAVE_MEMSET 1
  3116. | #define HAVE_MKDIR 1
  3117. | #define HAVE_REALPATH 1
  3118. | #define HAVE_SELECT 1
  3119. | #define HAVE_SENDFILE 1
  3120. | #define HAVE_SETLOCALE 1
  3121. | #define HAVE_SOCKET 1
  3122. | #define HAVE_STRCASECMP 1
  3123. | #define HAVE_STRCHR 1
  3124. | #define HAVE_STRDUP 1
  3125. | #define HAVE_STRERROR 1
  3126. | #define HAVE_STRNCASECMP 1
  3127. | #define HAVE_STRPBRK 1
  3128. | #define HAVE_STRRCHR 1
  3129. | #define HAVE_STRSTR 1
  3130. | #define HAVE_STRTOL 1
  3131. | #define HAVE_STRTOUL 1
  3132. | #define HAVE_STRUCT_IP_MREQN /**/
  3133. | #define HAVE_SYSCALL_H 1
  3134. | #define HAVE_SYS_SYSCALL_H 1
  3135. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3136. | #define HAVE_NETLINK 1
  3137. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3138. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3139. | /* end confdefs.h. */
  3140. | #include <stdio.h>
  3141. | #ifdef HAVE_SYS_TYPES_H
  3142. | # include <sys/types.h>
  3143. | #endif
  3144. | #ifdef HAVE_SYS_STAT_H
  3145. | # include <sys/stat.h>
  3146. | #endif
  3147. | #ifdef STDC_HEADERS
  3148. | # include <stdlib.h>
  3149. | # include <stddef.h>
  3150. | #else
  3151. | # ifdef HAVE_STDLIB_H
  3152. | # include <stdlib.h>
  3153. | # endif
  3154. | #endif
  3155. | #ifdef HAVE_STRING_H
  3156. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3157. | # include <memory.h>
  3158. | # endif
  3159. | # include <string.h>
  3160. | #endif
  3161. | #ifdef HAVE_STRINGS_H
  3162. | # include <strings.h>
  3163. | #endif
  3164. | #ifdef HAVE_INTTYPES_H
  3165. | # include <inttypes.h>
  3166. | #endif
  3167. | #ifdef HAVE_STDINT_H
  3168. | # include <stdint.h>
  3169. | #endif
  3170. | #ifdef HAVE_UNISTD_H
  3171. | # include <unistd.h>
  3172. | #endif
  3173. | #include <libav/libavcodec/avcodec.h>
  3174. configure:9098: result: no
  3175. configure:9098: checking libav/libavcodec/avcodec.h presence
  3176. configure:9098: gcc -E conftest.c
  3177. conftest.c:77:38: fatal error: libav/libavcodec/avcodec.h: No such file or directory
  3178. #include <libav/libavcodec/avcodec.h>
  3179. ^
  3180. compilation terminated.
  3181. configure:9098: $? = 1
  3182. configure: failed program was:
  3183. | /* confdefs.h */
  3184. | #define PACKAGE_NAME "MiniDLNA"
  3185. | #define PACKAGE_TARNAME "minidlna"
  3186. | #define PACKAGE_VERSION "1.1.3"
  3187. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3188. | #define PACKAGE_BUGREPORT ""
  3189. | #define PACKAGE_URL ""
  3190. | #define PACKAGE "minidlna"
  3191. | #define VERSION "1.1.3"
  3192. | #define STDC_HEADERS 1
  3193. | #define HAVE_SYS_TYPES_H 1
  3194. | #define HAVE_SYS_STAT_H 1
  3195. | #define HAVE_STDLIB_H 1
  3196. | #define HAVE_STRING_H 1
  3197. | #define HAVE_MEMORY_H 1
  3198. | #define HAVE_STRINGS_H 1
  3199. | #define HAVE_INTTYPES_H 1
  3200. | #define HAVE_STDINT_H 1
  3201. | #define HAVE_UNISTD_H 1
  3202. | #define __EXTENSIONS__ 1
  3203. | #define _ALL_SOURCE 1
  3204. | #define _GNU_SOURCE 1
  3205. | #define _POSIX_PTHREAD_SEMANTICS 1
  3206. | #define _TANDEM_SOURCE 1
  3207. | #define HAVE_ICONV 1
  3208. | #define ICONV_CONST
  3209. | #define ENABLE_NLS 1
  3210. | #define HAVE_GETTEXT 1
  3211. | #define HAVE_DCGETTEXT 1
  3212. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3213. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3214. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3215. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3216. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3217. | #define ROOTDEV_MODELURL OS_URL
  3218. | #define HAVE_DIRENT_H 1
  3219. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3220. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3221. | #define HAVE_ST_BLOCKS 1
  3222. | #define HAVE__BOOL 1
  3223. | #define HAVE_STDBOOL_H 1
  3224. | #define HAVE_FORK 1
  3225. | #define HAVE_VFORK 1
  3226. | #define HAVE_WORKING_VFORK 1
  3227. | #define HAVE_WORKING_FORK 1
  3228. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3229. | #define HAVE_GETHOSTNAME 1
  3230. | #define HAVE_GETIFADDRS 1
  3231. | #define HAVE_GETTIMEOFDAY 1
  3232. | #define HAVE_INET_NTOA 1
  3233. | #define HAVE_MEMMOVE 1
  3234. | #define HAVE_MEMSET 1
  3235. | #define HAVE_MKDIR 1
  3236. | #define HAVE_REALPATH 1
  3237. | #define HAVE_SELECT 1
  3238. | #define HAVE_SENDFILE 1
  3239. | #define HAVE_SETLOCALE 1
  3240. | #define HAVE_SOCKET 1
  3241. | #define HAVE_STRCASECMP 1
  3242. | #define HAVE_STRCHR 1
  3243. | #define HAVE_STRDUP 1
  3244. | #define HAVE_STRERROR 1
  3245. | #define HAVE_STRNCASECMP 1
  3246. | #define HAVE_STRPBRK 1
  3247. | #define HAVE_STRRCHR 1
  3248. | #define HAVE_STRSTR 1
  3249. | #define HAVE_STRTOL 1
  3250. | #define HAVE_STRTOUL 1
  3251. | #define HAVE_STRUCT_IP_MREQN /**/
  3252. | #define HAVE_SYSCALL_H 1
  3253. | #define HAVE_SYS_SYSCALL_H 1
  3254. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3255. | #define HAVE_NETLINK 1
  3256. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3257. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3258. | /* end confdefs.h. */
  3259. | #include <libav/libavcodec/avcodec.h>
  3260. configure:9098: result: no
  3261. configure:9098: checking for libav/libavcodec/avcodec.h
  3262. configure:9098: result: no
  3263. configure:9098: checking avcodec.h usability
  3264. configure:9098: gcc -c -g -O2 conftest.c >&5
  3265. conftest.c:110:21: fatal error: avcodec.h: No such file or directory
  3266. #include <avcodec.h>
  3267. ^
  3268. compilation terminated.
  3269. configure:9098: $? = 1
  3270. configure: failed program was:
  3271. | /* confdefs.h */
  3272. | #define PACKAGE_NAME "MiniDLNA"
  3273. | #define PACKAGE_TARNAME "minidlna"
  3274. | #define PACKAGE_VERSION "1.1.3"
  3275. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3276. | #define PACKAGE_BUGREPORT ""
  3277. | #define PACKAGE_URL ""
  3278. | #define PACKAGE "minidlna"
  3279. | #define VERSION "1.1.3"
  3280. | #define STDC_HEADERS 1
  3281. | #define HAVE_SYS_TYPES_H 1
  3282. | #define HAVE_SYS_STAT_H 1
  3283. | #define HAVE_STDLIB_H 1
  3284. | #define HAVE_STRING_H 1
  3285. | #define HAVE_MEMORY_H 1
  3286. | #define HAVE_STRINGS_H 1
  3287. | #define HAVE_INTTYPES_H 1
  3288. | #define HAVE_STDINT_H 1
  3289. | #define HAVE_UNISTD_H 1
  3290. | #define __EXTENSIONS__ 1
  3291. | #define _ALL_SOURCE 1
  3292. | #define _GNU_SOURCE 1
  3293. | #define _POSIX_PTHREAD_SEMANTICS 1
  3294. | #define _TANDEM_SOURCE 1
  3295. | #define HAVE_ICONV 1
  3296. | #define ICONV_CONST
  3297. | #define ENABLE_NLS 1
  3298. | #define HAVE_GETTEXT 1
  3299. | #define HAVE_DCGETTEXT 1
  3300. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3301. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3302. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3303. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3304. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3305. | #define ROOTDEV_MODELURL OS_URL
  3306. | #define HAVE_DIRENT_H 1
  3307. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3308. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3309. | #define HAVE_ST_BLOCKS 1
  3310. | #define HAVE__BOOL 1
  3311. | #define HAVE_STDBOOL_H 1
  3312. | #define HAVE_FORK 1
  3313. | #define HAVE_VFORK 1
  3314. | #define HAVE_WORKING_VFORK 1
  3315. | #define HAVE_WORKING_FORK 1
  3316. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3317. | #define HAVE_GETHOSTNAME 1
  3318. | #define HAVE_GETIFADDRS 1
  3319. | #define HAVE_GETTIMEOFDAY 1
  3320. | #define HAVE_INET_NTOA 1
  3321. | #define HAVE_MEMMOVE 1
  3322. | #define HAVE_MEMSET 1
  3323. | #define HAVE_MKDIR 1
  3324. | #define HAVE_REALPATH 1
  3325. | #define HAVE_SELECT 1
  3326. | #define HAVE_SENDFILE 1
  3327. | #define HAVE_SETLOCALE 1
  3328. | #define HAVE_SOCKET 1
  3329. | #define HAVE_STRCASECMP 1
  3330. | #define HAVE_STRCHR 1
  3331. | #define HAVE_STRDUP 1
  3332. | #define HAVE_STRERROR 1
  3333. | #define HAVE_STRNCASECMP 1
  3334. | #define HAVE_STRPBRK 1
  3335. | #define HAVE_STRRCHR 1
  3336. | #define HAVE_STRSTR 1
  3337. | #define HAVE_STRTOL 1
  3338. | #define HAVE_STRTOUL 1
  3339. | #define HAVE_STRUCT_IP_MREQN /**/
  3340. | #define HAVE_SYSCALL_H 1
  3341. | #define HAVE_SYS_SYSCALL_H 1
  3342. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3343. | #define HAVE_NETLINK 1
  3344. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3345. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3346. | /* end confdefs.h. */
  3347. | #include <stdio.h>
  3348. | #ifdef HAVE_SYS_TYPES_H
  3349. | # include <sys/types.h>
  3350. | #endif
  3351. | #ifdef HAVE_SYS_STAT_H
  3352. | # include <sys/stat.h>
  3353. | #endif
  3354. | #ifdef STDC_HEADERS
  3355. | # include <stdlib.h>
  3356. | # include <stddef.h>
  3357. | #else
  3358. | # ifdef HAVE_STDLIB_H
  3359. | # include <stdlib.h>
  3360. | # endif
  3361. | #endif
  3362. | #ifdef HAVE_STRING_H
  3363. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3364. | # include <memory.h>
  3365. | # endif
  3366. | # include <string.h>
  3367. | #endif
  3368. | #ifdef HAVE_STRINGS_H
  3369. | # include <strings.h>
  3370. | #endif
  3371. | #ifdef HAVE_INTTYPES_H
  3372. | # include <inttypes.h>
  3373. | #endif
  3374. | #ifdef HAVE_STDINT_H
  3375. | # include <stdint.h>
  3376. | #endif
  3377. | #ifdef HAVE_UNISTD_H
  3378. | # include <unistd.h>
  3379. | #endif
  3380. | #include <avcodec.h>
  3381. configure:9098: result: no
  3382. configure:9098: checking avcodec.h presence
  3383. configure:9098: gcc -E conftest.c
  3384. conftest.c:77:21: fatal error: avcodec.h: No such file or directory
  3385. #include <avcodec.h>
  3386. ^
  3387. compilation terminated.
  3388. configure:9098: $? = 1
  3389. configure: failed program was:
  3390. | /* confdefs.h */
  3391. | #define PACKAGE_NAME "MiniDLNA"
  3392. | #define PACKAGE_TARNAME "minidlna"
  3393. | #define PACKAGE_VERSION "1.1.3"
  3394. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3395. | #define PACKAGE_BUGREPORT ""
  3396. | #define PACKAGE_URL ""
  3397. | #define PACKAGE "minidlna"
  3398. | #define VERSION "1.1.3"
  3399. | #define STDC_HEADERS 1
  3400. | #define HAVE_SYS_TYPES_H 1
  3401. | #define HAVE_SYS_STAT_H 1
  3402. | #define HAVE_STDLIB_H 1
  3403. | #define HAVE_STRING_H 1
  3404. | #define HAVE_MEMORY_H 1
  3405. | #define HAVE_STRINGS_H 1
  3406. | #define HAVE_INTTYPES_H 1
  3407. | #define HAVE_STDINT_H 1
  3408. | #define HAVE_UNISTD_H 1
  3409. | #define __EXTENSIONS__ 1
  3410. | #define _ALL_SOURCE 1
  3411. | #define _GNU_SOURCE 1
  3412. | #define _POSIX_PTHREAD_SEMANTICS 1
  3413. | #define _TANDEM_SOURCE 1
  3414. | #define HAVE_ICONV 1
  3415. | #define ICONV_CONST
  3416. | #define ENABLE_NLS 1
  3417. | #define HAVE_GETTEXT 1
  3418. | #define HAVE_DCGETTEXT 1
  3419. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3420. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3421. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3422. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3423. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3424. | #define ROOTDEV_MODELURL OS_URL
  3425. | #define HAVE_DIRENT_H 1
  3426. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3427. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3428. | #define HAVE_ST_BLOCKS 1
  3429. | #define HAVE__BOOL 1
  3430. | #define HAVE_STDBOOL_H 1
  3431. | #define HAVE_FORK 1
  3432. | #define HAVE_VFORK 1
  3433. | #define HAVE_WORKING_VFORK 1
  3434. | #define HAVE_WORKING_FORK 1
  3435. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3436. | #define HAVE_GETHOSTNAME 1
  3437. | #define HAVE_GETIFADDRS 1
  3438. | #define HAVE_GETTIMEOFDAY 1
  3439. | #define HAVE_INET_NTOA 1
  3440. | #define HAVE_MEMMOVE 1
  3441. | #define HAVE_MEMSET 1
  3442. | #define HAVE_MKDIR 1
  3443. | #define HAVE_REALPATH 1
  3444. | #define HAVE_SELECT 1
  3445. | #define HAVE_SENDFILE 1
  3446. | #define HAVE_SETLOCALE 1
  3447. | #define HAVE_SOCKET 1
  3448. | #define HAVE_STRCASECMP 1
  3449. | #define HAVE_STRCHR 1
  3450. | #define HAVE_STRDUP 1
  3451. | #define HAVE_STRERROR 1
  3452. | #define HAVE_STRNCASECMP 1
  3453. | #define HAVE_STRPBRK 1
  3454. | #define HAVE_STRRCHR 1
  3455. | #define HAVE_STRSTR 1
  3456. | #define HAVE_STRTOL 1
  3457. | #define HAVE_STRTOUL 1
  3458. | #define HAVE_STRUCT_IP_MREQN /**/
  3459. | #define HAVE_SYSCALL_H 1
  3460. | #define HAVE_SYS_SYSCALL_H 1
  3461. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3462. | #define HAVE_NETLINK 1
  3463. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3464. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3465. | /* end confdefs.h. */
  3466. | #include <avcodec.h>
  3467. configure:9098: result: no
  3468. configure:9098: checking for avcodec.h
  3469. configure:9098: result: no
  3470. configure:9098: checking ffmpeg/avcodec.h usability
  3471. configure:9098: gcc -c -g -O2 conftest.c >&5
  3472. conftest.c:110:28: fatal error: ffmpeg/avcodec.h: No such file or directory
  3473. #include <ffmpeg/avcodec.h>
  3474. ^
  3475. compilation terminated.
  3476. configure:9098: $? = 1
  3477. configure: failed program was:
  3478. | /* confdefs.h */
  3479. | #define PACKAGE_NAME "MiniDLNA"
  3480. | #define PACKAGE_TARNAME "minidlna"
  3481. | #define PACKAGE_VERSION "1.1.3"
  3482. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3483. | #define PACKAGE_BUGREPORT ""
  3484. | #define PACKAGE_URL ""
  3485. | #define PACKAGE "minidlna"
  3486. | #define VERSION "1.1.3"
  3487. | #define STDC_HEADERS 1
  3488. | #define HAVE_SYS_TYPES_H 1
  3489. | #define HAVE_SYS_STAT_H 1
  3490. | #define HAVE_STDLIB_H 1
  3491. | #define HAVE_STRING_H 1
  3492. | #define HAVE_MEMORY_H 1
  3493. | #define HAVE_STRINGS_H 1
  3494. | #define HAVE_INTTYPES_H 1
  3495. | #define HAVE_STDINT_H 1
  3496. | #define HAVE_UNISTD_H 1
  3497. | #define __EXTENSIONS__ 1
  3498. | #define _ALL_SOURCE 1
  3499. | #define _GNU_SOURCE 1
  3500. | #define _POSIX_PTHREAD_SEMANTICS 1
  3501. | #define _TANDEM_SOURCE 1
  3502. | #define HAVE_ICONV 1
  3503. | #define ICONV_CONST
  3504. | #define ENABLE_NLS 1
  3505. | #define HAVE_GETTEXT 1
  3506. | #define HAVE_DCGETTEXT 1
  3507. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3508. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3509. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3510. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3511. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3512. | #define ROOTDEV_MODELURL OS_URL
  3513. | #define HAVE_DIRENT_H 1
  3514. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3515. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3516. | #define HAVE_ST_BLOCKS 1
  3517. | #define HAVE__BOOL 1
  3518. | #define HAVE_STDBOOL_H 1
  3519. | #define HAVE_FORK 1
  3520. | #define HAVE_VFORK 1
  3521. | #define HAVE_WORKING_VFORK 1
  3522. | #define HAVE_WORKING_FORK 1
  3523. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3524. | #define HAVE_GETHOSTNAME 1
  3525. | #define HAVE_GETIFADDRS 1
  3526. | #define HAVE_GETTIMEOFDAY 1
  3527. | #define HAVE_INET_NTOA 1
  3528. | #define HAVE_MEMMOVE 1
  3529. | #define HAVE_MEMSET 1
  3530. | #define HAVE_MKDIR 1
  3531. | #define HAVE_REALPATH 1
  3532. | #define HAVE_SELECT 1
  3533. | #define HAVE_SENDFILE 1
  3534. | #define HAVE_SETLOCALE 1
  3535. | #define HAVE_SOCKET 1
  3536. | #define HAVE_STRCASECMP 1
  3537. | #define HAVE_STRCHR 1
  3538. | #define HAVE_STRDUP 1
  3539. | #define HAVE_STRERROR 1
  3540. | #define HAVE_STRNCASECMP 1
  3541. | #define HAVE_STRPBRK 1
  3542. | #define HAVE_STRRCHR 1
  3543. | #define HAVE_STRSTR 1
  3544. | #define HAVE_STRTOL 1
  3545. | #define HAVE_STRTOUL 1
  3546. | #define HAVE_STRUCT_IP_MREQN /**/
  3547. | #define HAVE_SYSCALL_H 1
  3548. | #define HAVE_SYS_SYSCALL_H 1
  3549. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3550. | #define HAVE_NETLINK 1
  3551. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3552. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3553. | /* end confdefs.h. */
  3554. | #include <stdio.h>
  3555. | #ifdef HAVE_SYS_TYPES_H
  3556. | # include <sys/types.h>
  3557. | #endif
  3558. | #ifdef HAVE_SYS_STAT_H
  3559. | # include <sys/stat.h>
  3560. | #endif
  3561. | #ifdef STDC_HEADERS
  3562. | # include <stdlib.h>
  3563. | # include <stddef.h>
  3564. | #else
  3565. | # ifdef HAVE_STDLIB_H
  3566. | # include <stdlib.h>
  3567. | # endif
  3568. | #endif
  3569. | #ifdef HAVE_STRING_H
  3570. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3571. | # include <memory.h>
  3572. | # endif
  3573. | # include <string.h>
  3574. | #endif
  3575. | #ifdef HAVE_STRINGS_H
  3576. | # include <strings.h>
  3577. | #endif
  3578. | #ifdef HAVE_INTTYPES_H
  3579. | # include <inttypes.h>
  3580. | #endif
  3581. | #ifdef HAVE_STDINT_H
  3582. | # include <stdint.h>
  3583. | #endif
  3584. | #ifdef HAVE_UNISTD_H
  3585. | # include <unistd.h>
  3586. | #endif
  3587. | #include <ffmpeg/avcodec.h>
  3588. configure:9098: result: no
  3589. configure:9098: checking ffmpeg/avcodec.h presence
  3590. configure:9098: gcc -E conftest.c
  3591. conftest.c:77:28: fatal error: ffmpeg/avcodec.h: No such file or directory
  3592. #include <ffmpeg/avcodec.h>
  3593. ^
  3594. compilation terminated.
  3595. configure:9098: $? = 1
  3596. configure: failed program was:
  3597. | /* confdefs.h */
  3598. | #define PACKAGE_NAME "MiniDLNA"
  3599. | #define PACKAGE_TARNAME "minidlna"
  3600. | #define PACKAGE_VERSION "1.1.3"
  3601. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3602. | #define PACKAGE_BUGREPORT ""
  3603. | #define PACKAGE_URL ""
  3604. | #define PACKAGE "minidlna"
  3605. | #define VERSION "1.1.3"
  3606. | #define STDC_HEADERS 1
  3607. | #define HAVE_SYS_TYPES_H 1
  3608. | #define HAVE_SYS_STAT_H 1
  3609. | #define HAVE_STDLIB_H 1
  3610. | #define HAVE_STRING_H 1
  3611. | #define HAVE_MEMORY_H 1
  3612. | #define HAVE_STRINGS_H 1
  3613. | #define HAVE_INTTYPES_H 1
  3614. | #define HAVE_STDINT_H 1
  3615. | #define HAVE_UNISTD_H 1
  3616. | #define __EXTENSIONS__ 1
  3617. | #define _ALL_SOURCE 1
  3618. | #define _GNU_SOURCE 1
  3619. | #define _POSIX_PTHREAD_SEMANTICS 1
  3620. | #define _TANDEM_SOURCE 1
  3621. | #define HAVE_ICONV 1
  3622. | #define ICONV_CONST
  3623. | #define ENABLE_NLS 1
  3624. | #define HAVE_GETTEXT 1
  3625. | #define HAVE_DCGETTEXT 1
  3626. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3627. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3628. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3629. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3630. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3631. | #define ROOTDEV_MODELURL OS_URL
  3632. | #define HAVE_DIRENT_H 1
  3633. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3634. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3635. | #define HAVE_ST_BLOCKS 1
  3636. | #define HAVE__BOOL 1
  3637. | #define HAVE_STDBOOL_H 1
  3638. | #define HAVE_FORK 1
  3639. | #define HAVE_VFORK 1
  3640. | #define HAVE_WORKING_VFORK 1
  3641. | #define HAVE_WORKING_FORK 1
  3642. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3643. | #define HAVE_GETHOSTNAME 1
  3644. | #define HAVE_GETIFADDRS 1
  3645. | #define HAVE_GETTIMEOFDAY 1
  3646. | #define HAVE_INET_NTOA 1
  3647. | #define HAVE_MEMMOVE 1
  3648. | #define HAVE_MEMSET 1
  3649. | #define HAVE_MKDIR 1
  3650. | #define HAVE_REALPATH 1
  3651. | #define HAVE_SELECT 1
  3652. | #define HAVE_SENDFILE 1
  3653. | #define HAVE_SETLOCALE 1
  3654. | #define HAVE_SOCKET 1
  3655. | #define HAVE_STRCASECMP 1
  3656. | #define HAVE_STRCHR 1
  3657. | #define HAVE_STRDUP 1
  3658. | #define HAVE_STRERROR 1
  3659. | #define HAVE_STRNCASECMP 1
  3660. | #define HAVE_STRPBRK 1
  3661. | #define HAVE_STRRCHR 1
  3662. | #define HAVE_STRSTR 1
  3663. | #define HAVE_STRTOL 1
  3664. | #define HAVE_STRTOUL 1
  3665. | #define HAVE_STRUCT_IP_MREQN /**/
  3666. | #define HAVE_SYSCALL_H 1
  3667. | #define HAVE_SYS_SYSCALL_H 1
  3668. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3669. | #define HAVE_NETLINK 1
  3670. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3671. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3672. | /* end confdefs.h. */
  3673. | #include <ffmpeg/avcodec.h>
  3674. configure:9098: result: no
  3675. configure:9098: checking for ffmpeg/avcodec.h
  3676. configure:9098: result: no
  3677. configure:9098: checking libav/avcodec.h usability
  3678. configure:9098: gcc -c -g -O2 conftest.c >&5
  3679. conftest.c:110:27: fatal error: libav/avcodec.h: No such file or directory
  3680. #include <libav/avcodec.h>
  3681. ^
  3682. compilation terminated.
  3683. configure:9098: $? = 1
  3684. configure: failed program was:
  3685. | /* confdefs.h */
  3686. | #define PACKAGE_NAME "MiniDLNA"
  3687. | #define PACKAGE_TARNAME "minidlna"
  3688. | #define PACKAGE_VERSION "1.1.3"
  3689. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3690. | #define PACKAGE_BUGREPORT ""
  3691. | #define PACKAGE_URL ""
  3692. | #define PACKAGE "minidlna"
  3693. | #define VERSION "1.1.3"
  3694. | #define STDC_HEADERS 1
  3695. | #define HAVE_SYS_TYPES_H 1
  3696. | #define HAVE_SYS_STAT_H 1
  3697. | #define HAVE_STDLIB_H 1
  3698. | #define HAVE_STRING_H 1
  3699. | #define HAVE_MEMORY_H 1
  3700. | #define HAVE_STRINGS_H 1
  3701. | #define HAVE_INTTYPES_H 1
  3702. | #define HAVE_STDINT_H 1
  3703. | #define HAVE_UNISTD_H 1
  3704. | #define __EXTENSIONS__ 1
  3705. | #define _ALL_SOURCE 1
  3706. | #define _GNU_SOURCE 1
  3707. | #define _POSIX_PTHREAD_SEMANTICS 1
  3708. | #define _TANDEM_SOURCE 1
  3709. | #define HAVE_ICONV 1
  3710. | #define ICONV_CONST
  3711. | #define ENABLE_NLS 1
  3712. | #define HAVE_GETTEXT 1
  3713. | #define HAVE_DCGETTEXT 1
  3714. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3715. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3716. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3717. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3718. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3719. | #define ROOTDEV_MODELURL OS_URL
  3720. | #define HAVE_DIRENT_H 1
  3721. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3722. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3723. | #define HAVE_ST_BLOCKS 1
  3724. | #define HAVE__BOOL 1
  3725. | #define HAVE_STDBOOL_H 1
  3726. | #define HAVE_FORK 1
  3727. | #define HAVE_VFORK 1
  3728. | #define HAVE_WORKING_VFORK 1
  3729. | #define HAVE_WORKING_FORK 1
  3730. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3731. | #define HAVE_GETHOSTNAME 1
  3732. | #define HAVE_GETIFADDRS 1
  3733. | #define HAVE_GETTIMEOFDAY 1
  3734. | #define HAVE_INET_NTOA 1
  3735. | #define HAVE_MEMMOVE 1
  3736. | #define HAVE_MEMSET 1
  3737. | #define HAVE_MKDIR 1
  3738. | #define HAVE_REALPATH 1
  3739. | #define HAVE_SELECT 1
  3740. | #define HAVE_SENDFILE 1
  3741. | #define HAVE_SETLOCALE 1
  3742. | #define HAVE_SOCKET 1
  3743. | #define HAVE_STRCASECMP 1
  3744. | #define HAVE_STRCHR 1
  3745. | #define HAVE_STRDUP 1
  3746. | #define HAVE_STRERROR 1
  3747. | #define HAVE_STRNCASECMP 1
  3748. | #define HAVE_STRPBRK 1
  3749. | #define HAVE_STRRCHR 1
  3750. | #define HAVE_STRSTR 1
  3751. | #define HAVE_STRTOL 1
  3752. | #define HAVE_STRTOUL 1
  3753. | #define HAVE_STRUCT_IP_MREQN /**/
  3754. | #define HAVE_SYSCALL_H 1
  3755. | #define HAVE_SYS_SYSCALL_H 1
  3756. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3757. | #define HAVE_NETLINK 1
  3758. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3759. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3760. | /* end confdefs.h. */
  3761. | #include <stdio.h>
  3762. | #ifdef HAVE_SYS_TYPES_H
  3763. | # include <sys/types.h>
  3764. | #endif
  3765. | #ifdef HAVE_SYS_STAT_H
  3766. | # include <sys/stat.h>
  3767. | #endif
  3768. | #ifdef STDC_HEADERS
  3769. | # include <stdlib.h>
  3770. | # include <stddef.h>
  3771. | #else
  3772. | # ifdef HAVE_STDLIB_H
  3773. | # include <stdlib.h>
  3774. | # endif
  3775. | #endif
  3776. | #ifdef HAVE_STRING_H
  3777. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3778. | # include <memory.h>
  3779. | # endif
  3780. | # include <string.h>
  3781. | #endif
  3782. | #ifdef HAVE_STRINGS_H
  3783. | # include <strings.h>
  3784. | #endif
  3785. | #ifdef HAVE_INTTYPES_H
  3786. | # include <inttypes.h>
  3787. | #endif
  3788. | #ifdef HAVE_STDINT_H
  3789. | # include <stdint.h>
  3790. | #endif
  3791. | #ifdef HAVE_UNISTD_H
  3792. | # include <unistd.h>
  3793. | #endif
  3794. | #include <libav/avcodec.h>
  3795. configure:9098: result: no
  3796. configure:9098: checking libav/avcodec.h presence
  3797. configure:9098: gcc -E conftest.c
  3798. conftest.c:77:27: fatal error: libav/avcodec.h: No such file or directory
  3799. #include <libav/avcodec.h>
  3800. ^
  3801. compilation terminated.
  3802. configure:9098: $? = 1
  3803. configure: failed program was:
  3804. | /* confdefs.h */
  3805. | #define PACKAGE_NAME "MiniDLNA"
  3806. | #define PACKAGE_TARNAME "minidlna"
  3807. | #define PACKAGE_VERSION "1.1.3"
  3808. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3809. | #define PACKAGE_BUGREPORT ""
  3810. | #define PACKAGE_URL ""
  3811. | #define PACKAGE "minidlna"
  3812. | #define VERSION "1.1.3"
  3813. | #define STDC_HEADERS 1
  3814. | #define HAVE_SYS_TYPES_H 1
  3815. | #define HAVE_SYS_STAT_H 1
  3816. | #define HAVE_STDLIB_H 1
  3817. | #define HAVE_STRING_H 1
  3818. | #define HAVE_MEMORY_H 1
  3819. | #define HAVE_STRINGS_H 1
  3820. | #define HAVE_INTTYPES_H 1
  3821. | #define HAVE_STDINT_H 1
  3822. | #define HAVE_UNISTD_H 1
  3823. | #define __EXTENSIONS__ 1
  3824. | #define _ALL_SOURCE 1
  3825. | #define _GNU_SOURCE 1
  3826. | #define _POSIX_PTHREAD_SEMANTICS 1
  3827. | #define _TANDEM_SOURCE 1
  3828. | #define HAVE_ICONV 1
  3829. | #define ICONV_CONST
  3830. | #define ENABLE_NLS 1
  3831. | #define HAVE_GETTEXT 1
  3832. | #define HAVE_DCGETTEXT 1
  3833. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3834. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3835. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3836. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3837. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3838. | #define ROOTDEV_MODELURL OS_URL
  3839. | #define HAVE_DIRENT_H 1
  3840. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3841. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3842. | #define HAVE_ST_BLOCKS 1
  3843. | #define HAVE__BOOL 1
  3844. | #define HAVE_STDBOOL_H 1
  3845. | #define HAVE_FORK 1
  3846. | #define HAVE_VFORK 1
  3847. | #define HAVE_WORKING_VFORK 1
  3848. | #define HAVE_WORKING_FORK 1
  3849. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3850. | #define HAVE_GETHOSTNAME 1
  3851. | #define HAVE_GETIFADDRS 1
  3852. | #define HAVE_GETTIMEOFDAY 1
  3853. | #define HAVE_INET_NTOA 1
  3854. | #define HAVE_MEMMOVE 1
  3855. | #define HAVE_MEMSET 1
  3856. | #define HAVE_MKDIR 1
  3857. | #define HAVE_REALPATH 1
  3858. | #define HAVE_SELECT 1
  3859. | #define HAVE_SENDFILE 1
  3860. | #define HAVE_SETLOCALE 1
  3861. | #define HAVE_SOCKET 1
  3862. | #define HAVE_STRCASECMP 1
  3863. | #define HAVE_STRCHR 1
  3864. | #define HAVE_STRDUP 1
  3865. | #define HAVE_STRERROR 1
  3866. | #define HAVE_STRNCASECMP 1
  3867. | #define HAVE_STRPBRK 1
  3868. | #define HAVE_STRRCHR 1
  3869. | #define HAVE_STRSTR 1
  3870. | #define HAVE_STRTOL 1
  3871. | #define HAVE_STRTOUL 1
  3872. | #define HAVE_STRUCT_IP_MREQN /**/
  3873. | #define HAVE_SYSCALL_H 1
  3874. | #define HAVE_SYS_SYSCALL_H 1
  3875. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3876. | #define HAVE_NETLINK 1
  3877. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3878. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3879. | /* end confdefs.h. */
  3880. | #include <libav/avcodec.h>
  3881. configure:9098: result: no
  3882. configure:9098: checking for libav/avcodec.h
  3883. configure:9098: result: no
  3884. configure:9131: checking libavformat/avformat.h usability
  3885. configure:9131: gcc -c -g -O2 conftest.c >&5
  3886. configure:9131: $? = 0
  3887. configure:9131: result: yes
  3888. configure:9131: checking libavformat/avformat.h presence
  3889. configure:9131: gcc -E conftest.c
  3890. configure:9131: $? = 0
  3891. configure:9131: result: yes
  3892. configure:9131: checking for libavformat/avformat.h
  3893. configure:9131: result: yes
  3894. configure:9131: checking ffmpeg/libavformat/avformat.h usability
  3895. configure:9131: gcc -c -g -O2 conftest.c >&5
  3896. conftest.c:111:41: fatal error: ffmpeg/libavformat/avformat.h: No such file or directory
  3897. #include <ffmpeg/libavformat/avformat.h>
  3898. ^
  3899. compilation terminated.
  3900. configure:9131: $? = 1
  3901. configure: failed program was:
  3902. | /* confdefs.h */
  3903. | #define PACKAGE_NAME "MiniDLNA"
  3904. | #define PACKAGE_TARNAME "minidlna"
  3905. | #define PACKAGE_VERSION "1.1.3"
  3906. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  3907. | #define PACKAGE_BUGREPORT ""
  3908. | #define PACKAGE_URL ""
  3909. | #define PACKAGE "minidlna"
  3910. | #define VERSION "1.1.3"
  3911. | #define STDC_HEADERS 1
  3912. | #define HAVE_SYS_TYPES_H 1
  3913. | #define HAVE_SYS_STAT_H 1
  3914. | #define HAVE_STDLIB_H 1
  3915. | #define HAVE_STRING_H 1
  3916. | #define HAVE_MEMORY_H 1
  3917. | #define HAVE_STRINGS_H 1
  3918. | #define HAVE_INTTYPES_H 1
  3919. | #define HAVE_STDINT_H 1
  3920. | #define HAVE_UNISTD_H 1
  3921. | #define __EXTENSIONS__ 1
  3922. | #define _ALL_SOURCE 1
  3923. | #define _GNU_SOURCE 1
  3924. | #define _POSIX_PTHREAD_SEMANTICS 1
  3925. | #define _TANDEM_SOURCE 1
  3926. | #define HAVE_ICONV 1
  3927. | #define ICONV_CONST
  3928. | #define ENABLE_NLS 1
  3929. | #define HAVE_GETTEXT 1
  3930. | #define HAVE_DCGETTEXT 1
  3931. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3932. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3933. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3934. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3935. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3936. | #define ROOTDEV_MODELURL OS_URL
  3937. | #define HAVE_DIRENT_H 1
  3938. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  3939. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3940. | #define HAVE_ST_BLOCKS 1
  3941. | #define HAVE__BOOL 1
  3942. | #define HAVE_STDBOOL_H 1
  3943. | #define HAVE_FORK 1
  3944. | #define HAVE_VFORK 1
  3945. | #define HAVE_WORKING_VFORK 1
  3946. | #define HAVE_WORKING_FORK 1
  3947. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3948. | #define HAVE_GETHOSTNAME 1
  3949. | #define HAVE_GETIFADDRS 1
  3950. | #define HAVE_GETTIMEOFDAY 1
  3951. | #define HAVE_INET_NTOA 1
  3952. | #define HAVE_MEMMOVE 1
  3953. | #define HAVE_MEMSET 1
  3954. | #define HAVE_MKDIR 1
  3955. | #define HAVE_REALPATH 1
  3956. | #define HAVE_SELECT 1
  3957. | #define HAVE_SENDFILE 1
  3958. | #define HAVE_SETLOCALE 1
  3959. | #define HAVE_SOCKET 1
  3960. | #define HAVE_STRCASECMP 1
  3961. | #define HAVE_STRCHR 1
  3962. | #define HAVE_STRDUP 1
  3963. | #define HAVE_STRERROR 1
  3964. | #define HAVE_STRNCASECMP 1
  3965. | #define HAVE_STRPBRK 1
  3966. | #define HAVE_STRRCHR 1
  3967. | #define HAVE_STRSTR 1
  3968. | #define HAVE_STRTOL 1
  3969. | #define HAVE_STRTOUL 1
  3970. | #define HAVE_STRUCT_IP_MREQN /**/
  3971. | #define HAVE_SYSCALL_H 1
  3972. | #define HAVE_SYS_SYSCALL_H 1
  3973. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3974. | #define HAVE_NETLINK 1
  3975. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3976. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3977. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  3978. | /* end confdefs.h. */
  3979. | #include <stdio.h>
  3980. | #ifdef HAVE_SYS_TYPES_H
  3981. | # include <sys/types.h>
  3982. | #endif
  3983. | #ifdef HAVE_SYS_STAT_H
  3984. | # include <sys/stat.h>
  3985. | #endif
  3986. | #ifdef STDC_HEADERS
  3987. | # include <stdlib.h>
  3988. | # include <stddef.h>
  3989. | #else
  3990. | # ifdef HAVE_STDLIB_H
  3991. | # include <stdlib.h>
  3992. | # endif
  3993. | #endif
  3994. | #ifdef HAVE_STRING_H
  3995. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3996. | # include <memory.h>
  3997. | # endif
  3998. | # include <string.h>
  3999. | #endif
  4000. | #ifdef HAVE_STRINGS_H
  4001. | # include <strings.h>
  4002. | #endif
  4003. | #ifdef HAVE_INTTYPES_H
  4004. | # include <inttypes.h>
  4005. | #endif
  4006. | #ifdef HAVE_STDINT_H
  4007. | # include <stdint.h>
  4008. | #endif
  4009. | #ifdef HAVE_UNISTD_H
  4010. | # include <unistd.h>
  4011. | #endif
  4012. | #include <ffmpeg/libavformat/avformat.h>
  4013. configure:9131: result: no
  4014. configure:9131: checking ffmpeg/libavformat/avformat.h presence
  4015. configure:9131: gcc -E conftest.c
  4016. conftest.c:78:41: fatal error: ffmpeg/libavformat/avformat.h: No such file or directory
  4017. #include <ffmpeg/libavformat/avformat.h>
  4018. ^
  4019. compilation terminated.
  4020. configure:9131: $? = 1
  4021. configure: failed program was:
  4022. | /* confdefs.h */
  4023. | #define PACKAGE_NAME "MiniDLNA"
  4024. | #define PACKAGE_TARNAME "minidlna"
  4025. | #define PACKAGE_VERSION "1.1.3"
  4026. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4027. | #define PACKAGE_BUGREPORT ""
  4028. | #define PACKAGE_URL ""
  4029. | #define PACKAGE "minidlna"
  4030. | #define VERSION "1.1.3"
  4031. | #define STDC_HEADERS 1
  4032. | #define HAVE_SYS_TYPES_H 1
  4033. | #define HAVE_SYS_STAT_H 1
  4034. | #define HAVE_STDLIB_H 1
  4035. | #define HAVE_STRING_H 1
  4036. | #define HAVE_MEMORY_H 1
  4037. | #define HAVE_STRINGS_H 1
  4038. | #define HAVE_INTTYPES_H 1
  4039. | #define HAVE_STDINT_H 1
  4040. | #define HAVE_UNISTD_H 1
  4041. | #define __EXTENSIONS__ 1
  4042. | #define _ALL_SOURCE 1
  4043. | #define _GNU_SOURCE 1
  4044. | #define _POSIX_PTHREAD_SEMANTICS 1
  4045. | #define _TANDEM_SOURCE 1
  4046. | #define HAVE_ICONV 1
  4047. | #define ICONV_CONST
  4048. | #define ENABLE_NLS 1
  4049. | #define HAVE_GETTEXT 1
  4050. | #define HAVE_DCGETTEXT 1
  4051. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4052. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4053. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4054. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4055. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4056. | #define ROOTDEV_MODELURL OS_URL
  4057. | #define HAVE_DIRENT_H 1
  4058. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4059. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4060. | #define HAVE_ST_BLOCKS 1
  4061. | #define HAVE__BOOL 1
  4062. | #define HAVE_STDBOOL_H 1
  4063. | #define HAVE_FORK 1
  4064. | #define HAVE_VFORK 1
  4065. | #define HAVE_WORKING_VFORK 1
  4066. | #define HAVE_WORKING_FORK 1
  4067. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4068. | #define HAVE_GETHOSTNAME 1
  4069. | #define HAVE_GETIFADDRS 1
  4070. | #define HAVE_GETTIMEOFDAY 1
  4071. | #define HAVE_INET_NTOA 1
  4072. | #define HAVE_MEMMOVE 1
  4073. | #define HAVE_MEMSET 1
  4074. | #define HAVE_MKDIR 1
  4075. | #define HAVE_REALPATH 1
  4076. | #define HAVE_SELECT 1
  4077. | #define HAVE_SENDFILE 1
  4078. | #define HAVE_SETLOCALE 1
  4079. | #define HAVE_SOCKET 1
  4080. | #define HAVE_STRCASECMP 1
  4081. | #define HAVE_STRCHR 1
  4082. | #define HAVE_STRDUP 1
  4083. | #define HAVE_STRERROR 1
  4084. | #define HAVE_STRNCASECMP 1
  4085. | #define HAVE_STRPBRK 1
  4086. | #define HAVE_STRRCHR 1
  4087. | #define HAVE_STRSTR 1
  4088. | #define HAVE_STRTOL 1
  4089. | #define HAVE_STRTOUL 1
  4090. | #define HAVE_STRUCT_IP_MREQN /**/
  4091. | #define HAVE_SYSCALL_H 1
  4092. | #define HAVE_SYS_SYSCALL_H 1
  4093. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4094. | #define HAVE_NETLINK 1
  4095. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4096. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4097. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4098. | /* end confdefs.h. */
  4099. | #include <ffmpeg/libavformat/avformat.h>
  4100. configure:9131: result: no
  4101. configure:9131: checking for ffmpeg/libavformat/avformat.h
  4102. configure:9131: result: no
  4103. configure:9131: checking libav/libavformat/avformat.h usability
  4104. configure:9131: gcc -c -g -O2 conftest.c >&5
  4105. conftest.c:111:40: fatal error: libav/libavformat/avformat.h: No such file or directory
  4106. #include <libav/libavformat/avformat.h>
  4107. ^
  4108. compilation terminated.
  4109. configure:9131: $? = 1
  4110. configure: failed program was:
  4111. | /* confdefs.h */
  4112. | #define PACKAGE_NAME "MiniDLNA"
  4113. | #define PACKAGE_TARNAME "minidlna"
  4114. | #define PACKAGE_VERSION "1.1.3"
  4115. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4116. | #define PACKAGE_BUGREPORT ""
  4117. | #define PACKAGE_URL ""
  4118. | #define PACKAGE "minidlna"
  4119. | #define VERSION "1.1.3"
  4120. | #define STDC_HEADERS 1
  4121. | #define HAVE_SYS_TYPES_H 1
  4122. | #define HAVE_SYS_STAT_H 1
  4123. | #define HAVE_STDLIB_H 1
  4124. | #define HAVE_STRING_H 1
  4125. | #define HAVE_MEMORY_H 1
  4126. | #define HAVE_STRINGS_H 1
  4127. | #define HAVE_INTTYPES_H 1
  4128. | #define HAVE_STDINT_H 1
  4129. | #define HAVE_UNISTD_H 1
  4130. | #define __EXTENSIONS__ 1
  4131. | #define _ALL_SOURCE 1
  4132. | #define _GNU_SOURCE 1
  4133. | #define _POSIX_PTHREAD_SEMANTICS 1
  4134. | #define _TANDEM_SOURCE 1
  4135. | #define HAVE_ICONV 1
  4136. | #define ICONV_CONST
  4137. | #define ENABLE_NLS 1
  4138. | #define HAVE_GETTEXT 1
  4139. | #define HAVE_DCGETTEXT 1
  4140. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4141. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4142. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4143. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4144. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4145. | #define ROOTDEV_MODELURL OS_URL
  4146. | #define HAVE_DIRENT_H 1
  4147. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4148. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4149. | #define HAVE_ST_BLOCKS 1
  4150. | #define HAVE__BOOL 1
  4151. | #define HAVE_STDBOOL_H 1
  4152. | #define HAVE_FORK 1
  4153. | #define HAVE_VFORK 1
  4154. | #define HAVE_WORKING_VFORK 1
  4155. | #define HAVE_WORKING_FORK 1
  4156. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4157. | #define HAVE_GETHOSTNAME 1
  4158. | #define HAVE_GETIFADDRS 1
  4159. | #define HAVE_GETTIMEOFDAY 1
  4160. | #define HAVE_INET_NTOA 1
  4161. | #define HAVE_MEMMOVE 1
  4162. | #define HAVE_MEMSET 1
  4163. | #define HAVE_MKDIR 1
  4164. | #define HAVE_REALPATH 1
  4165. | #define HAVE_SELECT 1
  4166. | #define HAVE_SENDFILE 1
  4167. | #define HAVE_SETLOCALE 1
  4168. | #define HAVE_SOCKET 1
  4169. | #define HAVE_STRCASECMP 1
  4170. | #define HAVE_STRCHR 1
  4171. | #define HAVE_STRDUP 1
  4172. | #define HAVE_STRERROR 1
  4173. | #define HAVE_STRNCASECMP 1
  4174. | #define HAVE_STRPBRK 1
  4175. | #define HAVE_STRRCHR 1
  4176. | #define HAVE_STRSTR 1
  4177. | #define HAVE_STRTOL 1
  4178. | #define HAVE_STRTOUL 1
  4179. | #define HAVE_STRUCT_IP_MREQN /**/
  4180. | #define HAVE_SYSCALL_H 1
  4181. | #define HAVE_SYS_SYSCALL_H 1
  4182. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4183. | #define HAVE_NETLINK 1
  4184. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4185. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4186. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4187. | /* end confdefs.h. */
  4188. | #include <stdio.h>
  4189. | #ifdef HAVE_SYS_TYPES_H
  4190. | # include <sys/types.h>
  4191. | #endif
  4192. | #ifdef HAVE_SYS_STAT_H
  4193. | # include <sys/stat.h>
  4194. | #endif
  4195. | #ifdef STDC_HEADERS
  4196. | # include <stdlib.h>
  4197. | # include <stddef.h>
  4198. | #else
  4199. | # ifdef HAVE_STDLIB_H
  4200. | # include <stdlib.h>
  4201. | # endif
  4202. | #endif
  4203. | #ifdef HAVE_STRING_H
  4204. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4205. | # include <memory.h>
  4206. | # endif
  4207. | # include <string.h>
  4208. | #endif
  4209. | #ifdef HAVE_STRINGS_H
  4210. | # include <strings.h>
  4211. | #endif
  4212. | #ifdef HAVE_INTTYPES_H
  4213. | # include <inttypes.h>
  4214. | #endif
  4215. | #ifdef HAVE_STDINT_H
  4216. | # include <stdint.h>
  4217. | #endif
  4218. | #ifdef HAVE_UNISTD_H
  4219. | # include <unistd.h>
  4220. | #endif
  4221. | #include <libav/libavformat/avformat.h>
  4222. configure:9131: result: no
  4223. configure:9131: checking libav/libavformat/avformat.h presence
  4224. configure:9131: gcc -E conftest.c
  4225. conftest.c:78:40: fatal error: libav/libavformat/avformat.h: No such file or directory
  4226. #include <libav/libavformat/avformat.h>
  4227. ^
  4228. compilation terminated.
  4229. configure:9131: $? = 1
  4230. configure: failed program was:
  4231. | /* confdefs.h */
  4232. | #define PACKAGE_NAME "MiniDLNA"
  4233. | #define PACKAGE_TARNAME "minidlna"
  4234. | #define PACKAGE_VERSION "1.1.3"
  4235. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4236. | #define PACKAGE_BUGREPORT ""
  4237. | #define PACKAGE_URL ""
  4238. | #define PACKAGE "minidlna"
  4239. | #define VERSION "1.1.3"
  4240. | #define STDC_HEADERS 1
  4241. | #define HAVE_SYS_TYPES_H 1
  4242. | #define HAVE_SYS_STAT_H 1
  4243. | #define HAVE_STDLIB_H 1
  4244. | #define HAVE_STRING_H 1
  4245. | #define HAVE_MEMORY_H 1
  4246. | #define HAVE_STRINGS_H 1
  4247. | #define HAVE_INTTYPES_H 1
  4248. | #define HAVE_STDINT_H 1
  4249. | #define HAVE_UNISTD_H 1
  4250. | #define __EXTENSIONS__ 1
  4251. | #define _ALL_SOURCE 1
  4252. | #define _GNU_SOURCE 1
  4253. | #define _POSIX_PTHREAD_SEMANTICS 1
  4254. | #define _TANDEM_SOURCE 1
  4255. | #define HAVE_ICONV 1
  4256. | #define ICONV_CONST
  4257. | #define ENABLE_NLS 1
  4258. | #define HAVE_GETTEXT 1
  4259. | #define HAVE_DCGETTEXT 1
  4260. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4261. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4262. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4263. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4264. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4265. | #define ROOTDEV_MODELURL OS_URL
  4266. | #define HAVE_DIRENT_H 1
  4267. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4268. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4269. | #define HAVE_ST_BLOCKS 1
  4270. | #define HAVE__BOOL 1
  4271. | #define HAVE_STDBOOL_H 1
  4272. | #define HAVE_FORK 1
  4273. | #define HAVE_VFORK 1
  4274. | #define HAVE_WORKING_VFORK 1
  4275. | #define HAVE_WORKING_FORK 1
  4276. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4277. | #define HAVE_GETHOSTNAME 1
  4278. | #define HAVE_GETIFADDRS 1
  4279. | #define HAVE_GETTIMEOFDAY 1
  4280. | #define HAVE_INET_NTOA 1
  4281. | #define HAVE_MEMMOVE 1
  4282. | #define HAVE_MEMSET 1
  4283. | #define HAVE_MKDIR 1
  4284. | #define HAVE_REALPATH 1
  4285. | #define HAVE_SELECT 1
  4286. | #define HAVE_SENDFILE 1
  4287. | #define HAVE_SETLOCALE 1
  4288. | #define HAVE_SOCKET 1
  4289. | #define HAVE_STRCASECMP 1
  4290. | #define HAVE_STRCHR 1
  4291. | #define HAVE_STRDUP 1
  4292. | #define HAVE_STRERROR 1
  4293. | #define HAVE_STRNCASECMP 1
  4294. | #define HAVE_STRPBRK 1
  4295. | #define HAVE_STRRCHR 1
  4296. | #define HAVE_STRSTR 1
  4297. | #define HAVE_STRTOL 1
  4298. | #define HAVE_STRTOUL 1
  4299. | #define HAVE_STRUCT_IP_MREQN /**/
  4300. | #define HAVE_SYSCALL_H 1
  4301. | #define HAVE_SYS_SYSCALL_H 1
  4302. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4303. | #define HAVE_NETLINK 1
  4304. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4305. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4306. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4307. | /* end confdefs.h. */
  4308. | #include <libav/libavformat/avformat.h>
  4309. configure:9131: result: no
  4310. configure:9131: checking for libav/libavformat/avformat.h
  4311. configure:9131: result: no
  4312. configure:9131: checking avformat.h usability
  4313. configure:9131: gcc -c -g -O2 conftest.c >&5
  4314. conftest.c:111:22: fatal error: avformat.h: No such file or directory
  4315. #include <avformat.h>
  4316. ^
  4317. compilation terminated.
  4318. configure:9131: $? = 1
  4319. configure: failed program was:
  4320. | /* confdefs.h */
  4321. | #define PACKAGE_NAME "MiniDLNA"
  4322. | #define PACKAGE_TARNAME "minidlna"
  4323. | #define PACKAGE_VERSION "1.1.3"
  4324. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4325. | #define PACKAGE_BUGREPORT ""
  4326. | #define PACKAGE_URL ""
  4327. | #define PACKAGE "minidlna"
  4328. | #define VERSION "1.1.3"
  4329. | #define STDC_HEADERS 1
  4330. | #define HAVE_SYS_TYPES_H 1
  4331. | #define HAVE_SYS_STAT_H 1
  4332. | #define HAVE_STDLIB_H 1
  4333. | #define HAVE_STRING_H 1
  4334. | #define HAVE_MEMORY_H 1
  4335. | #define HAVE_STRINGS_H 1
  4336. | #define HAVE_INTTYPES_H 1
  4337. | #define HAVE_STDINT_H 1
  4338. | #define HAVE_UNISTD_H 1
  4339. | #define __EXTENSIONS__ 1
  4340. | #define _ALL_SOURCE 1
  4341. | #define _GNU_SOURCE 1
  4342. | #define _POSIX_PTHREAD_SEMANTICS 1
  4343. | #define _TANDEM_SOURCE 1
  4344. | #define HAVE_ICONV 1
  4345. | #define ICONV_CONST
  4346. | #define ENABLE_NLS 1
  4347. | #define HAVE_GETTEXT 1
  4348. | #define HAVE_DCGETTEXT 1
  4349. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4350. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4351. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4352. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4353. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4354. | #define ROOTDEV_MODELURL OS_URL
  4355. | #define HAVE_DIRENT_H 1
  4356. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4357. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4358. | #define HAVE_ST_BLOCKS 1
  4359. | #define HAVE__BOOL 1
  4360. | #define HAVE_STDBOOL_H 1
  4361. | #define HAVE_FORK 1
  4362. | #define HAVE_VFORK 1
  4363. | #define HAVE_WORKING_VFORK 1
  4364. | #define HAVE_WORKING_FORK 1
  4365. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4366. | #define HAVE_GETHOSTNAME 1
  4367. | #define HAVE_GETIFADDRS 1
  4368. | #define HAVE_GETTIMEOFDAY 1
  4369. | #define HAVE_INET_NTOA 1
  4370. | #define HAVE_MEMMOVE 1
  4371. | #define HAVE_MEMSET 1
  4372. | #define HAVE_MKDIR 1
  4373. | #define HAVE_REALPATH 1
  4374. | #define HAVE_SELECT 1
  4375. | #define HAVE_SENDFILE 1
  4376. | #define HAVE_SETLOCALE 1
  4377. | #define HAVE_SOCKET 1
  4378. | #define HAVE_STRCASECMP 1
  4379. | #define HAVE_STRCHR 1
  4380. | #define HAVE_STRDUP 1
  4381. | #define HAVE_STRERROR 1
  4382. | #define HAVE_STRNCASECMP 1
  4383. | #define HAVE_STRPBRK 1
  4384. | #define HAVE_STRRCHR 1
  4385. | #define HAVE_STRSTR 1
  4386. | #define HAVE_STRTOL 1
  4387. | #define HAVE_STRTOUL 1
  4388. | #define HAVE_STRUCT_IP_MREQN /**/
  4389. | #define HAVE_SYSCALL_H 1
  4390. | #define HAVE_SYS_SYSCALL_H 1
  4391. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4392. | #define HAVE_NETLINK 1
  4393. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4394. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4395. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4396. | /* end confdefs.h. */
  4397. | #include <stdio.h>
  4398. | #ifdef HAVE_SYS_TYPES_H
  4399. | # include <sys/types.h>
  4400. | #endif
  4401. | #ifdef HAVE_SYS_STAT_H
  4402. | # include <sys/stat.h>
  4403. | #endif
  4404. | #ifdef STDC_HEADERS
  4405. | # include <stdlib.h>
  4406. | # include <stddef.h>
  4407. | #else
  4408. | # ifdef HAVE_STDLIB_H
  4409. | # include <stdlib.h>
  4410. | # endif
  4411. | #endif
  4412. | #ifdef HAVE_STRING_H
  4413. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4414. | # include <memory.h>
  4415. | # endif
  4416. | # include <string.h>
  4417. | #endif
  4418. | #ifdef HAVE_STRINGS_H
  4419. | # include <strings.h>
  4420. | #endif
  4421. | #ifdef HAVE_INTTYPES_H
  4422. | # include <inttypes.h>
  4423. | #endif
  4424. | #ifdef HAVE_STDINT_H
  4425. | # include <stdint.h>
  4426. | #endif
  4427. | #ifdef HAVE_UNISTD_H
  4428. | # include <unistd.h>
  4429. | #endif
  4430. | #include <avformat.h>
  4431. configure:9131: result: no
  4432. configure:9131: checking avformat.h presence
  4433. configure:9131: gcc -E conftest.c
  4434. conftest.c:78:22: fatal error: avformat.h: No such file or directory
  4435. #include <avformat.h>
  4436. ^
  4437. compilation terminated.
  4438. configure:9131: $? = 1
  4439. configure: failed program was:
  4440. | /* confdefs.h */
  4441. | #define PACKAGE_NAME "MiniDLNA"
  4442. | #define PACKAGE_TARNAME "minidlna"
  4443. | #define PACKAGE_VERSION "1.1.3"
  4444. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4445. | #define PACKAGE_BUGREPORT ""
  4446. | #define PACKAGE_URL ""
  4447. | #define PACKAGE "minidlna"
  4448. | #define VERSION "1.1.3"
  4449. | #define STDC_HEADERS 1
  4450. | #define HAVE_SYS_TYPES_H 1
  4451. | #define HAVE_SYS_STAT_H 1
  4452. | #define HAVE_STDLIB_H 1
  4453. | #define HAVE_STRING_H 1
  4454. | #define HAVE_MEMORY_H 1
  4455. | #define HAVE_STRINGS_H 1
  4456. | #define HAVE_INTTYPES_H 1
  4457. | #define HAVE_STDINT_H 1
  4458. | #define HAVE_UNISTD_H 1
  4459. | #define __EXTENSIONS__ 1
  4460. | #define _ALL_SOURCE 1
  4461. | #define _GNU_SOURCE 1
  4462. | #define _POSIX_PTHREAD_SEMANTICS 1
  4463. | #define _TANDEM_SOURCE 1
  4464. | #define HAVE_ICONV 1
  4465. | #define ICONV_CONST
  4466. | #define ENABLE_NLS 1
  4467. | #define HAVE_GETTEXT 1
  4468. | #define HAVE_DCGETTEXT 1
  4469. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4470. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4471. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4472. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4473. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4474. | #define ROOTDEV_MODELURL OS_URL
  4475. | #define HAVE_DIRENT_H 1
  4476. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4477. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4478. | #define HAVE_ST_BLOCKS 1
  4479. | #define HAVE__BOOL 1
  4480. | #define HAVE_STDBOOL_H 1
  4481. | #define HAVE_FORK 1
  4482. | #define HAVE_VFORK 1
  4483. | #define HAVE_WORKING_VFORK 1
  4484. | #define HAVE_WORKING_FORK 1
  4485. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4486. | #define HAVE_GETHOSTNAME 1
  4487. | #define HAVE_GETIFADDRS 1
  4488. | #define HAVE_GETTIMEOFDAY 1
  4489. | #define HAVE_INET_NTOA 1
  4490. | #define HAVE_MEMMOVE 1
  4491. | #define HAVE_MEMSET 1
  4492. | #define HAVE_MKDIR 1
  4493. | #define HAVE_REALPATH 1
  4494. | #define HAVE_SELECT 1
  4495. | #define HAVE_SENDFILE 1
  4496. | #define HAVE_SETLOCALE 1
  4497. | #define HAVE_SOCKET 1
  4498. | #define HAVE_STRCASECMP 1
  4499. | #define HAVE_STRCHR 1
  4500. | #define HAVE_STRDUP 1
  4501. | #define HAVE_STRERROR 1
  4502. | #define HAVE_STRNCASECMP 1
  4503. | #define HAVE_STRPBRK 1
  4504. | #define HAVE_STRRCHR 1
  4505. | #define HAVE_STRSTR 1
  4506. | #define HAVE_STRTOL 1
  4507. | #define HAVE_STRTOUL 1
  4508. | #define HAVE_STRUCT_IP_MREQN /**/
  4509. | #define HAVE_SYSCALL_H 1
  4510. | #define HAVE_SYS_SYSCALL_H 1
  4511. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4512. | #define HAVE_NETLINK 1
  4513. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4514. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4515. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4516. | /* end confdefs.h. */
  4517. | #include <avformat.h>
  4518. configure:9131: result: no
  4519. configure:9131: checking for avformat.h
  4520. configure:9131: result: no
  4521. configure:9131: checking ffmpeg/avformat.h usability
  4522. configure:9131: gcc -c -g -O2 conftest.c >&5
  4523. conftest.c:111:29: fatal error: ffmpeg/avformat.h: No such file or directory
  4524. #include <ffmpeg/avformat.h>
  4525. ^
  4526. compilation terminated.
  4527. configure:9131: $? = 1
  4528. configure: failed program was:
  4529. | /* confdefs.h */
  4530. | #define PACKAGE_NAME "MiniDLNA"
  4531. | #define PACKAGE_TARNAME "minidlna"
  4532. | #define PACKAGE_VERSION "1.1.3"
  4533. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4534. | #define PACKAGE_BUGREPORT ""
  4535. | #define PACKAGE_URL ""
  4536. | #define PACKAGE "minidlna"
  4537. | #define VERSION "1.1.3"
  4538. | #define STDC_HEADERS 1
  4539. | #define HAVE_SYS_TYPES_H 1
  4540. | #define HAVE_SYS_STAT_H 1
  4541. | #define HAVE_STDLIB_H 1
  4542. | #define HAVE_STRING_H 1
  4543. | #define HAVE_MEMORY_H 1
  4544. | #define HAVE_STRINGS_H 1
  4545. | #define HAVE_INTTYPES_H 1
  4546. | #define HAVE_STDINT_H 1
  4547. | #define HAVE_UNISTD_H 1
  4548. | #define __EXTENSIONS__ 1
  4549. | #define _ALL_SOURCE 1
  4550. | #define _GNU_SOURCE 1
  4551. | #define _POSIX_PTHREAD_SEMANTICS 1
  4552. | #define _TANDEM_SOURCE 1
  4553. | #define HAVE_ICONV 1
  4554. | #define ICONV_CONST
  4555. | #define ENABLE_NLS 1
  4556. | #define HAVE_GETTEXT 1
  4557. | #define HAVE_DCGETTEXT 1
  4558. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4559. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4560. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4561. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4562. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4563. | #define ROOTDEV_MODELURL OS_URL
  4564. | #define HAVE_DIRENT_H 1
  4565. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4566. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4567. | #define HAVE_ST_BLOCKS 1
  4568. | #define HAVE__BOOL 1
  4569. | #define HAVE_STDBOOL_H 1
  4570. | #define HAVE_FORK 1
  4571. | #define HAVE_VFORK 1
  4572. | #define HAVE_WORKING_VFORK 1
  4573. | #define HAVE_WORKING_FORK 1
  4574. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4575. | #define HAVE_GETHOSTNAME 1
  4576. | #define HAVE_GETIFADDRS 1
  4577. | #define HAVE_GETTIMEOFDAY 1
  4578. | #define HAVE_INET_NTOA 1
  4579. | #define HAVE_MEMMOVE 1
  4580. | #define HAVE_MEMSET 1
  4581. | #define HAVE_MKDIR 1
  4582. | #define HAVE_REALPATH 1
  4583. | #define HAVE_SELECT 1
  4584. | #define HAVE_SENDFILE 1
  4585. | #define HAVE_SETLOCALE 1
  4586. | #define HAVE_SOCKET 1
  4587. | #define HAVE_STRCASECMP 1
  4588. | #define HAVE_STRCHR 1
  4589. | #define HAVE_STRDUP 1
  4590. | #define HAVE_STRERROR 1
  4591. | #define HAVE_STRNCASECMP 1
  4592. | #define HAVE_STRPBRK 1
  4593. | #define HAVE_STRRCHR 1
  4594. | #define HAVE_STRSTR 1
  4595. | #define HAVE_STRTOL 1
  4596. | #define HAVE_STRTOUL 1
  4597. | #define HAVE_STRUCT_IP_MREQN /**/
  4598. | #define HAVE_SYSCALL_H 1
  4599. | #define HAVE_SYS_SYSCALL_H 1
  4600. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4601. | #define HAVE_NETLINK 1
  4602. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4603. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4604. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4605. | /* end confdefs.h. */
  4606. | #include <stdio.h>
  4607. | #ifdef HAVE_SYS_TYPES_H
  4608. | # include <sys/types.h>
  4609. | #endif
  4610. | #ifdef HAVE_SYS_STAT_H
  4611. | # include <sys/stat.h>
  4612. | #endif
  4613. | #ifdef STDC_HEADERS
  4614. | # include <stdlib.h>
  4615. | # include <stddef.h>
  4616. | #else
  4617. | # ifdef HAVE_STDLIB_H
  4618. | # include <stdlib.h>
  4619. | # endif
  4620. | #endif
  4621. | #ifdef HAVE_STRING_H
  4622. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4623. | # include <memory.h>
  4624. | # endif
  4625. | # include <string.h>
  4626. | #endif
  4627. | #ifdef HAVE_STRINGS_H
  4628. | # include <strings.h>
  4629. | #endif
  4630. | #ifdef HAVE_INTTYPES_H
  4631. | # include <inttypes.h>
  4632. | #endif
  4633. | #ifdef HAVE_STDINT_H
  4634. | # include <stdint.h>
  4635. | #endif
  4636. | #ifdef HAVE_UNISTD_H
  4637. | # include <unistd.h>
  4638. | #endif
  4639. | #include <ffmpeg/avformat.h>
  4640. configure:9131: result: no
  4641. configure:9131: checking ffmpeg/avformat.h presence
  4642. configure:9131: gcc -E conftest.c
  4643. conftest.c:78:29: fatal error: ffmpeg/avformat.h: No such file or directory
  4644. #include <ffmpeg/avformat.h>
  4645. ^
  4646. compilation terminated.
  4647. configure:9131: $? = 1
  4648. configure: failed program was:
  4649. | /* confdefs.h */
  4650. | #define PACKAGE_NAME "MiniDLNA"
  4651. | #define PACKAGE_TARNAME "minidlna"
  4652. | #define PACKAGE_VERSION "1.1.3"
  4653. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4654. | #define PACKAGE_BUGREPORT ""
  4655. | #define PACKAGE_URL ""
  4656. | #define PACKAGE "minidlna"
  4657. | #define VERSION "1.1.3"
  4658. | #define STDC_HEADERS 1
  4659. | #define HAVE_SYS_TYPES_H 1
  4660. | #define HAVE_SYS_STAT_H 1
  4661. | #define HAVE_STDLIB_H 1
  4662. | #define HAVE_STRING_H 1
  4663. | #define HAVE_MEMORY_H 1
  4664. | #define HAVE_STRINGS_H 1
  4665. | #define HAVE_INTTYPES_H 1
  4666. | #define HAVE_STDINT_H 1
  4667. | #define HAVE_UNISTD_H 1
  4668. | #define __EXTENSIONS__ 1
  4669. | #define _ALL_SOURCE 1
  4670. | #define _GNU_SOURCE 1
  4671. | #define _POSIX_PTHREAD_SEMANTICS 1
  4672. | #define _TANDEM_SOURCE 1
  4673. | #define HAVE_ICONV 1
  4674. | #define ICONV_CONST
  4675. | #define ENABLE_NLS 1
  4676. | #define HAVE_GETTEXT 1
  4677. | #define HAVE_DCGETTEXT 1
  4678. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4679. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4680. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4681. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4682. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4683. | #define ROOTDEV_MODELURL OS_URL
  4684. | #define HAVE_DIRENT_H 1
  4685. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4686. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4687. | #define HAVE_ST_BLOCKS 1
  4688. | #define HAVE__BOOL 1
  4689. | #define HAVE_STDBOOL_H 1
  4690. | #define HAVE_FORK 1
  4691. | #define HAVE_VFORK 1
  4692. | #define HAVE_WORKING_VFORK 1
  4693. | #define HAVE_WORKING_FORK 1
  4694. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4695. | #define HAVE_GETHOSTNAME 1
  4696. | #define HAVE_GETIFADDRS 1
  4697. | #define HAVE_GETTIMEOFDAY 1
  4698. | #define HAVE_INET_NTOA 1
  4699. | #define HAVE_MEMMOVE 1
  4700. | #define HAVE_MEMSET 1
  4701. | #define HAVE_MKDIR 1
  4702. | #define HAVE_REALPATH 1
  4703. | #define HAVE_SELECT 1
  4704. | #define HAVE_SENDFILE 1
  4705. | #define HAVE_SETLOCALE 1
  4706. | #define HAVE_SOCKET 1
  4707. | #define HAVE_STRCASECMP 1
  4708. | #define HAVE_STRCHR 1
  4709. | #define HAVE_STRDUP 1
  4710. | #define HAVE_STRERROR 1
  4711. | #define HAVE_STRNCASECMP 1
  4712. | #define HAVE_STRPBRK 1
  4713. | #define HAVE_STRRCHR 1
  4714. | #define HAVE_STRSTR 1
  4715. | #define HAVE_STRTOL 1
  4716. | #define HAVE_STRTOUL 1
  4717. | #define HAVE_STRUCT_IP_MREQN /**/
  4718. | #define HAVE_SYSCALL_H 1
  4719. | #define HAVE_SYS_SYSCALL_H 1
  4720. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4721. | #define HAVE_NETLINK 1
  4722. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4723. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4724. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4725. | /* end confdefs.h. */
  4726. | #include <ffmpeg/avformat.h>
  4727. configure:9131: result: no
  4728. configure:9131: checking for ffmpeg/avformat.h
  4729. configure:9131: result: no
  4730. configure:9131: checking libav/avformat.h usability
  4731. configure:9131: gcc -c -g -O2 conftest.c >&5
  4732. conftest.c:111:28: fatal error: libav/avformat.h: No such file or directory
  4733. #include <libav/avformat.h>
  4734. ^
  4735. compilation terminated.
  4736. configure:9131: $? = 1
  4737. configure: failed program was:
  4738. | /* confdefs.h */
  4739. | #define PACKAGE_NAME "MiniDLNA"
  4740. | #define PACKAGE_TARNAME "minidlna"
  4741. | #define PACKAGE_VERSION "1.1.3"
  4742. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4743. | #define PACKAGE_BUGREPORT ""
  4744. | #define PACKAGE_URL ""
  4745. | #define PACKAGE "minidlna"
  4746. | #define VERSION "1.1.3"
  4747. | #define STDC_HEADERS 1
  4748. | #define HAVE_SYS_TYPES_H 1
  4749. | #define HAVE_SYS_STAT_H 1
  4750. | #define HAVE_STDLIB_H 1
  4751. | #define HAVE_STRING_H 1
  4752. | #define HAVE_MEMORY_H 1
  4753. | #define HAVE_STRINGS_H 1
  4754. | #define HAVE_INTTYPES_H 1
  4755. | #define HAVE_STDINT_H 1
  4756. | #define HAVE_UNISTD_H 1
  4757. | #define __EXTENSIONS__ 1
  4758. | #define _ALL_SOURCE 1
  4759. | #define _GNU_SOURCE 1
  4760. | #define _POSIX_PTHREAD_SEMANTICS 1
  4761. | #define _TANDEM_SOURCE 1
  4762. | #define HAVE_ICONV 1
  4763. | #define ICONV_CONST
  4764. | #define ENABLE_NLS 1
  4765. | #define HAVE_GETTEXT 1
  4766. | #define HAVE_DCGETTEXT 1
  4767. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4768. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4769. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4770. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4771. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4772. | #define ROOTDEV_MODELURL OS_URL
  4773. | #define HAVE_DIRENT_H 1
  4774. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4775. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4776. | #define HAVE_ST_BLOCKS 1
  4777. | #define HAVE__BOOL 1
  4778. | #define HAVE_STDBOOL_H 1
  4779. | #define HAVE_FORK 1
  4780. | #define HAVE_VFORK 1
  4781. | #define HAVE_WORKING_VFORK 1
  4782. | #define HAVE_WORKING_FORK 1
  4783. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4784. | #define HAVE_GETHOSTNAME 1
  4785. | #define HAVE_GETIFADDRS 1
  4786. | #define HAVE_GETTIMEOFDAY 1
  4787. | #define HAVE_INET_NTOA 1
  4788. | #define HAVE_MEMMOVE 1
  4789. | #define HAVE_MEMSET 1
  4790. | #define HAVE_MKDIR 1
  4791. | #define HAVE_REALPATH 1
  4792. | #define HAVE_SELECT 1
  4793. | #define HAVE_SENDFILE 1
  4794. | #define HAVE_SETLOCALE 1
  4795. | #define HAVE_SOCKET 1
  4796. | #define HAVE_STRCASECMP 1
  4797. | #define HAVE_STRCHR 1
  4798. | #define HAVE_STRDUP 1
  4799. | #define HAVE_STRERROR 1
  4800. | #define HAVE_STRNCASECMP 1
  4801. | #define HAVE_STRPBRK 1
  4802. | #define HAVE_STRRCHR 1
  4803. | #define HAVE_STRSTR 1
  4804. | #define HAVE_STRTOL 1
  4805. | #define HAVE_STRTOUL 1
  4806. | #define HAVE_STRUCT_IP_MREQN /**/
  4807. | #define HAVE_SYSCALL_H 1
  4808. | #define HAVE_SYS_SYSCALL_H 1
  4809. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4810. | #define HAVE_NETLINK 1
  4811. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4812. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4813. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4814. | /* end confdefs.h. */
  4815. | #include <stdio.h>
  4816. | #ifdef HAVE_SYS_TYPES_H
  4817. | # include <sys/types.h>
  4818. | #endif
  4819. | #ifdef HAVE_SYS_STAT_H
  4820. | # include <sys/stat.h>
  4821. | #endif
  4822. | #ifdef STDC_HEADERS
  4823. | # include <stdlib.h>
  4824. | # include <stddef.h>
  4825. | #else
  4826. | # ifdef HAVE_STDLIB_H
  4827. | # include <stdlib.h>
  4828. | # endif
  4829. | #endif
  4830. | #ifdef HAVE_STRING_H
  4831. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4832. | # include <memory.h>
  4833. | # endif
  4834. | # include <string.h>
  4835. | #endif
  4836. | #ifdef HAVE_STRINGS_H
  4837. | # include <strings.h>
  4838. | #endif
  4839. | #ifdef HAVE_INTTYPES_H
  4840. | # include <inttypes.h>
  4841. | #endif
  4842. | #ifdef HAVE_STDINT_H
  4843. | # include <stdint.h>
  4844. | #endif
  4845. | #ifdef HAVE_UNISTD_H
  4846. | # include <unistd.h>
  4847. | #endif
  4848. | #include <libav/avformat.h>
  4849. configure:9131: result: no
  4850. configure:9131: checking libav/avformat.h presence
  4851. configure:9131: gcc -E conftest.c
  4852. conftest.c:78:28: fatal error: libav/avformat.h: No such file or directory
  4853. #include <libav/avformat.h>
  4854. ^
  4855. compilation terminated.
  4856. configure:9131: $? = 1
  4857. configure: failed program was:
  4858. | /* confdefs.h */
  4859. | #define PACKAGE_NAME "MiniDLNA"
  4860. | #define PACKAGE_TARNAME "minidlna"
  4861. | #define PACKAGE_VERSION "1.1.3"
  4862. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  4863. | #define PACKAGE_BUGREPORT ""
  4864. | #define PACKAGE_URL ""
  4865. | #define PACKAGE "minidlna"
  4866. | #define VERSION "1.1.3"
  4867. | #define STDC_HEADERS 1
  4868. | #define HAVE_SYS_TYPES_H 1
  4869. | #define HAVE_SYS_STAT_H 1
  4870. | #define HAVE_STDLIB_H 1
  4871. | #define HAVE_STRING_H 1
  4872. | #define HAVE_MEMORY_H 1
  4873. | #define HAVE_STRINGS_H 1
  4874. | #define HAVE_INTTYPES_H 1
  4875. | #define HAVE_STDINT_H 1
  4876. | #define HAVE_UNISTD_H 1
  4877. | #define __EXTENSIONS__ 1
  4878. | #define _ALL_SOURCE 1
  4879. | #define _GNU_SOURCE 1
  4880. | #define _POSIX_PTHREAD_SEMANTICS 1
  4881. | #define _TANDEM_SOURCE 1
  4882. | #define HAVE_ICONV 1
  4883. | #define ICONV_CONST
  4884. | #define ENABLE_NLS 1
  4885. | #define HAVE_GETTEXT 1
  4886. | #define HAVE_DCGETTEXT 1
  4887. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4888. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4889. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4890. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4891. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4892. | #define ROOTDEV_MODELURL OS_URL
  4893. | #define HAVE_DIRENT_H 1
  4894. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  4895. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4896. | #define HAVE_ST_BLOCKS 1
  4897. | #define HAVE__BOOL 1
  4898. | #define HAVE_STDBOOL_H 1
  4899. | #define HAVE_FORK 1
  4900. | #define HAVE_VFORK 1
  4901. | #define HAVE_WORKING_VFORK 1
  4902. | #define HAVE_WORKING_FORK 1
  4903. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4904. | #define HAVE_GETHOSTNAME 1
  4905. | #define HAVE_GETIFADDRS 1
  4906. | #define HAVE_GETTIMEOFDAY 1
  4907. | #define HAVE_INET_NTOA 1
  4908. | #define HAVE_MEMMOVE 1
  4909. | #define HAVE_MEMSET 1
  4910. | #define HAVE_MKDIR 1
  4911. | #define HAVE_REALPATH 1
  4912. | #define HAVE_SELECT 1
  4913. | #define HAVE_SENDFILE 1
  4914. | #define HAVE_SETLOCALE 1
  4915. | #define HAVE_SOCKET 1
  4916. | #define HAVE_STRCASECMP 1
  4917. | #define HAVE_STRCHR 1
  4918. | #define HAVE_STRDUP 1
  4919. | #define HAVE_STRERROR 1
  4920. | #define HAVE_STRNCASECMP 1
  4921. | #define HAVE_STRPBRK 1
  4922. | #define HAVE_STRRCHR 1
  4923. | #define HAVE_STRSTR 1
  4924. | #define HAVE_STRTOL 1
  4925. | #define HAVE_STRTOUL 1
  4926. | #define HAVE_STRUCT_IP_MREQN /**/
  4927. | #define HAVE_SYSCALL_H 1
  4928. | #define HAVE_SYS_SYSCALL_H 1
  4929. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4930. | #define HAVE_NETLINK 1
  4931. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4932. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4933. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4934. | /* end confdefs.h. */
  4935. | #include <libav/avformat.h>
  4936. configure:9131: result: no
  4937. configure:9131: checking for libav/avformat.h
  4938. configure:9131: result: no
  4939. configure:9164: checking jpeglib.h usability
  4940. configure:9164: gcc -c -g -O2 conftest.c >&5
  4941. configure:9164: $? = 0
  4942. configure:9164: result: yes
  4943. configure:9164: checking jpeglib.h presence
  4944. configure:9164: gcc -E conftest.c
  4945. configure:9164: $? = 0
  4946. configure:9164: result: yes
  4947. configure:9164: checking for jpeglib.h
  4948. configure:9164: result: yes
  4949. configure:9164: checking sqlite3.h usability
  4950. configure:9164: gcc -c -g -O2 conftest.c >&5
  4951. configure:9164: $? = 0
  4952. configure:9164: result: yes
  4953. configure:9164: checking sqlite3.h presence
  4954. configure:9164: gcc -E conftest.c
  4955. configure:9164: $? = 0
  4956. configure:9164: result: yes
  4957. configure:9164: checking for sqlite3.h
  4958. configure:9164: result: yes
  4959. configure:9164: checking libexif/exif-loader.h usability
  4960. configure:9164: gcc -c -g -O2 conftest.c >&5
  4961. configure:9164: $? = 0
  4962. configure:9164: result: yes
  4963. configure:9164: checking libexif/exif-loader.h presence
  4964. configure:9164: gcc -E conftest.c
  4965. configure:9164: $? = 0
  4966. configure:9164: result: yes
  4967. configure:9164: checking for libexif/exif-loader.h
  4968. configure:9164: result: yes
  4969. configure:9164: checking id3tag.h usability
  4970. configure:9164: gcc -c -g -O2 conftest.c >&5
  4971. configure:9164: $? = 0
  4972. configure:9164: result: yes
  4973. configure:9164: checking id3tag.h presence
  4974. configure:9164: gcc -E conftest.c
  4975. configure:9164: $? = 0
  4976. configure:9164: result: yes
  4977. configure:9164: checking for id3tag.h
  4978. configure:9164: result: yes
  4979. configure:9164: checking ogg/ogg.h usability
  4980. configure:9164: gcc -c -g -O2 conftest.c >&5
  4981. configure:9164: $? = 0
  4982. configure:9164: result: yes
  4983. configure:9164: checking ogg/ogg.h presence
  4984. configure:9164: gcc -E conftest.c
  4985. configure:9164: $? = 0
  4986. configure:9164: result: yes
  4987. configure:9164: checking for ogg/ogg.h
  4988. configure:9164: result: yes
  4989. configure:9164: checking vorbis/codec.h usability
  4990. configure:9164: gcc -c -g -O2 conftest.c >&5
  4991. configure:9164: $? = 0
  4992. configure:9164: result: yes
  4993. configure:9164: checking vorbis/codec.h presence
  4994. configure:9164: gcc -E conftest.c
  4995. configure:9164: $? = 0
  4996. configure:9164: result: yes
  4997. configure:9164: checking for vorbis/codec.h
  4998. configure:9164: result: yes
  4999. configure:9164: checking FLAC/metadata.h usability
  5000. configure:9164: gcc -c -g -O2 conftest.c >&5
  5001. configure:9164: $? = 0
  5002. configure:9164: result: yes
  5003. configure:9164: checking FLAC/metadata.h presence
  5004. configure:9164: gcc -E conftest.c
  5005. configure:9164: $? = 0
  5006. configure:9164: result: yes
  5007. configure:9164: checking for FLAC/metadata.h
  5008. configure:9164: result: yes
  5009. configure:9211: checking if we should use the daemon() libc function
  5010. configure:9230: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  5011. configure:9230: $? = 0
  5012. configure:9235: result: yes
  5013. configure:9246: checking if scandir declaration requires const char cast
  5014. configure:9269: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  5015. conftest.c: In function 'main':
  5016. conftest.c:98:13: error: passing argument 3 of 'scandir' from incompatible pointer type [-Werror]
  5017. (void)scandir(name, &ptr, filter, alphasort);
  5018. ^
  5019. In file included from conftest.c:89:0:
  5020. /usr/include/dirent.h:255:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(struct dirent *)'
  5021. extern int scandir (const char *__restrict __dir,
  5022. ^
  5023. cc1: all warnings being treated as errors
  5024. configure:9269: $? = 1
  5025. configure: failed program was:
  5026. | /* confdefs.h */
  5027. | #define PACKAGE_NAME "MiniDLNA"
  5028. | #define PACKAGE_TARNAME "minidlna"
  5029. | #define PACKAGE_VERSION "1.1.3"
  5030. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  5031. | #define PACKAGE_BUGREPORT ""
  5032. | #define PACKAGE_URL ""
  5033. | #define PACKAGE "minidlna"
  5034. | #define VERSION "1.1.3"
  5035. | #define STDC_HEADERS 1
  5036. | #define HAVE_SYS_TYPES_H 1
  5037. | #define HAVE_SYS_STAT_H 1
  5038. | #define HAVE_STDLIB_H 1
  5039. | #define HAVE_STRING_H 1
  5040. | #define HAVE_MEMORY_H 1
  5041. | #define HAVE_STRINGS_H 1
  5042. | #define HAVE_INTTYPES_H 1
  5043. | #define HAVE_STDINT_H 1
  5044. | #define HAVE_UNISTD_H 1
  5045. | #define __EXTENSIONS__ 1
  5046. | #define _ALL_SOURCE 1
  5047. | #define _GNU_SOURCE 1
  5048. | #define _POSIX_PTHREAD_SEMANTICS 1
  5049. | #define _TANDEM_SOURCE 1
  5050. | #define HAVE_ICONV 1
  5051. | #define ICONV_CONST
  5052. | #define ENABLE_NLS 1
  5053. | #define HAVE_GETTEXT 1
  5054. | #define HAVE_DCGETTEXT 1
  5055. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5056. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5057. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5058. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5059. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5060. | #define ROOTDEV_MODELURL OS_URL
  5061. | #define HAVE_DIRENT_H 1
  5062. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  5063. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5064. | #define HAVE_ST_BLOCKS 1
  5065. | #define HAVE__BOOL 1
  5066. | #define HAVE_STDBOOL_H 1
  5067. | #define HAVE_FORK 1
  5068. | #define HAVE_VFORK 1
  5069. | #define HAVE_WORKING_VFORK 1
  5070. | #define HAVE_WORKING_FORK 1
  5071. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5072. | #define HAVE_GETHOSTNAME 1
  5073. | #define HAVE_GETIFADDRS 1
  5074. | #define HAVE_GETTIMEOFDAY 1
  5075. | #define HAVE_INET_NTOA 1
  5076. | #define HAVE_MEMMOVE 1
  5077. | #define HAVE_MEMSET 1
  5078. | #define HAVE_MKDIR 1
  5079. | #define HAVE_REALPATH 1
  5080. | #define HAVE_SELECT 1
  5081. | #define HAVE_SENDFILE 1
  5082. | #define HAVE_SETLOCALE 1
  5083. | #define HAVE_SOCKET 1
  5084. | #define HAVE_STRCASECMP 1
  5085. | #define HAVE_STRCHR 1
  5086. | #define HAVE_STRDUP 1
  5087. | #define HAVE_STRERROR 1
  5088. | #define HAVE_STRNCASECMP 1
  5089. | #define HAVE_STRPBRK 1
  5090. | #define HAVE_STRRCHR 1
  5091. | #define HAVE_STRSTR 1
  5092. | #define HAVE_STRTOL 1
  5093. | #define HAVE_STRTOUL 1
  5094. | #define HAVE_STRUCT_IP_MREQN /**/
  5095. | #define HAVE_SYSCALL_H 1
  5096. | #define HAVE_SYS_SYSCALL_H 1
  5097. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5098. | #define HAVE_NETLINK 1
  5099. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5100. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5101. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5102. | #define HAVE_JPEGLIB_H 1
  5103. | #define HAVE_SQLITE3_H 1
  5104. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5105. | #define HAVE_ID3TAG_H 1
  5106. | #define HAVE_OGG_OGG_H 1
  5107. | #define HAVE_VORBIS_CODEC_H 1
  5108. | #define HAVE_FLAC_METADATA_H 1
  5109. | #define USE_DAEMON 1
  5110. | /* end confdefs.h. */
  5111. |
  5112. | #include <stdlib.h>
  5113. | #include <sys/types.h>
  5114. | #include <dirent.h>
  5115. |
  5116. | int
  5117. | main ()
  5118. | {
  5119. |
  5120. | int filter(struct dirent *d);
  5121. | struct dirent **ptr = NULL;
  5122. | char *name = NULL;
  5123. | (void)scandir(name, &ptr, filter, alphasort);
  5124. |
  5125. |
  5126. | ;
  5127. | return 0;
  5128. | }
  5129. configure:9280: result: yes
  5130. configure:9286: checking for linux sendfile support
  5131. configure:9309: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  5132. configure:9309: $? = 0
  5133. configure:9311: result: yes
  5134. configure:9325: checking for darwin sendfile support
  5135. configure:9352: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  5136. conftest.c: In function 'main':
  5137. conftest.c:103:14: error: implicit declaration of function 'sendfile' [-Werror=implicit-function-declaration]
  5138. ret = sendfile(fd, s, offset, &len, hdtr, flags);
  5139. ^
  5140. cc1: all warnings being treated as errors
  5141. configure:9352: $? = 1
  5142. configure: failed program was:
  5143. | /* confdefs.h */
  5144. | #define PACKAGE_NAME "MiniDLNA"
  5145. | #define PACKAGE_TARNAME "minidlna"
  5146. | #define PACKAGE_VERSION "1.1.3"
  5147. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  5148. | #define PACKAGE_BUGREPORT ""
  5149. | #define PACKAGE_URL ""
  5150. | #define PACKAGE "minidlna"
  5151. | #define VERSION "1.1.3"
  5152. | #define STDC_HEADERS 1
  5153. | #define HAVE_SYS_TYPES_H 1
  5154. | #define HAVE_SYS_STAT_H 1
  5155. | #define HAVE_STDLIB_H 1
  5156. | #define HAVE_STRING_H 1
  5157. | #define HAVE_MEMORY_H 1
  5158. | #define HAVE_STRINGS_H 1
  5159. | #define HAVE_INTTYPES_H 1
  5160. | #define HAVE_STDINT_H 1
  5161. | #define HAVE_UNISTD_H 1
  5162. | #define __EXTENSIONS__ 1
  5163. | #define _ALL_SOURCE 1
  5164. | #define _GNU_SOURCE 1
  5165. | #define _POSIX_PTHREAD_SEMANTICS 1
  5166. | #define _TANDEM_SOURCE 1
  5167. | #define HAVE_ICONV 1
  5168. | #define ICONV_CONST
  5169. | #define ENABLE_NLS 1
  5170. | #define HAVE_GETTEXT 1
  5171. | #define HAVE_DCGETTEXT 1
  5172. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5173. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5174. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5175. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5176. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5177. | #define ROOTDEV_MODELURL OS_URL
  5178. | #define HAVE_DIRENT_H 1
  5179. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  5180. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5181. | #define HAVE_ST_BLOCKS 1
  5182. | #define HAVE__BOOL 1
  5183. | #define HAVE_STDBOOL_H 1
  5184. | #define HAVE_FORK 1
  5185. | #define HAVE_VFORK 1
  5186. | #define HAVE_WORKING_VFORK 1
  5187. | #define HAVE_WORKING_FORK 1
  5188. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5189. | #define HAVE_GETHOSTNAME 1
  5190. | #define HAVE_GETIFADDRS 1
  5191. | #define HAVE_GETTIMEOFDAY 1
  5192. | #define HAVE_INET_NTOA 1
  5193. | #define HAVE_MEMMOVE 1
  5194. | #define HAVE_MEMSET 1
  5195. | #define HAVE_MKDIR 1
  5196. | #define HAVE_REALPATH 1
  5197. | #define HAVE_SELECT 1
  5198. | #define HAVE_SENDFILE 1
  5199. | #define HAVE_SETLOCALE 1
  5200. | #define HAVE_SOCKET 1
  5201. | #define HAVE_STRCASECMP 1
  5202. | #define HAVE_STRCHR 1
  5203. | #define HAVE_STRDUP 1
  5204. | #define HAVE_STRERROR 1
  5205. | #define HAVE_STRNCASECMP 1
  5206. | #define HAVE_STRPBRK 1
  5207. | #define HAVE_STRRCHR 1
  5208. | #define HAVE_STRSTR 1
  5209. | #define HAVE_STRTOL 1
  5210. | #define HAVE_STRTOUL 1
  5211. | #define HAVE_STRUCT_IP_MREQN /**/
  5212. | #define HAVE_SYSCALL_H 1
  5213. | #define HAVE_SYS_SYSCALL_H 1
  5214. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5215. | #define HAVE_NETLINK 1
  5216. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5217. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5218. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5219. | #define HAVE_JPEGLIB_H 1
  5220. | #define HAVE_SQLITE3_H 1
  5221. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5222. | #define HAVE_ID3TAG_H 1
  5223. | #define HAVE_OGG_OGG_H 1
  5224. | #define HAVE_VORBIS_CODEC_H 1
  5225. | #define HAVE_FLAC_METADATA_H 1
  5226. | #define USE_DAEMON 1
  5227. | #define SCANDIR_CONST 1
  5228. | #define HAVE_LINUX_SENDFILE_API 1
  5229. | /* end confdefs.h. */
  5230. |
  5231. | #include <stdlib.h>
  5232. | #include <sys/types.h>
  5233. | #include <sys/socket.h>
  5234. | #include <sys/uio.h>
  5235. |
  5236. | int
  5237. | main ()
  5238. | {
  5239. |
  5240. | int fd = 0, s = 0;
  5241. | off_t offset = 0, len;
  5242. | struct sf_hdtr *hdtr = NULL;
  5243. | int flags = 0;
  5244. | int ret;
  5245. | ret = sendfile(fd, s, offset, &len, hdtr, flags);
  5246. | return ret;
  5247. |
  5248. |
  5249. | ;
  5250. | return 0;
  5251. | }
  5252. configure:9362: result: no
  5253. configure:9368: checking for freebsd sendfile support
  5254. configure:9399: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  5255. conftest.c: In function 'main':
  5256. conftest.c:100:29: error: storage size of 'hdr' isn't known
  5257. struct sf_hdtr hdr;
  5258. ^
  5259. conftest.c:108:14: error: implicit declaration of function 'sendfile' [-Werror=implicit-function-declaration]
  5260. ret = sendfile(fromfd, tofd, offset, total, &hdr, &nwritten, 0);
  5261. ^
  5262. conftest.c:100:29: error: unused variable 'hdr' [-Werror=unused-variable]
  5263. struct sf_hdtr hdr;
  5264. ^
  5265. conftest.c:98:36: error: variable 'ret' set but not used [-Werror=unused-but-set-variable]
  5266. int fromfd=0, tofd=0, ret, total=0;
  5267. ^
  5268. cc1: all warnings being treated as errors
  5269. configure:9399: $? = 1
  5270. configure: failed program was:
  5271. | /* confdefs.h */
  5272. | #define PACKAGE_NAME "MiniDLNA"
  5273. | #define PACKAGE_TARNAME "minidlna"
  5274. | #define PACKAGE_VERSION "1.1.3"
  5275. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  5276. | #define PACKAGE_BUGREPORT ""
  5277. | #define PACKAGE_URL ""
  5278. | #define PACKAGE "minidlna"
  5279. | #define VERSION "1.1.3"
  5280. | #define STDC_HEADERS 1
  5281. | #define HAVE_SYS_TYPES_H 1
  5282. | #define HAVE_SYS_STAT_H 1
  5283. | #define HAVE_STDLIB_H 1
  5284. | #define HAVE_STRING_H 1
  5285. | #define HAVE_MEMORY_H 1
  5286. | #define HAVE_STRINGS_H 1
  5287. | #define HAVE_INTTYPES_H 1
  5288. | #define HAVE_STDINT_H 1
  5289. | #define HAVE_UNISTD_H 1
  5290. | #define __EXTENSIONS__ 1
  5291. | #define _ALL_SOURCE 1
  5292. | #define _GNU_SOURCE 1
  5293. | #define _POSIX_PTHREAD_SEMANTICS 1
  5294. | #define _TANDEM_SOURCE 1
  5295. | #define HAVE_ICONV 1
  5296. | #define ICONV_CONST
  5297. | #define ENABLE_NLS 1
  5298. | #define HAVE_GETTEXT 1
  5299. | #define HAVE_DCGETTEXT 1
  5300. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5301. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5302. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5303. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5304. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5305. | #define ROOTDEV_MODELURL OS_URL
  5306. | #define HAVE_DIRENT_H 1
  5307. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  5308. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5309. | #define HAVE_ST_BLOCKS 1
  5310. | #define HAVE__BOOL 1
  5311. | #define HAVE_STDBOOL_H 1
  5312. | #define HAVE_FORK 1
  5313. | #define HAVE_VFORK 1
  5314. | #define HAVE_WORKING_VFORK 1
  5315. | #define HAVE_WORKING_FORK 1
  5316. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5317. | #define HAVE_GETHOSTNAME 1
  5318. | #define HAVE_GETIFADDRS 1
  5319. | #define HAVE_GETTIMEOFDAY 1
  5320. | #define HAVE_INET_NTOA 1
  5321. | #define HAVE_MEMMOVE 1
  5322. | #define HAVE_MEMSET 1
  5323. | #define HAVE_MKDIR 1
  5324. | #define HAVE_REALPATH 1
  5325. | #define HAVE_SELECT 1
  5326. | #define HAVE_SENDFILE 1
  5327. | #define HAVE_SETLOCALE 1
  5328. | #define HAVE_SOCKET 1
  5329. | #define HAVE_STRCASECMP 1
  5330. | #define HAVE_STRCHR 1
  5331. | #define HAVE_STRDUP 1
  5332. | #define HAVE_STRERROR 1
  5333. | #define HAVE_STRNCASECMP 1
  5334. | #define HAVE_STRPBRK 1
  5335. | #define HAVE_STRRCHR 1
  5336. | #define HAVE_STRSTR 1
  5337. | #define HAVE_STRTOL 1
  5338. | #define HAVE_STRTOUL 1
  5339. | #define HAVE_STRUCT_IP_MREQN /**/
  5340. | #define HAVE_SYSCALL_H 1
  5341. | #define HAVE_SYS_SYSCALL_H 1
  5342. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5343. | #define HAVE_NETLINK 1
  5344. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5345. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5346. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5347. | #define HAVE_JPEGLIB_H 1
  5348. | #define HAVE_SQLITE3_H 1
  5349. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5350. | #define HAVE_ID3TAG_H 1
  5351. | #define HAVE_OGG_OGG_H 1
  5352. | #define HAVE_VORBIS_CODEC_H 1
  5353. | #define HAVE_FLAC_METADATA_H 1
  5354. | #define USE_DAEMON 1
  5355. | #define SCANDIR_CONST 1
  5356. | #define HAVE_LINUX_SENDFILE_API 1
  5357. | /* end confdefs.h. */
  5358. |
  5359. | #include <stdlib.h>
  5360. | #include <sys/types.h>
  5361. | #include <sys/socket.h>
  5362. | #include <sys/uio.h>
  5363. |
  5364. | int
  5365. | main ()
  5366. | {
  5367. |
  5368. | int fromfd=0, tofd=0, ret, total=0;
  5369. | off_t offset=0, nwritten;
  5370. | struct sf_hdtr hdr;
  5371. | struct iovec hdtrl;
  5372. | hdr.headers = &hdtrl;
  5373. | hdr.hdr_cnt = 1;
  5374. | hdr.trailers = NULL;
  5375. | hdr.trl_cnt = 0;
  5376. | hdtrl.iov_base = NULL;
  5377. | hdtrl.iov_len = 0;
  5378. | ret = sendfile(fromfd, tofd, offset, total, &hdr, &nwritten, 0);
  5379. |
  5380. |
  5381. | ;
  5382. | return 0;
  5383. | }
  5384. configure:9409: result: no
  5385. configure:9421: checking for jpeg_set_defaults in -ljpeg
  5386. configure:9446: gcc -o conftest -g -O2 conftest.c -ljpeg >&5
  5387. configure:9446: $? = 0
  5388. configure:9455: result: yes
  5389. configure:9473: checking for exif_data_new_from_file in -lexif
  5390. configure:9498: gcc -o conftest -g -O2 conftest.c -lexif >&5
  5391. configure:9498: $? = 0
  5392. configure:9507: result: yes
  5393. configure:9525: checking for id3_file_open in -lid3tag
  5394. configure:9550: gcc -o conftest -g -O2 conftest.c -lid3tag >&5
  5395. configure:9550: $? = 0
  5396. configure:9559: result: yes
  5397. configure:9577: checking for sqlite3_open in -lsqlite3
  5398. configure:9602: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
  5399. configure:9602: $? = 0
  5400. configure:9611: result: yes
  5401. configure:9619: checking for sqlite3_malloc in -lsqlite3
  5402. configure:9644: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
  5403. configure:9644: $? = 0
  5404. configure:9653: result: yes
  5405. configure:9661: checking for sqlite3_prepare_v2 in -lsqlite3
  5406. configure:9686: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
  5407. configure:9686: $? = 0
  5408. configure:9695: result: yes
  5409. configure:9713: checking for av_open_input_file in -lavformat
  5410. configure:9738: gcc -o conftest -g -O2 conftest.c -lavformat >&5
  5411. /tmp/ccz5WYet.o: In function `main':
  5412. /root/src/minidlna-1.1.4/conftest.c:101: undefined reference to `av_open_input_file'
  5413. collect2: error: ld returned 1 exit status
  5414. configure:9738: $? = 1
  5415. configure: failed program was:
  5416. | /* confdefs.h */
  5417. | #define PACKAGE_NAME "MiniDLNA"
  5418. | #define PACKAGE_TARNAME "minidlna"
  5419. | #define PACKAGE_VERSION "1.1.3"
  5420. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  5421. | #define PACKAGE_BUGREPORT ""
  5422. | #define PACKAGE_URL ""
  5423. | #define PACKAGE "minidlna"
  5424. | #define VERSION "1.1.3"
  5425. | #define STDC_HEADERS 1
  5426. | #define HAVE_SYS_TYPES_H 1
  5427. | #define HAVE_SYS_STAT_H 1
  5428. | #define HAVE_STDLIB_H 1
  5429. | #define HAVE_STRING_H 1
  5430. | #define HAVE_MEMORY_H 1
  5431. | #define HAVE_STRINGS_H 1
  5432. | #define HAVE_INTTYPES_H 1
  5433. | #define HAVE_STDINT_H 1
  5434. | #define HAVE_UNISTD_H 1
  5435. | #define __EXTENSIONS__ 1
  5436. | #define _ALL_SOURCE 1
  5437. | #define _GNU_SOURCE 1
  5438. | #define _POSIX_PTHREAD_SEMANTICS 1
  5439. | #define _TANDEM_SOURCE 1
  5440. | #define HAVE_ICONV 1
  5441. | #define ICONV_CONST
  5442. | #define ENABLE_NLS 1
  5443. | #define HAVE_GETTEXT 1
  5444. | #define HAVE_DCGETTEXT 1
  5445. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5446. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5447. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5448. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5449. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5450. | #define ROOTDEV_MODELURL OS_URL
  5451. | #define HAVE_DIRENT_H 1
  5452. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  5453. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5454. | #define HAVE_ST_BLOCKS 1
  5455. | #define HAVE__BOOL 1
  5456. | #define HAVE_STDBOOL_H 1
  5457. | #define HAVE_FORK 1
  5458. | #define HAVE_VFORK 1
  5459. | #define HAVE_WORKING_VFORK 1
  5460. | #define HAVE_WORKING_FORK 1
  5461. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5462. | #define HAVE_GETHOSTNAME 1
  5463. | #define HAVE_GETIFADDRS 1
  5464. | #define HAVE_GETTIMEOFDAY 1
  5465. | #define HAVE_INET_NTOA 1
  5466. | #define HAVE_MEMMOVE 1
  5467. | #define HAVE_MEMSET 1
  5468. | #define HAVE_MKDIR 1
  5469. | #define HAVE_REALPATH 1
  5470. | #define HAVE_SELECT 1
  5471. | #define HAVE_SENDFILE 1
  5472. | #define HAVE_SETLOCALE 1
  5473. | #define HAVE_SOCKET 1
  5474. | #define HAVE_STRCASECMP 1
  5475. | #define HAVE_STRCHR 1
  5476. | #define HAVE_STRDUP 1
  5477. | #define HAVE_STRERROR 1
  5478. | #define HAVE_STRNCASECMP 1
  5479. | #define HAVE_STRPBRK 1
  5480. | #define HAVE_STRRCHR 1
  5481. | #define HAVE_STRSTR 1
  5482. | #define HAVE_STRTOL 1
  5483. | #define HAVE_STRTOUL 1
  5484. | #define HAVE_STRUCT_IP_MREQN /**/
  5485. | #define HAVE_SYSCALL_H 1
  5486. | #define HAVE_SYS_SYSCALL_H 1
  5487. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5488. | #define HAVE_NETLINK 1
  5489. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5490. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5491. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5492. | #define HAVE_JPEGLIB_H 1
  5493. | #define HAVE_SQLITE3_H 1
  5494. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5495. | #define HAVE_ID3TAG_H 1
  5496. | #define HAVE_OGG_OGG_H 1
  5497. | #define HAVE_VORBIS_CODEC_H 1
  5498. | #define HAVE_FLAC_METADATA_H 1
  5499. | #define USE_DAEMON 1
  5500. | #define SCANDIR_CONST 1
  5501. | #define HAVE_LINUX_SENDFILE_API 1
  5502. | #define HAVE_SQLITE3_MALLOC 1
  5503. | #define HAVE_SQLITE3_PREPARE_V2 1
  5504. | /* end confdefs.h. */
  5505. |
  5506. | /* Override any GCC internal prototype to avoid an error.
  5507. | Use char because int might match the return type of a GCC
  5508. | builtin and then its argument prototype would still apply. */
  5509. | #ifdef __cplusplus
  5510. | extern "C"
  5511. | #endif
  5512. | char av_open_input_file ();
  5513. | int
  5514. | main ()
  5515. | {
  5516. | return av_open_input_file ();
  5517. | ;
  5518. | return 0;
  5519. | }
  5520. configure:9747: result: no
  5521. configure:9752: checking for avformat_open_input in -lavformat
  5522. configure:9777: gcc -o conftest -g -O2 conftest.c -lavformat >&5
  5523. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  5524. /root/src/ffmpeg-2.4.4/libavformat/utils.c:500: undefined reference to `av_log'
  5525. /usr/lib/libavformat.a(utils.o): In function `set_codec_from_probe_data':
  5526. /root/src/ffmpeg-2.4.4/libavformat/utils.c:273: undefined reference to `av_log'
  5527. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  5528. /root/src/ffmpeg-2.4.4/libavformat/utils.c:532: undefined reference to `av_freep'
  5529. /root/src/ffmpeg-2.4.4/libavformat/utils.c:535: undefined reference to `av_log'
  5530. /root/src/ffmpeg-2.4.4/libavformat/utils.c:537: undefined reference to `av_log'
  5531. /root/src/ffmpeg-2.4.4/libavformat/utils.c:519: undefined reference to `av_log'
  5532. /usr/lib/libavformat.a(utils.o): In function `update_stream_timings':
  5533. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2188: undefined reference to `av_rescale_q'
  5534. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2198: undefined reference to `av_rescale_q'
  5535. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2210: undefined reference to `av_rescale_q'
  5536. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2218: undefined reference to `av_log'
  5537. /usr/lib/libavformat.a(utils.o): In function `append_packet_chunked':
  5538. /root/src/ffmpeg-2.4.4/libavformat/utils.c:203: undefined reference to `av_grow_packet'
  5539. /usr/lib/libavformat.a(utils.o): In function `ffio_limit':
  5540. /root/src/ffmpeg-2.4.4/libavformat/utils.c:174: undefined reference to `av_log'
  5541. /usr/lib/libavformat.a(utils.o): In function `append_packet_chunked':
  5542. /root/src/ffmpeg-2.4.4/libavformat/utils.c:203: undefined reference to `av_grow_packet'
  5543. /root/src/ffmpeg-2.4.4/libavformat/utils.c:209: undefined reference to `av_shrink_packet'
  5544. /root/src/ffmpeg-2.4.4/libavformat/utils.c:220: undefined reference to `av_free_packet'
  5545. /usr/lib/libavformat.a(utils.o): In function `has_decode_delay_been_guessed':
  5546. /root/src/ffmpeg-2.4.4/libavformat/utils.c:784: undefined reference to `avpriv_h264_has_num_reorder_frames'
  5547. /usr/lib/libavformat.a(utils.o): In function `try_decode_frame':
  5548. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2540: undefined reference to `av_frame_alloc'
  5549. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2547: undefined reference to `avcodec_is_open'
  5550. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2614: undefined reference to `av_frame_free'
  5551. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2591: undefined reference to `avcodec_decode_audio4'
  5552. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2587: undefined reference to `avcodec_decode_video2'
  5553. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2594: undefined reference to `avcodec_decode_subtitle2'
  5554. /usr/lib/libavformat.a(utils.o): In function `has_decode_delay_been_guessed':
  5555. /root/src/ffmpeg-2.4.4/libavformat/utils.c:784: undefined reference to `avpriv_h264_has_num_reorder_frames'
  5556. /usr/lib/libavformat.a(utils.o): In function `try_decode_frame':
  5557. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2562: undefined reference to `av_dict_set'
  5558. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2563: undefined reference to `avcodec_open2'
  5559. /usr/lib/libavformat.a(utils.o): In function `find_decoder':
  5560. /root/src/ffmpeg-2.4.4/libavformat/utils.c:150: undefined reference to `avcodec_find_decoder'
  5561. /usr/lib/libavformat.a(utils.o): In function `try_decode_frame':
  5562. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2562: undefined reference to `av_dict_set'
  5563. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2563: undefined reference to `avcodec_open2'
  5564. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2565: undefined reference to `av_dict_free'
  5565. /usr/lib/libavformat.a(utils.o): In function `ffio_limit':
  5566. /root/src/ffmpeg-2.4.4/libavformat/utils.c:174: undefined reference to `av_log'
  5567. /usr/lib/libavformat.a(utils.o): In function `av_get_packet':
  5568. /root/src/ffmpeg-2.4.4/libavformat/utils.c:226: undefined reference to `av_init_packet'
  5569. /root/src/ffmpeg-2.4.4/libavformat/utils.c:226: undefined reference to `av_init_packet'
  5570. /usr/lib/libavformat.a(utils.o): In function `avformat_queue_attached_pictures':
  5571. /root/src/ffmpeg-2.4.4/libavformat/utils.c:369: undefined reference to `av_buffer_ref'
  5572. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  5573. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  5574. /usr/lib/libavformat.a(utils.o): In function `avformat_queue_attached_pictures':
  5575. /root/src/ffmpeg-2.4.4/libavformat/utils.c:364: undefined reference to `av_log'
  5576. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  5577. /root/src/ffmpeg-2.4.4/libavformat/utils.c:633: undefined reference to `av_init_packet'
  5578. /root/src/ffmpeg-2.4.4/libavformat/utils.c:658: undefined reference to `av_log'
  5579. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  5580. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  5581. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  5582. /root/src/ffmpeg-2.4.4/libavformat/utils.c:500: undefined reference to `av_log'
  5583. /root/src/ffmpeg-2.4.4/libavformat/utils.c:504: undefined reference to `av_realloc'
  5584. /root/src/ffmpeg-2.4.4/libavformat/utils.c:532: undefined reference to `av_freep'
  5585. /root/src/ffmpeg-2.4.4/libavformat/utils.c:535: undefined reference to `av_log'
  5586. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  5587. /root/src/ffmpeg-2.4.4/libavformat/utils.c:626: undefined reference to `av_free'
  5588. /usr/lib/libavformat.a(utils.o): In function `update_wrap_reference':
  5589. /root/src/ffmpeg-2.4.4/libavformat/utils.c:559: undefined reference to `av_rescale'
  5590. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  5591. /root/src/ffmpeg-2.4.4/libavformat/utils.c:650: undefined reference to `av_log'
  5592. /root/src/ffmpeg-2.4.4/libavformat/utils.c:653: undefined reference to `av_free_packet'
  5593. /root/src/ffmpeg-2.4.4/libavformat/utils.c:681: undefined reference to `av_gettime'
  5594. /root/src/ffmpeg-2.4.4/libavformat/utils.c:681: undefined reference to `av_rescale_q'
  5595. /usr/lib/libavformat.a(utils.o): In function `set_codec_from_probe_data':
  5596. /root/src/ffmpeg-2.4.4/libavformat/utils.c:273: undefined reference to `av_log'
  5597. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  5598. /root/src/ffmpeg-2.4.4/libavformat/utils.c:537: undefined reference to `av_log'
  5599. /root/src/ffmpeg-2.4.4/libavformat/utils.c:506: undefined reference to `av_log'
  5600. /root/src/ffmpeg-2.4.4/libavformat/utils.c:519: undefined reference to `av_log'
  5601. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  5602. /root/src/ffmpeg-2.4.4/libavformat/utils.c:643: undefined reference to `av_log'
  5603. /usr/lib/libavformat.a(utils.o): In function `ff_compute_frame_duration':
  5604. /root/src/ffmpeg-2.4.4/libavformat/utils.c:750: undefined reference to `av_get_audio_frame_duration'
  5605. /usr/lib/libavformat.a(utils.o): In function `compute_pkt_fields':
  5606. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1023: undefined reference to `av_mul_q'
  5607. /usr/lib/libavformat.a(utils.o): In function `update_initial_durations':
  5608. /root/src/ffmpeg-2.4.4/libavformat/utils.c:923: undefined reference to `av_log'
  5609. /usr/lib/libavformat.a(utils.o): In function `is_intra_only':
  5610. /root/src/ffmpeg-2.4.4/libavformat/utils.c:767: undefined reference to `av_codec_get_codec_descriptor'
  5611. /usr/lib/libavformat.a(utils.o): In function `compute_pkt_fields':
  5612. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1017: undefined reference to `av_log'
  5613. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1042: undefined reference to `av_rescale'
  5614. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1095: undefined reference to `av_add_stable'
  5615. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1028: undefined reference to `av_rescale_rnd'
  5616. /root/src/ffmpeg-2.4.4/libavformat/utils.c:967: undefined reference to `av_log'
  5617. /usr/lib/libavformat.a(utils.o): In function `update_initial_durations':
  5618. /root/src/ffmpeg-2.4.4/libavformat/utils.c:918: undefined reference to `av_log'
  5619. /usr/lib/libavformat.a(utils.o): In function `is_intra_only':
  5620. /root/src/ffmpeg-2.4.4/libavformat/utils.c:769: undefined reference to `avcodec_descriptor_get'
  5621. /root/src/ffmpeg-2.4.4/libavformat/utils.c:770: undefined reference to `av_codec_set_codec_descriptor'
  5622. /usr/lib/libavformat.a(utils.o): In function `has_decode_delay_been_guessed':
  5623. /root/src/ffmpeg-2.4.4/libavformat/utils.c:784: undefined reference to `avpriv_h264_has_num_reorder_frames'
  5624. /usr/lib/libavformat.a(utils.o): In function `parse_packet':
  5625. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1159: undefined reference to `av_init_packet'
  5626. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1160: undefined reference to `av_parser_parse2'
  5627. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1222: undefined reference to `av_dup_packet'
  5628. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  5629. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  5630. /usr/lib/libavformat.a(utils.o): In function `parse_packet':
  5631. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1239: undefined reference to `av_free_packet'
  5632. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1187: undefined reference to `av_rescale_q_rnd'
  5633. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1234: undefined reference to `av_parser_close'
  5634. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1226: undefined reference to `av_free_packet'
  5635. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1148: undefined reference to `av_init_packet'
  5636. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  5637. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5638. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5639. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5640. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5641. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5642. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5643. /usr/lib/libavformat.a(utils.o): In function `ff_read_frame_flush':
  5644. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1560: undefined reference to `av_parser_close'
  5645. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  5646. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  5647. /usr/lib/libavformat.a(utils.o): In function `ff_add_index_entry':
  5648. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1629: undefined reference to `av_fast_realloc'
  5649. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1644: undefined reference to `av_log'
  5650. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1629: undefined reference to `av_fast_realloc'
  5651. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1644: undefined reference to `av_log'
  5652. /usr/lib/libavformat.a(utils.o): In function `read_frame_internal':
  5653. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1263: undefined reference to `av_init_packet'
  5654. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1369: undefined reference to `av_packet_get_side_data'
  5655. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1387: undefined reference to `av_opt_get_dict_val'
  5656. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1390: undefined reference to `av_dict_copy'
  5657. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1391: undefined reference to `av_dict_free'
  5658. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1392: undefined reference to `av_opt_set_dict_val'
  5659. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1342: undefined reference to `av_free_packet'
  5660. /usr/lib/libavformat.a(utils.o): In function `read_from_packet_buffer':
  5661. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1254: undefined reference to `av_freep'
  5662. /usr/lib/libavformat.a(utils.o): In function `read_frame_internal':
  5663. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1337: undefined reference to `av_free_packet'
  5664. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1298: undefined reference to `av_log'
  5665. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1290: undefined reference to `av_log'
  5666. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1306: undefined reference to `av_parser_init'
  5667. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1396: undefined reference to `av_log'
  5668. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1372: undefined reference to `av_packet_new_side_data'
  5669. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1356: undefined reference to `av_packet_new_side_data'
  5670. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1359: undefined reference to `av_log'
  5671. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1384: undefined reference to `av_packet_merge_side_data'
  5672. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1374: undefined reference to `av_log'
  5673. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1308: undefined reference to `avcodec_get_name'
  5674. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1308: undefined reference to `av_log'
  5675. /usr/lib/libavformat.a(utils.o): In function `av_read_frame':
  5676. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1437: undefined reference to `av_compare_mod'
  5677. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  5678. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  5679. /usr/lib/libavformat.a(utils.o): In function `av_read_frame':
  5680. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1479: undefined reference to `av_dup_packet'
  5681. /usr/lib/libavformat.a(utils.o): In function `read_from_packet_buffer':
  5682. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1254: undefined reference to `av_freep'
  5683. /usr/lib/libavformat.a(utils.o): In function `av_read_frame':
  5684. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1438: undefined reference to `av_compare_mod'
  5685. /usr/lib/libavformat.a(utils.o): In function `ff_find_last_ts':
  5686. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1815: undefined reference to `av_log'
  5687. /usr/lib/libavformat.a(utils.o): In function `ff_gen_search':
  5688. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1882: undefined reference to `av_rescale'
  5689. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1911: undefined reference to `av_log'
  5690. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  5691. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  5692. /usr/lib/libavformat.a(utils.o): In function `ff_seek_frame_binary':
  5693. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1765: undefined reference to `av_log'
  5694. /usr/lib/libavformat.a(utils.o): In function `avformat_seek_file':
  5695. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2108: undefined reference to `av_rescale_q'
  5696. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2109: undefined reference to `av_rescale_rnd'
  5697. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2112: undefined reference to `av_rescale_rnd'
  5698. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  5699. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  5700. /usr/lib/libavformat.a(utils.o): In function `seek_frame_internal':
  5701. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2043: undefined reference to `av_rescale'
  5702. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  5703. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  5704. /usr/lib/libavformat.a(utils.o): In function `seek_frame_generic':
  5705. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1996: undefined reference to `av_free_packet'
  5706. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2001: undefined reference to `av_log'
  5707. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1980: undefined reference to `av_log'
  5708. /usr/lib/libavformat.a(utils.o): In function `ff_codec_get_id':
  5709. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  5710. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  5711. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  5712. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  5713. /usr/lib/libavformat.a(utils.o): In function `ff_alloc_extradata':
  5714. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  5715. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  5716. /usr/lib/libavformat.a(utils.o): In function `ff_get_extradata':
  5717. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2812: undefined reference to `av_freep'
  5718. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2814: undefined reference to `av_log'
  5719. /usr/lib/libavformat.a(utils.o): In function `ff_rfps_add_frame':
  5720. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2871: undefined reference to `av_gcd'
  5721. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2832: undefined reference to `av_mallocz'
  5722. /usr/lib/libavformat.a(utils.o): In function `ff_rfps_calculate':
  5723. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2925: undefined reference to `av_reduce'
  5724. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2933: undefined reference to `av_log'
  5725. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2937: undefined reference to `av_freep'
  5726. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2920: undefined reference to `av_log'
  5727. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2920: undefined reference to `av_log'
  5728. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2892: undefined reference to `av_reduce'
  5729. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5730. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2963: undefined reference to `av_opt_set'
  5731. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2973: undefined reference to `av_log'
  5732. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3007: undefined reference to `av_dict_set'
  5733. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3012: undefined reference to `avcodec_open2'
  5734. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3013: undefined reference to `av_log'
  5735. /usr/lib/libavformat.a(utils.o): In function `find_decoder':
  5736. /root/src/ffmpeg-2.4.4/libavformat/utils.c:150: undefined reference to `avcodec_find_decoder'
  5737. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5738. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2990: undefined reference to `av_parser_init'
  5739. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3020: undefined reference to `avcodec_open2'
  5740. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3021: undefined reference to `av_log'
  5741. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  5742. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  5743. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5744. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3125: undefined reference to `av_dup_packet'
  5745. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3176: undefined reference to `av_rescale_q'
  5746. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3178: undefined reference to `av_rescale_q'
  5747. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3178: undefined reference to `av_rescale_q'
  5748. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3184: undefined reference to `av_rescale_q'
  5749. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3041: undefined reference to `av_log'
  5750. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3251: undefined reference to `av_opt_set'
  5751. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3256: undefined reference to `avcodec_close'
  5752. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3281: undefined reference to `av_reduce'
  5753. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  5754. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5755. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5756. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5757. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3084: undefined reference to `av_log'
  5758. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3154: undefined reference to `av_log'
  5759. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3025: undefined reference to `av_dict_free'
  5760. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3184: undefined reference to `av_rescale_q'
  5761. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3187: undefined reference to `av_log'
  5762. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3230: undefined reference to `av_init_packet'
  5763. /usr/lib/libavformat.a(utils.o): In function `ff_alloc_extradata':
  5764. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  5765. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5766. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3298: undefined reference to `av_reduce'
  5767. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3348: undefined reference to `avcodec_string'
  5768. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3349: undefined reference to `av_log'
  5769. /usr/lib/libavformat.a(utils.o): In function `compute_chapters_end':
  5770. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2731: undefined reference to `av_rescale_q'
  5771. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2735: undefined reference to `av_rescale_q'
  5772. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5773. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3366: undefined reference to `av_freep'
  5774. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3367: undefined reference to `av_freep'
  5775. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3370: undefined reference to `av_log'
  5776. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3265: undefined reference to `avcodec_pix_fmt_to_codec_tag'
  5777. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3266: undefined reference to `avpriv_get_raw_pix_fmt_tags'
  5778. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3266: undefined reference to `avpriv_find_pix_fmt'
  5779. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3315: undefined reference to `av_get_bits_per_sample'
  5780. /usr/lib/libavformat.a(utils.o): In function `fill_all_stream_timings':
  5781. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2255: undefined reference to `av_rescale_q'
  5782. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2258: undefined reference to `av_rescale_q'
  5783. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  5784. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3092: undefined reference to `av_log'
  5785. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3099: undefined reference to `av_log'
  5786. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3245: undefined reference to `av_log'
  5787. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2998: undefined reference to `avcodec_get_name'
  5788. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2998: undefined reference to `av_log'
  5789. /usr/lib/libavformat.a(utils.o): In function `estimate_timings_from_bit_rate':
  5790. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2296: undefined reference to `av_rescale'
  5791. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2306: undefined reference to `av_log'
  5792. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  5793. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5794. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5795. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5796. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5797. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5798. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5799. /usr/lib/libavformat.a(utils.o): In function `estimate_timings_from_pts':
  5800. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2336: undefined reference to `av_parser_close'
  5801. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2332: undefined reference to `av_log'
  5802. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2341: undefined reference to `av_opt_set'
  5803. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2389: undefined reference to `av_free_packet'
  5804. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2370: undefined reference to `av_rescale_rnd'
  5805. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2409: undefined reference to `av_opt_set'
  5806. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2421: undefined reference to `av_log'
  5807. /usr/lib/libavformat.a(utils.o): In function `fill_all_stream_timings':
  5808. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2255: undefined reference to `av_rescale_q'
  5809. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2258: undefined reference to `av_rescale_q'
  5810. /usr/lib/libavformat.a(utils.o): In function `find_decoder':
  5811. /root/src/ffmpeg-2.4.4/libavformat/utils.c:150: undefined reference to `avcodec_find_decoder'
  5812. /usr/lib/libavformat.a(utils.o): In function `ff_free_stream':
  5813. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3482: undefined reference to `av_freep'
  5814. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3483: undefined reference to `av_freep'
  5815. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3487: undefined reference to `av_parser_close'
  5816. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3490: undefined reference to `av_free_packet'
  5817. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3491: undefined reference to `av_dict_free'
  5818. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3492: undefined reference to `av_freep'
  5819. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3493: undefined reference to `av_freep'
  5820. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3494: undefined reference to `av_freep'
  5821. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3495: undefined reference to `av_freep'
  5822. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3496: undefined reference to `av_freep'
  5823. /usr/lib/libavformat.a(utils.o):/root/src/ffmpeg-2.4.4/libavformat/utils.c:3497: more undefined references to `av_freep' follow
  5824. /usr/lib/libavformat.a(utils.o): In function `ff_free_stream':
  5825. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3478: undefined reference to `av_log'
  5826. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3479: undefined reference to `av_log'
  5827. /usr/lib/libavformat.a(utils.o): In function `avformat_free_context':
  5828. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3511: undefined reference to `av_opt_free'
  5829. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3513: undefined reference to `av_opt_free'
  5830. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3515: undefined reference to `av_opt_free'
  5831. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3521: undefined reference to `av_dict_free'
  5832. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3522: undefined reference to `av_freep'
  5833. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3523: undefined reference to `av_freep'
  5834. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3525: undefined reference to `av_freep'
  5835. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3528: undefined reference to `av_dict_free'
  5836. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3529: undefined reference to `av_freep'
  5837. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3531: undefined reference to `av_freep'
  5838. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3532: undefined reference to `av_dict_free'
  5839. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3533: undefined reference to `av_freep'
  5840. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3534: undefined reference to `av_freep'
  5841. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  5842. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5843. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5844. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5845. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5846. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5847. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5848. /usr/lib/libavformat.a(utils.o): In function `avformat_free_context':
  5849. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3536: undefined reference to `av_free'
  5850. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  5851. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5852. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5853. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5854. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5855. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  5856. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  5857. /usr/lib/libavformat.a(utils.o): In function `av_new_program':
  5858. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3659: undefined reference to `av_mallocz'
  5859. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3662: undefined reference to `av_dynarray_add'
  5860. /usr/lib/libavformat.a(utils.o): In function `avpriv_new_chapter':
  5861. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3696: undefined reference to `av_dict_set'
  5862. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3691: undefined reference to `av_mallocz'
  5863. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3694: undefined reference to `av_dynarray_add'
  5864. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3682: undefined reference to `av_log'
  5865. /usr/lib/libavformat.a(utils.o): In function `ff_program_add_stream_index':
  5866. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3724: undefined reference to `av_realloc_array'
  5867. /usr/lib/libavformat.a(utils.o): In function `ff_ntp_time':
  5868. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3735: undefined reference to `av_gettime'
  5869. /usr/lib/libavformat.a(utils.o): In function `av_get_frame_filename':
  5870. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3757: undefined reference to `av_isdigit'
  5871. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3754: undefined reference to `av_isdigit'
  5872. /usr/lib/libavformat.a(utils.o): In function `avformat_open_input':
  5873. /root/src/ffmpeg-2.4.4/libavformat/utils.c:397: undefined reference to `av_dict_copy'
  5874. /root/src/ffmpeg-2.4.4/libavformat/utils.c:399: undefined reference to `av_opt_set_dict'
  5875. /root/src/ffmpeg-2.4.4/libavformat/utils.c:416: undefined reference to `av_strlcpy'
  5876. /root/src/ffmpeg-2.4.4/libavformat/utils.c:420: undefined reference to `av_mallocz'
  5877. /root/src/ffmpeg-2.4.4/libavformat/utils.c:426: undefined reference to `av_opt_set_defaults'
  5878. /root/src/ffmpeg-2.4.4/libavformat/utils.c:427: undefined reference to `av_opt_set_dict'
  5879. /root/src/ffmpeg-2.4.4/libavformat/utils.c:446: undefined reference to `av_log'
  5880. /root/src/ffmpeg-2.4.4/libavformat/utils.c:459: undefined reference to `av_dict_free'
  5881. /root/src/ffmpeg-2.4.4/libavformat/utils.c:467: undefined reference to `av_dict_free'
  5882. /usr/lib/libavformat.a(utils.o): In function `init_input':
  5883. /root/src/ffmpeg-2.4.4/libavformat/utils.c:320: undefined reference to `av_log'
  5884. /usr/lib/libavformat.a(utils.o): In function `avformat_open_input':
  5885. /root/src/ffmpeg-2.4.4/libavformat/utils.c:390: undefined reference to `av_log'
  5886. /usr/lib/libavformat.a(utils.o): In function `av_url_split':
  5887. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3811: undefined reference to `av_strlcpy'
  5888. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3831: undefined reference to `av_strlcpy'
  5889. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3840: undefined reference to `av_strlcpy'
  5890. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3852: undefined reference to `av_strlcpy'
  5891. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3847: undefined reference to `av_strlcpy'
  5892. /usr/lib/libavformat.a(utils.o): In function `avpriv_set_pts_info':
  5893. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3923: undefined reference to `av_reduce'
  5894. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3925: undefined reference to `av_log'
  5895. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3940: undefined reference to `av_codec_set_pkt_timebase'
  5896. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3933: undefined reference to `av_log'
  5897. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3929: undefined reference to `av_log'
  5898. /usr/lib/libavformat.a(utils.o): In function `avformat_new_stream':
  5899. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3592: undefined reference to `av_realloc_array'
  5900. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3597: undefined reference to `av_mallocz'
  5901. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3600: undefined reference to `av_mallocz'
  5902. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3606: undefined reference to `avcodec_alloc_context3'
  5903. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3601: undefined reference to `av_free'
  5904. /usr/lib/libavformat.a(utils.o): In function `ff_parse_key_value':
  5905. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3956: undefined reference to `av_isspace'
  5906. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3989: undefined reference to `av_isspace'
  5907. /usr/lib/libavformat.a(utils.o): In function `ff_iso8601_to_unix_time':
  5908. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4011: undefined reference to `av_small_strptime'
  5909. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4012: undefined reference to `av_small_strptime'
  5910. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4016: undefined reference to `av_timegm'
  5911. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4014: undefined reference to `av_timegm'
  5912. /usr/lib/libavformat.a(utils.o): In function `ff_add_param_change':
  5913. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4081: undefined reference to `av_packet_new_side_data'
  5914. /usr/lib/libavformat.a(utils.o): In function `av_guess_sample_aspect_ratio':
  5915. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4105: undefined reference to `av_reduce'
  5916. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4110: undefined reference to `av_reduce'
  5917. /usr/lib/libavformat.a(utils.o): In function `av_guess_frame_rate':
  5918. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4136: undefined reference to `av_div_q'
  5919. /usr/lib/libavformat.a(utils.o): In function `avformat_match_stream_specifier':
  5920. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4158: undefined reference to `av_log'
  5921. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4225: undefined reference to `av_log'
  5922. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4207: undefined reference to `av_strndup'
  5923. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4211: undefined reference to `av_dict_get'
  5924. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4220: undefined reference to `av_freep'
  5925. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4207: undefined reference to `av_strdup'
  5926. /usr/lib/libavformat.a(utils.o): In function `ff_generate_avci_extradata':
  5927. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4319: undefined reference to `av_freep'
  5928. /usr/lib/libavformat.a(utils.o): In function `ff_alloc_extradata':
  5929. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  5930. /usr/lib/libavformat.a(utils.o): In function `ff_free_stream':
  5931. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3501: undefined reference to `av_freep'
  5932. /usr/lib/libavformat.a(utils.o): In function `ff_program_add_stream_index':
  5933. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3712: undefined reference to `av_log'
  5934. /usr/lib/libavformat.a(utils.o): In function `av_url_split':
  5935. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3857: undefined reference to `av_strlcpy'
  5936. /usr/lib/libavformat.a(utils.o): In function `read_from_packet_buffer':
  5937. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1248: undefined reference to `av_log'
  5938. /usr/lib/libavformat.a(avio.o): In function `url_find_protocol':
  5939. /root/src/ffmpeg-2.4.4/libavformat/avio.c:234: undefined reference to `av_strlcpy'
  5940. /root/src/ffmpeg-2.4.4/libavformat/avio.c:229: undefined reference to `av_strlcpy'
  5941. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  5942. /root/src/ffmpeg-2.4.4/libavformat/avio.c:129: undefined reference to `av_mallocz'
  5943. /root/src/ffmpeg-2.4.4/libavformat/avio.c:125: undefined reference to `av_log'
  5944. /root/src/ffmpeg-2.4.4/libavformat/avio.c:186: undefined reference to `av_freep'
  5945. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  5946. /root/src/ffmpeg-2.4.4/libavformat/avio.c:264: undefined reference to `av_strstart'
  5947. /root/src/ffmpeg-2.4.4/libavformat/avio.c:265: undefined reference to `av_log'
  5948. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  5949. /root/src/ffmpeg-2.4.4/libavformat/avio.c:142: undefined reference to `av_mallocz'
  5950. /root/src/ffmpeg-2.4.4/libavformat/avio.c:151: undefined reference to `av_opt_set_defaults'
  5951. /root/src/ffmpeg-2.4.4/libavformat/avio.c:160: undefined reference to `av_opt_set'
  5952. /root/src/ffmpeg-2.4.4/libavformat/avio.c:162: undefined reference to `av_log'
  5953. /root/src/ffmpeg-2.4.4/libavformat/avio.c:167: undefined reference to `av_log'
  5954. /root/src/ffmpeg-2.4.4/libavformat/avio.c:168: undefined reference to `av_freep'
  5955. /root/src/ffmpeg-2.4.4/libavformat/avio.c:169: undefined reference to `av_freep'
  5956. /root/src/ffmpeg-2.4.4/libavformat/avio.c:185: undefined reference to `av_freep'
  5957. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  5958. /root/src/ffmpeg-2.4.4/libavformat/avio.c:255: undefined reference to `av_log'
  5959. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  5960. /root/src/ffmpeg-2.4.4/libavformat/avio.c:129: undefined reference to `av_mallocz'
  5961. /usr/lib/libavformat.a(avio.o): In function `ffurl_open':
  5962. /root/src/ffmpeg-2.4.4/libavformat/avio.c:275: undefined reference to `av_opt_set_dict'
  5963. /root/src/ffmpeg-2.4.4/libavformat/avio.c:278: undefined reference to `av_opt_set_dict'
  5964. /usr/lib/libavformat.a(avio.o): In function `ffurl_closep':
  5965. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  5966. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  5967. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  5968. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  5969. /root/src/ffmpeg-2.4.4/libavformat/avio.c:120: undefined reference to `av_log'
  5970. /root/src/ffmpeg-2.4.4/libavformat/avio.c:186: undefined reference to `av_freep'
  5971. /root/src/ffmpeg-2.4.4/libavformat/avio.c:264: undefined reference to `av_strstart'
  5972. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  5973. /root/src/ffmpeg-2.4.4/libavformat/avio.c:142: undefined reference to `av_mallocz'
  5974. /root/src/ffmpeg-2.4.4/libavformat/avio.c:151: undefined reference to `av_opt_set_defaults'
  5975. /root/src/ffmpeg-2.4.4/libavformat/avio.c:160: undefined reference to `av_opt_set'
  5976. /root/src/ffmpeg-2.4.4/libavformat/avio.c:162: undefined reference to `av_log'
  5977. /root/src/ffmpeg-2.4.4/libavformat/avio.c:167: undefined reference to `av_log'
  5978. /root/src/ffmpeg-2.4.4/libavformat/avio.c:168: undefined reference to `av_freep'
  5979. /root/src/ffmpeg-2.4.4/libavformat/avio.c:169: undefined reference to `av_freep'
  5980. /root/src/ffmpeg-2.4.4/libavformat/avio.c:185: undefined reference to `av_freep'
  5981. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  5982. /root/src/ffmpeg-2.4.4/libavformat/avio.c:265: undefined reference to `av_log'
  5983. /root/src/ffmpeg-2.4.4/libavformat/avio.c:255: undefined reference to `av_log'
  5984. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  5985. /root/src/ffmpeg-2.4.4/libavformat/avio.c:125: undefined reference to `av_log'
  5986. /usr/lib/libavformat.a(avio.o): In function `retry_transfer_wrapper':
  5987. /root/src/ffmpeg-2.4.4/libavformat/avio.c:315: undefined reference to `av_gettime_relative'
  5988. /root/src/ffmpeg-2.4.4/libavformat/avio.c:319: undefined reference to `av_usleep'
  5989. /root/src/ffmpeg-2.4.4/libavformat/avio.c:316: undefined reference to `av_gettime_relative'
  5990. /root/src/ffmpeg-2.4.4/libavformat/avio.c:315: undefined reference to `av_gettime_relative'
  5991. /root/src/ffmpeg-2.4.4/libavformat/avio.c:319: undefined reference to `av_usleep'
  5992. /root/src/ffmpeg-2.4.4/libavformat/avio.c:316: undefined reference to `av_gettime_relative'
  5993. /root/src/ffmpeg-2.4.4/libavformat/avio.c:315: undefined reference to `av_gettime_relative'
  5994. /root/src/ffmpeg-2.4.4/libavformat/avio.c:319: undefined reference to `av_usleep'
  5995. /root/src/ffmpeg-2.4.4/libavformat/avio.c:316: undefined reference to `av_gettime_relative'
  5996. /usr/lib/libavformat.a(avio.o): In function `ffurl_closep':
  5997. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  5998. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  5999. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  6000. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  6001. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  6002. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  6003. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  6004. /root/src/ffmpeg-2.4.4/libavformat/avio.c:129: undefined reference to `av_mallocz'
  6005. /usr/lib/libavformat.a(avio.o): In function `ffurl_closep':
  6006. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  6007. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  6008. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  6009. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  6010. /root/src/ffmpeg-2.4.4/libavformat/avio.c:120: undefined reference to `av_log'
  6011. /root/src/ffmpeg-2.4.4/libavformat/avio.c:186: undefined reference to `av_freep'
  6012. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  6013. /root/src/ffmpeg-2.4.4/libavformat/avio.c:264: undefined reference to `av_strstart'
  6014. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  6015. /root/src/ffmpeg-2.4.4/libavformat/avio.c:142: undefined reference to `av_mallocz'
  6016. /root/src/ffmpeg-2.4.4/libavformat/avio.c:151: undefined reference to `av_opt_set_defaults'
  6017. /root/src/ffmpeg-2.4.4/libavformat/avio.c:160: undefined reference to `av_opt_set'
  6018. /root/src/ffmpeg-2.4.4/libavformat/avio.c:162: undefined reference to `av_log'
  6019. /root/src/ffmpeg-2.4.4/libavformat/avio.c:167: undefined reference to `av_log'
  6020. /root/src/ffmpeg-2.4.4/libavformat/avio.c:168: undefined reference to `av_freep'
  6021. /root/src/ffmpeg-2.4.4/libavformat/avio.c:169: undefined reference to `av_freep'
  6022. /root/src/ffmpeg-2.4.4/libavformat/avio.c:185: undefined reference to `av_freep'
  6023. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  6024. /root/src/ffmpeg-2.4.4/libavformat/avio.c:265: undefined reference to `av_log'
  6025. /root/src/ffmpeg-2.4.4/libavformat/avio.c:255: undefined reference to `av_log'
  6026. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  6027. /root/src/ffmpeg-2.4.4/libavformat/avio.c:125: undefined reference to `av_log'
  6028. /usr/lib/libavformat.a(avio.o): In function `ffurl_get_multi_file_handle':
  6029. /root/src/ffmpeg-2.4.4/libavformat/avio.c:446: undefined reference to `av_malloc'
  6030. /usr/lib/libavformat.a(aviobuf.o): In function `dyn_buf_write':
  6031. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1010: undefined reference to `av_reallocp'
  6032. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1010: undefined reference to `av_reallocp'
  6033. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1010: undefined reference to `av_reallocp'
  6034. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6035. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6036. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6037. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6038. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6039. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6040. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6041. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6042. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6043. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6044. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6045. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6046. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6047. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6048. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6049. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6050. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6051. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6052. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6053. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6054. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6055. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6056. /usr/lib/libavformat.a(aviobuf.o): In function `avio_put_str16le':
  6057. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:354: undefined reference to `av_log'
  6058. /usr/lib/libavformat.a(aviobuf.o): In function `ff_crc04C11DB7_update':
  6059. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:477: undefined reference to `av_crc_get_table'
  6060. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:477: undefined reference to `av_crc'
  6061. /usr/lib/libavformat.a(aviobuf.o): In function `ff_crcA001_update':
  6062. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:483: undefined reference to `av_crc_get_table'
  6063. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:483: undefined reference to `av_crc'
  6064. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6065. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6066. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6067. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6068. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6069. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6070. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6071. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6072. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6073. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6074. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6075. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6076. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6077. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6078. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6079. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6080. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6081. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6082. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6083. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6084. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6085. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6086. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6087. /usr/lib/libavformat.a(aviobuf.o): In function `avio_r8':
  6088. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6089. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6090. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6091. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6092. /usr/lib/libavformat.a(aviobuf.o): In function `avio_r8':
  6093. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6094. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6095. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6096. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6097. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6098. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6099. /usr/lib/libavformat.a(aviobuf.o): In function `avio_r8':
  6100. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6101. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6102. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6103. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6104. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  6105. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6106. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  6107. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:756: undefined reference to `av_malloc'
  6108. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6109. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6110. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  6111. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:763: undefined reference to `av_free'
  6112. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_ensure_seekback':
  6113. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:790: undefined reference to `av_malloc'
  6114. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:795: undefined reference to `av_free'
  6115. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:788: undefined reference to `av_log'
  6116. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6117. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6118. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6119. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_rewind_with_probe_data':
  6120. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:866: undefined reference to `av_free'
  6121. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:858: undefined reference to `av_realloc_f'
  6122. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:841: undefined reference to `av_freep'
  6123. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  6124. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:756: undefined reference to `av_malloc'
  6125. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6126. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6127. /usr/lib/libavformat.a(aviobuf.o): In function `avio_open2':
  6128. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:763: undefined reference to `av_free'
  6129. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  6130. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:756: undefined reference to `av_malloc'
  6131. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6132. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6133. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  6134. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:763: undefined reference to `av_free'
  6135. /usr/lib/libavformat.a(aviobuf.o): In function `avio_close':
  6136. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:908: undefined reference to `av_freep'
  6137. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:912: undefined reference to `av_log'
  6138. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:913: undefined reference to `av_free'
  6139. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:910: undefined reference to `av_log'
  6140. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:908: undefined reference to `av_freep'
  6141. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:912: undefined reference to `av_log'
  6142. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:913: undefined reference to `av_free'
  6143. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:910: undefined reference to `av_log'
  6144. /usr/lib/libavformat.a(aviobuf.o): In function `avio_read_to_bprint':
  6145. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:974: undefined reference to `av_bprint_append_data'
  6146. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  6147. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  6148. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  6149. /usr/lib/libavformat.a(aviobuf.o): In function `avio_read':
  6150. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  6151. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  6152. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1060: undefined reference to `av_mallocz'
  6153. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6154. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6155. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  6156. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1068: undefined reference to `av_free'
  6157. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1060: undefined reference to `av_mallocz'
  6158. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6159. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6160. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  6161. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1068: undefined reference to `av_free'
  6162. /usr/lib/libavformat.a(aviobuf.o): In function `avio_close_dyn_buf':
  6163. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1110: undefined reference to `av_free'
  6164. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1111: undefined reference to `av_free'
  6165. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  6166. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1060: undefined reference to `av_mallocz'
  6167. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  6168. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  6169. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  6170. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1068: undefined reference to `av_free'
  6171. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_close_null_buf':
  6172. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1143: undefined reference to `av_free'
  6173. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1144: undefined reference to `av_free'
  6174. /usr/lib/libavformat.a(aviobuf.o):(.rodata+0x28): undefined reference to `av_default_item_name'
  6175. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  6176. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  6177. /usr/lib/libavformat.a(format.o): In function `av_guess_format':
  6178. /root/src/ffmpeg-2.4.4/libavformat/format.c:127: undefined reference to `av_match_name'
  6179. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  6180. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  6181. /usr/lib/libavformat.a(format.o): In function `av_guess_codec':
  6182. /root/src/ffmpeg-2.4.4/libavformat/format.c:147: undefined reference to `av_match_name'
  6183. /root/src/ffmpeg-2.4.4/libavformat/format.c:147: undefined reference to `av_match_name'
  6184. /usr/lib/libavformat.a(format.o): In function `av_find_input_format':
  6185. /root/src/ffmpeg-2.4.4/libavformat/format.c:176: undefined reference to `av_match_name'
  6186. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  6187. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  6188. /usr/lib/libavformat.a(format.o): In function `av_probe_input_format3':
  6189. /root/src/ffmpeg-2.4.4/libavformat/format.c:219: undefined reference to `av_match_name'
  6190. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  6191. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  6192. /usr/lib/libavformat.a(format.o): In function `av_probe_input_buffer2':
  6193. /root/src/ffmpeg-2.4.4/libavformat/format.c:273: undefined reference to `av_opt_get'
  6194. /root/src/ffmpeg-2.4.4/libavformat/format.c:289: undefined reference to `av_reallocp'
  6195. /root/src/ffmpeg-2.4.4/libavformat/format.c:313: undefined reference to `av_log'
  6196. /root/src/ffmpeg-2.4.4/libavformat/format.c:317: undefined reference to `av_log'
  6197. /root/src/ffmpeg-2.4.4/libavformat/format.c:337: undefined reference to `av_free'
  6198. /root/src/ffmpeg-2.4.4/libavformat/format.c:337: undefined reference to `av_free'
  6199. /root/src/ffmpeg-2.4.4/libavformat/format.c:264: undefined reference to `av_log'
  6200. /usr/lib/libavformat.a(id3v2.o): In function `free_geobtag':
  6201. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:179: undefined reference to `av_free'
  6202. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:180: undefined reference to `av_free'
  6203. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:181: undefined reference to `av_free'
  6204. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:182: undefined reference to `av_free'
  6205. /usr/lib/libavformat.a(id3v2.o): In function `free_priv':
  6206. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:586: undefined reference to `av_freep'
  6207. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:587: undefined reference to `av_freep'
  6208. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:588: undefined reference to `av_freep'
  6209. /usr/lib/libavformat.a(id3v2.o): In function `decode_str':
  6210. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:260: undefined reference to `av_log'
  6211. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:209: undefined reference to `av_log'
  6212. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:235: undefined reference to `av_log'
  6213. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:237: undefined reference to `av_freep'
  6214. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:224: undefined reference to `av_log'
  6215. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:226: undefined reference to `av_freep'
  6216. /usr/lib/libavformat.a(id3v2.o): In function `free_apic':
  6217. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:444: undefined reference to `av_buffer_unref'
  6218. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:445: undefined reference to `av_freep'
  6219. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:446: undefined reference to `av_freep'
  6220. /usr/lib/libavformat.a(id3v2.o): In function `read_ttag':
  6221. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:311: undefined reference to `av_dict_set'
  6222. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:296: undefined reference to `av_freep'
  6223. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:297: undefined reference to `av_strdup'
  6224. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:308: undefined reference to `av_freep'
  6225. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:289: undefined reference to `av_log'
  6226. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:302: undefined reference to `av_log'
  6227. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:303: undefined reference to `av_freep'
  6228. /usr/lib/libavformat.a(id3v2.o): In function `id3v2_parse':
  6229. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:681: undefined reference to `av_log'
  6230. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:873: undefined reference to `av_log'
  6231. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:876: undefined reference to `av_free'
  6232. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:877: undefined reference to `av_free'
  6233. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:784: undefined reference to `av_log'
  6234. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:758: undefined reference to `av_log'
  6235. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:793: undefined reference to `av_fast_malloc'
  6236. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:823: undefined reference to `av_log'
  6237. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:825: undefined reference to `av_fast_malloc'
  6238. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:840: undefined reference to `uncompress'
  6239. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:842: undefined reference to `av_log'
  6240. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:827: undefined reference to `av_log'
  6241. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:795: undefined reference to `av_log'
  6242. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:834: undefined reference to `av_log'
  6243. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:858: undefined reference to `av_log'
  6244. /usr/lib/libavformat.a(id3v2.o):/root/src/ffmpeg-2.4.4/libavformat/id3v2.c:209: more undefined references to `av_log' follow
  6245. /usr/lib/libavformat.a(id3v2.o): In function `read_chapter':
  6246. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:580: undefined reference to `av_free'
  6247. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:541: undefined reference to `av_log'
  6248. /usr/lib/libavformat.a(id3v2.o): In function `read_priv':
  6249. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:597: undefined reference to `av_mallocz'
  6250. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:598: undefined reference to `av_mallocz'
  6251. /usr/lib/libavformat.a(id3v2.o): In function `free_priv':
  6252. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:586: undefined reference to `av_freep'
  6253. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:587: undefined reference to `av_freep'
  6254. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:588: undefined reference to `av_freep'
  6255. /usr/lib/libavformat.a(id3v2.o): In function `read_priv':
  6256. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:625: undefined reference to `av_freep'
  6257. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:606: undefined reference to `av_malloc'
  6258. /usr/lib/libavformat.a(id3v2.o): In function `read_apic':
  6259. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:524: undefined reference to `av_freep'
  6260. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:463: undefined reference to `av_mallocz'
  6261. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:464: undefined reference to `av_mallocz'
  6262. /usr/lib/libavformat.a(id3v2.o): In function `free_apic':
  6263. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:444: undefined reference to `av_buffer_unref'
  6264. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:445: undefined reference to `av_freep'
  6265. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:446: undefined reference to `av_freep'
  6266. /usr/lib/libavformat.a(id3v2.o): In function `read_apic':
  6267. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:479: undefined reference to `av_strncasecmp'
  6268. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:509: undefined reference to `av_buffer_alloc'
  6269. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:486: undefined reference to `av_log'
  6270. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:496: undefined reference to `av_log'
  6271. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:504: undefined reference to `av_log'
  6272. /usr/lib/libavformat.a(id3v2.o): In function `read_geobtag':
  6273. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:328: undefined reference to `av_mallocz'
  6274. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:335: undefined reference to `av_mallocz'
  6275. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:337: undefined reference to `av_log'
  6276. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:387: undefined reference to `av_log'
  6277. /usr/lib/libavformat.a(id3v2.o): In function `free_geobtag':
  6278. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:179: undefined reference to `av_free'
  6279. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:180: undefined reference to `av_free'
  6280. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:181: undefined reference to `av_free'
  6281. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:182: undefined reference to `av_free'
  6282. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:183: undefined reference to `av_free'
  6283. /usr/lib/libavformat.a(id3v2.o):/root/src/ffmpeg-2.4.4/libavformat/id3v2.c:389: more undefined references to `av_free' follow
  6284. /usr/lib/libavformat.a(id3v2.o): In function `read_geobtag':
  6285. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:330: undefined reference to `av_log'
  6286. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:364: undefined reference to `av_malloc'
  6287. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:370: undefined reference to `av_log'
  6288. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:366: undefined reference to `av_log'
  6289. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  6290. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  6291. /usr/lib/libavformat.a(id3v2.o): In function `merge_date':
  6292. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:417: undefined reference to `av_strlcpy'
  6293. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:418: undefined reference to `av_dict_set'
  6294. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:419: undefined reference to `av_dict_set'
  6295. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  6296. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  6297. /usr/lib/libavformat.a(id3v2.o): In function `merge_date':
  6298. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:425: undefined reference to `av_dict_set'
  6299. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:426: undefined reference to `av_dict_set'
  6300. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  6301. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  6302. /usr/lib/libavformat.a(id3v2.o): In function `merge_date':
  6303. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:433: undefined reference to `av_dict_set'
  6304. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:434: undefined reference to `av_dict_set'
  6305. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:438: undefined reference to `av_dict_set'
  6306. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  6307. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  6308. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  6309. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  6310. /usr/lib/libavformat.a(id3v2.o): In function `ff_id3v2_free_extra_meta':
  6311. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:946: undefined reference to `av_freep'
  6312. /usr/lib/libavformat.a(id3v2.o): In function `ff_id3v2_parse_apic':
  6313. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:971: undefined reference to `av_dict_set'
  6314. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:972: undefined reference to `av_dict_set'
  6315. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:974: undefined reference to `av_init_packet'
  6316. /usr/lib/libavformat.a(id3v2.o): In function `free_geobtag':
  6317. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:183: undefined reference to `av_free'
  6318. /usr/lib/libavformat.a(img2.o): In function `av_str2id':
  6319. /root/src/ffmpeg-2.4.4/libavformat/img2.c:93: undefined reference to `av_strcasecmp'
  6320. /usr/lib/libavformat.a(metadata.o): In function `ff_metadata_conv':
  6321. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:39: undefined reference to `av_dict_get'
  6322. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:43: undefined reference to `av_strcasecmp'
  6323. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:49: undefined reference to `av_strcasecmp'
  6324. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:53: undefined reference to `av_dict_set'
  6325. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:55: undefined reference to `av_dict_free'
  6326. /usr/lib/libavformat.a(network.o): In function `ff_tls_init':
  6327. /root/src/ffmpeg-2.4.4/libavformat/network.c:71: undefined reference to `avpriv_lock_avformat'
  6328. /usr/lib/libavformat.a(network.o): In function `ff_tls_deinit':
  6329. /root/src/ffmpeg-2.4.4/libavformat/network.c:103: undefined reference to `avpriv_lock_avformat'
  6330. /usr/lib/libavformat.a(network.o): In function `ff_network_init':
  6331. /root/src/ffmpeg-2.4.4/libavformat/network.c:133: undefined reference to `av_log'
  6332. /usr/lib/libavformat.a(network.o): In function `ff_network_wait_fd_timeout':
  6333. /root/src/ffmpeg-2.4.4/libavformat/network.c:166: undefined reference to `av_gettime_relative'
  6334. /root/src/ffmpeg-2.4.4/libavformat/network.c:167: undefined reference to `av_gettime_relative'
  6335. /usr/lib/libavformat.a(network.o): In function `ff_socket':
  6336. /root/src/ffmpeg-2.4.4/libavformat/network.c:250: undefined reference to `av_log'
  6337. /usr/lib/libavformat.a(network.o): In function `ff_listen_bind':
  6338. /root/src/ffmpeg-2.4.4/libavformat/network.c:264: undefined reference to `av_log'
  6339. /root/src/ffmpeg-2.4.4/libavformat/network.c:285: undefined reference to `av_log'
  6340. /usr/lib/libavformat.a(network.o): In function `ff_listen_connect':
  6341. /root/src/ffmpeg-2.4.4/libavformat/network.c:319: undefined reference to `av_strerror'
  6342. /root/src/ffmpeg-2.4.4/libavformat/network.c:321: undefined reference to `av_log'
  6343. /root/src/ffmpeg-2.4.4/libavformat/network.c:299: undefined reference to `av_log'
  6344. /root/src/ffmpeg-2.4.4/libavformat/network.c:325: undefined reference to `av_log'
  6345. /usr/lib/libavformat.a(network.o): In function `ff_http_match_no_proxy':
  6346. /root/src/ffmpeg-2.4.4/libavformat/network.c:367: undefined reference to `av_strdup'
  6347. /root/src/ffmpeg-2.4.4/libavformat/network.c:385: undefined reference to `av_free'
  6348. /usr/lib/libavformat.a(network.o): In function `ff_tls_init':
  6349. /root/src/ffmpeg-2.4.4/libavformat/network.c:98: undefined reference to `avpriv_unlock_avformat'
  6350. /usr/lib/libavformat.a(network.o): In function `ff_tls_deinit':
  6351. /root/src/ffmpeg-2.4.4/libavformat/network.c:121: undefined reference to `avpriv_unlock_avformat'
  6352. /usr/lib/libavformat.a(options.o): In function `avformat_alloc_context':
  6353. /root/src/ffmpeg-2.4.4/libavformat/options.c:110: undefined reference to `av_malloc'
  6354. /usr/lib/libavformat.a(options.o): In function `avformat_get_context_defaults':
  6355. /root/src/ffmpeg-2.4.4/libavformat/options.c:104: undefined reference to `av_opt_set_defaults'
  6356. /usr/lib/libavformat.a(options.o): In function `avformat_alloc_context':
  6357. /root/src/ffmpeg-2.4.4/libavformat/options.c:114: undefined reference to `av_mallocz'
  6358. /usr/lib/libavformat.a(id3v1.o): In function `get_string':
  6359. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  6360. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  6361. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  6362. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  6363. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  6364. /usr/lib/libavformat.a(id3v1.o):/root/src/ffmpeg-2.4.4/libavformat/id3v1.c:222: more undefined references to `av_dict_set' follow
  6365. /usr/lib/libavformat.a(id3v1.o): In function `parse_tag':
  6366. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:218: undefined reference to `av_dict_set_int'
  6367. collect2: error: ld returned 1 exit status
  6368. configure:9777: $? = 1
  6369. configure: failed program was:
  6370. | /* confdefs.h */
  6371. | #define PACKAGE_NAME "MiniDLNA"
  6372. | #define PACKAGE_TARNAME "minidlna"
  6373. | #define PACKAGE_VERSION "1.1.3"
  6374. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  6375. | #define PACKAGE_BUGREPORT ""
  6376. | #define PACKAGE_URL ""
  6377. | #define PACKAGE "minidlna"
  6378. | #define VERSION "1.1.3"
  6379. | #define STDC_HEADERS 1
  6380. | #define HAVE_SYS_TYPES_H 1
  6381. | #define HAVE_SYS_STAT_H 1
  6382. | #define HAVE_STDLIB_H 1
  6383. | #define HAVE_STRING_H 1
  6384. | #define HAVE_MEMORY_H 1
  6385. | #define HAVE_STRINGS_H 1
  6386. | #define HAVE_INTTYPES_H 1
  6387. | #define HAVE_STDINT_H 1
  6388. | #define HAVE_UNISTD_H 1
  6389. | #define __EXTENSIONS__ 1
  6390. | #define _ALL_SOURCE 1
  6391. | #define _GNU_SOURCE 1
  6392. | #define _POSIX_PTHREAD_SEMANTICS 1
  6393. | #define _TANDEM_SOURCE 1
  6394. | #define HAVE_ICONV 1
  6395. | #define ICONV_CONST
  6396. | #define ENABLE_NLS 1
  6397. | #define HAVE_GETTEXT 1
  6398. | #define HAVE_DCGETTEXT 1
  6399. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  6400. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  6401. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  6402. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  6403. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  6404. | #define ROOTDEV_MODELURL OS_URL
  6405. | #define HAVE_DIRENT_H 1
  6406. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  6407. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6408. | #define HAVE_ST_BLOCKS 1
  6409. | #define HAVE__BOOL 1
  6410. | #define HAVE_STDBOOL_H 1
  6411. | #define HAVE_FORK 1
  6412. | #define HAVE_VFORK 1
  6413. | #define HAVE_WORKING_VFORK 1
  6414. | #define HAVE_WORKING_FORK 1
  6415. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6416. | #define HAVE_GETHOSTNAME 1
  6417. | #define HAVE_GETIFADDRS 1
  6418. | #define HAVE_GETTIMEOFDAY 1
  6419. | #define HAVE_INET_NTOA 1
  6420. | #define HAVE_MEMMOVE 1
  6421. | #define HAVE_MEMSET 1
  6422. | #define HAVE_MKDIR 1
  6423. | #define HAVE_REALPATH 1
  6424. | #define HAVE_SELECT 1
  6425. | #define HAVE_SENDFILE 1
  6426. | #define HAVE_SETLOCALE 1
  6427. | #define HAVE_SOCKET 1
  6428. | #define HAVE_STRCASECMP 1
  6429. | #define HAVE_STRCHR 1
  6430. | #define HAVE_STRDUP 1
  6431. | #define HAVE_STRERROR 1
  6432. | #define HAVE_STRNCASECMP 1
  6433. | #define HAVE_STRPBRK 1
  6434. | #define HAVE_STRRCHR 1
  6435. | #define HAVE_STRSTR 1
  6436. | #define HAVE_STRTOL 1
  6437. | #define HAVE_STRTOUL 1
  6438. | #define HAVE_STRUCT_IP_MREQN /**/
  6439. | #define HAVE_SYSCALL_H 1
  6440. | #define HAVE_SYS_SYSCALL_H 1
  6441. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  6442. | #define HAVE_NETLINK 1
  6443. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  6444. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  6445. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  6446. | #define HAVE_JPEGLIB_H 1
  6447. | #define HAVE_SQLITE3_H 1
  6448. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  6449. | #define HAVE_ID3TAG_H 1
  6450. | #define HAVE_OGG_OGG_H 1
  6451. | #define HAVE_VORBIS_CODEC_H 1
  6452. | #define HAVE_FLAC_METADATA_H 1
  6453. | #define USE_DAEMON 1
  6454. | #define SCANDIR_CONST 1
  6455. | #define HAVE_LINUX_SENDFILE_API 1
  6456. | #define HAVE_SQLITE3_MALLOC 1
  6457. | #define HAVE_SQLITE3_PREPARE_V2 1
  6458. | /* end confdefs.h. */
  6459. |
  6460. | /* Override any GCC internal prototype to avoid an error.
  6461. | Use char because int might match the return type of a GCC
  6462. | builtin and then its argument prototype would still apply. */
  6463. | #ifdef __cplusplus
  6464. | extern "C"
  6465. | #endif
  6466. | char avformat_open_input ();
  6467. | int
  6468. | main ()
  6469. | {
  6470. | return avformat_open_input ();
  6471. | ;
  6472. | return 0;
  6473. | }
  6474. configure:9786: result: no
  6475. configure:9713: checking for av_open_input_file in -lavformat
  6476. configure:9738: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lavformat >&5
  6477. /tmp/ccc7OOoJ.o: In function `main':
  6478. /root/src/minidlna-1.1.4/conftest.c:101: undefined reference to `av_open_input_file'
  6479. collect2: error: ld returned 1 exit status
  6480. configure:9738: $? = 1
  6481. configure: failed program was:
  6482. | /* confdefs.h */
  6483. | #define PACKAGE_NAME "MiniDLNA"
  6484. | #define PACKAGE_TARNAME "minidlna"
  6485. | #define PACKAGE_VERSION "1.1.3"
  6486. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  6487. | #define PACKAGE_BUGREPORT ""
  6488. | #define PACKAGE_URL ""
  6489. | #define PACKAGE "minidlna"
  6490. | #define VERSION "1.1.3"
  6491. | #define STDC_HEADERS 1
  6492. | #define HAVE_SYS_TYPES_H 1
  6493. | #define HAVE_SYS_STAT_H 1
  6494. | #define HAVE_STDLIB_H 1
  6495. | #define HAVE_STRING_H 1
  6496. | #define HAVE_MEMORY_H 1
  6497. | #define HAVE_STRINGS_H 1
  6498. | #define HAVE_INTTYPES_H 1
  6499. | #define HAVE_STDINT_H 1
  6500. | #define HAVE_UNISTD_H 1
  6501. | #define __EXTENSIONS__ 1
  6502. | #define _ALL_SOURCE 1
  6503. | #define _GNU_SOURCE 1
  6504. | #define _POSIX_PTHREAD_SEMANTICS 1
  6505. | #define _TANDEM_SOURCE 1
  6506. | #define HAVE_ICONV 1
  6507. | #define ICONV_CONST
  6508. | #define ENABLE_NLS 1
  6509. | #define HAVE_GETTEXT 1
  6510. | #define HAVE_DCGETTEXT 1
  6511. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  6512. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  6513. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  6514. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  6515. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  6516. | #define ROOTDEV_MODELURL OS_URL
  6517. | #define HAVE_DIRENT_H 1
  6518. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  6519. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6520. | #define HAVE_ST_BLOCKS 1
  6521. | #define HAVE__BOOL 1
  6522. | #define HAVE_STDBOOL_H 1
  6523. | #define HAVE_FORK 1
  6524. | #define HAVE_VFORK 1
  6525. | #define HAVE_WORKING_VFORK 1
  6526. | #define HAVE_WORKING_FORK 1
  6527. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6528. | #define HAVE_GETHOSTNAME 1
  6529. | #define HAVE_GETIFADDRS 1
  6530. | #define HAVE_GETTIMEOFDAY 1
  6531. | #define HAVE_INET_NTOA 1
  6532. | #define HAVE_MEMMOVE 1
  6533. | #define HAVE_MEMSET 1
  6534. | #define HAVE_MKDIR 1
  6535. | #define HAVE_REALPATH 1
  6536. | #define HAVE_SELECT 1
  6537. | #define HAVE_SENDFILE 1
  6538. | #define HAVE_SETLOCALE 1
  6539. | #define HAVE_SOCKET 1
  6540. | #define HAVE_STRCASECMP 1
  6541. | #define HAVE_STRCHR 1
  6542. | #define HAVE_STRDUP 1
  6543. | #define HAVE_STRERROR 1
  6544. | #define HAVE_STRNCASECMP 1
  6545. | #define HAVE_STRPBRK 1
  6546. | #define HAVE_STRRCHR 1
  6547. | #define HAVE_STRSTR 1
  6548. | #define HAVE_STRTOL 1
  6549. | #define HAVE_STRTOUL 1
  6550. | #define HAVE_STRUCT_IP_MREQN /**/
  6551. | #define HAVE_SYSCALL_H 1
  6552. | #define HAVE_SYS_SYSCALL_H 1
  6553. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  6554. | #define HAVE_NETLINK 1
  6555. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  6556. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  6557. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  6558. | #define HAVE_JPEGLIB_H 1
  6559. | #define HAVE_SQLITE3_H 1
  6560. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  6561. | #define HAVE_ID3TAG_H 1
  6562. | #define HAVE_OGG_OGG_H 1
  6563. | #define HAVE_VORBIS_CODEC_H 1
  6564. | #define HAVE_FLAC_METADATA_H 1
  6565. | #define USE_DAEMON 1
  6566. | #define SCANDIR_CONST 1
  6567. | #define HAVE_LINUX_SENDFILE_API 1
  6568. | #define HAVE_SQLITE3_MALLOC 1
  6569. | #define HAVE_SQLITE3_PREPARE_V2 1
  6570. | /* end confdefs.h. */
  6571. |
  6572. | /* Override any GCC internal prototype to avoid an error.
  6573. | Use char because int might match the return type of a GCC
  6574. | builtin and then its argument prototype would still apply. */
  6575. | #ifdef __cplusplus
  6576. | extern "C"
  6577. | #endif
  6578. | char av_open_input_file ();
  6579. | int
  6580. | main ()
  6581. | {
  6582. | return av_open_input_file ();
  6583. | ;
  6584. | return 0;
  6585. | }
  6586. configure:9747: result: no
  6587. configure:9752: checking for avformat_open_input in -lavformat
  6588. configure:9777: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lavformat >&5
  6589. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  6590. /root/src/ffmpeg-2.4.4/libavformat/utils.c:500: undefined reference to `av_log'
  6591. /usr/lib/libavformat.a(utils.o): In function `set_codec_from_probe_data':
  6592. /root/src/ffmpeg-2.4.4/libavformat/utils.c:273: undefined reference to `av_log'
  6593. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  6594. /root/src/ffmpeg-2.4.4/libavformat/utils.c:532: undefined reference to `av_freep'
  6595. /root/src/ffmpeg-2.4.4/libavformat/utils.c:535: undefined reference to `av_log'
  6596. /root/src/ffmpeg-2.4.4/libavformat/utils.c:537: undefined reference to `av_log'
  6597. /root/src/ffmpeg-2.4.4/libavformat/utils.c:519: undefined reference to `av_log'
  6598. /usr/lib/libavformat.a(utils.o): In function `update_stream_timings':
  6599. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2188: undefined reference to `av_rescale_q'
  6600. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2198: undefined reference to `av_rescale_q'
  6601. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2210: undefined reference to `av_rescale_q'
  6602. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2218: undefined reference to `av_log'
  6603. /usr/lib/libavformat.a(utils.o): In function `append_packet_chunked':
  6604. /root/src/ffmpeg-2.4.4/libavformat/utils.c:203: undefined reference to `av_grow_packet'
  6605. /usr/lib/libavformat.a(utils.o): In function `ffio_limit':
  6606. /root/src/ffmpeg-2.4.4/libavformat/utils.c:174: undefined reference to `av_log'
  6607. /usr/lib/libavformat.a(utils.o): In function `append_packet_chunked':
  6608. /root/src/ffmpeg-2.4.4/libavformat/utils.c:203: undefined reference to `av_grow_packet'
  6609. /root/src/ffmpeg-2.4.4/libavformat/utils.c:209: undefined reference to `av_shrink_packet'
  6610. /root/src/ffmpeg-2.4.4/libavformat/utils.c:220: undefined reference to `av_free_packet'
  6611. /usr/lib/libavformat.a(utils.o): In function `has_decode_delay_been_guessed':
  6612. /root/src/ffmpeg-2.4.4/libavformat/utils.c:784: undefined reference to `avpriv_h264_has_num_reorder_frames'
  6613. /usr/lib/libavformat.a(utils.o): In function `try_decode_frame':
  6614. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2540: undefined reference to `av_frame_alloc'
  6615. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2547: undefined reference to `avcodec_is_open'
  6616. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2614: undefined reference to `av_frame_free'
  6617. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2591: undefined reference to `avcodec_decode_audio4'
  6618. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2587: undefined reference to `avcodec_decode_video2'
  6619. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2594: undefined reference to `avcodec_decode_subtitle2'
  6620. /usr/lib/libavformat.a(utils.o): In function `has_decode_delay_been_guessed':
  6621. /root/src/ffmpeg-2.4.4/libavformat/utils.c:784: undefined reference to `avpriv_h264_has_num_reorder_frames'
  6622. /usr/lib/libavformat.a(utils.o): In function `try_decode_frame':
  6623. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2562: undefined reference to `av_dict_set'
  6624. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2563: undefined reference to `avcodec_open2'
  6625. /usr/lib/libavformat.a(utils.o): In function `find_decoder':
  6626. /root/src/ffmpeg-2.4.4/libavformat/utils.c:150: undefined reference to `avcodec_find_decoder'
  6627. /usr/lib/libavformat.a(utils.o): In function `try_decode_frame':
  6628. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2562: undefined reference to `av_dict_set'
  6629. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2563: undefined reference to `avcodec_open2'
  6630. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2565: undefined reference to `av_dict_free'
  6631. /usr/lib/libavformat.a(utils.o): In function `ffio_limit':
  6632. /root/src/ffmpeg-2.4.4/libavformat/utils.c:174: undefined reference to `av_log'
  6633. /usr/lib/libavformat.a(utils.o): In function `av_get_packet':
  6634. /root/src/ffmpeg-2.4.4/libavformat/utils.c:226: undefined reference to `av_init_packet'
  6635. /root/src/ffmpeg-2.4.4/libavformat/utils.c:226: undefined reference to `av_init_packet'
  6636. /usr/lib/libavformat.a(utils.o): In function `avformat_queue_attached_pictures':
  6637. /root/src/ffmpeg-2.4.4/libavformat/utils.c:369: undefined reference to `av_buffer_ref'
  6638. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  6639. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  6640. /usr/lib/libavformat.a(utils.o): In function `avformat_queue_attached_pictures':
  6641. /root/src/ffmpeg-2.4.4/libavformat/utils.c:364: undefined reference to `av_log'
  6642. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  6643. /root/src/ffmpeg-2.4.4/libavformat/utils.c:633: undefined reference to `av_init_packet'
  6644. /root/src/ffmpeg-2.4.4/libavformat/utils.c:658: undefined reference to `av_log'
  6645. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  6646. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  6647. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  6648. /root/src/ffmpeg-2.4.4/libavformat/utils.c:500: undefined reference to `av_log'
  6649. /root/src/ffmpeg-2.4.4/libavformat/utils.c:504: undefined reference to `av_realloc'
  6650. /root/src/ffmpeg-2.4.4/libavformat/utils.c:532: undefined reference to `av_freep'
  6651. /root/src/ffmpeg-2.4.4/libavformat/utils.c:535: undefined reference to `av_log'
  6652. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  6653. /root/src/ffmpeg-2.4.4/libavformat/utils.c:626: undefined reference to `av_free'
  6654. /usr/lib/libavformat.a(utils.o): In function `update_wrap_reference':
  6655. /root/src/ffmpeg-2.4.4/libavformat/utils.c:559: undefined reference to `av_rescale'
  6656. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  6657. /root/src/ffmpeg-2.4.4/libavformat/utils.c:650: undefined reference to `av_log'
  6658. /root/src/ffmpeg-2.4.4/libavformat/utils.c:653: undefined reference to `av_free_packet'
  6659. /root/src/ffmpeg-2.4.4/libavformat/utils.c:681: undefined reference to `av_gettime'
  6660. /root/src/ffmpeg-2.4.4/libavformat/utils.c:681: undefined reference to `av_rescale_q'
  6661. /usr/lib/libavformat.a(utils.o): In function `set_codec_from_probe_data':
  6662. /root/src/ffmpeg-2.4.4/libavformat/utils.c:273: undefined reference to `av_log'
  6663. /usr/lib/libavformat.a(utils.o): In function `probe_codec':
  6664. /root/src/ffmpeg-2.4.4/libavformat/utils.c:537: undefined reference to `av_log'
  6665. /root/src/ffmpeg-2.4.4/libavformat/utils.c:506: undefined reference to `av_log'
  6666. /root/src/ffmpeg-2.4.4/libavformat/utils.c:519: undefined reference to `av_log'
  6667. /usr/lib/libavformat.a(utils.o): In function `ff_read_packet':
  6668. /root/src/ffmpeg-2.4.4/libavformat/utils.c:643: undefined reference to `av_log'
  6669. /usr/lib/libavformat.a(utils.o): In function `ff_compute_frame_duration':
  6670. /root/src/ffmpeg-2.4.4/libavformat/utils.c:750: undefined reference to `av_get_audio_frame_duration'
  6671. /usr/lib/libavformat.a(utils.o): In function `compute_pkt_fields':
  6672. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1023: undefined reference to `av_mul_q'
  6673. /usr/lib/libavformat.a(utils.o): In function `update_initial_durations':
  6674. /root/src/ffmpeg-2.4.4/libavformat/utils.c:923: undefined reference to `av_log'
  6675. /usr/lib/libavformat.a(utils.o): In function `is_intra_only':
  6676. /root/src/ffmpeg-2.4.4/libavformat/utils.c:767: undefined reference to `av_codec_get_codec_descriptor'
  6677. /usr/lib/libavformat.a(utils.o): In function `compute_pkt_fields':
  6678. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1017: undefined reference to `av_log'
  6679. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1042: undefined reference to `av_rescale'
  6680. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1095: undefined reference to `av_add_stable'
  6681. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1028: undefined reference to `av_rescale_rnd'
  6682. /root/src/ffmpeg-2.4.4/libavformat/utils.c:967: undefined reference to `av_log'
  6683. /usr/lib/libavformat.a(utils.o): In function `update_initial_durations':
  6684. /root/src/ffmpeg-2.4.4/libavformat/utils.c:918: undefined reference to `av_log'
  6685. /usr/lib/libavformat.a(utils.o): In function `is_intra_only':
  6686. /root/src/ffmpeg-2.4.4/libavformat/utils.c:769: undefined reference to `avcodec_descriptor_get'
  6687. /root/src/ffmpeg-2.4.4/libavformat/utils.c:770: undefined reference to `av_codec_set_codec_descriptor'
  6688. /usr/lib/libavformat.a(utils.o): In function `has_decode_delay_been_guessed':
  6689. /root/src/ffmpeg-2.4.4/libavformat/utils.c:784: undefined reference to `avpriv_h264_has_num_reorder_frames'
  6690. /usr/lib/libavformat.a(utils.o): In function `parse_packet':
  6691. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1159: undefined reference to `av_init_packet'
  6692. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1160: undefined reference to `av_parser_parse2'
  6693. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1222: undefined reference to `av_dup_packet'
  6694. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  6695. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  6696. /usr/lib/libavformat.a(utils.o): In function `parse_packet':
  6697. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1239: undefined reference to `av_free_packet'
  6698. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1187: undefined reference to `av_rescale_q_rnd'
  6699. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1234: undefined reference to `av_parser_close'
  6700. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1226: undefined reference to `av_free_packet'
  6701. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1148: undefined reference to `av_init_packet'
  6702. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  6703. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6704. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6705. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6706. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6707. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6708. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6709. /usr/lib/libavformat.a(utils.o): In function `ff_read_frame_flush':
  6710. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1560: undefined reference to `av_parser_close'
  6711. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  6712. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  6713. /usr/lib/libavformat.a(utils.o): In function `ff_add_index_entry':
  6714. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1629: undefined reference to `av_fast_realloc'
  6715. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1644: undefined reference to `av_log'
  6716. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1629: undefined reference to `av_fast_realloc'
  6717. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1644: undefined reference to `av_log'
  6718. /usr/lib/libavformat.a(utils.o): In function `read_frame_internal':
  6719. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1263: undefined reference to `av_init_packet'
  6720. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1369: undefined reference to `av_packet_get_side_data'
  6721. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1387: undefined reference to `av_opt_get_dict_val'
  6722. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1390: undefined reference to `av_dict_copy'
  6723. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1391: undefined reference to `av_dict_free'
  6724. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1392: undefined reference to `av_opt_set_dict_val'
  6725. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1342: undefined reference to `av_free_packet'
  6726. /usr/lib/libavformat.a(utils.o): In function `read_from_packet_buffer':
  6727. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1254: undefined reference to `av_freep'
  6728. /usr/lib/libavformat.a(utils.o): In function `read_frame_internal':
  6729. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1337: undefined reference to `av_free_packet'
  6730. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1298: undefined reference to `av_log'
  6731. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1290: undefined reference to `av_log'
  6732. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1306: undefined reference to `av_parser_init'
  6733. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1396: undefined reference to `av_log'
  6734. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1372: undefined reference to `av_packet_new_side_data'
  6735. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1356: undefined reference to `av_packet_new_side_data'
  6736. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1359: undefined reference to `av_log'
  6737. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1384: undefined reference to `av_packet_merge_side_data'
  6738. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1374: undefined reference to `av_log'
  6739. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1308: undefined reference to `avcodec_get_name'
  6740. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1308: undefined reference to `av_log'
  6741. /usr/lib/libavformat.a(utils.o): In function `av_read_frame':
  6742. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1437: undefined reference to `av_compare_mod'
  6743. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  6744. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  6745. /usr/lib/libavformat.a(utils.o): In function `av_read_frame':
  6746. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1479: undefined reference to `av_dup_packet'
  6747. /usr/lib/libavformat.a(utils.o): In function `read_from_packet_buffer':
  6748. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1254: undefined reference to `av_freep'
  6749. /usr/lib/libavformat.a(utils.o): In function `av_read_frame':
  6750. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1438: undefined reference to `av_compare_mod'
  6751. /usr/lib/libavformat.a(utils.o): In function `ff_find_last_ts':
  6752. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1815: undefined reference to `av_log'
  6753. /usr/lib/libavformat.a(utils.o): In function `ff_gen_search':
  6754. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1882: undefined reference to `av_rescale'
  6755. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1911: undefined reference to `av_log'
  6756. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  6757. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  6758. /usr/lib/libavformat.a(utils.o): In function `ff_seek_frame_binary':
  6759. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1765: undefined reference to `av_log'
  6760. /usr/lib/libavformat.a(utils.o): In function `avformat_seek_file':
  6761. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2108: undefined reference to `av_rescale_q'
  6762. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2109: undefined reference to `av_rescale_rnd'
  6763. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2112: undefined reference to `av_rescale_rnd'
  6764. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  6765. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  6766. /usr/lib/libavformat.a(utils.o): In function `seek_frame_internal':
  6767. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2043: undefined reference to `av_rescale'
  6768. /usr/lib/libavformat.a(utils.o): In function `ff_update_cur_dts':
  6769. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1589: undefined reference to `av_rescale'
  6770. /usr/lib/libavformat.a(utils.o): In function `seek_frame_generic':
  6771. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1996: undefined reference to `av_free_packet'
  6772. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2001: undefined reference to `av_log'
  6773. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1980: undefined reference to `av_log'
  6774. /usr/lib/libavformat.a(utils.o): In function `ff_codec_get_id':
  6775. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  6776. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  6777. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  6778. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2635: undefined reference to `avpriv_toupper4'
  6779. /usr/lib/libavformat.a(utils.o): In function `ff_alloc_extradata':
  6780. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  6781. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  6782. /usr/lib/libavformat.a(utils.o): In function `ff_get_extradata':
  6783. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2812: undefined reference to `av_freep'
  6784. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2814: undefined reference to `av_log'
  6785. /usr/lib/libavformat.a(utils.o): In function `ff_rfps_add_frame':
  6786. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2871: undefined reference to `av_gcd'
  6787. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2832: undefined reference to `av_mallocz'
  6788. /usr/lib/libavformat.a(utils.o): In function `ff_rfps_calculate':
  6789. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2925: undefined reference to `av_reduce'
  6790. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2933: undefined reference to `av_log'
  6791. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2937: undefined reference to `av_freep'
  6792. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2920: undefined reference to `av_log'
  6793. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2920: undefined reference to `av_log'
  6794. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2892: undefined reference to `av_reduce'
  6795. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6796. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2963: undefined reference to `av_opt_set'
  6797. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2973: undefined reference to `av_log'
  6798. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3007: undefined reference to `av_dict_set'
  6799. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3012: undefined reference to `avcodec_open2'
  6800. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3013: undefined reference to `av_log'
  6801. /usr/lib/libavformat.a(utils.o): In function `find_decoder':
  6802. /root/src/ffmpeg-2.4.4/libavformat/utils.c:150: undefined reference to `avcodec_find_decoder'
  6803. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6804. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2990: undefined reference to `av_parser_init'
  6805. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3020: undefined reference to `avcodec_open2'
  6806. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3021: undefined reference to `av_log'
  6807. /usr/lib/libavformat.a(utils.o): In function `add_to_pktbuf':
  6808. /root/src/ffmpeg-2.4.4/libavformat/utils.c:341: undefined reference to `av_mallocz'
  6809. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6810. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3125: undefined reference to `av_dup_packet'
  6811. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3176: undefined reference to `av_rescale_q'
  6812. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3178: undefined reference to `av_rescale_q'
  6813. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3178: undefined reference to `av_rescale_q'
  6814. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3184: undefined reference to `av_rescale_q'
  6815. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3041: undefined reference to `av_log'
  6816. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3251: undefined reference to `av_opt_set'
  6817. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3256: undefined reference to `avcodec_close'
  6818. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3281: undefined reference to `av_reduce'
  6819. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  6820. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6821. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6822. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6823. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3084: undefined reference to `av_log'
  6824. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3154: undefined reference to `av_log'
  6825. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3025: undefined reference to `av_dict_free'
  6826. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3184: undefined reference to `av_rescale_q'
  6827. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3187: undefined reference to `av_log'
  6828. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3230: undefined reference to `av_init_packet'
  6829. /usr/lib/libavformat.a(utils.o): In function `ff_alloc_extradata':
  6830. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  6831. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6832. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3298: undefined reference to `av_reduce'
  6833. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3348: undefined reference to `avcodec_string'
  6834. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3349: undefined reference to `av_log'
  6835. /usr/lib/libavformat.a(utils.o): In function `compute_chapters_end':
  6836. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2731: undefined reference to `av_rescale_q'
  6837. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2735: undefined reference to `av_rescale_q'
  6838. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6839. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3366: undefined reference to `av_freep'
  6840. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3367: undefined reference to `av_freep'
  6841. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3370: undefined reference to `av_log'
  6842. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3265: undefined reference to `avcodec_pix_fmt_to_codec_tag'
  6843. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3266: undefined reference to `avpriv_get_raw_pix_fmt_tags'
  6844. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3266: undefined reference to `avpriv_find_pix_fmt'
  6845. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3315: undefined reference to `av_get_bits_per_sample'
  6846. /usr/lib/libavformat.a(utils.o): In function `fill_all_stream_timings':
  6847. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2255: undefined reference to `av_rescale_q'
  6848. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2258: undefined reference to `av_rescale_q'
  6849. /usr/lib/libavformat.a(utils.o): In function `avformat_find_stream_info':
  6850. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3092: undefined reference to `av_log'
  6851. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3099: undefined reference to `av_log'
  6852. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3245: undefined reference to `av_log'
  6853. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2998: undefined reference to `avcodec_get_name'
  6854. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2998: undefined reference to `av_log'
  6855. /usr/lib/libavformat.a(utils.o): In function `estimate_timings_from_bit_rate':
  6856. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2296: undefined reference to `av_rescale'
  6857. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2306: undefined reference to `av_log'
  6858. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  6859. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6860. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6861. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6862. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6863. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6864. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6865. /usr/lib/libavformat.a(utils.o): In function `estimate_timings_from_pts':
  6866. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2336: undefined reference to `av_parser_close'
  6867. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2332: undefined reference to `av_log'
  6868. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2341: undefined reference to `av_opt_set'
  6869. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2389: undefined reference to `av_free_packet'
  6870. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2370: undefined reference to `av_rescale_rnd'
  6871. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2409: undefined reference to `av_opt_set'
  6872. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2421: undefined reference to `av_log'
  6873. /usr/lib/libavformat.a(utils.o): In function `fill_all_stream_timings':
  6874. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2255: undefined reference to `av_rescale_q'
  6875. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2258: undefined reference to `av_rescale_q'
  6876. /usr/lib/libavformat.a(utils.o): In function `find_decoder':
  6877. /root/src/ffmpeg-2.4.4/libavformat/utils.c:150: undefined reference to `avcodec_find_decoder'
  6878. /usr/lib/libavformat.a(utils.o): In function `ff_free_stream':
  6879. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3482: undefined reference to `av_freep'
  6880. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3483: undefined reference to `av_freep'
  6881. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3487: undefined reference to `av_parser_close'
  6882. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3490: undefined reference to `av_free_packet'
  6883. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3491: undefined reference to `av_dict_free'
  6884. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3492: undefined reference to `av_freep'
  6885. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3493: undefined reference to `av_freep'
  6886. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3494: undefined reference to `av_freep'
  6887. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3495: undefined reference to `av_freep'
  6888. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3496: undefined reference to `av_freep'
  6889. /usr/lib/libavformat.a(utils.o):/root/src/ffmpeg-2.4.4/libavformat/utils.c:3497: more undefined references to `av_freep' follow
  6890. /usr/lib/libavformat.a(utils.o): In function `ff_free_stream':
  6891. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3478: undefined reference to `av_log'
  6892. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3479: undefined reference to `av_log'
  6893. /usr/lib/libavformat.a(utils.o): In function `avformat_free_context':
  6894. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3511: undefined reference to `av_opt_free'
  6895. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3513: undefined reference to `av_opt_free'
  6896. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3515: undefined reference to `av_opt_free'
  6897. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3521: undefined reference to `av_dict_free'
  6898. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3522: undefined reference to `av_freep'
  6899. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3523: undefined reference to `av_freep'
  6900. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3525: undefined reference to `av_freep'
  6901. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3528: undefined reference to `av_dict_free'
  6902. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3529: undefined reference to `av_freep'
  6903. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3531: undefined reference to `av_freep'
  6904. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3532: undefined reference to `av_dict_free'
  6905. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3533: undefined reference to `av_freep'
  6906. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3534: undefined reference to `av_freep'
  6907. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  6908. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6909. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6910. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6911. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6912. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6913. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6914. /usr/lib/libavformat.a(utils.o): In function `avformat_free_context':
  6915. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3536: undefined reference to `av_free'
  6916. /usr/lib/libavformat.a(utils.o): In function `free_packet_buffer':
  6917. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6918. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6919. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6920. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6921. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1128: undefined reference to `av_free_packet'
  6922. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1129: undefined reference to `av_freep'
  6923. /usr/lib/libavformat.a(utils.o): In function `av_new_program':
  6924. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3659: undefined reference to `av_mallocz'
  6925. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3662: undefined reference to `av_dynarray_add'
  6926. /usr/lib/libavformat.a(utils.o): In function `avpriv_new_chapter':
  6927. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3696: undefined reference to `av_dict_set'
  6928. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3691: undefined reference to `av_mallocz'
  6929. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3694: undefined reference to `av_dynarray_add'
  6930. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3682: undefined reference to `av_log'
  6931. /usr/lib/libavformat.a(utils.o): In function `ff_program_add_stream_index':
  6932. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3724: undefined reference to `av_realloc_array'
  6933. /usr/lib/libavformat.a(utils.o): In function `ff_ntp_time':
  6934. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3735: undefined reference to `av_gettime'
  6935. /usr/lib/libavformat.a(utils.o): In function `av_get_frame_filename':
  6936. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3757: undefined reference to `av_isdigit'
  6937. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3754: undefined reference to `av_isdigit'
  6938. /usr/lib/libavformat.a(utils.o): In function `avformat_open_input':
  6939. /root/src/ffmpeg-2.4.4/libavformat/utils.c:397: undefined reference to `av_dict_copy'
  6940. /root/src/ffmpeg-2.4.4/libavformat/utils.c:399: undefined reference to `av_opt_set_dict'
  6941. /root/src/ffmpeg-2.4.4/libavformat/utils.c:416: undefined reference to `av_strlcpy'
  6942. /root/src/ffmpeg-2.4.4/libavformat/utils.c:420: undefined reference to `av_mallocz'
  6943. /root/src/ffmpeg-2.4.4/libavformat/utils.c:426: undefined reference to `av_opt_set_defaults'
  6944. /root/src/ffmpeg-2.4.4/libavformat/utils.c:427: undefined reference to `av_opt_set_dict'
  6945. /root/src/ffmpeg-2.4.4/libavformat/utils.c:446: undefined reference to `av_log'
  6946. /root/src/ffmpeg-2.4.4/libavformat/utils.c:459: undefined reference to `av_dict_free'
  6947. /root/src/ffmpeg-2.4.4/libavformat/utils.c:467: undefined reference to `av_dict_free'
  6948. /usr/lib/libavformat.a(utils.o): In function `init_input':
  6949. /root/src/ffmpeg-2.4.4/libavformat/utils.c:320: undefined reference to `av_log'
  6950. /usr/lib/libavformat.a(utils.o): In function `avformat_open_input':
  6951. /root/src/ffmpeg-2.4.4/libavformat/utils.c:390: undefined reference to `av_log'
  6952. /usr/lib/libavformat.a(utils.o): In function `av_url_split':
  6953. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3811: undefined reference to `av_strlcpy'
  6954. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3831: undefined reference to `av_strlcpy'
  6955. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3840: undefined reference to `av_strlcpy'
  6956. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3852: undefined reference to `av_strlcpy'
  6957. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3847: undefined reference to `av_strlcpy'
  6958. /usr/lib/libavformat.a(utils.o): In function `avpriv_set_pts_info':
  6959. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3923: undefined reference to `av_reduce'
  6960. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3925: undefined reference to `av_log'
  6961. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3940: undefined reference to `av_codec_set_pkt_timebase'
  6962. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3933: undefined reference to `av_log'
  6963. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3929: undefined reference to `av_log'
  6964. /usr/lib/libavformat.a(utils.o): In function `avformat_new_stream':
  6965. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3592: undefined reference to `av_realloc_array'
  6966. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3597: undefined reference to `av_mallocz'
  6967. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3600: undefined reference to `av_mallocz'
  6968. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3606: undefined reference to `avcodec_alloc_context3'
  6969. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3601: undefined reference to `av_free'
  6970. /usr/lib/libavformat.a(utils.o): In function `ff_parse_key_value':
  6971. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3956: undefined reference to `av_isspace'
  6972. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3989: undefined reference to `av_isspace'
  6973. /usr/lib/libavformat.a(utils.o): In function `ff_iso8601_to_unix_time':
  6974. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4011: undefined reference to `av_small_strptime'
  6975. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4012: undefined reference to `av_small_strptime'
  6976. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4016: undefined reference to `av_timegm'
  6977. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4014: undefined reference to `av_timegm'
  6978. /usr/lib/libavformat.a(utils.o): In function `ff_add_param_change':
  6979. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4081: undefined reference to `av_packet_new_side_data'
  6980. /usr/lib/libavformat.a(utils.o): In function `av_guess_sample_aspect_ratio':
  6981. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4105: undefined reference to `av_reduce'
  6982. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4110: undefined reference to `av_reduce'
  6983. /usr/lib/libavformat.a(utils.o): In function `av_guess_frame_rate':
  6984. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4136: undefined reference to `av_div_q'
  6985. /usr/lib/libavformat.a(utils.o): In function `avformat_match_stream_specifier':
  6986. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4158: undefined reference to `av_log'
  6987. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4225: undefined reference to `av_log'
  6988. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4207: undefined reference to `av_strndup'
  6989. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4211: undefined reference to `av_dict_get'
  6990. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4220: undefined reference to `av_freep'
  6991. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4207: undefined reference to `av_strdup'
  6992. /usr/lib/libavformat.a(utils.o): In function `ff_generate_avci_extradata':
  6993. /root/src/ffmpeg-2.4.4/libavformat/utils.c:4319: undefined reference to `av_freep'
  6994. /usr/lib/libavformat.a(utils.o): In function `ff_alloc_extradata':
  6995. /root/src/ffmpeg-2.4.4/libavformat/utils.c:2793: undefined reference to `av_malloc'
  6996. /usr/lib/libavformat.a(utils.o): In function `ff_free_stream':
  6997. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3501: undefined reference to `av_freep'
  6998. /usr/lib/libavformat.a(utils.o): In function `ff_program_add_stream_index':
  6999. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3712: undefined reference to `av_log'
  7000. /usr/lib/libavformat.a(utils.o): In function `av_url_split':
  7001. /root/src/ffmpeg-2.4.4/libavformat/utils.c:3857: undefined reference to `av_strlcpy'
  7002. /usr/lib/libavformat.a(utils.o): In function `read_from_packet_buffer':
  7003. /root/src/ffmpeg-2.4.4/libavformat/utils.c:1248: undefined reference to `av_log'
  7004. /usr/lib/libavformat.a(avio.o): In function `url_find_protocol':
  7005. /root/src/ffmpeg-2.4.4/libavformat/avio.c:234: undefined reference to `av_strlcpy'
  7006. /root/src/ffmpeg-2.4.4/libavformat/avio.c:229: undefined reference to `av_strlcpy'
  7007. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7008. /root/src/ffmpeg-2.4.4/libavformat/avio.c:129: undefined reference to `av_mallocz'
  7009. /root/src/ffmpeg-2.4.4/libavformat/avio.c:125: undefined reference to `av_log'
  7010. /root/src/ffmpeg-2.4.4/libavformat/avio.c:186: undefined reference to `av_freep'
  7011. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  7012. /root/src/ffmpeg-2.4.4/libavformat/avio.c:264: undefined reference to `av_strstart'
  7013. /root/src/ffmpeg-2.4.4/libavformat/avio.c:265: undefined reference to `av_log'
  7014. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7015. /root/src/ffmpeg-2.4.4/libavformat/avio.c:142: undefined reference to `av_mallocz'
  7016. /root/src/ffmpeg-2.4.4/libavformat/avio.c:151: undefined reference to `av_opt_set_defaults'
  7017. /root/src/ffmpeg-2.4.4/libavformat/avio.c:160: undefined reference to `av_opt_set'
  7018. /root/src/ffmpeg-2.4.4/libavformat/avio.c:162: undefined reference to `av_log'
  7019. /root/src/ffmpeg-2.4.4/libavformat/avio.c:167: undefined reference to `av_log'
  7020. /root/src/ffmpeg-2.4.4/libavformat/avio.c:168: undefined reference to `av_freep'
  7021. /root/src/ffmpeg-2.4.4/libavformat/avio.c:169: undefined reference to `av_freep'
  7022. /root/src/ffmpeg-2.4.4/libavformat/avio.c:185: undefined reference to `av_freep'
  7023. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  7024. /root/src/ffmpeg-2.4.4/libavformat/avio.c:255: undefined reference to `av_log'
  7025. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7026. /root/src/ffmpeg-2.4.4/libavformat/avio.c:129: undefined reference to `av_mallocz'
  7027. /usr/lib/libavformat.a(avio.o): In function `ffurl_open':
  7028. /root/src/ffmpeg-2.4.4/libavformat/avio.c:275: undefined reference to `av_opt_set_dict'
  7029. /root/src/ffmpeg-2.4.4/libavformat/avio.c:278: undefined reference to `av_opt_set_dict'
  7030. /usr/lib/libavformat.a(avio.o): In function `ffurl_closep':
  7031. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  7032. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  7033. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  7034. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  7035. /root/src/ffmpeg-2.4.4/libavformat/avio.c:120: undefined reference to `av_log'
  7036. /root/src/ffmpeg-2.4.4/libavformat/avio.c:186: undefined reference to `av_freep'
  7037. /root/src/ffmpeg-2.4.4/libavformat/avio.c:264: undefined reference to `av_strstart'
  7038. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7039. /root/src/ffmpeg-2.4.4/libavformat/avio.c:142: undefined reference to `av_mallocz'
  7040. /root/src/ffmpeg-2.4.4/libavformat/avio.c:151: undefined reference to `av_opt_set_defaults'
  7041. /root/src/ffmpeg-2.4.4/libavformat/avio.c:160: undefined reference to `av_opt_set'
  7042. /root/src/ffmpeg-2.4.4/libavformat/avio.c:162: undefined reference to `av_log'
  7043. /root/src/ffmpeg-2.4.4/libavformat/avio.c:167: undefined reference to `av_log'
  7044. /root/src/ffmpeg-2.4.4/libavformat/avio.c:168: undefined reference to `av_freep'
  7045. /root/src/ffmpeg-2.4.4/libavformat/avio.c:169: undefined reference to `av_freep'
  7046. /root/src/ffmpeg-2.4.4/libavformat/avio.c:185: undefined reference to `av_freep'
  7047. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  7048. /root/src/ffmpeg-2.4.4/libavformat/avio.c:265: undefined reference to `av_log'
  7049. /root/src/ffmpeg-2.4.4/libavformat/avio.c:255: undefined reference to `av_log'
  7050. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7051. /root/src/ffmpeg-2.4.4/libavformat/avio.c:125: undefined reference to `av_log'
  7052. /usr/lib/libavformat.a(avio.o): In function `retry_transfer_wrapper':
  7053. /root/src/ffmpeg-2.4.4/libavformat/avio.c:315: undefined reference to `av_gettime_relative'
  7054. /root/src/ffmpeg-2.4.4/libavformat/avio.c:319: undefined reference to `av_usleep'
  7055. /root/src/ffmpeg-2.4.4/libavformat/avio.c:316: undefined reference to `av_gettime_relative'
  7056. /root/src/ffmpeg-2.4.4/libavformat/avio.c:315: undefined reference to `av_gettime_relative'
  7057. /root/src/ffmpeg-2.4.4/libavformat/avio.c:319: undefined reference to `av_usleep'
  7058. /root/src/ffmpeg-2.4.4/libavformat/avio.c:316: undefined reference to `av_gettime_relative'
  7059. /root/src/ffmpeg-2.4.4/libavformat/avio.c:315: undefined reference to `av_gettime_relative'
  7060. /root/src/ffmpeg-2.4.4/libavformat/avio.c:319: undefined reference to `av_usleep'
  7061. /root/src/ffmpeg-2.4.4/libavformat/avio.c:316: undefined reference to `av_gettime_relative'
  7062. /usr/lib/libavformat.a(avio.o): In function `ffurl_closep':
  7063. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  7064. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  7065. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  7066. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  7067. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  7068. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  7069. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7070. /root/src/ffmpeg-2.4.4/libavformat/avio.c:129: undefined reference to `av_mallocz'
  7071. /usr/lib/libavformat.a(avio.o): In function `ffurl_closep':
  7072. /root/src/ffmpeg-2.4.4/libavformat/avio.c:380: undefined reference to `av_opt_free'
  7073. /root/src/ffmpeg-2.4.4/libavformat/avio.c:381: undefined reference to `av_freep'
  7074. /root/src/ffmpeg-2.4.4/libavformat/avio.c:383: undefined reference to `av_freep'
  7075. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7076. /root/src/ffmpeg-2.4.4/libavformat/avio.c:120: undefined reference to `av_log'
  7077. /root/src/ffmpeg-2.4.4/libavformat/avio.c:186: undefined reference to `av_freep'
  7078. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  7079. /root/src/ffmpeg-2.4.4/libavformat/avio.c:264: undefined reference to `av_strstart'
  7080. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7081. /root/src/ffmpeg-2.4.4/libavformat/avio.c:142: undefined reference to `av_mallocz'
  7082. /root/src/ffmpeg-2.4.4/libavformat/avio.c:151: undefined reference to `av_opt_set_defaults'
  7083. /root/src/ffmpeg-2.4.4/libavformat/avio.c:160: undefined reference to `av_opt_set'
  7084. /root/src/ffmpeg-2.4.4/libavformat/avio.c:162: undefined reference to `av_log'
  7085. /root/src/ffmpeg-2.4.4/libavformat/avio.c:167: undefined reference to `av_log'
  7086. /root/src/ffmpeg-2.4.4/libavformat/avio.c:168: undefined reference to `av_freep'
  7087. /root/src/ffmpeg-2.4.4/libavformat/avio.c:169: undefined reference to `av_freep'
  7088. /root/src/ffmpeg-2.4.4/libavformat/avio.c:185: undefined reference to `av_freep'
  7089. /usr/lib/libavformat.a(avio.o): In function `ffurl_alloc':
  7090. /root/src/ffmpeg-2.4.4/libavformat/avio.c:265: undefined reference to `av_log'
  7091. /root/src/ffmpeg-2.4.4/libavformat/avio.c:255: undefined reference to `av_log'
  7092. /usr/lib/libavformat.a(avio.o): In function `url_alloc_for_protocol':
  7093. /root/src/ffmpeg-2.4.4/libavformat/avio.c:125: undefined reference to `av_log'
  7094. /usr/lib/libavformat.a(avio.o): In function `ffurl_get_multi_file_handle':
  7095. /root/src/ffmpeg-2.4.4/libavformat/avio.c:446: undefined reference to `av_malloc'
  7096. /usr/lib/libavformat.a(aviobuf.o): In function `dyn_buf_write':
  7097. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1010: undefined reference to `av_reallocp'
  7098. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1010: undefined reference to `av_reallocp'
  7099. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1010: undefined reference to `av_reallocp'
  7100. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7101. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7102. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7103. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7104. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7105. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7106. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7107. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7108. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7109. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7110. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7111. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7112. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7113. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7114. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7115. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7116. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7117. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7118. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7119. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7120. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7121. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7122. /usr/lib/libavformat.a(aviobuf.o): In function `avio_put_str16le':
  7123. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:354: undefined reference to `av_log'
  7124. /usr/lib/libavformat.a(aviobuf.o): In function `ff_crc04C11DB7_update':
  7125. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:477: undefined reference to `av_crc_get_table'
  7126. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:477: undefined reference to `av_crc'
  7127. /usr/lib/libavformat.a(aviobuf.o): In function `ff_crcA001_update':
  7128. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:483: undefined reference to `av_crc_get_table'
  7129. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:483: undefined reference to `av_crc'
  7130. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7131. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7132. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7133. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7134. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7135. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7136. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7137. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7138. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7139. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7140. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7141. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7142. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7143. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7144. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7145. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7146. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7147. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7148. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7149. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7150. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7151. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7152. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7153. /usr/lib/libavformat.a(aviobuf.o): In function `avio_r8':
  7154. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7155. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7156. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7157. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7158. /usr/lib/libavformat.a(aviobuf.o): In function `avio_r8':
  7159. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7160. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7161. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7162. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7163. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7164. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7165. /usr/lib/libavformat.a(aviobuf.o): In function `avio_r8':
  7166. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7167. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7168. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7169. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7170. /usr/lib/libavformat.a(aviobuf.o): In function `fill_buffer':
  7171. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7172. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  7173. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:756: undefined reference to `av_malloc'
  7174. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7175. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7176. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  7177. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:763: undefined reference to `av_free'
  7178. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_ensure_seekback':
  7179. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:790: undefined reference to `av_malloc'
  7180. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:795: undefined reference to `av_free'
  7181. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:788: undefined reference to `av_log'
  7182. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7183. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7184. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7185. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_rewind_with_probe_data':
  7186. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:866: undefined reference to `av_free'
  7187. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:858: undefined reference to `av_realloc_f'
  7188. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:841: undefined reference to `av_freep'
  7189. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  7190. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:756: undefined reference to `av_malloc'
  7191. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7192. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7193. /usr/lib/libavformat.a(aviobuf.o): In function `avio_open2':
  7194. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:763: undefined reference to `av_free'
  7195. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  7196. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:756: undefined reference to `av_malloc'
  7197. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7198. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7199. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_fdopen':
  7200. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:763: undefined reference to `av_free'
  7201. /usr/lib/libavformat.a(aviobuf.o): In function `avio_close':
  7202. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:908: undefined reference to `av_freep'
  7203. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:912: undefined reference to `av_log'
  7204. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:913: undefined reference to `av_free'
  7205. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:910: undefined reference to `av_log'
  7206. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:908: undefined reference to `av_freep'
  7207. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:912: undefined reference to `av_log'
  7208. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:913: undefined reference to `av_free'
  7209. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:910: undefined reference to `av_log'
  7210. /usr/lib/libavformat.a(aviobuf.o): In function `avio_read_to_bprint':
  7211. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:974: undefined reference to `av_bprint_append_data'
  7212. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_set_buf_size':
  7213. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:806: undefined reference to `av_malloc'
  7214. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:810: undefined reference to `av_free'
  7215. /usr/lib/libavformat.a(aviobuf.o): In function `avio_read':
  7216. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:452: undefined reference to `av_log'
  7217. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  7218. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1060: undefined reference to `av_mallocz'
  7219. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7220. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7221. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  7222. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1068: undefined reference to `av_free'
  7223. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1060: undefined reference to `av_mallocz'
  7224. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7225. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7226. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  7227. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1068: undefined reference to `av_free'
  7228. /usr/lib/libavformat.a(aviobuf.o): In function `avio_close_dyn_buf':
  7229. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1110: undefined reference to `av_free'
  7230. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1111: undefined reference to `av_free'
  7231. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  7232. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1060: undefined reference to `av_mallocz'
  7233. /usr/lib/libavformat.a(aviobuf.o): In function `avio_alloc_context':
  7234. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:120: undefined reference to `av_mallocz'
  7235. /usr/lib/libavformat.a(aviobuf.o): In function `url_open_dyn_buf_internal':
  7236. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1068: undefined reference to `av_free'
  7237. /usr/lib/libavformat.a(aviobuf.o): In function `ffio_close_null_buf':
  7238. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1143: undefined reference to `av_free'
  7239. /root/src/ffmpeg-2.4.4/libavformat/aviobuf.c:1144: undefined reference to `av_free'
  7240. /usr/lib/libavformat.a(aviobuf.o):(.rodata+0x28): undefined reference to `av_default_item_name'
  7241. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  7242. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  7243. /usr/lib/libavformat.a(format.o): In function `av_guess_format':
  7244. /root/src/ffmpeg-2.4.4/libavformat/format.c:127: undefined reference to `av_match_name'
  7245. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  7246. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  7247. /usr/lib/libavformat.a(format.o): In function `av_guess_codec':
  7248. /root/src/ffmpeg-2.4.4/libavformat/format.c:147: undefined reference to `av_match_name'
  7249. /root/src/ffmpeg-2.4.4/libavformat/format.c:147: undefined reference to `av_match_name'
  7250. /usr/lib/libavformat.a(format.o): In function `av_find_input_format':
  7251. /root/src/ffmpeg-2.4.4/libavformat/format.c:176: undefined reference to `av_match_name'
  7252. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  7253. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  7254. /usr/lib/libavformat.a(format.o): In function `av_probe_input_format3':
  7255. /root/src/ffmpeg-2.4.4/libavformat/format.c:219: undefined reference to `av_match_name'
  7256. /usr/lib/libavformat.a(format.o): In function `av_match_ext':
  7257. /root/src/ffmpeg-2.4.4/libavformat/format.c:98: undefined reference to `av_strcasecmp'
  7258. /usr/lib/libavformat.a(format.o): In function `av_probe_input_buffer2':
  7259. /root/src/ffmpeg-2.4.4/libavformat/format.c:273: undefined reference to `av_opt_get'
  7260. /root/src/ffmpeg-2.4.4/libavformat/format.c:289: undefined reference to `av_reallocp'
  7261. /root/src/ffmpeg-2.4.4/libavformat/format.c:313: undefined reference to `av_log'
  7262. /root/src/ffmpeg-2.4.4/libavformat/format.c:317: undefined reference to `av_log'
  7263. /root/src/ffmpeg-2.4.4/libavformat/format.c:337: undefined reference to `av_free'
  7264. /root/src/ffmpeg-2.4.4/libavformat/format.c:337: undefined reference to `av_free'
  7265. /root/src/ffmpeg-2.4.4/libavformat/format.c:264: undefined reference to `av_log'
  7266. /usr/lib/libavformat.a(id3v2.o): In function `free_geobtag':
  7267. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:179: undefined reference to `av_free'
  7268. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:180: undefined reference to `av_free'
  7269. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:181: undefined reference to `av_free'
  7270. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:182: undefined reference to `av_free'
  7271. /usr/lib/libavformat.a(id3v2.o): In function `free_priv':
  7272. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:586: undefined reference to `av_freep'
  7273. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:587: undefined reference to `av_freep'
  7274. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:588: undefined reference to `av_freep'
  7275. /usr/lib/libavformat.a(id3v2.o): In function `decode_str':
  7276. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:260: undefined reference to `av_log'
  7277. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:209: undefined reference to `av_log'
  7278. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:235: undefined reference to `av_log'
  7279. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:237: undefined reference to `av_freep'
  7280. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:224: undefined reference to `av_log'
  7281. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:226: undefined reference to `av_freep'
  7282. /usr/lib/libavformat.a(id3v2.o): In function `free_apic':
  7283. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:444: undefined reference to `av_buffer_unref'
  7284. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:445: undefined reference to `av_freep'
  7285. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:446: undefined reference to `av_freep'
  7286. /usr/lib/libavformat.a(id3v2.o): In function `read_ttag':
  7287. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:311: undefined reference to `av_dict_set'
  7288. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:296: undefined reference to `av_freep'
  7289. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:297: undefined reference to `av_strdup'
  7290. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:308: undefined reference to `av_freep'
  7291. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:289: undefined reference to `av_log'
  7292. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:302: undefined reference to `av_log'
  7293. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:303: undefined reference to `av_freep'
  7294. /usr/lib/libavformat.a(id3v2.o): In function `id3v2_parse':
  7295. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:681: undefined reference to `av_log'
  7296. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:873: undefined reference to `av_log'
  7297. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:876: undefined reference to `av_free'
  7298. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:877: undefined reference to `av_free'
  7299. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:784: undefined reference to `av_log'
  7300. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:758: undefined reference to `av_log'
  7301. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:793: undefined reference to `av_fast_malloc'
  7302. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:823: undefined reference to `av_log'
  7303. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:825: undefined reference to `av_fast_malloc'
  7304. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:840: undefined reference to `uncompress'
  7305. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:842: undefined reference to `av_log'
  7306. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:827: undefined reference to `av_log'
  7307. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:795: undefined reference to `av_log'
  7308. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:834: undefined reference to `av_log'
  7309. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:858: undefined reference to `av_log'
  7310. /usr/lib/libavformat.a(id3v2.o):/root/src/ffmpeg-2.4.4/libavformat/id3v2.c:209: more undefined references to `av_log' follow
  7311. /usr/lib/libavformat.a(id3v2.o): In function `read_chapter':
  7312. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:580: undefined reference to `av_free'
  7313. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:541: undefined reference to `av_log'
  7314. /usr/lib/libavformat.a(id3v2.o): In function `read_priv':
  7315. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:597: undefined reference to `av_mallocz'
  7316. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:598: undefined reference to `av_mallocz'
  7317. /usr/lib/libavformat.a(id3v2.o): In function `free_priv':
  7318. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:586: undefined reference to `av_freep'
  7319. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:587: undefined reference to `av_freep'
  7320. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:588: undefined reference to `av_freep'
  7321. /usr/lib/libavformat.a(id3v2.o): In function `read_priv':
  7322. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:625: undefined reference to `av_freep'
  7323. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:606: undefined reference to `av_malloc'
  7324. /usr/lib/libavformat.a(id3v2.o): In function `read_apic':
  7325. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:524: undefined reference to `av_freep'
  7326. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:463: undefined reference to `av_mallocz'
  7327. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:464: undefined reference to `av_mallocz'
  7328. /usr/lib/libavformat.a(id3v2.o): In function `free_apic':
  7329. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:444: undefined reference to `av_buffer_unref'
  7330. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:445: undefined reference to `av_freep'
  7331. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:446: undefined reference to `av_freep'
  7332. /usr/lib/libavformat.a(id3v2.o): In function `read_apic':
  7333. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:479: undefined reference to `av_strncasecmp'
  7334. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:509: undefined reference to `av_buffer_alloc'
  7335. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:486: undefined reference to `av_log'
  7336. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:496: undefined reference to `av_log'
  7337. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:504: undefined reference to `av_log'
  7338. /usr/lib/libavformat.a(id3v2.o): In function `read_geobtag':
  7339. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:328: undefined reference to `av_mallocz'
  7340. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:335: undefined reference to `av_mallocz'
  7341. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:337: undefined reference to `av_log'
  7342. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:387: undefined reference to `av_log'
  7343. /usr/lib/libavformat.a(id3v2.o): In function `free_geobtag':
  7344. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:179: undefined reference to `av_free'
  7345. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:180: undefined reference to `av_free'
  7346. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:181: undefined reference to `av_free'
  7347. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:182: undefined reference to `av_free'
  7348. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:183: undefined reference to `av_free'
  7349. /usr/lib/libavformat.a(id3v2.o):/root/src/ffmpeg-2.4.4/libavformat/id3v2.c:389: more undefined references to `av_free' follow
  7350. /usr/lib/libavformat.a(id3v2.o): In function `read_geobtag':
  7351. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:330: undefined reference to `av_log'
  7352. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:364: undefined reference to `av_malloc'
  7353. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:370: undefined reference to `av_log'
  7354. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:366: undefined reference to `av_log'
  7355. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  7356. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  7357. /usr/lib/libavformat.a(id3v2.o): In function `merge_date':
  7358. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:417: undefined reference to `av_strlcpy'
  7359. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:418: undefined reference to `av_dict_set'
  7360. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:419: undefined reference to `av_dict_set'
  7361. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  7362. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  7363. /usr/lib/libavformat.a(id3v2.o): In function `merge_date':
  7364. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:425: undefined reference to `av_dict_set'
  7365. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:426: undefined reference to `av_dict_set'
  7366. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  7367. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  7368. /usr/lib/libavformat.a(id3v2.o): In function `merge_date':
  7369. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:433: undefined reference to `av_dict_set'
  7370. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:434: undefined reference to `av_dict_set'
  7371. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:438: undefined reference to `av_dict_set'
  7372. /usr/lib/libavformat.a(id3v2.o): In function `get_date_tag':
  7373. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  7374. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  7375. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:403: undefined reference to `av_dict_get'
  7376. /usr/lib/libavformat.a(id3v2.o): In function `ff_id3v2_free_extra_meta':
  7377. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:946: undefined reference to `av_freep'
  7378. /usr/lib/libavformat.a(id3v2.o): In function `ff_id3v2_parse_apic':
  7379. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:971: undefined reference to `av_dict_set'
  7380. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:972: undefined reference to `av_dict_set'
  7381. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:974: undefined reference to `av_init_packet'
  7382. /usr/lib/libavformat.a(id3v2.o): In function `free_geobtag':
  7383. /root/src/ffmpeg-2.4.4/libavformat/id3v2.c:183: undefined reference to `av_free'
  7384. /usr/lib/libavformat.a(img2.o): In function `av_str2id':
  7385. /root/src/ffmpeg-2.4.4/libavformat/img2.c:93: undefined reference to `av_strcasecmp'
  7386. /usr/lib/libavformat.a(metadata.o): In function `ff_metadata_conv':
  7387. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:39: undefined reference to `av_dict_get'
  7388. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:43: undefined reference to `av_strcasecmp'
  7389. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:49: undefined reference to `av_strcasecmp'
  7390. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:53: undefined reference to `av_dict_set'
  7391. /root/src/ffmpeg-2.4.4/libavformat/metadata.c:55: undefined reference to `av_dict_free'
  7392. /usr/lib/libavformat.a(network.o): In function `ff_tls_init':
  7393. /root/src/ffmpeg-2.4.4/libavformat/network.c:71: undefined reference to `avpriv_lock_avformat'
  7394. /usr/lib/libavformat.a(network.o): In function `ff_tls_deinit':
  7395. /root/src/ffmpeg-2.4.4/libavformat/network.c:103: undefined reference to `avpriv_lock_avformat'
  7396. /usr/lib/libavformat.a(network.o): In function `ff_network_init':
  7397. /root/src/ffmpeg-2.4.4/libavformat/network.c:133: undefined reference to `av_log'
  7398. /usr/lib/libavformat.a(network.o): In function `ff_network_wait_fd_timeout':
  7399. /root/src/ffmpeg-2.4.4/libavformat/network.c:166: undefined reference to `av_gettime_relative'
  7400. /root/src/ffmpeg-2.4.4/libavformat/network.c:167: undefined reference to `av_gettime_relative'
  7401. /usr/lib/libavformat.a(network.o): In function `ff_socket':
  7402. /root/src/ffmpeg-2.4.4/libavformat/network.c:250: undefined reference to `av_log'
  7403. /usr/lib/libavformat.a(network.o): In function `ff_listen_bind':
  7404. /root/src/ffmpeg-2.4.4/libavformat/network.c:264: undefined reference to `av_log'
  7405. /root/src/ffmpeg-2.4.4/libavformat/network.c:285: undefined reference to `av_log'
  7406. /usr/lib/libavformat.a(network.o): In function `ff_listen_connect':
  7407. /root/src/ffmpeg-2.4.4/libavformat/network.c:319: undefined reference to `av_strerror'
  7408. /root/src/ffmpeg-2.4.4/libavformat/network.c:321: undefined reference to `av_log'
  7409. /root/src/ffmpeg-2.4.4/libavformat/network.c:299: undefined reference to `av_log'
  7410. /root/src/ffmpeg-2.4.4/libavformat/network.c:325: undefined reference to `av_log'
  7411. /usr/lib/libavformat.a(network.o): In function `ff_http_match_no_proxy':
  7412. /root/src/ffmpeg-2.4.4/libavformat/network.c:367: undefined reference to `av_strdup'
  7413. /root/src/ffmpeg-2.4.4/libavformat/network.c:385: undefined reference to `av_free'
  7414. /usr/lib/libavformat.a(network.o): In function `ff_tls_init':
  7415. /root/src/ffmpeg-2.4.4/libavformat/network.c:98: undefined reference to `avpriv_unlock_avformat'
  7416. /usr/lib/libavformat.a(network.o): In function `ff_tls_deinit':
  7417. /root/src/ffmpeg-2.4.4/libavformat/network.c:121: undefined reference to `avpriv_unlock_avformat'
  7418. /usr/lib/libavformat.a(options.o): In function `avformat_alloc_context':
  7419. /root/src/ffmpeg-2.4.4/libavformat/options.c:110: undefined reference to `av_malloc'
  7420. /usr/lib/libavformat.a(options.o): In function `avformat_get_context_defaults':
  7421. /root/src/ffmpeg-2.4.4/libavformat/options.c:104: undefined reference to `av_opt_set_defaults'
  7422. /usr/lib/libavformat.a(options.o): In function `avformat_alloc_context':
  7423. /root/src/ffmpeg-2.4.4/libavformat/options.c:114: undefined reference to `av_mallocz'
  7424. /usr/lib/libavformat.a(id3v1.o): In function `get_string':
  7425. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  7426. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  7427. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  7428. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  7429. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:196: undefined reference to `av_dict_set'
  7430. /usr/lib/libavformat.a(id3v1.o):/root/src/ffmpeg-2.4.4/libavformat/id3v1.c:222: more undefined references to `av_dict_set' follow
  7431. /usr/lib/libavformat.a(id3v1.o): In function `parse_tag':
  7432. /root/src/ffmpeg-2.4.4/libavformat/id3v1.c:218: undefined reference to `av_dict_set_int'
  7433. collect2: error: ld returned 1 exit status
  7434. configure:9777: $? = 1
  7435. configure: failed program was:
  7436. | /* confdefs.h */
  7437. | #define PACKAGE_NAME "MiniDLNA"
  7438. | #define PACKAGE_TARNAME "minidlna"
  7439. | #define PACKAGE_VERSION "1.1.3"
  7440. | #define PACKAGE_STRING "MiniDLNA 1.1.3"
  7441. | #define PACKAGE_BUGREPORT ""
  7442. | #define PACKAGE_URL ""
  7443. | #define PACKAGE "minidlna"
  7444. | #define VERSION "1.1.3"
  7445. | #define STDC_HEADERS 1
  7446. | #define HAVE_SYS_TYPES_H 1
  7447. | #define HAVE_SYS_STAT_H 1
  7448. | #define HAVE_STDLIB_H 1
  7449. | #define HAVE_STRING_H 1
  7450. | #define HAVE_MEMORY_H 1
  7451. | #define HAVE_STRINGS_H 1
  7452. | #define HAVE_INTTYPES_H 1
  7453. | #define HAVE_STDINT_H 1
  7454. | #define HAVE_UNISTD_H 1
  7455. | #define __EXTENSIONS__ 1
  7456. | #define _ALL_SOURCE 1
  7457. | #define _GNU_SOURCE 1
  7458. | #define _POSIX_PTHREAD_SEMANTICS 1
  7459. | #define _TANDEM_SOURCE 1
  7460. | #define HAVE_ICONV 1
  7461. | #define ICONV_CONST
  7462. | #define ENABLE_NLS 1
  7463. | #define HAVE_GETTEXT 1
  7464. | #define HAVE_DCGETTEXT 1
  7465. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  7466. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  7467. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  7468. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  7469. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  7470. | #define ROOTDEV_MODELURL OS_URL
  7471. | #define HAVE_DIRENT_H 1
  7472. | #define HAVE_STRUCT_DIRENT_D_TYPE 1
  7473. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7474. | #define HAVE_ST_BLOCKS 1
  7475. | #define HAVE__BOOL 1
  7476. | #define HAVE_STDBOOL_H 1
  7477. | #define HAVE_FORK 1
  7478. | #define HAVE_VFORK 1
  7479. | #define HAVE_WORKING_VFORK 1
  7480. | #define HAVE_WORKING_FORK 1
  7481. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7482. | #define HAVE_GETHOSTNAME 1
  7483. | #define HAVE_GETIFADDRS 1
  7484. | #define HAVE_GETTIMEOFDAY 1
  7485. | #define HAVE_INET_NTOA 1
  7486. | #define HAVE_MEMMOVE 1
  7487. | #define HAVE_MEMSET 1
  7488. | #define HAVE_MKDIR 1
  7489. | #define HAVE_REALPATH 1
  7490. | #define HAVE_SELECT 1
  7491. | #define HAVE_SENDFILE 1
  7492. | #define HAVE_SETLOCALE 1
  7493. | #define HAVE_SOCKET 1
  7494. | #define HAVE_STRCASECMP 1
  7495. | #define HAVE_STRCHR 1
  7496. | #define HAVE_STRDUP 1
  7497. | #define HAVE_STRERROR 1
  7498. | #define HAVE_STRNCASECMP 1
  7499. | #define HAVE_STRPBRK 1
  7500. | #define HAVE_STRRCHR 1
  7501. | #define HAVE_STRSTR 1
  7502. | #define HAVE_STRTOL 1
  7503. | #define HAVE_STRTOUL 1
  7504. | #define HAVE_STRUCT_IP_MREQN /**/
  7505. | #define HAVE_SYSCALL_H 1
  7506. | #define HAVE_SYS_SYSCALL_H 1
  7507. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  7508. | #define HAVE_NETLINK 1
  7509. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7510. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7511. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  7512. | #define HAVE_JPEGLIB_H 1
  7513. | #define HAVE_SQLITE3_H 1
  7514. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  7515. | #define HAVE_ID3TAG_H 1
  7516. | #define HAVE_OGG_OGG_H 1
  7517. | #define HAVE_VORBIS_CODEC_H 1
  7518. | #define HAVE_FLAC_METADATA_H 1
  7519. | #define USE_DAEMON 1
  7520. | #define SCANDIR_CONST 1
  7521. | #define HAVE_LINUX_SENDFILE_API 1
  7522. | #define HAVE_SQLITE3_MALLOC 1
  7523. | #define HAVE_SQLITE3_PREPARE_V2 1
  7524. | /* end confdefs.h. */
  7525. |
  7526. | /* Override any GCC internal prototype to avoid an error.
  7527. | Use char because int might match the return type of a GCC
  7528. | builtin and then its argument prototype would still apply. */
  7529. | #ifdef __cplusplus
  7530. | extern "C"
  7531. | #endif
  7532. | char avformat_open_input ();
  7533. | int
  7534. | main ()
  7535. | {
  7536. | return avformat_open_input ();
  7537. | ;
  7538. | return 0;
  7539. | }
  7540. configure:9786: result: no
  7541. configure:9800: error: Could not find libavformat - part of ffmpeg
  7542.  
  7543. ## ---------------- ##
  7544. ## Cache variables. ##
  7545. ## ---------------- ##
  7546.  
  7547. ac_cv_build=x86_64-unknown-linux-gnu
  7548. ac_cv_c_bigendian=no
  7549. ac_cv_c_compiler_gnu=yes
  7550. ac_cv_c_inline=inline
  7551. ac_cv_c_int32_t=yes
  7552. ac_cv_c_uint32_t=yes
  7553. ac_cv_c_uint64_t=yes
  7554. ac_cv_c_uint8_t=yes
  7555. ac_cv_env_CC_set=
  7556. ac_cv_env_CC_value=
  7557. ac_cv_env_CFLAGS_set=
  7558. ac_cv_env_CFLAGS_value=
  7559. ac_cv_env_CPPFLAGS_set=
  7560. ac_cv_env_CPPFLAGS_value=
  7561. ac_cv_env_CPP_set=
  7562. ac_cv_env_CPP_value=
  7563. ac_cv_env_LDFLAGS_set=
  7564. ac_cv_env_LDFLAGS_value=
  7565. ac_cv_env_LIBS_set=
  7566. ac_cv_env_LIBS_value=
  7567. ac_cv_env_build_alias_set=
  7568. ac_cv_env_build_alias_value=
  7569. ac_cv_env_host_alias_set=
  7570. ac_cv_env_host_alias_value=
  7571. ac_cv_env_target_alias_set=
  7572. ac_cv_env_target_alias_value=
  7573. ac_cv_func_fork=yes
  7574. ac_cv_func_fork_works=yes
  7575. ac_cv_func_gethostname=yes
  7576. ac_cv_func_getifaddrs=yes
  7577. ac_cv_func_gettimeofday=yes
  7578. ac_cv_func_inet_ntoa=yes
  7579. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  7580. ac_cv_func_memmove=yes
  7581. ac_cv_func_memset=yes
  7582. ac_cv_func_mkdir=yes
  7583. ac_cv_func_realpath=yes
  7584. ac_cv_func_select=yes
  7585. ac_cv_func_sendfile=yes
  7586. ac_cv_func_setlocale=yes
  7587. ac_cv_func_socket=yes
  7588. ac_cv_func_strcasecmp=yes
  7589. ac_cv_func_strchr=yes
  7590. ac_cv_func_strdup=yes
  7591. ac_cv_func_strerror=yes
  7592. ac_cv_func_strncasecmp=yes
  7593. ac_cv_func_strpbrk=yes
  7594. ac_cv_func_strrchr=yes
  7595. ac_cv_func_strstr=yes
  7596. ac_cv_func_strtol=yes
  7597. ac_cv_func_strtoul=yes
  7598. ac_cv_func_vfork=yes
  7599. ac_cv_func_vfork_works=yes
  7600. ac_cv_header_FLAC_metadata_h=yes
  7601. ac_cv_header_avcodec_h=no
  7602. ac_cv_header_avformat_h=no
  7603. ac_cv_header_avutil_h=no
  7604. ac_cv_header_dirent_dirent_h=yes
  7605. ac_cv_header_ffmpeg_avcodec_h=no
  7606. ac_cv_header_ffmpeg_avformat_h=no
  7607. ac_cv_header_ffmpeg_avutil_h=no
  7608. ac_cv_header_ffmpeg_libavcodec_avcodec_h=no
  7609. ac_cv_header_ffmpeg_libavformat_avformat_h=no
  7610. ac_cv_header_ffmpeg_libavutil_avutil_h=no
  7611. ac_cv_header_id3tag_h=yes
  7612. ac_cv_header_inttypes_h=yes
  7613. ac_cv_header_jpeglib_h=yes
  7614. ac_cv_header_libav_avcodec_h=no
  7615. ac_cv_header_libav_avformat_h=no
  7616. ac_cv_header_libav_avutil_h=no
  7617. ac_cv_header_libav_libavcodec_avcodec_h=no
  7618. ac_cv_header_libav_libavformat_avformat_h=no
  7619. ac_cv_header_libav_libavutil_avutil_h=no
  7620. ac_cv_header_libavcodec_avcodec_h=yes
  7621. ac_cv_header_libavformat_avformat_h=yes
  7622. ac_cv_header_libavutil_avutil_h=yes
  7623. ac_cv_header_libexif_exif_loader_h=yes
  7624. ac_cv_header_linux_netlink_h=yes
  7625. ac_cv_header_mach_mach_time_h=no
  7626. ac_cv_header_memory_h=yes
  7627. ac_cv_header_minix_config_h=no
  7628. ac_cv_header_ogg_ogg_h=yes
  7629. ac_cv_header_sqlite3_h=yes
  7630. ac_cv_header_stdbool_h=yes
  7631. ac_cv_header_stdc=yes
  7632. ac_cv_header_stdint_h=yes
  7633. ac_cv_header_stdlib_h=yes
  7634. ac_cv_header_string_h=yes
  7635. ac_cv_header_strings_h=yes
  7636. ac_cv_header_sys_stat_h=yes
  7637. ac_cv_header_sys_syscall_h=yes
  7638. ac_cv_header_sys_types_h=yes
  7639. ac_cv_header_syscall_h=yes
  7640. ac_cv_header_unistd_h=yes
  7641. ac_cv_header_vfork_h=no
  7642. ac_cv_header_vorbis_codec_h=yes
  7643. ac_cv_host=x86_64-unknown-linux-gnu
  7644. ac_cv_lib_exif_exif_data_new_from_file=yes
  7645. ac_cv_lib_id3tag_id3_file_open=yes
  7646. ac_cv_lib_jpeg_jpeg_set_defaults=yes
  7647. ac_cv_lib_sqlite3_sqlite3_malloc=yes
  7648. ac_cv_lib_sqlite3_sqlite3_open=yes
  7649. ac_cv_lib_sqlite3_sqlite3_prepare_v2=yes
  7650. ac_cv_member_struct_dirent_d_type=yes
  7651. ac_cv_member_struct_stat_st_blocks=yes
  7652. ac_cv_objext=o
  7653. ac_cv_path_EGREP='/usr/bin/grep -E'
  7654. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  7655. ac_cv_path_GREP=/usr/bin/grep
  7656. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  7657. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  7658. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  7659. ac_cv_path_install='/usr/bin/ginstall -c'
  7660. ac_cv_path_mkdir=/usr/bin/mkdir
  7661. ac_cv_prog_AWK=gawk
  7662. ac_cv_prog_CPP='gcc -E'
  7663. ac_cv_prog_ac_ct_CC=gcc
  7664. ac_cv_prog_cc_c89=
  7665. ac_cv_prog_cc_g=yes
  7666. ac_cv_prog_make_make_set=yes
  7667. ac_cv_safe_to_define___extensions__=yes
  7668. ac_cv_search_opendir='none required'
  7669. ac_cv_target=x86_64-unknown-linux-gnu
  7670. ac_cv_type__Bool=yes
  7671. ac_cv_type_mode_t=yes
  7672. ac_cv_type_off_t=yes
  7673. ac_cv_type_pid_t=yes
  7674. ac_cv_type_size_t=yes
  7675. ac_cv_type_ssize_t=yes
  7676. acl_cv_hardcode_direct=no
  7677. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  7678. acl_cv_hardcode_libdir_separator=
  7679. acl_cv_hardcode_minus_L=no
  7680. acl_cv_libext=a
  7681. acl_cv_libname_spec='lib$name'
  7682. acl_cv_library_names_spec='$libname$shrext'
  7683. acl_cv_path_LD=/usr/x86_64-slackware-linux/bin/ld
  7684. acl_cv_prog_gnu_ld=yes
  7685. acl_cv_rpath=done
  7686. acl_cv_shlibext=so
  7687. acl_cv_wl=-Wl,
  7688. am_cv_CC_dependencies_compiler_type=gcc3
  7689. am_cv_func_iconv=yes
  7690. am_cv_func_iconv_works=yes
  7691. am_cv_lib_iconv=no
  7692. am_cv_make_support_nested_variables=yes
  7693. am_cv_prog_cc_c_o=yes
  7694. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  7695. am_cv_proto_iconv_arg1=
  7696. gt_cv_func_CFLocaleCopyCurrent=no
  7697. gt_cv_func_CFPreferencesCopyAppValue=no
  7698. gt_cv_func_gnugettext1_libc=yes
  7699.  
  7700. ## ----------------- ##
  7701. ## Output variables. ##
  7702. ## ----------------- ##
  7703.  
  7704. ACLOCAL='${SHELL} /root/src/minidlna-1.1.4/missing aclocal-1.14'
  7705. AMDEPBACKSLASH='\'
  7706. AMDEP_FALSE='#'
  7707. AMDEP_TRUE=''
  7708. AMTAR='$${TAR-tar}'
  7709. AM_BACKSLASH='\'
  7710. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  7711. AM_DEFAULT_VERBOSITY='0'
  7712. AM_V='$(V)'
  7713. AUTOCONF='${SHELL} /root/src/minidlna-1.1.4/missing autoconf'
  7714. AUTOHEADER='${SHELL} /root/src/minidlna-1.1.4/missing autoheader'
  7715. AUTOMAKE='${SHELL} /root/src/minidlna-1.1.4/missing automake-1.14'
  7716. AWK='gawk'
  7717. CC='gcc'
  7718. CCDEPMODE='depmode=gcc3'
  7719. CFLAGS='-g -O2'
  7720. CPP='gcc -E'
  7721. CPPFLAGS=''
  7722. CYGPATH_W='echo'
  7723. DEFS=''
  7724. DEPDIR='.deps'
  7725. ECHO_C=''
  7726. ECHO_N='-n'
  7727. ECHO_T=''
  7728. EGREP='/usr/bin/grep -E'
  7729. EXEEXT=''
  7730. GETTEXT_MACRO_VERSION='0.18'
  7731. GMSGFMT='/usr/bin/msgfmt'
  7732. GMSGFMT_015='/usr/bin/msgfmt'
  7733. GREP='/usr/bin/grep'
  7734. HAVE_FLAC_FALSE=''
  7735. HAVE_FLAC_TRUE=''
  7736. HAVE_VORBISFILE_FALSE=''
  7737. HAVE_VORBISFILE_TRUE=''
  7738. INSTALL_DATA='${INSTALL} -m 644'
  7739. INSTALL_PROGRAM='${INSTALL}'
  7740. INSTALL_SCRIPT='${INSTALL}'
  7741. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  7742. INTLLIBS=''
  7743. INTL_MACOSX_LIBS=''
  7744. LDFLAGS=''
  7745. LIBAVFORMAT_LIBS=''
  7746. LIBAVUTIL_LIBS=''
  7747. LIBEXIF_LIBS='-lexif'
  7748. LIBICONV=''
  7749. LIBID3TAG_LIBS='-lid3tag'
  7750. LIBINTL=''
  7751. LIBJPEG_LIBS='-ljpeg'
  7752. LIBOBJS=''
  7753. LIBS=''
  7754. LIBSQLITE3_LIBS='-lsqlite3'
  7755. LN_S='ln -s'
  7756. LTLIBICONV=''
  7757. LTLIBINTL=''
  7758. LTLIBOBJS=''
  7759. MAKEINFO='${SHELL} /root/src/minidlna-1.1.4/missing makeinfo'
  7760. MKDIR_P='/usr/bin/mkdir -p'
  7761. MSGFMT='/usr/bin/msgfmt'
  7762. MSGFMT_015='/usr/bin/msgfmt'
  7763. MSGMERGE='/usr/bin/msgmerge'
  7764. NEED_OGG_FALSE=''
  7765. NEED_OGG_TRUE=''
  7766. NEED_VORBIS_FALSE=''
  7767. NEED_VORBIS_TRUE=''
  7768. OBJEXT='o'
  7769. PACKAGE='minidlna'
  7770. PACKAGE_BUGREPORT=''
  7771. PACKAGE_NAME='MiniDLNA'
  7772. PACKAGE_STRING='MiniDLNA 1.1.3'
  7773. PACKAGE_TARNAME='minidlna'
  7774. PACKAGE_URL=''
  7775. PACKAGE_VERSION='1.1.3'
  7776. PATH_SEPARATOR=':'
  7777. POSUB='po'
  7778. SET_MAKE=''
  7779. SHELL='/bin/sh'
  7780. STATIC_CFLAGS=''
  7781. STATIC_LDFLAGS=''
  7782. STRIP=''
  7783. USE_NLS='yes'
  7784. VERSION='1.1.3'
  7785. XGETTEXT='/usr/bin/xgettext'
  7786. XGETTEXT_015='/usr/bin/xgettext'
  7787. XGETTEXT_EXTRA_OPTIONS=''
  7788. ac_ct_CC='gcc'
  7789. am__EXEEXT_FALSE=''
  7790. am__EXEEXT_TRUE=''
  7791. am__fastdepCC_FALSE='#'
  7792. am__fastdepCC_TRUE=''
  7793. am__include='include'
  7794. am__isrc=''
  7795. am__leading_dot='.'
  7796. am__nodep='_no'
  7797. am__quote=''
  7798. am__tar='$${TAR-tar} chof - "$$tardir"'
  7799. am__untar='$${TAR-tar} xf -'
  7800. bindir='${exec_prefix}/bin'
  7801. build='x86_64-unknown-linux-gnu'
  7802. build_alias=''
  7803. build_cpu='x86_64'
  7804. build_os='linux-gnu'
  7805. build_vendor='unknown'
  7806. datadir='${datarootdir}'
  7807. datarootdir='${prefix}/share'
  7808. docdir='/usr/doc/minidlna-1.1.4'
  7809. dvidir='${docdir}'
  7810. exec_prefix='NONE'
  7811. host='x86_64-unknown-linux-gnu'
  7812. host_alias=''
  7813. host_cpu='x86_64'
  7814. host_os='linux-gnu'
  7815. host_vendor='unknown'
  7816. htmldir='${docdir}'
  7817. includedir='${prefix}/include'
  7818. infodir='${datarootdir}/info'
  7819. install_sh='${SHELL} /root/src/minidlna-1.1.4/install-sh'
  7820. libdir='/usr/lib'
  7821. libexecdir='${exec_prefix}/libexec'
  7822. localedir='${datarootdir}/locale'
  7823. localstatedir='/var'
  7824. mandir='/usr/man'
  7825. mkdir_p='/usr/bin/mkdir -p'
  7826. oldincludedir='/usr/include'
  7827. pdfdir='${docdir}'
  7828. prefix='/usr'
  7829. program_transform_name='s,x,x,'
  7830. psdir='${docdir}'
  7831. sbindir='${exec_prefix}/sbin'
  7832. sharedstatedir='${prefix}/com'
  7833. sysconfdir='/etc'
  7834. target='x86_64-unknown-linux-gnu'
  7835. target_alias=''
  7836. target_cpu='x86_64'
  7837. target_os='linux-gnu'
  7838. target_vendor='unknown'
  7839.  
  7840. ## ----------- ##
  7841. ## confdefs.h. ##
  7842. ## ----------- ##
  7843.  
  7844. /* confdefs.h */
  7845. #define PACKAGE_NAME "MiniDLNA"
  7846. #define PACKAGE_TARNAME "minidlna"
  7847. #define PACKAGE_VERSION "1.1.3"
  7848. #define PACKAGE_STRING "MiniDLNA 1.1.3"
  7849. #define PACKAGE_BUGREPORT ""
  7850. #define PACKAGE_URL ""
  7851. #define PACKAGE "minidlna"
  7852. #define VERSION "1.1.3"
  7853. #define STDC_HEADERS 1
  7854. #define HAVE_SYS_TYPES_H 1
  7855. #define HAVE_SYS_STAT_H 1
  7856. #define HAVE_STDLIB_H 1
  7857. #define HAVE_STRING_H 1
  7858. #define HAVE_MEMORY_H 1
  7859. #define HAVE_STRINGS_H 1
  7860. #define HAVE_INTTYPES_H 1
  7861. #define HAVE_STDINT_H 1
  7862. #define HAVE_UNISTD_H 1
  7863. #define __EXTENSIONS__ 1
  7864. #define _ALL_SOURCE 1
  7865. #define _GNU_SOURCE 1
  7866. #define _POSIX_PTHREAD_SEMANTICS 1
  7867. #define _TANDEM_SOURCE 1
  7868. #define HAVE_ICONV 1
  7869. #define ICONV_CONST
  7870. #define ENABLE_NLS 1
  7871. #define HAVE_GETTEXT 1
  7872. #define HAVE_DCGETTEXT 1
  7873. #define OS_URL "http://sourceforge.net/projects/minidlna/"
  7874. #define ROOTDEV_MANUFACTURER "Justin Maggard"
  7875. #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  7876. #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  7877. #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  7878. #define ROOTDEV_MODELURL OS_URL
  7879. #define HAVE_DIRENT_H 1
  7880. #define HAVE_STRUCT_DIRENT_D_TYPE 1
  7881. #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7882. #define HAVE_ST_BLOCKS 1
  7883. #define HAVE__BOOL 1
  7884. #define HAVE_STDBOOL_H 1
  7885. #define HAVE_FORK 1
  7886. #define HAVE_VFORK 1
  7887. #define HAVE_WORKING_VFORK 1
  7888. #define HAVE_WORKING_FORK 1
  7889. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7890. #define HAVE_GETHOSTNAME 1
  7891. #define HAVE_GETIFADDRS 1
  7892. #define HAVE_GETTIMEOFDAY 1
  7893. #define HAVE_INET_NTOA 1
  7894. #define HAVE_MEMMOVE 1
  7895. #define HAVE_MEMSET 1
  7896. #define HAVE_MKDIR 1
  7897. #define HAVE_REALPATH 1
  7898. #define HAVE_SELECT 1
  7899. #define HAVE_SENDFILE 1
  7900. #define HAVE_SETLOCALE 1
  7901. #define HAVE_SOCKET 1
  7902. #define HAVE_STRCASECMP 1
  7903. #define HAVE_STRCHR 1
  7904. #define HAVE_STRDUP 1
  7905. #define HAVE_STRERROR 1
  7906. #define HAVE_STRNCASECMP 1
  7907. #define HAVE_STRPBRK 1
  7908. #define HAVE_STRRCHR 1
  7909. #define HAVE_STRSTR 1
  7910. #define HAVE_STRTOL 1
  7911. #define HAVE_STRTOUL 1
  7912. #define HAVE_STRUCT_IP_MREQN /**/
  7913. #define HAVE_SYSCALL_H 1
  7914. #define HAVE_SYS_SYSCALL_H 1
  7915. #define HAVE_CLOCK_GETTIME_SYSCALL 1
  7916. #define HAVE_NETLINK 1
  7917. #define HAVE_LIBAVUTIL_AVUTIL_H 1
  7918. #define HAVE_LIBAVCODEC_AVCODEC_H 1
  7919. #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  7920. #define HAVE_JPEGLIB_H 1
  7921. #define HAVE_SQLITE3_H 1
  7922. #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  7923. #define HAVE_ID3TAG_H 1
  7924. #define HAVE_OGG_OGG_H 1
  7925. #define HAVE_VORBIS_CODEC_H 1
  7926. #define HAVE_FLAC_METADATA_H 1
  7927. #define USE_DAEMON 1
  7928. #define SCANDIR_CONST 1
  7929. #define HAVE_LINUX_SENDFILE_API 1
  7930. #define HAVE_SQLITE3_MALLOC 1
  7931. #define HAVE_SQLITE3_PREPARE_V2 1
  7932.  
  7933. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment