Advertisement
Guest User

Make without optimization

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