Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.72 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking build system type... armv7l-unknown-linux-gnueabihf
  7. checking host system type... armv7l-unknown-linux-gnueabihf
  8. checking for g++... g++
  9. checking whether the C++ compiler works... yes
  10. checking for C++ compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C++ compiler... yes
  15. checking whether g++ accepts -g... yes
  16. checking for style of include used by make... GNU
  17. checking dependency style of g++... none
  18. checking for gcc... gcc
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... none
  23. checking how to print strings... printf
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
  37. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
  38. checking for /usr/bin/ld option to reload object files... -r
  39. checking for objdump... objdump
  40. checking how to recognize dependent libraries... pass_all
  41. checking for dlltool... no
  42. checking how to associate runtime and link libraries... printf %s\n
  43. checking for ar... ar
  44. checking for archiver @FILE support... @
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm -B output from gcc object... ok
  48. checking for sysroot... no
  49. checking for mt... mt
  50. checking if mt is a manifest tool... no
  51. checking how to run the C preprocessor... gcc -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for dlfcn.h... yes
  63. checking for objdir... .libs
  64. checking if gcc supports -fno-rtti -fno-exceptions... no
  65. checking for gcc option to produce PIC... -fPIC -DPIC
  66. checking if gcc PIC flag -fPIC -DPIC works... yes
  67. checking if gcc static flag -static works... yes
  68. checking if gcc supports -c -o file.o... yes
  69. checking if gcc supports -c -o file.o... (cached) yes
  70. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... yes
  78. checking how to run the C++ preprocessor... g++ -E
  79. checking for ld used by g++... /usr/bin/ld
  80. checking if the linker (/usr/bin/ld) is GNU ld... yes
  81. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  82. checking for g++ option to produce PIC... -fPIC -DPIC
  83. checking if g++ PIC flag -fPIC -DPIC works... yes
  84. checking if g++ static flag -static works... yes
  85. checking if g++ supports -c -o file.o... yes
  86. checking if g++ supports -c -o file.o... (cached) yes
  87. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  88. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking for gawk... (cached) gawk
  91. checking whether ln -s works... yes
  92. checking whether make sets $(MAKE)... (cached) yes
  93. checking for git... yes
  94. checking for size_t... yes
  95. checking for working alloca.h... yes
  96. checking for alloca... yes
  97. checking for uid_t in sys/types.h... yes
  98. checking for unistd.h... (cached) yes
  99. checking for working chown... yes
  100. checking for dirent.h that defines DIR... yes
  101. checking for library containing opendir... none required
  102. checking whether closedir returns void... no
  103. checking for error_at_line... yes
  104. checking for _LARGEFILE_SOURCE value needed for large files... no
  105. checking whether gcc needs -traditional... no
  106. checking whether lstat correctly handles trailing slash... yes
  107. checking whether lstat accepts an empty string... no
  108. checking whether lstat correctly handles trailing slash... (cached) yes
  109. checking for working memcmp... yes
  110. checking whether time.h and sys/time.h may both be included... yes
  111. checking for sys/time.h... yes
  112. checking for unistd.h... (cached) yes
  113. checking for stdlib.h... (cached) yes
  114. checking for sys/param.h... yes
  115. checking for utime.h... yes
  116. checking for alarm... yes
  117. checking for working mktime... yes
  118. checking for getpagesize... yes
  119. checking for working mmap... yes
  120. checking sys/select.h usability... yes
  121. checking sys/select.h presence... yes
  122. checking for sys/select.h... yes
  123. checking sys/socket.h usability... yes
  124. checking sys/socket.h presence... yes
  125. checking for sys/socket.h... yes
  126. checking types of arguments for select... int,fd_set *,struct timeval *
  127. checking return type of signal handlers... void
  128. checking whether stat accepts an empty string... no
  129. checking for working strcoll... yes
  130. checking for strftime... yes
  131. checking for working strtod... yes
  132. checking whether utime accepts a null argument... yes
  133. checking for vprintf... yes
  134. checking for _doprnt... no
  135. checking for atexit... yes
  136. checking for dup2... yes
  137. checking for fdatasync... yes
  138. checking for floor... no
  139. checking for fs_stat_dev... no
  140. checking for ftime... yes
  141. checking for ftruncate... yes
  142. checking for getcwd... yes
  143. checking for gethostbyaddr... yes
  144. checking for gethostbyname... yes
  145. checking for gethostname... yes
  146. checking for getpagesize... (cached) yes
  147. checking for getpass... yes
  148. checking for gettimeofday... yes
  149. checking for inet_ntoa... yes
  150. checking for lchown... yes
  151. checking for localeconv... yes
  152. checking for memchr... yes
  153. checking for memmove... yes
  154. checking for memset... yes
  155. checking for mkdir... yes
  156. checking for modf... yes
  157. checking for munmap... yes
  158. checking for pow... no
  159. checking for rmdir... yes
  160. checking for select... yes
  161. checking for setenv... yes
  162. checking for setlocale... yes
  163. checking for socket... yes
  164. checking for sqrt... no
  165. checking for strcasecmp... yes
  166. checking for strchr... yes
  167. checking for strcspn... yes
  168. checking for strdup... yes
  169. checking for strerror... yes
  170. checking for strncasecmp... yes
  171. checking for strpbrk... yes
  172. checking for strrchr... yes
  173. checking for strspn... yes
  174. checking for strstr... yes
  175. checking for strtol... yes
  176. checking for strtoul... yes
  177. checking for sysinfo... yes
  178. checking for tzset... yes
  179. checking for utime... yes
  180. checking size of int... 4
  181. checking size of size_t... 4
  182. checking for __sync_add_and_fetch(temp, 1)... yes
  183. checking for __sync_sub_and_fetch(temp, 1)... yes
  184. checking for __sync_val_compare_and_swap(temp, 1, 1)... yes
  185. checking sys/inotify.h usability... yes
  186. checking sys/inotify.h presence... yes
  187. checking for sys/inotify.h... yes
  188. checking boost/shared_ptr.hpp usability... yes
  189. checking boost/shared_ptr.hpp presence... yes
  190. checking for boost/shared_ptr.hpp... yes
  191. checking for python... /usr/bin/python
  192. checking for a version of Python >= '2.1.0'... yes
  193. checking for a version of Python >= 2.4... yes
  194. checking for the distutils Python package... yes
  195. checking for Python include path... -I/usr/include/python2.7
  196. checking for Python library path... -L/usr/lib -lpython2.7
  197. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  198. checking python extra libraries... -L/usr/lib -lz -lpthread -ldl -lutil
  199. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  200. checking consistency of all components of python development environment... yes
  201. configure: Using Python 2.7
  202. checking for main in -lEGL... yes
  203. checking for main in -lGLESv2... yes
  204. checking for mysql_config... /usr/bin/mysql_config
  205. checking ass/ass.h usability... yes
  206. checking ass/ass.h presence... yes
  207. checking for ass/ass.h... yes
  208. checking mpeg2dec/mpeg2.h usability... yes
  209. checking mpeg2dec/mpeg2.h presence... yes
  210. checking for mpeg2dec/mpeg2.h... yes
  211. checking for mpeg2dec/mpeg2convert.h... yes
  212. checking mad.h usability... yes
  213. checking mad.h presence... yes
  214. checking for mad.h... yes
  215. checking jpeglib.h usability... yes
  216. checking jpeglib.h presence... yes
  217. checking for jpeglib.h... yes
  218. checking samplerate.h usability... yes
  219. checking samplerate.h presence... yes
  220. checking for samplerate.h... yes
  221. checking ogg/ogg.h usability... yes
  222. checking ogg/ogg.h presence... yes
  223. checking for ogg/ogg.h... yes
  224. checking vorbis/vorbisfile.h usability... yes
  225. checking vorbis/vorbisfile.h presence... yes
  226. checking for vorbis/vorbisfile.h... yes
  227. checking libmodplug/modplug.h usability... yes
  228. checking libmodplug/modplug.h presence... yes
  229. checking for libmodplug/modplug.h... yes
  230. checking curl/curl.h usability... yes
  231. checking curl/curl.h presence... yes
  232. checking for curl/curl.h... yes
  233. checking FLAC/stream_decoder.h usability... yes
  234. checking FLAC/stream_decoder.h presence... yes
  235. checking for FLAC/stream_decoder.h... yes
  236. checking openssl/crypto.h usability... yes
  237. checking openssl/crypto.h presence... yes
  238. checking for openssl/crypto.h... yes
  239. checking gcrypt.h usability... yes
  240. checking gcrypt.h presence... yes
  241. checking for gcrypt.h... yes
  242. checking for main in -lgpg-error... yes
  243. checking for gcry_control in -lgcrypt... yes
  244. checking for main in -lbz2... yes
  245. checking for main in -ljpeg... yes
  246. checking for main in -ltiff... yes
  247. checking for main in -lpthread... yes
  248. checking for main in -llzo2... yes
  249. checking for main in -lz... yes
  250. checking for main in -lcrypto... yes
  251. checking for main in -lssl... yes
  252. checking for main in -lmysqlclient... yes
  253. checking for hci_devid in -lbluetooth... yes
  254. checking for main in -lyajl... yes
  255. checking for main in -ltinyxml... yes
  256. checking for pkg-config... /usr/bin/pkg-config
  257. checking pkg-config is at least version 0.9.0... yes
  258. checking for FRIBIDI... yes
  259. checking for SQLITE3... yes
  260. checking for PNG... yes
  261. checking for PCRECPP... yes
  262. checking for PCRE... yes
  263. checking for CDIO... yes
  264. checking for SAMPLERATE... yes
  265. checking for FREETYPE2... yes
  266. checking for TAGLIB... yes
  267. checking for LIBBLURAY... yes
  268. checking for libbluray soname... libbluray.so.1
  269. checking for bd_register_argb_overlay_proc in -lbluray... no
  270. checking for main in -ldl... yes
  271. checking for main in -lresolv... yes
  272. checking for main in -ljasper... yes
  273. checking for clock_gettime in -lrt... yes
  274. checking for ALSA... yes
  275. checking for DBUS... yes
  276. checking for SDL... yes
  277. checking for main in -lSDL_image... yes
  278. checking for libmad soname... libmad.so.0
  279. checking for libogg soname... libogg.so.0
  280. checking for libcurl soname... libcurl-gnutls.so.4
  281. checking for libFLAC soname... libFLAC.so.8
  282. checking for libvorbis soname... libvorbis.so.0
  283. checking for libvorbisfile soname... libvorbisfile.so.3
  284. checking for libmodplug soname... libmodplug.so.1
  285. checking for libass soname... libass.so.4
  286. checking for libmpeg2 soname... libmpeg2.so.0
  287. checking for libmp3lame soname... libmp3lame.so.0
  288. checking lame/lame.h usability... yes
  289. checking lame/lame.h presence... yes
  290. checking for lame/lame.h... yes
  291. checking for libvorbisenc soname... libvorbisenc.so.2
  292. checking vorbis/vorbisenc.h usability... yes
  293. checking vorbis/vorbisenc.h presence... yes
  294. checking for vorbis/vorbisenc.h... yes
  295. checking for main in -lmicrohttpd... yes
  296. checking for ALSA... yes
  297. == PulseAudio support manually disabled. ==
  298. == HAL support disabled. ==
  299. checking for main in -lavahi-common... yes
  300. checking for main in -lavahi-client... yes
  301. configure: == X11 enabled. ==
  302. checking for X11... yes
  303. checking for XEXT... yes
  304. checking for main in -lXrandr... yes
  305. configure: == GOOM disabled. ==
  306. configure: == RSXS disabled. ==
  307. configure: == FishBMC disabled. ==
  308. configure: == ProjectM disabled. ==
  309. checking for sftp_tell64 in -lssh... yes
  310. checking librtmp/log.h usability... yes
  311. checking librtmp/log.h presence... yes
  312. checking for librtmp/log.h... yes
  313. checking librtmp/amf.h usability... yes
  314. checking librtmp/amf.h presence... yes
  315. checking for librtmp/amf.h... yes
  316. checking librtmp/rtmp.h usability... yes
  317. checking librtmp/rtmp.h presence... yes
  318. checking for librtmp/rtmp.h... yes
  319. checking for librtmp soname... librtmp.so.0
  320. checking for main in -lsmbclient... yes
  321. checking nfsc/libnfs.h usability... yes
  322. checking nfsc/libnfs.h presence... yes
  323. checking for nfsc/libnfs.h... yes
  324. checking for libnfs soname... libnfs.so.1
  325. checking afpfs-ng/libafpclient.h usability... no
  326. checking afpfs-ng/libafpclient.h presence... no
  327. checking for afpfs-ng/libafpclient.h... no
  328. configure: == Could not find libafpclient. AFP client support disabled. ==
  329. checking plist/plist.h usability... yes
  330. checking plist/plist.h presence... yes
  331. checking for plist/plist.h... yes
  332. checking for libplist soname... libplist.so.1
  333. checking shairport/shairport.h usability... yes
  334. checking shairport/shairport.h presence... yes
  335. checking for shairport/shairport.h... yes
  336. checking for libshairport soname... libshairport.so.1
  337. checking for struct AudioOutput.ao_set_metadata... no
  338. checking for UDEV... yes
  339. configure: == libusb disabled. ==
  340. will check for RPi support
  341. checking interface/vmcs_host/vc_cec.h usability... no
  342. checking interface/vmcs_host/vc_cec.h presence... no
  343. checking for interface/vmcs_host/vc_cec.h... no
  344. checking for CEC... no
  345. == libcec disabled. CEC adapter support will not be available. ==
  346. configure: == libcec disabled. CEC adapter support will not be available. ==
  347. checking sys/capability.h usability... yes
  348. checking sys/capability.h presence... yes
  349. checking for sys/capability.h... yes
  350. checking for main in -lcap... yes
  351. configure: == Use of external ffmpeg disabled. ==
  352. Checking for SWIG installation
  353. checking for swig... /usr/bin/swig
  354. Checking for a jre installation
  355. checking for java... /usr/bin/java
  356. Checking for doxygen installation
  357. checking for doxygen... /usr/bin/doxygen
  358. configure: == VDPAU support manually disabled. ==
  359. checking for main in -lva... yes
  360. checking for main in -lva-glx... yes
  361. checking libcrystalhd/libcrystalhd_if.h usability... no
  362. checking libcrystalhd/libcrystalhd_if.h presence... no
  363. checking for libcrystalhd/libcrystalhd_if.h... no
  364. == Could not find libcrystalhd. CrystalHD support disabled. ==
  365. checking for libcrystalhd soname... no
  366. configure: == VDADecoder support manually disabled. ==
  367. configure: == VTBDecoder support manually disabled. ==
  368. configure: == OpenMax support manually disabled. ==
  369. checking yajl/yajl_version.h usability... yes
  370. checking yajl/yajl_version.h presence... yes
  371. checking for yajl/yajl_version.h... yes
  372. checking for gawk... yes
  373. checking for gperf... yes
  374. checking for unzip... yes
  375. checking for zip... yes
  376. checking for dirent.h that defines DIR... (cached) yes
  377. checking for library containing opendir... (cached) none required
  378. checking for ANSI C header files... (cached) yes
  379. checking for sys/wait.h that is POSIX.1 compatible... yes
  380. checking arpa/inet.h usability... yes
  381. checking arpa/inet.h presence... yes
  382. checking for arpa/inet.h... yes
  383. checking fcntl.h usability... yes
  384. checking fcntl.h presence... yes
  385. checking for fcntl.h... yes
  386. checking float.h usability... yes
  387. checking float.h presence... yes
  388. checking for float.h... yes
  389. checking for inttypes.h... (cached) yes
  390. checking limits.h usability... yes
  391. checking limits.h presence... yes
  392. checking for limits.h... yes
  393. checking locale.h usability... yes
  394. checking locale.h presence... yes
  395. checking for locale.h... yes
  396. checking malloc.h usability... yes
  397. checking malloc.h presence... yes
  398. checking for malloc.h... yes
  399. checking for memory.h... (cached) yes
  400. checking netdb.h usability... yes
  401. checking netdb.h presence... yes
  402. checking for netdb.h... yes
  403. checking netinet/in.h usability... yes
  404. checking netinet/in.h presence... yes
  405. checking for netinet/in.h... yes
  406. checking stddef.h usability... yes
  407. checking stddef.h presence... yes
  408. checking for stddef.h... yes
  409. checking for stdint.h... (cached) yes
  410. checking for stdlib.h... (cached) yes
  411. checking for string.h... (cached) yes
  412. checking for strings.h... (cached) yes
  413. checking sys/file.h usability... yes
  414. checking sys/file.h presence... yes
  415. checking for sys/file.h... yes
  416. checking sys/ioctl.h usability... yes
  417. checking sys/ioctl.h presence... yes
  418. checking for sys/ioctl.h... yes
  419. checking sys/mount.h usability... yes
  420. checking sys/mount.h presence... yes
  421. checking for sys/mount.h... yes
  422. checking for sys/param.h... (cached) yes
  423. checking for sys/socket.h... (cached) yes
  424. checking for sys/time.h... (cached) yes
  425. checking sys/timeb.h usability... yes
  426. checking sys/timeb.h presence... yes
  427. checking for sys/timeb.h... yes
  428. checking sys/vfs.h usability... yes
  429. checking sys/vfs.h presence... yes
  430. checking for sys/vfs.h... yes
  431. checking termios.h usability... yes
  432. checking termios.h presence... yes
  433. checking for termios.h... yes
  434. checking for unistd.h... (cached) yes
  435. checking for utime.h... (cached) yes
  436. checking wchar.h usability... yes
  437. checking wchar.h presence... yes
  438. checking for wchar.h... yes
  439. checking wctype.h usability... yes
  440. checking wctype.h presence... yes
  441. checking for wctype.h... yes
  442. checking cdio/iso9660.h usability... yes
  443. checking cdio/iso9660.h presence... yes
  444. checking for cdio/iso9660.h... yes
  445. checking whether stat file-mode macros are broken... no
  446. checking for stdbool.h that conforms to C99... yes
  447. checking for _Bool... yes
  448. checking for an ANSI C-conforming const... yes
  449. checking for uid_t in sys/types.h... (cached) yes
  450. checking for inline... inline
  451. checking for int8_t... yes
  452. checking for int16_t... yes
  453. checking for int32_t... yes
  454. checking for int64_t... yes
  455. checking for mode_t... yes
  456. checking for off_t... yes
  457. checking for pid_t... yes
  458. checking for C/C++ restrict keyword... __restrict
  459. checking for size_t... (cached) yes
  460. checking for ssize_t... yes
  461. checking for struct stat.st_rdev... yes
  462. checking whether time.h and sys/time.h may both be included... (cached) yes
  463. checking whether struct tm is in sys/time.h or time.h... time.h
  464. checking for uint8_t... yes
  465. checking for uint16_t... yes
  466. checking for uint32_t... yes
  467. checking for uint64_t... yes
  468. checking whether byte ordering is bigendian... no
  469. checking for ccache... none
  470. configure: ccache not found. Falling back to default CC
  471. configure: == DVDCSS support disabled. ==
  472. configure: == Google Test Framework will not be configured. ==
  473. configure: creating ./config.status
  474. install prefix /usr/local
  475. source path .
  476. C compiler gcc
  477. ARCH arm (cortex-a9)
  478. big-endian no
  479. runtime cpu detection yes
  480. ARMv5TE enabled yes
  481. ARMv6 enabled yes
  482. ARMv6T2 enabled yes
  483. ARM VFP enabled yes
  484. IWMMXT enabled no
  485. NEON enabled no
  486. debug symbols no
  487. strip symbols yes
  488. optimize for size no
  489. optimizations yes
  490. static no
  491. shared yes
  492. postprocessing support yes
  493. new filter support yes
  494. network support yes
  495. threading support pthreads
  496. safe bitstream reader yes
  497. SDL support yes
  498. Sun medialib support no
  499. libdxva2 enabled no
  500. libva enabled yes
  501. libvdpau enabled no
  502. AVISynth enabled no
  503. frei0r enabled no
  504. gnutls enabled no
  505. libaacplus enabled no
  506. libass enabled no
  507. libcdio support no
  508. libcelt enabled no
  509. libdc1394 support no
  510. libdirac enabled no
  511. libfaac enabled no
  512. libgsm enabled no
  513. libmodplug enabled no
  514. libmp3lame enabled no
  515. libnut enabled no
  516. libopencore-amrnb support no
  517. libopencore-amrwb support no
  518. libopencv support no
  519. libopenjpeg enabled no
  520. libpulse enabled no
  521. librtmp enabled no
  522. libschroedinger enabled no
  523. libspeex enabled no
  524. libstagefright-h264 enabled no
  525. libtheora enabled no
  526. libutvideo enabled no
  527. libv4l2 enabled no
  528. libvo-aacenc support no
  529. libvo-amrwbenc support no
  530. libvorbis enabled no
  531. libvpx enabled no
  532. libx264 enabled no
  533. libxavs enabled no
  534. libxvid enabled no
  535. openal enabled no
  536. openssl enabled no
  537. zlib enabled yes
  538. bzlib enabled yes
  539.  
  540. Enabled decoders:
  541. aac cscd mdec
  542. aac_latm cyuv mimic
  543. aasc dca mjpeg
  544. ac3 dfa mjpegb
  545. adpcm_4xm dirac mlp
  546. adpcm_adx dnxhd mmvideo
  547. adpcm_ct dpx motionpixels
  548. adpcm_ea dsicinaudio mp1
  549. adpcm_ea_maxis_xa dsicinvideo mp1float
  550. adpcm_ea_r1 dvbsub mp2
  551. adpcm_ea_r2 dvdsub mp2float
  552. adpcm_ea_r3 dvvideo mp3
  553. adpcm_ea_xas dxa mp3adu
  554. adpcm_g722 dxtory mp3adufloat
  555. adpcm_g726 eac3 mp3float
  556. adpcm_ima_amv eacmv mp3on4
  557. adpcm_ima_apc eamad mp3on4float
  558. adpcm_ima_dk3 eatgq mpc7
  559. adpcm_ima_dk4 eatgv mpc8
  560. adpcm_ima_ea_eacs eatqi mpeg1video
  561. adpcm_ima_ea_sead eightbps mpeg2video
  562. adpcm_ima_iss eightsvx_exp mpeg4
  563. adpcm_ima_qt eightsvx_fib mpegvideo
  564. adpcm_ima_smjpeg escape124 msmpeg4v1
  565. adpcm_ima_wav escape130 msmpeg4v2
  566. adpcm_ima_ws ffv1 msmpeg4v3
  567. adpcm_ms ffvhuff msrle
  568. adpcm_sbpro_2 ffwavesynth msvideo1
  569. adpcm_sbpro_3 flac mszh
  570. adpcm_sbpro_4 flashsv mxpeg
  571. adpcm_swf flashsv2 nellymoser
  572. adpcm_thp flic nuv
  573. adpcm_xa flv pam
  574. adpcm_yamaha fourxm pbm
  575. alac fraps pcm_alaw
  576. als frwu pcm_bluray
  577. amrnb g723_1 pcm_dvd
  578. amrwb g729 pcm_f32be
  579. amv gif pcm_f32le
  580. anm gsm pcm_f64be
  581. ansi gsm_ms pcm_f64le
  582. ape h261 pcm_lxf
  583. ass h263 pcm_mulaw
  584. asv1 h263i pcm_s16be
  585. asv2 h264 pcm_s16le
  586. atrac1 huffyuv pcm_s16le_planar
  587. atrac3 idcin pcm_s24be
  588. aura idf pcm_s24daud
  589. aura2 iff_byterun1 pcm_s24le
  590. avrp iff_ilbm pcm_s32be
  591. avs imc pcm_s32le
  592. bethsoftvid indeo2 pcm_s8
  593. bfi indeo3 pcm_s8_planar
  594. bink indeo4 pcm_u16be
  595. binkaudio_dct indeo5 pcm_u16le
  596. binkaudio_rdft interplay_dpcm pcm_u24be
  597. bintext interplay_video pcm_u24le
  598. bmp jpeg2000 pcm_u32be
  599. bmv_audio jpegls pcm_u32le
  600. bmv_video jv pcm_u8
  601. c93 kgv1 pcm_zork
  602. cavs kmvc pcx
  603. cdgraphics lagarith pgm
  604. cinepak loco pgmyuv
  605. cljr mace3 pgssub
  606. cook mace6 pictor
  607. png sp5x vorbis
  608. ppm srt vp3
  609. prores sunrast vp5
  610. prores_lgpl svq1 vp6
  611. ptx svq3 vp6a
  612. qcelp targa vp6f
  613. qdm2 theora vp8
  614. qdraw thp vqa
  615. qpeg tiertexseqvideo wavpack
  616. qtrle tiff wmalossless
  617. r10k tmv wmapro
  618. r210 truehd wmav1
  619. ra_144 truemotion1 wmav2
  620. ra_288 truemotion2 wmavoice
  621. rawvideo truespeech wmv1
  622. rl2 tscc wmv2
  623. roq tta wmv3
  624. roq_dpcm twinvq wmv3image
  625. rpza txd wnv1
  626. rv10 ulti ws_snd1
  627. rv20 utvideo xan_dpcm
  628. rv30 v210 xan_wc3
  629. rv40 v210x xan_wc4
  630. s302m v308 xbin
  631. sgi v410 xl
  632. shorten vb xsub
  633. sipr vble xwd
  634. smackaud vc1 y41p
  635. smacker vc1image yop
  636. smc vcr1 yuv4
  637. snow vmdaudio zlib
  638. sol_dpcm vmdvideo zmbv
  639. sonic vmnc
  640.  
  641. Enabled encoders:
  642. aac ac3
  643.  
  644. Enabled hwaccels:
  645. h263_vaapi mpeg2_vaapi vc1_vaapi
  646. h264_vaapi mpeg4_vaapi wmv3_vaapi
  647.  
  648. Enabled parsers:
  649. aac dvdsub mpegaudio
  650. aac_latm flac mpegvideo
  651. ac3 gsm pnm
  652. adx h261 rv30
  653. cavsvideo h263 rv40
  654. dca h264 vc1
  655. dirac mjpeg vp3
  656. dnxhd mlp vp8
  657. dvbsub mpeg4video
  658.  
  659. Enabled demuxers:
  660. aac iff pcm_u24le
  661. ac3 image2 pcm_u32be
  662. act image2pipe pcm_u32le
  663. adf ingenient pcm_u8
  664. adx ipmovie pmp
  665. aea iss pva
  666. aiff iv8 qcp
  667. amr ivf r3d
  668. anm jv rawvideo
  669. apc latm rl2
  670. ape lmlm4 rm
  671. applehttp loas roq
  672. asf lxf rpl
  673. ass m4v rso
  674. au matroska rtp
  675. avi microdvd rtsp
  676. avs mjpeg sap
  677. bethsoftvid mlp sbg
  678. bfi mm sdp
  679. bink mmf segafilm
  680. bintext mov shorten
  681. bit mp3 siff
  682. bmv mpc smacker
  683. c93 mpc8 smjpeg
  684. caf mpegps sol
  685. cavsvideo mpegts sox
  686. cdg mpegtsraw spdif
  687. daud mpegvideo srt
  688. dfa msnwc_tcp str
  689. dirac mtv swf
  690. dnxhd mvi thp
  691. dsicin mxf tiertexseq
  692. dts mxg tmv
  693. dv nc truehd
  694. dxa nsv tta
  695. ea nut tty
  696. ea_cdata nuv txd
  697. eac3 ogg vc1
  698. ffm oma vc1t
  699. ffmetadata pcm_alaw vmd
  700. filmstrip pcm_f32be voc
  701. flac pcm_f32le vqf
  702. flic pcm_f64be w64
  703. flv pcm_f64le wav
  704. fourxm pcm_mulaw wc3
  705. g722 pcm_s16be wsaud
  706. g723_1 pcm_s16le wsvqa
  707. g729 pcm_s24be wtv
  708. gsm pcm_s24le wv
  709. gxf pcm_s32be xa
  710. h261 pcm_s32le xbin
  711. h263 pcm_s8 xmv
  712. h264 pcm_u16be xwma
  713. ico pcm_u16le yop
  714. idcin pcm_u24be yuv4mpegpipe
  715. idf
  716.  
  717. Enabled muxers:
  718. adts spdif
  719.  
  720. Enabled protocols:
  721. applehttp httpproxy rtmps
  722. cache md5 rtmpt
  723. concat mmsh rtmpte
  724. crypto mmst rtp
  725. file pipe tcp
  726. gopher rtmp udp
  727. http rtmpe
  728.  
  729. Enabled filters:
  730. abuffer drawbox pad
  731. abuffersink earwax pan
  732. aconvert fade pixdesctest
  733. aevalsrc fieldorder rgbtestsrc
  734. aformat fifo scale
  735. amerge format select
  736. amovie gradfun setdar
  737. anull hflip setpts
  738. anullsink hqdn3d setsar
  739. anullsrc life settb
  740. aresample lut showinfo
  741. ashowinfo lutrgb silencedetect
  742. asplit lutyuv slicify
  743. astreamsync mandelbrot split
  744. blackframe movie swapuv
  745. boxblur mp testsrc
  746. buffersink mptestsrc thumbnail
  747. cellauto negate tinterlace
  748. color noformat transpose
  749. copy null unsharp
  750. crop nullsink vflip
  751. cropdetect nullsrc volume
  752. delogo overlay yadif
  753. deshake
  754.  
  755. Enabled bsfs:
  756. aac_adtstoasc mjpeg2jpeg mp3_header_decompress
  757. chomp mjpega_dump_header noise
  758. dump_extradata mov2textsub remove_extradata
  759. h264_mp4toannexb mp3_header_compress text2movsub
  760. imx_dump_header
  761.  
  762. Enabled indevs:
  763.  
  764. Enabled outdevs:
  765.  
  766. License: GPL version 2 or later
  767. Creating config.mak and config.h...
  768. libavutil/avconfig.h is unchanged
  769. configure: Skipping configuration of submodule lib/libdvd/libdvdcss.
  770. Checking if we're big-endian... no
  771.  
  772. Done, type 'make install' to build and install
  773. cat /home/user/xbmc/lib/libdvd/libdvdread/misc/dvdread-config.sh >> obj/dvdread-config
  774. chmod 0755 obj/dvdread-config
  775.  
  776. Done, type 'make install' to build and install
  777. configure: Skipping configuration of submodule xbmc/visualizations/XBMCProjectM/libprojectM.
  778. configure: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
  779. configure: Skipping configuration of submodule xbmc/screensavers/rsxs-0.9/.
  780. checking for a BSD-compatible install... /usr/bin/install -c
  781. checking whether build environment is sane... yes
  782. checking for a thread-safe mkdir -p... /bin/mkdir -p
  783. checking for gawk... gawk
  784. checking whether make sets $(MAKE)... yes
  785. checking whether make supports nested variables... yes
  786. checking whether NLS is requested... no
  787. checking for msgfmt... /usr/bin/msgfmt
  788. checking for gmsgfmt... /usr/bin/msgfmt
  789. checking for xgettext... /usr/bin/xgettext
  790. checking for msgmerge... /usr/bin/msgmerge
  791. checking for style of include used by make... GNU
  792. checking for gcc... gcc
  793. checking whether the C compiler works... yes
  794. checking for C compiler default output file name... a.out
  795. checking for suffix of executables...
  796. checking whether we are cross compiling... no
  797. checking for suffix of object files... o
  798. checking whether we are using the GNU C compiler... yes
  799. checking whether gcc accepts -g... yes
  800. checking for gcc option to accept ISO C89... none needed
  801. checking dependency style of gcc... gcc3
  802. checking build system type... armv7l-unknown-linux-gnueabihf
  803. checking host system type... armv7l-unknown-linux-gnueabihf
  804. checking for ld used by GCC... /usr/bin/ld
  805. checking if the linker (/usr/bin/ld) is GNU ld... yes
  806. checking for shared library run path origin... done
  807. checking for CFPreferencesCopyAppValue... no
  808. checking for CFLocaleCopyCurrent... no
  809. checking whether to use NLS... no
  810. checking for gcc... (cached) gcc
  811. checking whether we are using the GNU C compiler... (cached) yes
  812. checking whether gcc accepts -g... (cached) yes
  813. checking for gcc option to accept ISO C89... (cached) none needed
  814. checking dependency style of gcc... (cached) gcc3
  815. checking whether gcc and cc understand -c and -o together... yes
  816. checking for an ANSI C-conforming const... yes
  817. checking how to print strings... printf
  818. checking for a sed that does not truncate output... /bin/sed
  819. checking for grep that handles long lines and -e... /bin/grep
  820. checking for egrep... /bin/grep -E
  821. checking for fgrep... /bin/grep -F
  822. checking for ld used by gcc... /usr/bin/ld
  823. checking if the linker (/usr/bin/ld) is GNU ld... yes
  824. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  825. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  826. checking whether ln -s works... yes
  827. checking the maximum length of command line arguments... 1572864
  828. checking whether the shell understands some XSI constructs... yes
  829. checking whether the shell understands "+="... yes
  830. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
  831. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
  832. checking for /usr/bin/ld option to reload object files... -r
  833. checking for objdump... objdump
  834. checking how to recognize dependent libraries... pass_all
  835. checking for dlltool... dlltool
  836. checking how to associate runtime and link libraries... printf %s\n
  837. checking for ar... ar
  838. checking for archiver @FILE support... @
  839. checking for strip... strip
  840. checking for ranlib... ranlib
  841. checking command to parse /usr/bin/nm -B output from gcc object... ok
  842. checking for sysroot... no
  843. checking for mt... mt
  844. checking if mt is a manifest tool... no
  845. checking how to run the C preprocessor... gcc -E
  846. checking for ANSI C header files... yes
  847. checking for sys/types.h... yes
  848. checking for sys/stat.h... yes
  849. checking for stdlib.h... yes
  850. checking for string.h... yes
  851. checking for memory.h... yes
  852. checking for strings.h... yes
  853. checking for inttypes.h... yes
  854. checking for stdint.h... yes
  855. checking for unistd.h... yes
  856. checking for dlfcn.h... yes
  857. checking for objdir... .libs
  858. checking if gcc supports -fno-rtti -fno-exceptions... no
  859. checking for gcc option to produce PIC... -fPIC -DPIC
  860. checking if gcc PIC flag -fPIC -DPIC works... yes
  861. checking if gcc static flag -static works... yes
  862. checking if gcc supports -c -o file.o... yes
  863. checking if gcc supports -c -o file.o... (cached) yes
  864. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  865. checking whether -lc should be explicitly linked in... no
  866. checking dynamic linker characteristics... GNU/Linux ld.so
  867. checking how to hardcode library paths into programs... immediate
  868. checking for shl_load... no
  869. checking for shl_load in -ldld... no
  870. checking for dlopen... no
  871. checking for dlopen in -ldl... yes
  872. checking whether a program can dlopen itself... yes
  873. checking whether a statically linked program can dlopen itself... no
  874. checking whether stripping libraries is possible... yes
  875. checking if libtool supports shared libraries... yes
  876. checking whether to build shared libraries... yes
  877. checking whether to build static libraries... yes
  878. checking whether ln -s works... yes
  879. checking for Posix threads... yes
  880. checking for dlfcn.h... (cached) yes
  881. checking for dlopen in -ldl... (cached) yes
  882. checking expat.h usability... yes
  883. checking expat.h presence... yes
  884. checking for expat.h... yes
  885. checking for XML_ParseBuffer in -lexpat... yes
  886. checking readline/readline.h usability... no
  887. checking readline/readline.h presence... no
  888. checking for readline/readline.h... no
  889. checking for stat... yes
  890. checking for lstat... yes
  891. checking which file name separator to use... '/'
  892. configure: creating ./config.status
  893. config.status: creating Makefile
  894. config.status: creating libcpluff/Makefile
  895. config.status: creating libcpluff/cpluffdef.h
  896. config.status: creating libcpluff/docsrc/Makefile
  897. config.status: creating libcpluff/docsrc/Doxyfile-ref
  898. config.status: creating libcpluff/docsrc/Doxyfile-impl
  899. config.status: creating loader/Makefile
  900. config.status: creating console/Makefile
  901. config.status: creating po/Makefile.in
  902. config.status: creating doc/Makefile
  903. config.status: creating doc/img/Makefile
  904. config.status: creating docsrc/Makefile
  905. config.status: creating test/Makefile
  906. config.status: creating test/plugins-source/Makefile
  907. config.status: creating test/plugins-source/callbackcounter/Makefile
  908. config.status: creating test/plugins-source/symuser/Makefile
  909. config.status: creating test/plugins-source/symprovider/Makefile
  910. config.status: creating examples/Makefile
  911. config.status: creating examples/cpfile/Makefile
  912. config.status: creating examples/cpfile/cpfile
  913. config.status: creating examples/cpfile/plugins/Makefile
  914. config.status: creating examples/cpfile/plugins/core/Makefile
  915. config.status: creating examples/cpfile/plugins/special/Makefile
  916. config.status: creating examples/cpfile/plugins/extension/Makefile
  917. config.status: creating examples/cpfile/plugins/cext/Makefile
  918. config.status: creating config.h
  919. config.status: config.h is unchanged
  920. config.status: executing po-directories commands
  921. config.status: creating po/POTFILES
  922. config.status: creating po/Makefile
  923. config.status: executing depfiles commands
  924. config.status: executing libtool commands
  925. configure: -----------------------------------------------------------
  926. configure: C-Pluff configuration
  927. configure: release version: 0.1.3
  928. configure: multi-threading support: yes (Posix)
  929. configure: dlopening mechanism: dlopen
  930. configure: localization support: no
  931. configure: use GNU readline library: no
  932. configure: assertion checks for debugging: no
  933. configure: file name separator character: '/'
  934. configure: compiler and linker settings:
  935. configure: CC='gcc'
  936. configure: CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
  937. configure: CFLAGS='-O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -mno-apcs-stack-check -Wno-psabi -Wa,-march=armv7a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mthumb-interwork'
  938. configure: LDFLAGS=''
  939. configure: LIBS=''
  940. configure: LIBS_LIBCPLUFF='-lexpat -ldl '
  941. configure: LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
  942. configure: LIB_READLINE=''
  943. configure: LTLIBINTL=''
  944. configure: -----------------------------------------------------------
  945. configure: Skipping configuration of submodule lib/gtest.
  946. configure: Skipping configuration of submodule pvr-addons.
  947. config.status: creating .dummy
  948. config.status: creating Makefile
  949. config.status: creating Makefile.include
  950. config.status: creating addons/skin.confluence/media/Makefile
  951. config.status: creating xbmc/Makefile
  952. config.status: creating xbmc/cdrip/Makefile
  953. config.status: creating xbmc/cores/Makefile
  954. config.status: creating xbmc/cores/VideoRenderers/Makefile
  955. config.status: creating xbmc/cores/dvdplayer/Makefile
  956. config.status: creating lib/Makefile
  957. config.status: creating lib/libdvd/Makefile
  958. config.status: creating xbmc/cores/DllLoader/Makefile
  959. config.status: creating xbmc/cores/DllLoader/exports/Makefile
  960. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
  961. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
  962. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
  963. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
  964. config.status: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
  965. config.status: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
  966. config.status: creating xbmc/cores/AudioEngine/Makefile
  967. config.status: creating xbmc/cores/paplayer/Makefile
  968. config.status: creating xbmc/cores/amlplayer/Makefile
  969. config.status: creating xbmc/cores/omxplayer/Makefile
  970. config.status: creating lib/timidity/Makefile
  971. config.status: creating lib/xbadpcm/Makefile
  972. config.status: creating lib/asap/Makefile
  973. config.status: creating lib/nosefart/Makefile
  974. config.status: creating lib/libsidplay2/Makefile
  975. config.status: creating lib/vgmstream/Makefile
  976. config.status: creating lib/snesapu/SNES/SNESAPU/Makefile
  977. config.status: creating lib/stsound/StSoundLibrary/Makefile
  978. config.status: creating xbmc/cores/playercorefactory/Makefile
  979. config.status: creating xbmc/music/karaoke/Makefile
  980. config.status: creating xbmc/osx/Makefile
  981. config.status: creating xbmc/guilib/Makefile
  982. config.status: creating xbmc/interfaces/Makefile
  983. config.status: creating xbmc/network/Makefile
  984. config.status: creating xbmc/network/upnp/Makefile
  985. config.status: creating lib/libRTV/Makefile
  986. config.status: creating lib/libexif/Makefile
  987. config.status: creating lib/libXDAAP/Makefile
  988. config.status: creating lib/cmyth/Makefile
  989. config.status: creating lib/libhdhomerun/Makefile
  990. config.status: creating lib/libsquish/Makefile
  991. config.status: creating lib/cximage-6.0/Makefile
  992. config.status: creating lib/addons/script.module.pil/Makefile
  993. config.status: creating lib/libUPnP/Makefile
  994. config.status: creating xbmc/DllPaths_generated.h
  995. config.status: creating xbmc/DllPaths_generated_android.h
  996. config.status: creating xbmc/freebsd/Makefile
  997. config.status: creating xbmc/linux/Makefile
  998. config.status: creating xbmc/filesystem/Makefile
  999. config.status: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
  1000. config.status: creating xbmc/visualizations/XBMCProjectM/Makefile
  1001. config.status: creating xbmc/visualizations/Goom/Makefile
  1002. config.status: creating xbmc/visualizations/OpenGLSpectrum/Makefile
  1003. config.status: creating xbmc/visualizations/fishBMC/Makefile
  1004. config.status: creating xbmc/visualizations/WaveForm/Makefile
  1005. config.status: creating lib/addons/library.xbmc.addon/Makefile
  1006. config.status: creating lib/addons/library.xbmc.gui/Makefile
  1007. config.status: creating lib/addons/library.xbmc.pvr/Makefile
  1008. config.status: creating xbmc/visualizations/EGLHelpers/Makefile
  1009. config.status: creating tools/Linux/xbmc.sh
  1010. config.status: creating tools/Linux/xbmc-standalone.sh
  1011. config.status: creating tools/TexturePacker/Makefile
  1012. config.status: creating tools/EventClients/Clients/OSXRemote/Makefile
  1013. config.status: creating xbmc/peripherals/bus/Makefile
  1014. config.status: creating xbmc/peripherals/devices/Makefile
  1015. config.status: creating xbmc/android/activity/Makefile
  1016. config.status: creating xbmc/android/loader/Makefile
  1017. config.status: creating xbmc/main/Makefile
  1018. config.status: creating xbmc/interfaces/python/Makefile
  1019. config.status: creating xbmc/interfaces/python/test/Makefile
  1020. config.status: creating xbmc/config.h
  1021. config.status: xbmc/config.h is unchanged
  1022. config.status: executing depfiles commands
  1023. config.status: executing libtool commands
  1024.  
  1025. ------------------------
  1026. XBMC Configuration:
  1027. ------------------------
  1028. git Rev.: 20130225-9e7255f
  1029. Debugging: No
  1030. Profiling: No
  1031. Optimization: Yes
  1032. SWIG Available: Yes
  1033. JRE Available: Yes
  1034. Doxygen Available: Yes
  1035. Crosscomp.: No
  1036. target ARCH: arm
  1037. target CPU: cortex-a9
  1038. OpenGLES: Yes
  1039. ALSA: Yes
  1040. DBUS: Yes
  1041. VDPAU: No
  1042. VAAPI: Yes
  1043. CrystalHD: No
  1044. VDADecoder: No
  1045. VTBDecoder: No
  1046. OpenMax: No
  1047. Joystick: No
  1048. XRandR: Yes
  1049. GOOM: No
  1050. RSXS: Yes
  1051. FishBMC: No
  1052. ProjectM: No
  1053. Skin Touched: No
  1054. X11: Yes
  1055. Bluray: Yes
  1056. TexturePacker:No
  1057. MID Support: No
  1058. ccache: No
  1059. ALSA Support: Yes
  1060. PulseAudio: No
  1061. HAL Support: No
  1062. DVDCSS: No
  1063. Google Test Framework Configured: No
  1064. Avahi: Yes
  1065. Non-free: Yes
  1066. ASAP Codec: No
  1067. MySQL: Yes
  1068. Webserver: Yes
  1069. libssh support: Yes
  1070. libRTMP support: Yes
  1071. libsmbclient support: Yes
  1072. libnfs client support:Yes
  1073. libafpclient support: No
  1074. AirPlay support: Yes
  1075. AirTunes support: Yes
  1076. UPnP support: Yes
  1077. Optical drive: No
  1078. libudev support: Yes
  1079. libusb support: No
  1080. libcec support: No
  1081. libmp3lame support: Yes
  1082. libvorbisenc support: Yes
  1083. libcap support: Yes
  1084. additional players: No
  1085. External FFmpeg: No
  1086. PVR add-ons: No
  1087. prefix: /usr/local
  1088. ------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement