Advertisement
jiapei100

VLC Configuration

Mar 1st, 2020
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 29.01 KB | None | 0 0
  1. ➜  vlc git:(master) ✗ ./configure
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking whether UID '1000' is supported by ustar format... yes
  11. checking whether GID '1000' is supported by ustar format... yes
  12. checking how to create a ustar tar archive... gnutar
  13. checking whether make supports nested variables... (cached) yes
  14. checking whether to enable maintainer-specific portions of Makefiles... yes
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking whether gcc understands -c and -o together... yes
  25. checking for style of include used by make... GNU
  26. checking dependency style of gcc... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking minix/config.h usability... no
  41. checking minix/config.h presence... no
  42. checking for minix/config.h... no
  43. checking whether it is safe to define __EXTENSIONS__... yes
  44. checking whether gcc  supports C11... yes
  45. checking for g++... g++
  46. checking whether we are using the GNU C++ compiler... yes
  47. checking whether g++ accepts -g... yes
  48. checking dependency style of g++... gcc3
  49. checking how to run the C preprocessor... gcc -E
  50. checking for gcc... gcc
  51. checking whether we are using the GNU Objective C compiler... no
  52. checking whether gcc accepts -g... no
  53. checking dependency style of gcc... gcc3
  54. checking for egrep... (cached) /bin/grep -E
  55. checking whether make sets $(MAKE)... (cached) yes
  56. checking dependency style of gcc... gcc3
  57. checking for flex... flex
  58. checking lex output file root... lex.yy
  59. checking lex library... -lfl
  60. checking whether yytext is a pointer... yes
  61. checking for bison... bison -y
  62. checking for desktop-file-validate... desktop-file-validate
  63. checking for c11-gcc... no
  64. checking for c11... no
  65. checking for c99-gcc... c99-gcc
  66. checking for an ANSI C-conforming const... yes
  67. checking for inline... inline
  68. checking for C/C++ restrict keyword... __restrict
  69. checking whether g++ supports C++14 features by default... yes
  70. checking whether C compiler accepts -Werror=unknown-warning-option... no
  71. checking whether C compiler accepts -Werror=invalid-command-line-argument... no
  72. checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
  73. checking whether C compiler accepts -Werror=invalid-command-line-argument... (cached) no
  74. checking for nasm... nasm
  75. checking for an Android system... no
  76. checking for 3rd party libraries path... not found
  77. checking how to print strings... printf
  78. checking for a sed that does not truncate output... /bin/sed
  79. checking for fgrep... /bin/grep -F
  80. checking for ld used by gcc... /usr/bin/ld
  81. checking if the linker (/usr/bin/ld) is GNU ld... yes
  82. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  83. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  84. checking whether ln -s works... yes
  85. checking the maximum length of command line arguments... 1572864
  86. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  87. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  88. checking for /usr/bin/ld option to reload object files... -r
  89. checking for objdump... objdump
  90. checking how to recognize dependent libraries... (cached) pass_all
  91. checking for dlltool... no
  92. checking how to associate runtime and link libraries... printf %s\n
  93. checking for ar... ar
  94. checking for archiver @FILE support... @
  95. checking for strip... strip
  96. checking for ranlib... ranlib
  97. checking command to parse /usr/bin/nm -B output from gcc object... ok
  98. checking for sysroot... no
  99. checking for a working dd... /bin/dd
  100. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  101. checking for mt... mt
  102. checking if mt is a manifest tool... no
  103. checking for dlfcn.h... yes
  104. checking for objdir... .libs
  105. checking if gcc supports -fno-rtti -fno-exceptions... no
  106. checking for gcc option to produce PIC... -fPIC -DPIC
  107. checking if gcc PIC flag -fPIC -DPIC works... yes
  108. checking if gcc static flag -static works... yes
  109. checking if gcc supports -c -o file.o... yes
  110. checking if gcc supports -c -o file.o... (cached) yes
  111. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  112. checking whether -lc should be explicitly linked in... no
  113. checking dynamic linker characteristics... GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking for shl_load... no
  116. checking for shl_load in -ldld... no
  117. checking for dlopen... no
  118. checking for dlopen in -ldl... yes
  119. checking whether a program can dlopen itself... yes
  120. checking whether a statically linked program can dlopen itself... no
  121. checking whether stripping libraries is possible... yes
  122. checking if libtool supports shared libraries... yes
  123. checking whether to build shared libraries... yes
  124. checking whether to build static libraries... no
  125. checking how to run the C++ preprocessor... g++ -E
  126. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  127. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  128. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  129. checking for g++ option to produce PIC... -fPIC -DPIC
  130. checking if g++ PIC flag -fPIC -DPIC works... yes
  131. checking if g++ static flag -static works... yes
  132. checking if g++ supports -c -o file.o... yes
  133. checking if g++ supports -c -o file.o... (cached) yes
  134. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  135. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  136. checking how to hardcode library paths into programs... immediate
  137. checking for windres... no
  138. checking for bash... /bin/bash
  139. checking if dolt supports this host... yes, replacing libtool
  140. checking whether NLS is requested... yes
  141. checking for msgfmt... /usr/bin/msgfmt
  142. checking for gmsgfmt... /usr/bin/msgfmt
  143. checking for xgettext... /usr/bin/xgettext
  144. checking for msgmerge... /usr/bin/msgmerge
  145. checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
  146. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  147. checking for shared library run path origin... done
  148. checking for CFPreferencesCopyAppValue... no
  149. checking for CFLocaleCopyCurrent... no
  150. checking for GNU gettext in libc... yes
  151. checking whether to use NLS... yes
  152. checking where the gettext function comes from... libc
  153. checking for iconv... yes
  154. checking for working iconv... yes
  155. checking for iconv declaration...
  156.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  157. checking for buggy GNU/libc versions... not present
  158. checking for shared objects suffix... .so
  159. checking for accept4... yes
  160. checking for daemon... yes
  161. checking for fcntl... yes
  162. checking for flock... yes
  163. checking for fstatat... yes
  164. checking for fstatvfs... yes
  165. checking for fork... yes
  166. checking for getmntent_r... yes
  167. checking for getenv... yes
  168. checking for getpwuid_r... yes
  169. checking for isatty... yes
  170. checking for memalign... yes
  171. checking for mkostemp... yes
  172. checking for mmap... yes
  173. checking for open_memstream... yes
  174. checking for newlocale... yes
  175. checking for pipe2... yes
  176. checking for pread... yes
  177. checking for posix_fadvise... yes
  178. checking for posix_madvise... yes
  179. checking for setlocale... yes
  180. checking for stricmp... no
  181. checking for strnicmp... no
  182. checking for strptime... yes
  183. checking for uselocale... yes
  184. checking for aligned_alloc... yes
  185. checking for atof... yes
  186. checking for atoll... yes
  187. checking for dirfd... yes
  188. checking for fdopendir... yes
  189. checking for flockfile... yes
  190. checking for fsync... yes
  191. checking for getdelim... yes
  192. checking for getpid... yes
  193. checking for lfind... yes
  194. checking for lldiv... yes
  195. checking for memrchr... yes
  196. checking for nrand48... yes
  197. checking for poll... yes
  198. checking for posix_memalign... yes
  199. checking for recvmsg... yes
  200. checking for rewind... yes
  201. checking for sendmsg... yes
  202. checking for setenv... yes
  203. checking for strcasecmp... yes
  204. checking for strcasestr... yes
  205. checking for strdup... yes
  206. checking for strlcpy... no
  207. checking for strndup... yes
  208. checking for strnlen... yes
  209. checking for strnstr... no
  210. checking for strsep... yes
  211. checking for strtof... yes
  212. checking for strtok_r... yes
  213. checking for strtoll... yes
  214. checking for swab... yes
  215. checking for tdestroy... yes
  216. checking for tfind... yes
  217. checking for timegm... yes
  218. checking for timespec_get... yes
  219. checking for strverscmp... yes
  220. checking for pathconf... yes
  221. checking for gettimeofday... yes
  222. checking for fdatasync... yes
  223. checking whether realpath is declared... yes
  224. checking whether asprintf is declared... yes
  225. checking whether vasprintf is declared... yes
  226. checking whether gmtime_r is declared... yes
  227. checking whether localtime_r is declared... yes
  228. checking for static_assert in assert.h... yes
  229. checking for working strcoll... yes
  230. checking for eventfd... yes
  231. checking for vmsplice... yes
  232. checking for sched_getaffinity... yes
  233. checking for recvmmsg... yes
  234. checking for memfd_create... yes
  235. checking for struct pollfd... yes
  236. checking for struct timespec... yes
  237. checking for max_align_t... yes
  238. checking for library containing connect... none required
  239. checking for library containing inet_pton... none required
  240. checking for struct if_nameindex... yes
  241. checking for if_nameindex... yes
  242. checking for socklen_t in sys/socket.h... yes
  243. checking for struct sockaddr_storage... yes
  244. checking for getopt_long... yes
  245. checking for cos in -lm... yes
  246. checking for lrintf in -lm... yes
  247. checking for nanf in -lm... yes
  248. checking for sincos in -lm... yes
  249. checking broken qsort_r prototype... no
  250. checking _Thread_local support... ok
  251. checking threads.h usability... no
  252. checking threads.h presence... no
  253. checking for threads.h... no
  254. checking for getaddrinfo_a in -lanl... yes
  255. checking for library containing dlsym... -ldl
  256. checking for library containing clock_nanosleep... none required
  257. checking arpa/inet.h usability... yes
  258. checking arpa/inet.h presence... yes
  259. checking for arpa/inet.h... yes
  260. checking pthread.h usability... yes
  261. checking pthread.h presence... yes
  262. checking for pthread.h... yes
  263. checking search.h usability... yes
  264. checking search.h presence... yes
  265. checking for search.h... yes
  266. checking sys/shm.h usability... yes
  267. checking sys/shm.h presence... yes
  268. checking for sys/shm.h... yes
  269. checking sys/socket.h usability... yes
  270. checking sys/socket.h presence... yes
  271. checking for sys/socket.h... yes
  272. checking sys/uio.h usability... yes
  273. checking sys/uio.h presence... yes
  274. checking for sys/uio.h... yes
  275. checking for net/if.h... yes
  276. checking syslog.h usability... yes
  277. checking syslog.h presence... yes
  278. checking for syslog.h... yes
  279. checking netinet/tcp.h usability... yes
  280. checking netinet/tcp.h presence... yes
  281. checking for netinet/tcp.h... yes
  282. checking netinet/udplite.h usability... no
  283. checking netinet/udplite.h presence... no
  284. checking for netinet/udplite.h... no
  285. checking sys/param.h usability... yes
  286. checking sys/param.h presence... yes
  287. checking for sys/param.h... yes
  288. checking sys/mount.h usability... yes
  289. checking sys/mount.h presence... yes
  290. checking for sys/mount.h... yes
  291. checking features.h usability... yes
  292. checking features.h presence... yes
  293. checking for features.h... yes
  294. checking getopt.h usability... yes
  295. checking getopt.h presence... yes
  296. checking for getopt.h... yes
  297. checking linux/dccp.h usability... yes
  298. checking linux/dccp.h presence... yes
  299. checking for linux/dccp.h... yes
  300. checking linux/magic.h usability... yes
  301. checking linux/magic.h presence... yes
  302. checking for linux/magic.h... yes
  303. checking sys/eventfd.h usability... yes
  304. checking sys/eventfd.h presence... yes
  305. checking for sys/eventfd.h... yes
  306. checking xlocale.h usability... no
  307. checking xlocale.h presence... no
  308. checking for xlocale.h... no
  309. checking if C++ headers define locale_t... yes
  310. checking for ssize_t... yes
  311. checking for pkg-config... /usr/bin/pkg-config
  312. checking pkg-config is at least version 0.9.0... yes
  313. checking zlib.h usability... yes
  314. checking zlib.h presence... yes
  315. checking for zlib.h... yes
  316. checking for IDN... no
  317. checking for DBUS... yes
  318. checking for SYSTEMD... yes
  319. checking whether C compiler accepts -Wall... yes
  320. checking whether C compiler accepts -Wextra... yes
  321. checking whether C compiler accepts -Wsign-compare... yes
  322. checking whether C compiler accepts -Wundef... yes
  323. checking whether C compiler accepts -Wpointer-arith... yes
  324. checking whether C compiler accepts -Wvolatile-register-var... yes
  325. checking whether C compiler accepts -Wformat... yes
  326. checking whether C compiler accepts -Wformat-security... yes
  327. checking whether C compiler accepts -Wduplicated-branches... yes
  328. checking whether C compiler accepts -Wduplicated-cond... yes
  329. checking whether C compiler accepts -Wall... (cached) yes
  330. checking whether C compiler accepts -Wextra... (cached) yes
  331. checking whether C compiler accepts -Wsign-compare... (cached) yes
  332. checking whether C compiler accepts -Wundef... (cached) yes
  333. checking whether C compiler accepts -Wpointer-arith... (cached) yes
  334. checking whether C compiler accepts -Wvolatile-register-var... (cached) yes
  335. checking whether C compiler accepts -Wformat... (cached) yes
  336. checking whether C compiler accepts -Wformat-security... (cached) yes
  337. checking whether C compiler accepts -Wduplicated-branches... (cached) yes
  338. checking whether C compiler accepts -Wduplicated-cond... (cached) yes
  339. checking whether C compiler accepts -Wbad-function-cast... yes
  340. checking whether C compiler accepts -Wwrite-strings... yes
  341. checking whether C compiler accepts -Wmissing-prototypes... yes
  342. checking whether C compiler accepts -Werror-implicit-function-declaration... yes
  343. checking whether C compiler accepts -Winit-self... yes
  344. checking whether C compiler accepts -Wlogical-op... yes
  345. checking whether C compiler accepts -Wshadow=local... yes
  346. checking whether C compiler accepts -Wmultistatement-macros... no
  347. checking whether C compiler accepts -pipe... yes
  348. checking valgrind/valgrind.h usability... yes
  349. checking valgrind/valgrind.h presence... yes
  350. checking for valgrind/valgrind.h... yes
  351. checking if gcc accepts -fvisibility=hidden... yes
  352. checking whether C compiler accepts -fno-math-errno... yes
  353. checking whether C compiler accepts -funsafe-math-optimizations... yes
  354. checking whether C compiler accepts -fno-rounding-math... yes
  355. checking whether C compiler accepts -fno-signaling-nans... yes
  356. checking whether C compiler accepts -fcx-limited-range... yes
  357. checking whether C compiler accepts -fno-math-errno... (cached) yes
  358. checking whether C compiler accepts -funsafe-math-optimizations... (cached) yes
  359. checking whether C compiler accepts -fno-rounding-math... (cached) yes
  360. checking whether C compiler accepts -fno-signaling-nans... (cached) yes
  361. checking whether C compiler accepts -fcx-limited-range... (cached) yes
  362. checking if gcc accepts -funroll-loops... yes
  363. checking whether C compiler accepts -fstack-protector-strong... yes
  364. checking whether C compiler accepts -fstack-protector-strong... (cached) yes
  365. checking if linker supports -Bsymbolic... -Wl,-Bsymbolic
  366. checking if linker supports -z,defs... yes
  367. checking for __attribute__((packed))... yes
  368. checking execinfo.h usability... yes
  369. checking execinfo.h presence... yes
  370. checking for execinfo.h... yes
  371. checking for backtrace... yes
  372. checking if gcc groks MMX intrinsics... yes
  373. checking if gcc groks MMX inline assembly... yes
  374. checking if gcc groks MMX EXT inline assembly... yes
  375. checking if gcc groks SSE2 intrinsics... yes
  376. checking if gcc groks SSE inline assembly... yes
  377. checking if gcc groks SSE2 inline assembly... yes
  378. checking if gcc groks SSE3 inline assembly... yes
  379. checking if gcc groks SSSE3 inline assembly... yes
  380. checking if gcc groks SSE4.1 inline assembly... yes
  381. checking if gcc groks SSE4.2 inline assembly... yes
  382. checking if gcc groks SSE4A inline assembly... yes
  383. checking if gcc groks AVX2 intrinsics... yes
  384. checking if gcc groks AVX inline assembly... no
  385. checking if gcc groks AVX2 inline assembly... no
  386. checking if gcc groks 3D Now! inline assembly... yes
  387. checking for LUA... no
  388. configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
  389. checking for LUA... no
  390. configure: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
  391. checking for LUA... no
  392. configure: WARNING: No package 'lua' found, trying manual detection instead
  393. checking lua.h usability... yes
  394. checking lua.h presence... yes
  395. checking for lua.h... yes
  396. checking lauxlib.h usability... yes
  397. checking lauxlib.h presence... yes
  398. checking for lauxlib.h... yes
  399. checking lualib.h usability... yes
  400. checking lualib.h presence... yes
  401. checking for lualib.h... yes
  402. checking for luaL_newstate in -llua5.2 ... no
  403. checking for luaL_newstate in -llua5.1 ... no
  404. checking for luaL_newstate in -llua51 ... no
  405. checking for luaL_newstate in -llua ... yes
  406. checking for luac... luac
  407. od: cannot skip past end of combined input
  408. ./configure: line 32810: test: too many arguments
  409. checking for ARCHIVE... yes
  410. checking for LIVE555... yes
  411. checking for DC1394... yes
  412. checking for DV1394... yes
  413. checking for LINSYS_SDI... yes
  414. checking for DVDREAD... no
  415. configure: WARNING: Library dvdread > 6.0.0 needed for dvdread was not found
  416. checking for DVDNAV... yes
  417. checking for BLURAY... yes
  418. checking for OPENCV... yes
  419. checking for SMBCLIENT... yes
  420. checking for DSM... yes
  421. checking for SFTP... yes
  422. checking for NFS... yes
  423. checking for SMB2... no
  424. configure: WARNING: Library libsmb2 >= 3.0.0 needed for smb2 was not found
  425. checking linux/videodev2.h usability... yes
  426. checking linux/videodev2.h presence... yes
  427. checking for linux/videodev2.h... yes
  428. checking ffnvcodec/dynlink_loader.h usability... no
  429. checking ffnvcodec/dynlink_loader.h presence... no
  430. checking for ffnvcodec/dynlink_loader.h... no
  431. checking DeckLinkAPIDispatch.cpp usability... no
  432. checking DeckLinkAPIDispatch.cpp presence... no
  433. checking for DeckLinkAPIDispatch.cpp... no
  434. configure: WARNING: Blackmagic DeckLink SDI include files not found, decklink disabled
  435. checking for cdrom_msf0 in linux/cdrom.h... yes
  436. checking for scsireq in sys/scsiio.h... no
  437. checking for ioc_toc_header in sys/cdio.h... no
  438. checking for LIBCDDB... yes
  439. checking for Linux DVB version 5.1... yes
  440. checking for VNC... yes
  441. checking for FREERDP... no
  442. configure: WARNING: Library freerdp >= 1.0.1 needed for freerdp was not found
  443. checking for ASDCP... no
  444. checking for DVBPSI... yes
  445. checking gme/gme.h usability... yes
  446. checking gme/gme.h presence... yes
  447. checking for gme/gme.h... yes
  448. checking for gme_identify_header in -lgme... yes
  449. checking for SID... yes
  450. checking sidplay/builders/resid.h usability... no
  451. checking sidplay/builders/resid.h presence... no
  452. checking for sidplay/builders/resid.h... no
  453. configure: WARNING:  (required for sid).
  454. checking for OGG... yes
  455. checking for LIBVORBIS... yes
  456. checking for OGG... yes
  457. checking for SHOUT... yes
  458. checking for MATROSKA... no
  459. checking for LIBMODPLUG... yes
  460. checking mpc/mpcdec.h usability... yes
  461. checking mpc/mpcdec.h presence... yes
  462. checking for mpc/mpcdec.h... yes
  463. checking for SHINE... yes
  464. checking for libcrystalhd/libcrystalhd_if.h... no
  465. checking mad.h usability... yes
  466. checking mad.h presence... yes
  467. checking for mad.h... yes
  468. checking for mad_bit_init in -lmad... yes
  469. checking for MPG123... yes
  470. checking for GST_APP... yes
  471. checking for GST_VIDEO... yes
  472. checking for libavutil variant... ffmpeg
  473. checking for AVCODEC... yes
  474. checking libavcodec/avcodec.h usability... yes
  475. checking libavcodec/avcodec.h presence... yes
  476. checking for libavcodec/avcodec.h... yes
  477. checking libavutil/avutil.h usability... yes
  478. checking libavutil/avutil.h presence... yes
  479. checking for libavutil/avutil.h... yes
  480. checking for LIBVA... yes
  481. checking for LIBVA_DRM... yes
  482. checking for LIBVA_X11... yes
  483. checking for LIBVA_WL... yes
  484. checking libavcodec/vaapi.h usability... yes
  485. checking libavcodec/vaapi.h presence... yes
  486. checking for libavcodec/vaapi.h... yes
  487. configure: VA API acceleration activated
  488. checking dxgidebug.h usability... no
  489. checking dxgidebug.h presence... no
  490. checking for dxgidebug.h... no
  491. checking dxgi1_6.h usability... no
  492. checking dxgi1_6.h presence... no
  493. checking for dxgi1_6.h... no
  494. checking for AVFORMAT... yes
  495. checking libavformat/avformat.h usability... yes
  496. checking libavformat/avformat.h presence... yes
  497. checking for libavformat/avformat.h... yes
  498. checking libavformat/avio.h usability... yes
  499. checking libavformat/avio.h presence... yes
  500. checking for libavformat/avio.h... yes
  501. checking for libavcodec/avcodec.h... (cached) yes
  502. checking for libavutil/avutil.h... (cached) yes
  503. checking for SWSCALE... yes
  504. checking libswscale/swscale.h usability... yes
  505. checking libswscale/swscale.h presence... yes
  506. checking for libswscale/swscale.h... yes
  507. checking for libavutil/avutil.h... (cached) yes
  508. checking for POSTPROC... yes
  509. checking postproc/postprocess.h usability... no
  510. checking postproc/postprocess.h presence... no
  511. checking for postproc/postprocess.h... no
  512. checking neaacdec.h usability... yes
  513. checking neaacdec.h presence... yes
  514. checking for neaacdec.h... yes
  515. checking for NeAACDecOpen in -lfaad... yes
  516. checking for AOM... no
  517. configure: WARNING: Library aom needed for aom was not found
  518. checking for DAV1D... yes
  519. checking for VPX... yes
  520. checking for vpx_codec_vp8_dx in -lvpx... yes
  521. checking for vpx_codec_vp9_dx in -lvpx... yes
  522. checking for vpx_codec_vp8_cx in -lvpx... yes
  523. checking for vpx_codec_vp9_cx in -lvpx... yes
  524. checking for TWOLAME... yes
  525. checking a52dec/a52.h usability... yes
  526. checking a52dec/a52.h presence... yes
  527. checking for a52dec/a52.h... yes
  528. checking for a52_free in -la52... yes
  529. checking for DCA... yes
  530. checking for FLAC... yes
  531. checking for LIBMPEG2... yes
  532. checking for VORBIS... yes
  533. checking for SPEEX... yes
  534. checking for SPEEXDSP... yes
  535. checking for OPUS... yes
  536. checking for SPATIALAUDIO... no
  537. configure: WARNING: Library spatialaudio needed for spatialaudio was not found
  538. checking for THEORA... yes
  539. checking for OGGSPOTS... yes
  540. checking for SCHROEDINGER... no
  541. configure: WARNING: Library schroedinger-1.0 >= 1.0.10 needed for schroedinger was not found
  542. checking png.h usability... yes
  543. checking png.h presence... yes
  544. checking for png.h... yes
  545. checking for png_set_alpha_mode in -lpng... yes
  546. checking jpeglib.h usability... yes
  547. checking jpeglib.h presence... yes
  548. checking for jpeglib.h... yes
  549. checking libbpg.h usability... no
  550. checking libbpg.h presence... no
  551. checking for libbpg.h... no
  552. checking for X262... no
  553. checking for X265... yes
  554. checking for X264... yes
  555. checking for X26410b... no
  556. checking for MFX... no
  557. configure: WARNING: Library libmfx needed for mfx was not found
  558. checking for FLUIDSYNTH... yes
  559. checking for FLUIDLITE... no
  560. configure: WARNING: Library fluidlite needed for fluidlite was not found
  561. checking fluidlite.h usability... no
  562. checking fluidlite.h presence... no
  563. checking for fluidlite.h... no
  564. checking for ZVBI... yes
  565. checking for ARIBB24... yes
  566. checking for ARIBB25... yes
  567. checking for KATE... yes
  568. checking for TIGER... no
  569. checking for LIBPLACEBO... no
  570. checking for EGL... yes
  571. checking for GL... yes
  572. checking for X... libraries , headers
  573. checking for gethostbyname... yes
  574. checking for connect... yes
  575. checking for remove... yes
  576. checking for shmat... yes
  577. checking for IceConnectionNumber in -lICE... yes
  578. checking X11/Xlib.h usability... yes
  579. checking X11/Xlib.h presence... yes
  580. checking for X11/Xlib.h... yes
  581. checking for XCB... yes
  582. checking for XCB_COMPOSITE... yes
  583. checking for XCB_RANDR... yes
  584. checking for XCB_RENDER... yes
  585. checking for XCB_SHM... yes
  586. checking for XCB_XKB... yes
  587. checking for XPROTO... yes
  588. checking for XKBCOMMON_X11... yes
  589. checking for XCB_KEYSYMS... yes
  590. checking for VDPAU... no
  591. checking for WAYLAND_CLIENT... yes
  592. checking for WAYLAND_CURSOR... yes
  593. checking for WAYLAND_EGL... yes
  594. checking for WAYLAND_SCANNER... yes
  595. checking for WAYLAND_PROTOCOLS... no
  596. configure: WARNING:  Requested 'wayland-protocols >= 1.15' but version of Wayland Protocols is 1.13.
  597. checking for XKBCOMMON... yes
  598. checking for SDL_IMAGE... no
  599. configure: WARNING: No package 'SDL_image' found. You should install it alongside your SDL package.
  600. checking for FREETYPE... yes
  601. checking for FONTCONFIG... yes
  602. checking for FRIBIDI... yes
  603. checking for HARFBUZZ... yes
  604. checking for LIBASS... yes
  605. checking for ISpObjectToken... no
  606. configure: WARNING: sapi.h not found. Text to Speech renderer for Windows disabled
  607. checking for SVG... yes
  608. checking for SVGDEC... yes
  609. checking linux/fb.h usability... yes
  610. checking linux/fb.h presence... yes
  611. checking for linux/fb.h... yes
  612. checking for KMS... yes
  613. checking for CACA... yes
  614. checking kva.h usability... no
  615. checking kva.h presence... no
  616. checking for kva.h... no
  617. checking interface/mmal/mmal.h usability... no
  618. checking interface/mmal/mmal.h presence... no
  619. checking for interface/mmal/mmal.h... no
  620. configure: WARNING: Cannot find development headers for mmal...
  621. checking for PULSE... yes
  622. checking for ALSA... yes
  623. checking sndio.h usability... yes
  624. checking sndio.h presence... yes
  625. checking for sndio.h... yes
  626. checking audioclient.h usability... no
  627. checking audioclient.h presence... no
  628. checking for audioclient.h... no
  629. checking for JACK... no
  630. configure: WARNING: Requested 'jack >= 1.9.7' but version of jack is 0.125.0rc1, trying jack1 instead
  631. checking for JACK... yes
  632. checking for SAMPLERATE... no
  633. configure: WARNING: Library samplerate needed for samplerate was not found
  634. checking for SOXR... yes
  635. checking kai.h usability... no
  636. checking kai.h presence... no
  637. checking for kai.h... no
  638. checking for CHROMAPRINT... yes
  639. checking for protoc... protoc
  640. checking for CHROMECAST... yes
  641. checking for QT... yes
  642. checking for QT5_X11... yes
  643. checking for moc-qt5... no
  644. checking for moc... no
  645. checking for rcc-qt5... no
  646. checking for rcc... no
  647. checking for uic-qt5... no
  648. checking for uic... no
  649. checking for qmlcachegen-qt5... no
  650. checking for qmlcachegen... no
  651. configure: WARNING: qmlcachegen not found
  652. checking for XPM... yes
  653. checking for XINERAMA... yes
  654. checking for XCURSOR... yes
  655. checking for XEXT... yes
  656. checking libtar.h usability... yes
  657. checking libtar.h presence... yes
  658. checking for libtar.h... yes
  659. checking VideoToolbox/VideoToolbox.h usability... no
  660. checking VideoToolbox/VideoToolbox.h presence... no
  661. checking for VideoToolbox/VideoToolbox.h... no
  662. checking AudioToolbox/AudioToolbox.h usability... no
  663. checking AudioToolbox/AudioToolbox.h presence... no
  664. checking for AudioToolbox/AudioToolbox.h... no
  665. checking for NCURSES... yes
  666. checking for BITSTREAM... no
  667. checking for SRT... yes
  668. checking for GOOM... no
  669. configure: WARNING: Library libgoom2 needed for goom was not found
  670. checking for PROJECTM... yes
  671. checking for VSXU... no
  672. configure: WARNING: No package 'libvsxu' found.
  673. checking for AVAHI... yes
  674. checking for UDEV... yes
  675. checking for MTP... yes
  676. checking for UPNP... yes
  677. checking for MICRODNS... yes
  678. checking for LIBXML2... yes
  679. checking for gcrypt 1.6.0 or later... yes
  680. checking for GNUTLS... yes
  681. checking for TAGLIB... yes
  682. checking for SECRET... yes
  683. checking for NOTIFY... yes
  684. checking for MEDIALIBRARY... no
  685. configure: WARNING: Library medialibrary >= 0.7.1 needed for medialibrary was not found
  686. checking whether byte ordering is bigendian... no
  687. ./configure: line 60128: kde4-config: command not found
  688. checking that generated files are newer than configure... done
  689. configure: creating ./config.status
  690. config.status: creating Makefile
  691. config.status: creating doc/Makefile
  692. config.status: creating modules/Makefile
  693. config.status: creating m4/Makefile
  694. config.status: creating po/Makefile.in
  695. config.status: creating share/Makefile
  696. config.status: creating compat/Makefile
  697. config.status: creating src/Makefile
  698. config.status: creating lib/Makefile
  699. config.status: creating bin/Makefile
  700. config.status: creating test/Makefile
  701. config.status: creating modules/hw/mmal/Makefile
  702. config.status: creating share/vlc.appdata.xml.in
  703. config.status: creating config.h
  704. config.status: executing depfiles commands
  705. config.status: executing libtool commands
  706. config.status: executing po-directories commands
  707. config.status: creating po/POTFILES
  708. config.status: creating po/Makefile
  709.  
  710. libvlc configuration
  711. --------------------
  712. version               : 4.0.0-dev
  713. system                : linux
  714. architecture          : x86_64 mmx sse sse2 avx avx2
  715. optimizations         : yes
  716. vlc aliases           : cvlc rvlc qvlc svlc nvlc
  717.  
  718. To build vlc and its plugins, type `make', or `./compile' if you like nice colors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement