Advertisement
Guest User

Error while building vlc-git

a guest
Jan 23rd, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 205.72 KB | None | 0 0
  1. [silencer@myhostname vlc-git]$ makepkg
  2. ==> Making package: vlc-git 4.0.0.r864.gff0d2f1c9d-1 (Tue Jan 23 14:00:02 UTC 2018)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6.   -> Cloning vlc git repo...
  7. Cloning into bare repository '/home/silencer/vlc-git/vlc-git/vlc'...
  8. remote: Counting objects: 545034, done.
  9. remote: Compressing objects:  14% (46/322)  
  10. remote: Compressing objects:  30% (97/322)  
  11. remote: Compressing objects:  45% (145/322)  
  12. remote: Compressing objects:  60% (194/322)  
  13. remote: Compressing objects:  75% (242/322)  
  14. remote: Compressing objects:  91% (294/322)  
  15. remote: Compressing objects: 100% (322/322), done.
  16. Receiving objects:   9% (49054/545034), 9.91 MiB | 4.84 MiB/s    
  17. Receiving objects:  15% (85541/545034), 35.93 MiB | 5.73 MiB/s  
  18. Receiving objects:  20% (109007/545034), 85.07 MiB | 6.22 MiB/s  
  19. Receiving objects:  23% (125358/545034), 119.94 MiB | 4.46 MiB/s  
  20. Receiving objects:  27% (151761/545034), 146.08 MiB | 1.30 MiB/s  
  21. Receiving objects:  29% (158505/545034), 173.76 MiB | 3.34 MiB/s    
  22. Receiving objects:  36% (196213/545034), 197.05 MiB | 4.00 MiB/s  
  23. Receiving objects:  43% (234365/545034), 223.32 MiB | 6.38 MiB/s  
  24. Receiving objects:  49% (269328/545034), 244.76 MiB | 5.94 MiB/s  
  25. Receiving objects:  58% (316120/545034), 260.92 MiB | 5.98 MiB/s  
  26. Receiving objects:  67% (366173/545034), 272.87 MiB | 5.35 MiB/s  
  27. Receiving objects:  75% (408776/545034), 285.82 MiB | 3.97 MiB/s  
  28. Receiving objects:  82% (447721/545034), 305.46 MiB | 4.87 MiB/s  
  29. Receiving objects:  90% (490531/545034), 322.57 MiB | 4.87 MiB/s  
  30. Receiving objects:  98% (538920/545034), 338.57 MiB | 5.18 MiB/s  
  31. remote: Total 545034 (delta 314), reused 311 (delta 204), pack-reused 544507
  32. Receiving objects: 100% (545034/545034), 377.35 MiB | 4.27 MiB/s, done.
  33. Resolving deltas:  14% (64797/437976)  
  34. Resolving deltas:  27% (118309/437976)  
  35. Resolving deltas:  40% (175194/437976)  
  36. Resolving deltas:  54% (236512/437976)  
  37. Resolving deltas:  71% (311037/437976)  
  38. Resolving deltas:  88% (385427/437976)  
  39. Resolving deltas: 100% (437976/437976), done.
  40.   -> Found lua53_compat.patch
  41.   -> Found update-vlc-plugin-cache.hook
  42. ==> Validating source files with sha512sums...
  43.     vlc ... Skipped
  44.     lua53_compat.patch ... Passed
  45.     update-vlc-plugin-cache.hook ... Passed
  46. ==> Extracting sources...
  47.   -> Creating working copy of vlc git repo...
  48. Cloning into 'vlc'...
  49. done.
  50. ==> Starting prepare()...
  51. patching file modules/lua/vlc.h
  52. ==> Starting pkgver()...
  53. ==> Starting build()...
  54. autoreconf: Entering directory `.'
  55. autoreconf: running: autopoint --force
  56. Copying file ABOUT-NLS
  57. Copying file po/Makevars.template
  58. Copying file po/Rules-quot
  59. Copying file po/boldquot.sed
  60. Copying file po/[email protected]
  61. Copying file po/[email protected]
  62. Copying file po/insert-header.sin
  63. Copying file po/quot.sed
  64. Copying file po/remove-potcdate.sin
  65. autoreconf: running: aclocal -I m4 --force -I m4
  66. autoreconf: configure.ac: tracing
  67. autoreconf: running: libtoolize --copy --force
  68. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
  69. libtoolize: copying file 'autotools/ltmain.sh'
  70. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  71. libtoolize: copying file 'm4/libtool.m4'
  72. libtoolize: copying file 'm4/ltoptions.m4'
  73. libtoolize: copying file 'm4/ltsugar.m4'
  74. libtoolize: copying file 'm4/ltversion.m4'
  75. libtoolize: copying file 'm4/lt~obsolete.m4'
  76. autoreconf: running: /usr/bin/autoconf --include=m4 --force
  77. autoreconf: running: /usr/bin/autoheader --include=m4 --force
  78. autoreconf: running: automake --add-missing --copy --force-missing
  79. configure.ac:46: installing 'autotools/compile'
  80. configure.ac:23: installing 'autotools/config.guess'
  81. configure.ac:23: installing 'autotools/config.sub'
  82. configure.ac:27: installing 'autotools/install-sh'
  83. configure.ac:27: installing 'autotools/missing'
  84. parallel-tests: installing 'autotools/test-driver'
  85. bin/Makefile.am: installing 'autotools/depcomp'
  86. configure.ac: installing 'autotools/ylwrap'
  87. autoreconf: Leaving directory `.'
  88. Successfully bootstrapped
  89. configure: WARNING: unrecognized options: --enable-vcdx
  90. checking build system type... x86_64-pc-linux-gnu
  91. checking host system type... x86_64-pc-linux-gnu
  92. checking for a BSD-compatible install... /usr/bin/install -c
  93. checking whether build environment is sane... yes
  94. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  95. checking for gawk... gawk
  96. checking whether make sets $(MAKE)... yes
  97. checking whether make supports nested variables... yes
  98. checking whether UID '1002' is supported by ustar format... yes
  99. checking whether GID '1002' is supported by ustar format... yes
  100. checking how to create a ustar tar archive... gnutar
  101. checking whether make supports nested variables... (cached) yes
  102. checking whether to enable maintainer-specific portions of Makefiles... yes
  103. checking for gcc... gcc
  104. checking whether the C compiler works... yes
  105. checking for C compiler default output file name... a.out
  106. checking for suffix of executables...
  107. checking whether we are cross compiling... no
  108. checking for suffix of object files... o
  109. checking whether we are using the GNU C compiler... yes
  110. checking whether gcc accepts -g... yes
  111. checking for gcc option to accept ISO C89... none needed
  112. checking whether gcc understands -c and -o together... yes
  113. checking for style of include used by make... GNU
  114. checking dependency style of gcc... gcc3
  115. checking how to run the C preprocessor... gcc -E
  116. checking for grep that handles long lines and -e... /usr/bin/grep
  117. checking for egrep... /usr/bin/grep -E
  118. checking for ANSI C header files... yes
  119. checking for sys/types.h... yes
  120. checking for sys/stat.h... yes
  121. checking for stdlib.h... yes
  122. checking for string.h... yes
  123. checking for memory.h... yes
  124. checking for strings.h... yes
  125. checking for inttypes.h... yes
  126. checking for stdint.h... yes
  127. checking for unistd.h... yes
  128. checking minix/config.h usability... no
  129. checking minix/config.h presence... no
  130. checking for minix/config.h... no
  131. checking whether it is safe to define __EXTENSIONS__... yes
  132. checking whether gcc  supports C11... yes
  133. checking for g++... g++
  134. checking whether we are using the GNU C++ compiler... yes
  135. checking whether g++ accepts -g... yes
  136. checking dependency style of g++... gcc3
  137. checking how to run the C preprocessor... gcc -E
  138. checking for gcc... gcc
  139. checking whether we are using the GNU Objective C compiler... yes
  140. checking whether gcc accepts -g... yes
  141. checking dependency style of gcc... gcc3
  142. checking for egrep... (cached) /usr/bin/grep -E
  143. checking whether make sets $(MAKE)... (cached) yes
  144. checking dependency style of gcc... gcc3
  145. checking for flex... flex
  146. checking lex output file root... lex.yy
  147. checking lex library... -lfl
  148. checking whether yytext is a pointer... yes
  149. checking for bison... bison -y
  150. checking for desktop-file-validate... desktop-file-validate
  151. checking for c11-gcc... no
  152. checking for c11... no
  153. checking for c99-gcc... no
  154. checking for c99... c99
  155. checking for an ANSI C-conforming const... yes
  156. checking for inline... inline
  157. checking for C/C++ restrict keyword... __restrict
  158. checking whether g++ supports C++11 features by default... no
  159. checking whether g++ supports C++11 features with -std=c++11... yes
  160. checking whether C compiler accepts -Werror=unknown-warning-option... no
  161. checking whether C compiler accepts -Werror=invalid-command-line-argument... no
  162. checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
  163. checking whether C compiler accepts -Werror=invalid-command-line-argument... (cached) no
  164. checking for an Android system... no
  165. checking for Tizen... no
  166. checking for 3rd party libraries path... not found
  167. checking how to print strings... printf
  168. checking for a sed that does not truncate output... /usr/bin/sed
  169. checking for fgrep... /usr/bin/grep -F
  170. checking for ld used by gcc... /usr/bin/ld
  171. checking if the linker (/usr/bin/ld) is GNU ld... yes
  172. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  173. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  174. checking whether ln -s works... yes
  175. checking the maximum length of command line arguments... 1572864
  176. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  177. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  178. checking for /usr/bin/ld option to reload object files... -r
  179. checking for objdump... objdump
  180. checking how to recognize dependent libraries... (cached) pass_all
  181. checking for dlltool... no
  182. checking how to associate runtime and link libraries... printf %s\n
  183. checking for ar... ar
  184. checking for archiver @FILE support... @
  185. checking for strip... strip
  186. checking for ranlib... ranlib
  187. checking command to parse /usr/bin/nm -B output from gcc object... ok
  188. checking for sysroot... no
  189. checking for a working dd... /usr/bin/dd
  190. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  191. checking for mt... no
  192. checking if : is a manifest tool... no
  193. checking for dlfcn.h... yes
  194. checking for objdir... .libs
  195. checking if gcc supports -fno-rtti -fno-exceptions... no
  196. checking for gcc option to produce PIC... -fPIC -DPIC
  197. checking if gcc PIC flag -fPIC -DPIC works... yes
  198. checking if gcc static flag -static works... yes
  199. checking if gcc supports -c -o file.o... yes
  200. checking if gcc supports -c -o file.o... (cached) yes
  201. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  202. checking whether -lc should be explicitly linked in... no
  203. checking dynamic linker characteristics... GNU/Linux ld.so
  204. checking how to hardcode library paths into programs... immediate
  205. checking for shl_load... no
  206. checking for shl_load in -ldld... no
  207. checking for dlopen... no
  208. checking for dlopen in -ldl... yes
  209. checking whether a program can dlopen itself... yes
  210. checking whether a statically linked program can dlopen itself... no
  211. checking whether stripping libraries is possible... yes
  212. checking if libtool supports shared libraries... yes
  213. checking whether to build shared libraries... yes
  214. checking whether to build static libraries... no
  215. checking how to run the C++ preprocessor... g++ -E
  216. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  217. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  218. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  219. checking for g++ option to produce PIC... -fPIC -DPIC
  220. checking if g++ PIC flag -fPIC -DPIC works... yes
  221. checking if g++ static flag -static works... yes
  222. checking if g++ supports -c -o file.o... yes
  223. checking if g++ supports -c -o file.o... (cached) yes
  224. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  225. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  226. checking how to hardcode library paths into programs... immediate
  227. checking for windres... no
  228. checking for bash... /usr/bin/bash
  229. checking if dolt supports this host... yes, replacing libtool
  230. checking whether NLS is requested... yes
  231. checking for msgfmt... /usr/bin/msgfmt
  232. checking for gmsgfmt... /usr/bin/msgfmt
  233. checking for xgettext... /usr/bin/xgettext
  234. checking for msgmerge... /usr/bin/msgmerge
  235. checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
  236. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  237. checking for shared library run path origin... done
  238. checking for CFPreferencesCopyAppValue... no
  239. checking for CFLocaleCopyCurrent... no
  240. checking for GNU gettext in libc... yes
  241. checking whether to use NLS... yes
  242. checking where the gettext function comes from... libc
  243. checking for iconv... yes
  244. checking for working iconv... yes
  245. checking for iconv declaration...
  246.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  247. checking for buggy GNU/libc versions... not present
  248. checking for shared objects suffix... .so
  249. checking for daemon... yes
  250. checking for fcntl... yes
  251. checking for flock... yes
  252. checking for fstatvfs... yes
  253. checking for fork... yes
  254. checking for getenv... yes
  255. checking for getpwuid_r... yes
  256. checking for isatty... yes
  257. checking for lstat... yes
  258. checking for memalign... yes
  259. checking for mkostemp... yes
  260. checking for mmap... yes
  261. checking for open_memstream... yes
  262. checking for openat... yes
  263. checking for pread... yes
  264. checking for posix_fadvise... yes
  265. checking for posix_madvise... yes
  266. checking for posix_memalign... yes
  267. checking for setlocale... yes
  268. checking for stricmp... no
  269. checking for strnicmp... no
  270. checking for strptime... yes
  271. checking for tdestroy... yes
  272. checking for uselocale... yes
  273. checking for aligned_alloc... yes
  274. checking for atof... yes
  275. checking for atoll... yes
  276. checking for dirfd... yes
  277. checking for fdopendir... yes
  278. checking for ffsll... yes
  279. checking for flockfile... yes
  280. checking for fsync... yes
  281. checking for getdelim... yes
  282. checking for getpid... yes
  283. checking for lldiv... yes
  284. checking for memrchr... yes
  285. checking for nrand48... yes
  286. checking for poll... yes
  287. checking for recvmsg... yes
  288. checking for rewind... yes
  289. checking for sendmsg... yes
  290. checking for setenv... yes
  291. checking for strcasecmp... yes
  292. checking for strcasestr... yes
  293. checking for strdup... yes
  294. checking for strlcpy... no
  295. checking for strndup... yes
  296. checking for strnlen... yes
  297. checking for strnstr... no
  298. checking for strsep... yes
  299. checking for strtof... yes
  300. checking for strtok_r... yes
  301. checking for strtoll... yes
  302. checking for swab... yes
  303. checking for tfind... yes
  304. checking for timegm... yes
  305. checking for timespec_get... yes
  306. checking for strverscmp... yes
  307. checking for pathconf... yes
  308. checking for gettimeofday... yes
  309. checking for fdatasync... yes
  310. checking whether realpath is declared... yes
  311. checking whether asprintf is declared... yes
  312. checking whether vasprintf is declared... yes
  313. checking whether gmtime_r is declared... yes
  314. checking whether localtime_r is declared... yes
  315. checking for static_assert in assert.h... yes
  316. checking for working strcoll... yes
  317. checking for accept4... yes
  318. checking for pipe2... yes
  319. checking for eventfd... yes
  320. checking for vmsplice... yes
  321. checking for sched_getaffinity... yes
  322. checking for recvmmsg... yes
  323. checking for struct pollfd... yes
  324. checking for struct timespec... yes
  325. checking for max_align_t... yes
  326. checking for library containing connect... none required
  327. checking for library containing inet_pton... none required
  328. checking for if_nameindex... yes
  329. checking for socklen_t in sys/socket.h... yes
  330. checking for struct sockaddr_storage... yes
  331. checking for getopt_long... yes
  332. checking for cos in -lm... yes
  333. checking for lrintf in -lm... yes
  334. checking for nanf in -lm... yes
  335. checking for sincos in -lm... yes
  336. checking _Thread_local support... ok
  337. checking threads.h usability... no
  338. checking threads.h presence... no
  339. checking for threads.h... no
  340. checking for getaddrinfo_a in -lanl... yes
  341. checking for library containing dlsym... -ldl
  342. checking for library containing pthread_rwlock_init... -lpthread
  343. checking for library containing clock_nanosleep... none required
  344. checking arpa/inet.h usability... yes
  345. checking arpa/inet.h presence... yes
  346. checking for arpa/inet.h... yes
  347. checking pthread.h usability... yes
  348. checking pthread.h presence... yes
  349. checking for pthread.h... yes
  350. checking search.h usability... yes
  351. checking search.h presence... yes
  352. checking for search.h... yes
  353. checking sys/shm.h usability... yes
  354. checking sys/shm.h presence... yes
  355. checking for sys/shm.h... yes
  356. checking sys/socket.h usability... yes
  357. checking sys/socket.h presence... yes
  358. checking for sys/socket.h... yes
  359. checking sys/uio.h usability... yes
  360. checking sys/uio.h presence... yes
  361. checking for sys/uio.h... yes
  362. checking for net/if.h... yes
  363. checking syslog.h usability... yes
  364. checking syslog.h presence... yes
  365. checking for syslog.h... yes
  366. checking netinet/tcp.h usability... yes
  367. checking netinet/tcp.h presence... yes
  368. checking for netinet/tcp.h... yes
  369. checking netinet/udplite.h usability... no
  370. checking netinet/udplite.h presence... no
  371. checking for netinet/udplite.h... no
  372. checking sys/param.h usability... yes
  373. checking sys/param.h presence... yes
  374. checking for sys/param.h... yes
  375. checking sys/mount.h usability... yes
  376. checking sys/mount.h presence... yes
  377. checking for sys/mount.h... yes
  378. checking features.h usability... yes
  379. checking features.h presence... yes
  380. checking for features.h... yes
  381. checking getopt.h usability... yes
  382. checking getopt.h presence... yes
  383. checking for getopt.h... yes
  384. checking linux/dccp.h usability... yes
  385. checking linux/dccp.h presence... yes
  386. checking for linux/dccp.h... yes
  387. checking linux/magic.h usability... yes
  388. checking linux/magic.h presence... yes
  389. checking for linux/magic.h... yes
  390. checking mntent.h usability... yes
  391. checking mntent.h presence... yes
  392. checking for mntent.h... yes
  393. checking sys/eventfd.h usability... yes
  394. checking sys/eventfd.h presence... yes
  395. checking for sys/eventfd.h... yes
  396. checking xlocale.h usability... no
  397. checking xlocale.h presence... no
  398. checking for xlocale.h... no
  399. checking for ssize_t... yes
  400. checking for pkg-config... /usr/bin/pkg-config
  401. checking pkg-config is at least version 0.9.0... yes
  402. checking zlib.h usability... yes
  403. checking zlib.h presence... yes
  404. checking for zlib.h... yes
  405. checking for minizip ... yes
  406. checking for libidn... yes
  407. checking for dbus-1 >= 1.6.0... yes
  408. checking for libsystemd... yes
  409. checking whether C compiler accepts -Wall... yes
  410. checking whether C compiler accepts -Wextra... yes
  411. checking whether C compiler accepts -Wsign-compare... yes
  412. checking whether C compiler accepts -Wundef... yes
  413. checking whether C compiler accepts -Wpointer-arith... yes
  414. checking whether C compiler accepts -Wvolatile-register-var... yes
  415. checking whether C compiler accepts -Wformat... yes
  416. checking whether C compiler accepts -Wformat-security... yes
  417. checking whether C compiler accepts -Wall... (cached) yes
  418. checking whether C compiler accepts -Wextra... (cached) yes
  419. checking whether C compiler accepts -Wsign-compare... (cached) yes
  420. checking whether C compiler accepts -Wundef... (cached) yes
  421. checking whether C compiler accepts -Wpointer-arith... (cached) yes
  422. checking whether C compiler accepts -Wvolatile-register-var... (cached) yes
  423. checking whether C compiler accepts -Wformat... (cached) yes
  424. checking whether C compiler accepts -Wformat-security... (cached) yes
  425. checking whether C compiler accepts -Wbad-function-cast... yes
  426. checking whether C compiler accepts -Wwrite-strings... yes
  427. checking whether C compiler accepts -Wmissing-prototypes... yes
  428. checking whether C compiler accepts -Werror-implicit-function-declaration... yes
  429. checking whether C compiler accepts -Winit-self... yes
  430. checking whether C compiler accepts -Wlogical-op... yes
  431. checking whether C compiler accepts -Wshadow=local... yes
  432. checking whether C compiler accepts -pipe... yes
  433. checking if gcc accepts -fvisibility=hidden... yes
  434. checking if gcc accepts -O3... yes
  435. checking whether C compiler accepts -fno-math-errno... yes
  436. checking whether C compiler accepts -funsafe-math-optimizations... yes
  437. checking whether C compiler accepts -fno-rounding-math... yes
  438. checking whether C compiler accepts -fno-signaling-nans... yes
  439. checking whether C compiler accepts -fcx-limited-range... yes
  440. checking whether C compiler accepts -fno-math-errno... (cached) yes
  441. checking whether C compiler accepts -funsafe-math-optimizations... (cached) yes
  442. checking whether C compiler accepts -fno-rounding-math... (cached) yes
  443. checking whether C compiler accepts -fno-signaling-nans... (cached) yes
  444. checking whether C compiler accepts -fcx-limited-range... (cached) yes
  445. checking if gcc accepts -funroll-loops... yes
  446. checking if gcc accepts -fomit-frame-pointer... yes
  447. checking whether C compiler accepts -fstack-protector-strong... yes
  448. checking whether C compiler accepts -fstack-protector-strong... (cached) yes
  449. checking if linker supports -Bsymbolic... -Wl,-Bsymbolic
  450. checking if linker supports -z,defs... yes
  451. checking for __attribute__((packed))... yes
  452. checking execinfo.h usability... yes
  453. checking execinfo.h presence... yes
  454. checking for execinfo.h... yes
  455. checking for backtrace... yes
  456. checking if gcc groks MMX intrinsics... yes
  457. checking if gcc groks MMX inline assembly... yes
  458. checking if gcc groks MMX EXT inline assembly... yes
  459. checking if gcc groks SSE2 intrinsics... yes
  460. checking if gcc groks SSE inline assembly... yes
  461. checking if gcc groks SSE2 inline assembly... yes
  462. checking if gcc groks SSE3 inline assembly... yes
  463. checking if gcc groks SSSE3 inline assembly... yes
  464. checking if gcc groks SSE4.1 inline assembly... yes
  465. checking if gcc groks SSE4.2 inline assembly... yes
  466. checking if gcc groks SSE4A inline assembly... yes
  467. checking if gcc groks 3D Now! inline assembly... yes
  468. checking for lua5.2... no
  469. configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
  470. checking for lua5.1... no
  471. configure: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
  472. checking for lua >= 5.1... yes
  473. checking for libarchive >= 3.1.0... yes
  474. checking for live555... no
  475. configure: WARNING: No package 'live555' found.
  476. checking for live555 version 1324598400 or later... yes
  477. checking for main in -lliveMedia_pic... no
  478. checking for main in -lliveMedia... yes
  479. checking for libdc1394-2 >= 2.1.0... yes
  480. checking for libraw1394 >= 2.0.1 libavc1394 >= 0.5.3... yes
  481. checking for zvbi-0.2 >= 0.2.28... yes
  482. checking for dvdread > 4.9.0... yes
  483. checking for dvdnav > 4.9.0... yes
  484. checking for dvdnav_stream_cb in dvdnav/dvdnav.h... yes
  485. checking for libbluray >= 0.6.2... yes
  486. checking for smbclient... yes
  487. checking for libdsm >= 0.2.0... no
  488. configure: WARNING: Library libdsm >= 0.2.0 needed for dsm was not found
  489. checking for libssh2... yes
  490. checking for libnfs >= 1.10.0... yes
  491. checking linux/videodev2.h usability... yes
  492. checking linux/videodev2.h presence... yes
  493. checking for linux/videodev2.h... yes
  494. checking sys/videoio.h usability... no
  495. checking sys/videoio.h presence... no
  496. checking for sys/videoio.h... no
  497. checking DeckLinkAPIDispatch.cpp usability... no
  498. checking DeckLinkAPIDispatch.cpp presence... no
  499. checking for DeckLinkAPIDispatch.cpp... no
  500. configure: WARNING: Blackmagic DeckLink SDI include files not found
  501. checking for cdrom_msf0 in linux/cdrom.h... yes
  502. checking for scsireq in sys/scsiio.h... no
  503. checking for ioc_toc_header in sys/cdio.h... no
  504. checking for libcddb >= 0.9.5... yes
  505. checking for Linux DVB version 5.1... yes
  506. checking for libvncclient >= 0.9.9... yes
  507. checking for freerdp >= 1.0.1... no
  508. configure: WARNING: Library freerdp >= 1.0.1 needed for freerdp was not found
  509. checking for asdcplib... no
  510. checking for libdvbpsi >= 1.2.0... yes
  511. checking gme/gme.h usability... yes
  512. checking gme/gme.h presence... yes
  513. checking for gme/gme.h... yes
  514. checking for gme_identify_header in -lgme... yes
  515. checking for libsidplay2... yes
  516. checking sidplay/builders/resid.h usability... yes
  517. checking sidplay/builders/resid.h presence... yes
  518. checking for sidplay/builders/resid.h... yes
  519. checking for ogg >= 1.0... yes
  520. checking for vorbis >= 1.1... yes
  521. checking for ogg >= 1.0... yes
  522. checking for shout >= 2.1... yes
  523. checking for libebml libmatroska... yes
  524. checking for libmodplug >= 0.8.4 libmodplug != 0.8.8... yes
  525. checking mpc/mpcdec.h usability... yes
  526. checking mpc/mpcdec.h presence... yes
  527. checking for mpc/mpcdec.h... yes
  528. checking for shine >= 3.0.0... no
  529. configure: WARNING: Library shine >= 3.0.0 needed for shine was not found
  530. checking for libcrystalhd/libcrystalhd_if.h... no
  531. checking mad.h usability... yes
  532. checking mad.h presence... yes
  533. checking for mad.h... yes
  534. checking for mad_bit_init in -lmad... yes
  535. checking for libmpg123... yes
  536. checking for gstreamer-app-1.0... yes
  537. checking for gstreamer-video-1.0... yes
  538. checking for libavutil variant... ffmpeg
  539. checking for libavcodec >= 57.37.100 libavutil >= 52.0.0... yes
  540. checking libavcodec/avcodec.h usability... yes
  541. checking libavcodec/avcodec.h presence... yes
  542. checking for libavcodec/avcodec.h... yes
  543. checking libavutil/avutil.h usability... yes
  544. checking libavutil/avutil.h presence... yes
  545. checking for libavutil/avutil.h... yes
  546. checking for libva >= 0.38... yes
  547. checking for libva-drm... yes
  548. checking for libva-x11... yes
  549. checking for libva-wayland... yes
  550. checking libavcodec/vaapi.h usability... yes
  551. checking libavcodec/vaapi.h presence... yes
  552. checking for libavcodec/vaapi.h... yes
  553. configure: VA API acceleration activated
  554. checking dxgidebug.h usability... no
  555. checking dxgidebug.h presence... no
  556. checking for dxgidebug.h... no
  557. checking dxgi1_6.h usability... no
  558. checking dxgi1_6.h presence... no
  559. checking for dxgi1_6.h... no
  560. checking for libavformat >= 53.21.0 libavcodec libavutil... yes
  561. checking libavformat/avformat.h usability... yes
  562. checking libavformat/avformat.h presence... yes
  563. checking for libavformat/avformat.h... yes
  564. checking libavformat/avio.h usability... yes
  565. checking libavformat/avio.h presence... yes
  566. checking for libavformat/avio.h... yes
  567. checking for libavcodec/avcodec.h... (cached) yes
  568. checking for libavutil/avutil.h... (cached) yes
  569. checking for libswscale... yes
  570. checking libswscale/swscale.h usability... yes
  571. checking libswscale/swscale.h presence... yes
  572. checking for libswscale/swscale.h... yes
  573. checking for libavutil/avutil.h... (cached) yes
  574. checking for libpostproc libavutil... yes
  575. checking postproc/postprocess.h usability... no
  576. checking postproc/postprocess.h presence... no
  577. checking for postproc/postprocess.h... no
  578. checking neaacdec.h usability... yes
  579. checking neaacdec.h presence... yes
  580. checking for neaacdec.h... yes
  581. checking for NeAACDecOpen in -lfaad... yes
  582. checking for aom... yes
  583. checking for vpx >= 1.5.0... yes
  584. checking for vpx_codec_vp8_dx in -lvpx... yes
  585. checking for vpx_codec_vp9_dx in -lvpx... yes
  586. checking for vpx_codec_vp8_cx in -lvpx... yes
  587. checking for vpx_codec_vp9_cx in -lvpx... yes
  588. checking for twolame... yes
  589. checking a52dec/a52.h usability... yes
  590. checking a52dec/a52.h presence... yes
  591. checking for a52dec/a52.h... yes
  592. checking for a52_free in -la52... yes
  593. checking for libdca >= 0.0.5... yes
  594. checking for flac... yes
  595. checking for libmpeg2 > 0.3.2... yes
  596. checking for ogg vorbis >= 1.1 vorbisenc >= 1.1... yes
  597. checking for ogg speex >= 1.0.5... yes
  598. checking for speexdsp... yes
  599. checking for ogg opus >= 1.0.3... yes
  600. checking for spatialaudio... no
  601. configure: WARNING: Library spatialaudio needed for spatialaudio was not found
  602. checking for ogg theoradec >= 1.0 theoraenc... yes
  603. checking for ogg... yes
  604. checking for schroedinger-1.0 >= 1.0.10... yes
  605. checking png.h usability... yes
  606. checking png.h presence... yes
  607. checking for png.h... yes
  608. checking for png_set_alpha_mode in -lpng... yes
  609. checking jpeglib.h usability... yes
  610. checking jpeglib.h presence... yes
  611. checking for jpeglib.h... yes
  612. checking libbpg.h usability... no
  613. checking libbpg.h presence... no
  614. checking for libbpg.h... no
  615. checking for x262... no
  616. checking for x265... yes
  617. checking for x26410b... no
  618. checking for x264 >= 0.86... yes
  619. checking for libmfx... no
  620. configure: WARNING: Library libmfx needed for mfx was not found
  621. checking for fluidsynth >= 1.1.2... yes
  622. checking for fluidlite... no
  623. configure: WARNING: Library fluidlite needed for fluidlite was not found
  624. checking fluidlite.h usability... no
  625. checking fluidlite.h presence... no
  626. checking for fluidlite.h... no
  627. checking for zvbi-0.2 >= 0.2.28... yes
  628. checking for libass >= 0.9.8... yes
  629. checking fontconfig/fontconfig.h usability... yes
  630. checking fontconfig/fontconfig.h presence... yes
  631. checking for fontconfig/fontconfig.h... yes
  632. checking for aribb24 >= 1.0.1... no
  633. configure: WARNING: Library aribb24 needed for aribsub was not found
  634. checking for aribb25 >= 0.2.6... no
  635. configure: WARNING: Library aribb25 >= 0.2.6 needed for aribb25 was not found
  636. checking for kate >= 0.3.0... yes
  637. checking for tiger >= 0.3.1... yes
  638. checking for egl... yes
  639. checking for gl... yes
  640. checking for X... libraries , headers
  641. checking for gethostbyname... yes
  642. checking for connect... yes
  643. checking for remove... yes
  644. checking for shmat... yes
  645. checking for IceConnectionNumber in -lICE... yes
  646. checking X11/Xlib.h usability... yes
  647. checking X11/Xlib.h presence... yes
  648. checking for X11/Xlib.h... yes
  649. checking for xcb >= 1.6... yes
  650. checking for xcb-shm... yes
  651. checking for xcb-composite... yes
  652. checking for xproto... yes
  653. checking for xcb-xv >= 1.1.90.1... yes
  654. checking for xcb-randr >= 1.3... yes
  655. checking for xcb-keysyms >= 0.3.4... yes
  656. checking for vdpau >= 0.6... yes
  657. configure: VDPAU decoding acceleration activated
  658. checking for wayland-client >= 1.5.91... yes
  659. checking for the Wayland protocols... //usr/share/wayland-protocols
  660. checking for the Wayland scanner... /usr/bin/wayland-scanner
  661. checking for wayland-egl... yes
  662. checking for SDL_image >= 1.2.10... yes
  663. checking for freetype2... yes
  664. checking for fontconfig >= 2.11... yes
  665. checking for fribidi... yes
  666. checking for harfbuzz... yes
  667. checking for ISpObjectToken... no
  668. configure: WARNING: sapi.h not found. Text to Speech renderer for Windows disabled
  669. checking for librsvg-2.0 >= 2.9.0... yes
  670. checking for librsvg-2.0 >= 2.9.0 cairo >= 1.13.1... yes
  671. checking linux/fb.h usability... yes
  672. checking linux/fb.h presence... yes
  673. checking for linux/fb.h... yes
  674. checking aalib.h usability... yes
  675. checking aalib.h presence... yes
  676. checking for aalib.h... yes
  677. checking for caca >= 0.99.beta14... yes
  678. checking kva.h usability... no
  679. checking kva.h presence... no
  680. checking for kva.h... no
  681. checking interface/mmal/mmal.h usability... no
  682. checking interface/mmal/mmal.h presence... no
  683. checking for interface/mmal/mmal.h... no
  684. configure: WARNING: Cannot find development headers for mmal...
  685. checking for libpulse >= 1.0... yes
  686. checking for alsa >= 1.0.24... yes
  687. checking sndio.h usability... yes
  688. checking sndio.h presence... yes
  689. checking for sndio.h... yes
  690. checking audioclient.h usability... no
  691. checking audioclient.h presence... no
  692. checking for audioclient.h... no
  693. checking for jack >= 1.9.7... no
  694. configure: WARNING: Requested 'jack >= 1.9.7' but version of jack is 0.125.0, trying jack1 instead
  695. checking for jack >= 0.120.1 jack < 1.0... yes
  696. checking for samplerate... yes
  697. checking for soxr >= 0.1.2... yes
  698. checking kai.h usability... no
  699. checking kai.h presence... no
  700. checking for kai.h... no
  701. checking for libchromaprint >= 0.6.0... yes
  702. checking for protoc... protoc
  703. checking for protobuf-lite >= 2.5.0... yes
  704. checking for Qt5Core >= 5.5.0 Qt5Widgets Qt5Gui Qt5Svg... yes
  705. checking for Qt5X11Extras... yes
  706. checking for moc-qt5... /usr/bin/moc-qt5
  707. checking for rcc-qt5... /usr/bin/rcc-qt5
  708. checking for uic-qt5... /usr/bin/uic-qt5
  709. checking for xpm... yes
  710. checking for xinerama... yes
  711. checking for xcursor... yes
  712. checking for xext... yes
  713. checking libtar.h usability... yes
  714. checking libtar.h presence... yes
  715. checking for libtar.h... yes
  716. checking VideoToolbox/VideoToolbox.h usability... no
  717. checking VideoToolbox/VideoToolbox.h presence... no
  718. checking for VideoToolbox/VideoToolbox.h... no
  719. checking AudioToolbox/AudioToolbox.h usability... no
  720. checking AudioToolbox/AudioToolbox.h presence... no
  721. checking for AudioToolbox/AudioToolbox.h... no
  722. checking for ncursesw... yes
  723. checking lirc/lirc_client.h usability... yes
  724. checking lirc/lirc_client.h presence... yes
  725. checking for lirc/lirc_client.h... yes
  726. checking for lirc_init in -llirc_client... yes
  727. checking for srt >= 1.2.2... no
  728. configure: WARNING: Library srt >= 1.2.2 needed for srt was not found
  729. checking for libgoom2... yes
  730. checking for libprojectM... yes
  731. checking for libvsxu... no
  732. configure: WARNING: No package 'libvsxu' found.
  733. checking for avahi-client >= 0.6... yes
  734. checking for libudev >= 142... yes
  735. checking for libmtp >= 1.0.0... yes
  736. checking for libupnp... yes
  737. checking for microdns... no
  738. configure: WARNING: Library microdns needed for microdns was not found
  739. checking for libxml-2.0 >= 2.5... yes
  740. checking for gcrypt 1.6.0 or later... yes
  741. checking for gnutls >= 3.3.6... yes
  742. checking for taglib >= 1.9... yes
  743. checking for libsecret-1 >= 0.18... yes
  744. checking for libnotify gtk+-3.0... yes
  745. checking for libplacebo >= 0.2... no
  746. checking whether byte ordering is bigendian... no
  747. checking that generated files are newer than configure... done
  748. configure: creating ./config.status
  749. config.status: creating Makefile
  750. config.status: creating doc/Makefile
  751. config.status: creating modules/Makefile
  752. config.status: creating m4/Makefile
  753. config.status: creating po/Makefile.in
  754. config.status: creating share/Makefile
  755. config.status: creating compat/Makefile
  756. config.status: creating src/Makefile
  757. config.status: creating lib/Makefile
  758. config.status: creating bin/Makefile
  759. config.status: creating test/Makefile
  760. config.status: creating modules/hw/mmal/Makefile
  761. config.status: creating share/vlc.appdata.xml.in
  762. config.status: creating config.h
  763. config.status: executing depfiles commands
  764. config.status: executing libtool commands
  765. config.status: executing po-directories commands
  766. config.status: creating po/POTFILES
  767. config.status: creating po/Makefile
  768. configure: WARNING: unrecognized options: --enable-vcdx
  769.  
  770. libvlc configuration
  771. --------------------
  772. version               : 4.0.0-dev
  773. system                : linux
  774. architecture          : x86_64 mmx sse sse2
  775. optimizations         : yes
  776. vlc aliases           : cvlc rvlc qvlc svlc nvlc
  777.  
  778. To build vlc and its plugins, type `make', or `./compile' if you like nice colors.
  779. make  all-recursive
  780. make[1]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc'
  781. Making all in compat
  782. make[2]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/compat'
  783.   GEN      dummy.c
  784. make  all-am
  785. make[3]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/compat'
  786.   CC       dummy.lo
  787.   CC       strlcpy.lo
  788.   CC       strnstr.lo
  789.   CCLD     libcompat.la
  790. make[3]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/compat'
  791. make[2]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/compat'
  792. Making all in doc
  793. make[2]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/doc'
  794. make[2]: Nothing to be done for 'all'.
  795. make[2]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/doc'
  796. Making all in po
  797. make[2]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/po'
  798. test ! -f ./vlc.pot || \
  799.   test -z "ach.gmo af.gmo am.gmo an.gmo ar.gmo as_IN.gmo ast.gmo az.gmo be.gmo bg.gmo bn_IN.gmo bn.gmo br.gmo brx.gmo bs.gmo ca.gmo cgg.gmo ckb.gmo co.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo e
  800. n_GB.gmo es.gmo et.gmo eu.gmo fa.gmo ff.gmo fi.gmo fr.gmo fur.gmo fy.gmo ga.gmo gd.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo km.gmo
  801. kn.gmo ko.gmo ks_IN.gmo ky.gmo lg.gmo lt.gmo lv.gmo mai.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt_BR.gmo pt_PT.gmo ro.gm
  802. o ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo ta.gmo te.gmo tet.gmo th.gmo tl.gmo tr.gmo ug.gmo uk.gmo uz.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo zu.gmo" || make ach.gmo af.gmo am.gmo an.g
  803. mo ar.gmo as_IN.gmo ast.gmo az.gmo be.gmo bg.gmo bn_IN.gmo bn.gmo br.gmo brx.gmo bs.gmo ca.gmo cgg.gmo ckb.gmo co.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo
  804. ff.gmo fi.gmo fr.gmo fur.gmo fy.gmo ga.gmo gd.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo km.gmo kn.gmo ko.gmo ks_IN.gmo ky.gmo lg.gm
  805. o lt.gmo lv.gmo mai.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt_BR.gmo pt_PT.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo
  806. sr.gmo sv.gmo ta.gmo te.gmo tet.gmo th.gmo tl.gmo tr.gmo ug.gmo uk.gmo uz.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo zu.gmo
  807. make[3]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/po'
  808. /usr/bin/msgmerge --update  --lang=ach ach.po vlc.pot
  809. ...............................................................................................................................................................................................
  810. ...............................................................................................................................................................................................
  811. ...............................................................................................................................................................................................
  812. ...............................................................................................................................................................................................
  813. ............................................................................................ done.
  814. rm -f ach.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ach.gmo ach.po
  815. ach.po: 890 translated messages, 393 fuzzy translations, 4938 untranslated messages.
  816. /usr/bin/msgmerge --update  --lang=af af.po vlc.pot
  817. ...............................................................................................................................................................................................
  818. ...............................................................................................................................................................................................
  819. ...............................................................................................................................................................................................
  820. ...............................................................................................................................................................................................
  821. ... done.
  822. rm -f af.gmo && /usr/bin/msgfmt -c --statistics --verbose -o af.gmo af.po
  823. af.po: 1673 translated messages, 330 fuzzy translations, 4218 untranslated messages.
  824. /usr/bin/msgmerge --update  --lang=am am.po vlc.pot
  825. ...............................................................................................................................................................................................
  826. ...............................................................................................................................................................................................
  827. ...............................................................................................................................................................................................
  828. ...............................................................................................................................................................................................
  829. ..................................... done.
  830. rm -f am.gmo && /usr/bin/msgfmt -c --statistics --verbose -o am.gmo am.po
  831. am.po: 891 translated messages, 2038 fuzzy translations, 3292 untranslated messages.
  832. /usr/bin/msgmerge --update  --lang=an an.po vlc.pot
  833. ...............................................................................................................................................................................................
  834. ...............................................................................................................................................................................................
  835. ...............................................................................................................................................................................................
  836. ...............................................................................................................................................................................................
  837. .................................................................................. done.
  838. rm -f an.gmo && /usr/bin/msgfmt -c --statistics --verbose -o an.gmo an.po
  839. an.po: 4391 translated messages, 445 fuzzy translations, 1385 untranslated messages.
  840. /usr/bin/msgmerge --update  --lang=ar ar.po vlc.pot
  841. ...............................................................................................................................................................................................
  842. ...............................................................................................................................................................................................
  843. ...............................................................................................................................................................................................
  844. ...............................................................................................................................................................................................
  845. .................................................................. done.
  846. rm -f ar.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ar.gmo ar.po
  847. ar.po: 3226 translated messages, 419 fuzzy translations, 2576 untranslated messages.
  848. /usr/bin/msgmerge --update  --lang=as_IN as_IN.po vlc.pot
  849. ...............................................................................................................................................................................................
  850. ...............................................................................................................................................................................................
  851. ...............................................................................................................................................................................................
  852. ...............................................................................................................................................................................................
  853. ................................................. done.
  854. rm -f as_IN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o as_IN.gmo as_IN.po
  855. as_IN.po: 5546 translated messages, 492 fuzzy translations, 183 untranslated messages.
  856. /usr/bin/msgmerge --update  --lang=ast ast.po vlc.pot
  857. ...............................................................................................................................................................................................
  858. ...............................................................................................................................................................................................
  859. ...............................................................................................................................................................................................
  860. ...............................................................................................................................................................................................
  861. ...................................................................................................... done.
  862. rm -f ast.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ast.gmo ast.po
  863. ast.po: 4479 translated messages, 441 fuzzy translations, 1301 untranslated messages.
  864. /usr/bin/msgmerge --update  --lang=az az.po vlc.pot
  865. ...............................................................................................................................................................................................
  866. ...............................................................................................................................................................................................
  867. ...............................................................................................................................................................................................
  868. ...............................................................................................................................................................................................
  869. ...............................................................................................................................................................................................
  870. ............................................. done.
  871. rm -f az.gmo && /usr/bin/msgfmt -c --statistics --verbose -o az.gmo az.po
  872. az.po: 156 translated messages, 83 fuzzy translations, 5982 untranslated messages.
  873. /usr/bin/msgmerge --update  --lang=be be.po vlc.pot
  874. ...............................................................................................................................................................................................
  875. ...............................................................................................................................................................................................
  876. ...............................................................................................................................................................................................
  877. ...............................................................................................................................................................................................
  878. ............................................................................. done.
  879. rm -f be.gmo && /usr/bin/msgfmt -c --statistics --verbose -o be.gmo be.po
  880. be.po: 5348 translated messages, 646 fuzzy translations, 227 untranslated messages.
  881. /usr/bin/msgmerge --update  --lang=bg bg.po vlc.pot
  882. ...............................................................................................................................................................................................
  883. ...............................................................................................................................................................................................
  884. ...............................................................................................................................................................................................
  885. ...............................................................................................................................................................................................
  886. ................................................................. done.
  887. rm -f bg.gmo && /usr/bin/msgfmt -c --statistics --verbose -o bg.gmo bg.po
  888. bg.po: 4224 translated messages, 440 fuzzy translations, 1557 untranslated messages.
  889. /usr/bin/msgmerge --update  --lang=bn_IN bn_IN.po vlc.pot
  890. ...............................................................................................................................................................................................
  891. ...............................................................................................................................................................................................
  892. ...............................................................................................................................................................................................
  893. .................................................................................................................................................................................. done.
  894. rm -f bn_IN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o bn_IN.gmo bn_IN.po
  895. bn_IN.po: 4632 translated messages, 456 fuzzy translations, 1133 untranslated messages.
  896. /usr/bin/msgmerge --update  --lang=bn bn.po vlc.pot
  897. ...............................................................................................................................................................................................
  898. ...............................................................................................................................................................................................
  899. ...............................................................................................................................................................................................
  900. ...............................................................................................................................................................................................
  901. .............................................................................. done.
  902. rm -f bn.gmo && /usr/bin/msgfmt -c --statistics --verbose -o bn.gmo bn.po
  903. bn.po: 3991 translated messages, 453 fuzzy translations, 1777 untranslated messages.
  904. /usr/bin/msgmerge --update  --lang=br br.po vlc.pot
  905. ...............................................................................................................................................................................................
  906. ...............................................................................................................................................................................................
  907. ...............................................................................................................................................................................................
  908. ...............................................................................................................................................................................................
  909. ............................................................... done.
  910. rm -f br.gmo && /usr/bin/msgfmt -c --statistics --verbose -o br.gmo br.po
  911. br.po: 1575 translated messages, 291 fuzzy translations, 4355 untranslated messages.
  912. /usr/bin/msgmerge --update  --lang=brx brx.po vlc.pot
  913. ...............................................................................................................................................................................................
  914. ...............................................................................................................................................................................................
  915. ...............................................................................................................................................................................................
  916. ................................................................................................................................................................................ done.
  917. rm -f brx.gmo && /usr/bin/msgfmt -c --statistics --verbose -o brx.gmo brx.po
  918. brx.po: 5551 translated messages, 481 fuzzy translations, 189 untranslated messages.
  919. /usr/bin/msgmerge --update  --lang=bs bs.po vlc.pot
  920. ...............................................................................................................................................................................................
  921. ...............................................................................................................................................................................................
  922. ...............................................................................................................................................................................................
  923. ...............................................................................................................................................................................................
  924. ........................................................................ done.
  925. rm -f bs.gmo && /usr/bin/msgfmt -c --statistics --verbose -o bs.gmo bs.po
  926. bs.po: 2348 translated messages, 333 fuzzy translations, 3540 untranslated messages.
  927. /usr/bin/msgmerge --update  --lang=ca ca.po vlc.pot
  928. ...............................................................................................................................................................................................
  929. ...............................................................................................................................................................................................
  930. ...............................................................................................................................................................................................
  931. ...............................................................................................................................................................................................
  932. ................ done.
  933. rm -f ca.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ca.gmo ca.po
  934. ca.po: 5445 translated messages, 499 fuzzy translations, 277 untranslated messages.
  935. /usr/bin/msgmerge --update  --lang=cgg cgg.po vlc.pot
  936. ...............................................................................................................................................................................................
  937. ...............................................................................................................................................................................................
  938. ...............................................................................................................................................................................................
  939. ...............................................................................................................................................................................................
  940. .......................................................................................................... done.
  941. rm -f cgg.gmo && /usr/bin/msgfmt -c --statistics --verbose -o cgg.gmo cgg.po
  942. cgg.po: 607 translated messages, 1922 fuzzy translations, 3692 untranslated messages.
  943. /usr/bin/msgmerge --update  --lang=ckb ckb.po vlc.pot
  944. ...............................................................................................................................................................................................
  945. ...............................................................................................................................................................................................
  946. ...............................................................................................................................................................................................
  947. ...............................................................................................................................................................................................
  948. ..................................................................................................... done.
  949. rm -f ckb.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ckb.gmo ckb.po
  950. ckb.po: 1118 translated messages, 1431 fuzzy translations, 3672 untranslated messages.
  951. /usr/bin/msgmerge --update  --lang=co co.po vlc.pot
  952. ...............................................................................................................................................................................................
  953. ...............................................................................................................................................................................................
  954. ...............................................................................................................................................................................................
  955. ...............................................................................................................................................................................................
  956. ................................................................ done.
  957. rm -f co.gmo && /usr/bin/msgfmt -c --statistics --verbose -o co.gmo co.po
  958. co.po: 2349 translated messages, 331 fuzzy translations, 3541 untranslated messages.
  959. /usr/bin/msgmerge --update  --lang=cs cs.po vlc.pot
  960. ...............................................................................................................................................................................................
  961. ...............................................................................................................................................................................................
  962. ...............................................................................................................................................................................................
  963. ...............................................................................................................................................................................................
  964. ............................................................................................................................ done.
  965. rm -f cs.gmo && /usr/bin/msgfmt -c --statistics --verbose -o cs.gmo cs.po
  966. cs.po: 3350 translated messages, 398 fuzzy translations, 2473 untranslated messages.
  967. /usr/bin/msgmerge --update  --lang=cy cy.po vlc.pot
  968. ...............................................................................................................................................................................................
  969. ...............................................................................................................................................................................................
  970. ...............................................................................................................................................................................................
  971. ...............................................................................................................................................................................................
  972. ................................................................................ done.
  973. rm -f cy.gmo && /usr/bin/msgfmt -c --statistics --verbose -o cy.gmo cy.po
  974. cy.po: 3678 translated messages, 378 fuzzy translations, 2165 untranslated messages.
  975. /usr/bin/msgmerge --update  --lang=da da.po vlc.pot
  976. ...............................................................................................................................................................................................
  977. ...............................................................................................................................................................................................
  978. ...............................................................................................................................................................................................
  979. ...............................................................................................................................................................................................
  980. ..................................................................................................... done.
  981. rm -f da.gmo && /usr/bin/msgfmt -c --statistics --verbose -o da.gmo da.po
  982. da.po: 5597 translated messages, 485 fuzzy translations, 139 untranslated messages.
  983. /usr/bin/msgmerge --update  --lang=de de.po vlc.pot
  984. ...............................................................................................................................................................................................
  985. ...............................................................................................................................................................................................
  986. ...............................................................................................................................................................................................
  987. ...............................................................................................................................................................................................
  988. ............................................................. done.
  989. rm -f de.gmo && /usr/bin/msgfmt -c --statistics --verbose -o de.gmo de.po
  990. de.po: 5623 translated messages, 445 fuzzy translations, 153 untranslated messages.
  991. /usr/bin/msgmerge --update  --lang=el el.po vlc.pot
  992. ...............................................................................................................................................................................................
  993. ...............................................................................................................................................................................................
  994. ...............................................................................................................................................................................................
  995. ...............................................................................................................................................................................................
  996. ........................................................................ done.
  997. rm -f el.gmo && /usr/bin/msgfmt -c --statistics --verbose -o el.gmo el.po
  998. el.po: 5580 translated messages, 500 fuzzy translations, 141 untranslated messages.
  999. /usr/bin/msgmerge --update  --lang=en_GB en_GB.po vlc.pot
  1000. ...............................................................................................................................................................................................
  1001. ...............................................................................................................................................................................................
  1002. ...............................................................................................................................................................................................
  1003. ...............................................................................................................................................................................................
  1004. ...............................................................................................................................................................................................
  1005. .............................. done.
  1006. rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics --verbose -o en_GB.gmo en_GB.po
  1007. en_GB.po: 515 translated messages, 270 fuzzy translations, 5436 untranslated messages.
  1008. /usr/bin/msgmerge --update  --lang=es es.po vlc.pot
  1009. ...............................................................................................................................................................................................
  1010. ...............................................................................................................................................................................................
  1011. ...............................................................................................................................................................................................
  1012. ...............................................................................................................................................................................................
  1013. .................................. done.
  1014. rm -f es.gmo && /usr/bin/msgfmt -c --statistics --verbose -o es.gmo es.po
  1015. es.po: 5597 translated messages, 487 fuzzy translations, 137 untranslated messages.
  1016. /usr/bin/msgmerge --update  --lang=et et.po vlc.pot
  1017. ...............................................................................................................................................................................................
  1018. ...............................................................................................................................................................................................
  1019. ...............................................................................................................................................................................................
  1020. ...............................................................................................................................................................................................
  1021. ........................................................................... done.
  1022. rm -f et.gmo && /usr/bin/msgfmt -c --statistics --verbose -o et.gmo et.po
  1023. et.po: 4874 translated messages, 475 fuzzy translations, 872 untranslated messages.
  1024. /usr/bin/msgmerge --update  --lang=eu eu.po vlc.pot
  1025. ...............................................................................................................................................................................................
  1026. ...............................................................................................................................................................................................
  1027. ...............................................................................................................................................................................................
  1028. ...............................................................................................................................................................................................
  1029. ........................................................................................... done.
  1030. rm -f eu.gmo && /usr/bin/msgfmt -c --statistics --verbose -o eu.gmo eu.po
  1031. eu.po: 5565 translated messages, 503 fuzzy translations, 153 untranslated messages.
  1032. /usr/bin/msgmerge --update  --lang=fa fa.po vlc.pot
  1033. ...............................................................................................................................................................................................
  1034. ...............................................................................................................................................................................................
  1035. ...............................................................................................................................................................................................
  1036. ...............................................................................................................................................................................................
  1037. .................................................................... done.
  1038. rm -f fa.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fa.gmo fa.po
  1039. fa.po: 1775 translated messages, 346 fuzzy translations, 4100 untranslated messages.
  1040. /usr/bin/msgmerge --update  --lang=ff ff.po vlc.pot
  1041. ...............................................................................................................................................................................................
  1042. ...............................................................................................................................................................................................
  1043. ...............................................................................................................................................................................................
  1044. ...............................................................................................................................................................................................
  1045. .................................... done.
  1046. rm -f ff.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ff.gmo ff.po
  1047. ff.po: 1242 translated messages, 443 fuzzy translations, 4536 untranslated messages.
  1048. /usr/bin/msgmerge --update  --lang=fi fi.po vlc.pot
  1049. ...............................................................................................................................................................................................
  1050. ...............................................................................................................................................................................................
  1051. ...............................................................................................................................................................................................
  1052. ...............................................................................................................................................................................................
  1053. .................................................................. done.
  1054. rm -f fi.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fi.gmo fi.po
  1055. fi.po: 5348 translated messages, 476 fuzzy translations, 397 untranslated messages.
  1056. /usr/bin/msgmerge --update  --lang=fr fr.po vlc.pot
  1057. ...............................................................................................................................................................................................
  1058. ...............................................................................................................................................................................................
  1059. ...............................................................................................................................................................................................
  1060. ...............................................................................................................................................................................................
  1061. ................................... done.
  1062. rm -f fr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po
  1063. fr.po: 5598 translated messages, 477 fuzzy translations, 146 untranslated messages.
  1064. /usr/bin/msgmerge --update  --lang=fur fur.po vlc.pot
  1065. ...............................................................................................................................................................................................
  1066. ...............................................................................................................................................................................................
  1067. ...............................................................................................................................................................................................
  1068. ...............................................................................................................................................................................................
  1069. ..................................................................... done.
  1070. rm -f fur.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fur.gmo fur.po
  1071. fur.po: 662 translated messages, 2739 fuzzy translations, 2820 untranslated messages.
  1072. /usr/bin/msgmerge --update  --lang=fy fy.po vlc.pot
  1073. ...............................................................................................................................................................................................
  1074. ...............................................................................................................................................................................................
  1075. ...............................................................................................................................................................................................
  1076. ...............................................................................................................................................................................................
  1077. ......................................................................... done.
  1078. rm -f fy.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fy.gmo fy.po
  1079. fy.po: 5561 translated messages, 473 fuzzy translations, 187 untranslated messages.
  1080. /usr/bin/msgmerge --update  --lang=ga ga.po vlc.pot
  1081. ...............................................................................................................................................................................................
  1082. ...............................................................................................................................................................................................
  1083. ...............................................................................................................................................................................................
  1084. ...............................................................................................................................................................................................
  1085. ...............................................................................................................................................................................................
  1086. ...................................................................................................................................... done.
  1087. rm -f ga.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ga.gmo ga.po
  1088. ga.po: 2537 translated messages, 345 fuzzy translations, 3339 untranslated messages.
  1089. /usr/bin/msgmerge --update  --lang=gd gd.po vlc.pot
  1090. ...............................................................................................................................................................................................
  1091. ...............................................................................................................................................................................................
  1092. ...............................................................................................................................................................................................
  1093. ...............................................................................................................................................................................................
  1094. ........................................... done.
  1095. rm -f gd.gmo && /usr/bin/msgfmt -c --statistics --verbose -o gd.gmo gd.po
  1096. gd.po: 2485 translated messages, 326 fuzzy translations, 3410 untranslated messages.
  1097. /usr/bin/msgmerge --update  --lang=gl gl.po vlc.pot
  1098. ...............................................................................................................................................................................................
  1099. ...............................................................................................................................................................................................
  1100. ...............................................................................................................................................................................................
  1101. ...............................................................................................................................................................................................
  1102. .................................................................................................................................... done.
  1103. rm -f gl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o gl.gmo gl.po
  1104. gl.po: 5422 translated messages, 493 fuzzy translations, 306 untranslated messages.
  1105. /usr/bin/msgmerge --update  --lang=gu gu.po vlc.pot
  1106. ...............................................................................................................................................................................................
  1107. ...............................................................................................................................................................................................
  1108. ...............................................................................................................................................................................................
  1109. ...............................................................................................................................................................................................
  1110. ................................................................ done.
  1111. rm -f gu.gmo && /usr/bin/msgfmt -c --statistics --verbose -o gu.gmo gu.po
  1112. gu.po: 5549 translated messages, 482 fuzzy translations, 190 untranslated messages.
  1113. /usr/bin/msgmerge --update  --lang=he he.po vlc.pot
  1114. ...............................................................................................................................................................................................
  1115. ...............................................................................................................................................................................................
  1116. ...............................................................................................................................................................................................
  1117. ...............................................................................................................................................................................................
  1118. ..................................... done.
  1119. rm -f he.gmo && /usr/bin/msgfmt -c --statistics --verbose -o he.gmo he.po
  1120. he.po: 2943 translated messages, 415 fuzzy translations, 2863 untranslated messages.
  1121. /usr/bin/msgmerge --update  --lang=hi hi.po vlc.pot
  1122. ...............................................................................................................................................................................................
  1123. ...............................................................................................................................................................................................
  1124. ...............................................................................................................................................................................................
  1125. ...............................................................................................................................................................................................
  1126. ......................................................................................... done.
  1127. rm -f hi.gmo && /usr/bin/msgfmt -c --statistics --verbose -o hi.gmo hi.po
  1128. hi.po: 1104 translated messages, 287 fuzzy translations, 4830 untranslated messages.
  1129. /usr/bin/msgmerge --update  --lang=hr hr.po vlc.pot
  1130. ...............................................................................................................................................................................................
  1131. ...............................................................................................................................................................................................
  1132. ...............................................................................................................................................................................................
  1133. ...............................................................................................................................................................................................
  1134. .................................................................................. done.
  1135. rm -f hr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o hr.gmo hr.po
  1136. hr.po: 5076 translated messages, 498 fuzzy translations, 647 untranslated messages.
  1137. /usr/bin/msgmerge --update  --lang=hu hu.po vlc.pot
  1138. ...............................................................................................................................................................................................
  1139. ...............................................................................................................................................................................................
  1140. ...............................................................................................................................................................................................
  1141. ...............................................................................................................................................................................................
  1142. ....................................................................................................................................................... done.
  1143. rm -f hu.gmo && /usr/bin/msgfmt -c --statistics --verbose -o hu.gmo hu.po
  1144. hu.po: 5623 translated messages, 457 fuzzy translations, 141 untranslated messages.
  1145. /usr/bin/msgmerge --update  --lang=hy hy.po vlc.pot
  1146. ...............................................................................................................................................................................................
  1147. ...............................................................................................................................................................................................
  1148. ...............................................................................................................................................................................................
  1149. ...............................................................................................................................................................................................
  1150. ............................................................................................................................................................ done.
  1151. rm -f hy.gmo && /usr/bin/msgfmt -c --statistics --verbose -o hy.gmo hy.po
  1152. hy.po: 1828 translated messages, 375 fuzzy translations, 4018 untranslated messages.
  1153. /usr/bin/msgmerge --update  --lang=ia ia.po vlc.pot
  1154. ...............................................................................................................................................................................................
  1155. ...............................................................................................................................................................................................
  1156. ...............................................................................................................................................................................................
  1157. ...............................................................................................................................................................................................
  1158. ........................................................................................................................................... done.
  1159. rm -f ia.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ia.gmo ia.po
  1160. ia.po: 235 translated messages, 195 fuzzy translations, 5791 untranslated messages.
  1161. /usr/bin/msgmerge --update  --lang=id id.po vlc.pot
  1162. ...............................................................................................................................................................................................
  1163. ...............................................................................................................................................................................................
  1164. ...............................................................................................................................................................................................
  1165. ...............................................................................................................................................................................................
  1166. ....................................................................................................... done.
  1167. rm -f id.gmo && /usr/bin/msgfmt -c --statistics --verbose -o id.gmo id.po
  1168. id.po: 4180 translated messages, 430 fuzzy translations, 1611 untranslated messages.
  1169. /usr/bin/msgmerge --update  --lang=is is.po vlc.pot
  1170. ...............................................................................................................................................................................................
  1171. ...............................................................................................................................................................................................
  1172. ...............................................................................................................................................................................................
  1173. ...............................................................................................................................................................................................
  1174. ....................................................................................................................... done.
  1175. rm -f is.gmo && /usr/bin/msgfmt -c --statistics --verbose -o is.gmo is.po
  1176. is.po: 3472 translated messages, 378 fuzzy translations, 2371 untranslated messages.
  1177. /usr/bin/msgmerge --update  --lang=it it.po vlc.pot
  1178. ...............................................................................................................................................................................................
  1179. ...............................................................................................................................................................................................
  1180. ...............................................................................................................................................................................................
  1181. ...............................................................................................................................................................................................
  1182. ........................................................................................................... done.
  1183. rm -f it.gmo && /usr/bin/msgfmt -c --statistics --verbose -o it.gmo it.po
  1184. it.po: 5623 translated messages, 467 fuzzy translations, 131 untranslated messages.
  1185. /usr/bin/msgmerge --update  --lang=ja ja.po vlc.pot
  1186. ...............................................................................................................................................................................................
  1187. ...............................................................................................................................................................................................
  1188. ...............................................................................................................................................................................................
  1189. ...................................................................................................................................................................... done.
  1190. rm -f ja.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po
  1191. ja.po: 5623 translated messages, 458 fuzzy translations, 140 untranslated messages.
  1192. /usr/bin/msgmerge --update  --lang=ka ka.po vlc.pot
  1193. ...............................................................................................................................................................................................
  1194. ...............................................................................................................................................................................................
  1195. ...............................................................................................................................................................................................
  1196. ...............................................................................................................................................................................................
  1197. ............................................................................................................................................................................. done.
  1198. rm -f ka.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ka.gmo ka.po
  1199. ka.po: 759 translated messages, 3001 fuzzy translations, 2461 untranslated messages.
  1200. /usr/bin/msgmerge --update  --lang=kk kk.po vlc.pot
  1201. ...............................................................................................................................................................................................
  1202. ...............................................................................................................................................................................................
  1203. ...............................................................................................................................................................................................
  1204. ...............................................................................................................................................................................................
  1205. ....................................................................................................... done.
  1206. rm -f kk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o kk.gmo kk.po
  1207. kk.po: 2609 translated messages, 410 fuzzy translations, 3202 untranslated messages.
  1208. /usr/bin/msgmerge --update  --lang=km km.po vlc.pot
  1209. ...............................................................................................................................................................................................
  1210. ...............................................................................................................................................................................................
  1211. ...............................................................................................................................................................................................
  1212. ...............................................................................................................................................................................................
  1213. ..................................................... done.
  1214. rm -f km.gmo && /usr/bin/msgfmt -c --statistics --verbose -o km.gmo km.po
  1215. km.po: 5349 translated messages, 508 fuzzy translations, 364 untranslated messages.
  1216. /usr/bin/msgmerge --update  --lang=kn kn.po vlc.pot
  1217. ...............................................................................................................................................................................................
  1218. ...............................................................................................................................................................................................
  1219. ...............................................................................................................................................................................................
  1220. ...............................................................................................................................................................................................
  1221. ..................................................................... done.
  1222. rm -f kn.gmo && /usr/bin/msgfmt -c --statistics --verbose -o kn.gmo kn.po
  1223. kn.po: 5433 translated messages, 487 fuzzy translations, 301 untranslated messages.
  1224. /usr/bin/msgmerge --update  --lang=ko ko.po vlc.pot
  1225. ...............................................................................................................................................................................................
  1226. ...............................................................................................................................................................................................
  1227. ...............................................................................................................................................................................................
  1228. ...............................................................................................................................................................................................
  1229. ....................................................................................................................... done.
  1230. rm -f ko.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ko.gmo ko.po
  1231. ko.po: 5598 translated messages, 482 fuzzy translations, 141 untranslated messages.
  1232. /usr/bin/msgmerge --update  --lang=ks_IN ks_IN.po vlc.pot
  1233. ...............................................................................................................................................................................................
  1234. ...............................................................................................................................................................................................
  1235. ...............................................................................................................................................................................................
  1236. ...............................................................................................................................................................................................
  1237. .................. done.
  1238. rm -f ks_IN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ks_IN.gmo ks_IN.po
  1239. ks_IN.po: 5551 translated messages, 486 fuzzy translations, 184 untranslated messages.
  1240. /usr/bin/msgmerge --update  --lang=ky ky.po vlc.pot
  1241. ...............................................................................................................................................................................................
  1242. ...............................................................................................................................................................................................
  1243. ...............................................................................................................................................................................................
  1244. ...............................................................................................................................................................................................
  1245. ............................................................................................................................................... done.
  1246. rm -f ky.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ky.gmo ky.po
  1247. ky.po: 753 translated messages, 291 fuzzy translations, 5177 untranslated messages.
  1248. /usr/bin/msgmerge --update  --lang=lg lg.po vlc.pot
  1249. ...............................................................................................................................................................................................
  1250. ...............................................................................................................................................................................................
  1251. ...............................................................................................................................................................................................
  1252. ...............................................................................................................................................................................................
  1253. ........................................................................................................................................................................ done.
  1254. rm -f lg.gmo && /usr/bin/msgfmt -c --statistics --verbose -o lg.gmo lg.po
  1255. lg.po: 824 translated messages, 2105 fuzzy translations, 3292 untranslated messages.
  1256. /usr/bin/msgmerge --update  --lang=lt lt.po vlc.pot
  1257. ...............................................................................................................................................................................................
  1258. ...............................................................................................................................................................................................
  1259. ...............................................................................................................................................................................................
  1260. ...............................................................................................................................................................................................
  1261. ........................................................ done.
  1262. rm -f lt.gmo && /usr/bin/msgfmt -c --statistics --verbose -o lt.gmo lt.po
  1263. lt.po: 3841 translated messages, 443 fuzzy translations, 1937 untranslated messages.
  1264. /usr/bin/msgmerge --update  --lang=lv lv.po vlc.pot
  1265. ...............................................................................................................................................................................................
  1266. ...............................................................................................................................................................................................
  1267. ...............................................................................................................................................................................................
  1268. ...............................................................................................................................................................................................
  1269. .............. done.
  1270. rm -f lv.gmo && /usr/bin/msgfmt -c --statistics --verbose -o lv.gmo lv.po
  1271. lv.po: 5598 translated messages, 469 fuzzy translations, 154 untranslated messages.
  1272. /usr/bin/msgmerge --update  --lang=mai mai.po vlc.pot
  1273. ...............................................................................................................................................................................................
  1274. ...............................................................................................................................................................................................
  1275. ...............................................................................................................................................................................................
  1276. ...............................................................................................................................................................................................
  1277. .................................................................. done.
  1278. rm -f mai.gmo && /usr/bin/msgfmt -c --statistics --verbose -o mai.gmo mai.po
  1279. mai.po: 5551 translated messages, 486 fuzzy translations, 184 untranslated messages.
  1280. /usr/bin/msgmerge --update  --lang=mk mk.po vlc.pot
  1281. ...............................................................................................................................................................................................
  1282. ...............................................................................................................................................................................................
  1283. ...............................................................................................................................................................................................
  1284. ...............................................................................................................................................................................................
  1285. ...................................................................... done.
  1286. rm -f mk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o mk.gmo mk.po
  1287. mk.po: 141 translated messages, 190 fuzzy translations, 5890 untranslated messages.
  1288. /usr/bin/msgmerge --update  --lang=ml ml.po vlc.pot
  1289. ...............................................................................................................................................................................................
  1290. ...............................................................................................................................................................................................
  1291. ...............................................................................................................................................................................................
  1292. ...............................................................................................................................................................................................
  1293. .................................................................................... done.
  1294. rm -f ml.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ml.gmo ml.po
  1295. ml.po: 5561 translated messages, 483 fuzzy translations, 177 untranslated messages.
  1296. /usr/bin/msgmerge --update  --lang=mn mn.po vlc.pot
  1297. ...............................................................................................................................................................................................
  1298. ...............................................................................................................................................................................................
  1299. ...............................................................................................................................................................................................
  1300. ...............................................................................................................................................................................................
  1301. .................................................................................................. done.
  1302. rm -f mn.gmo && /usr/bin/msgfmt -c --statistics --verbose -o mn.gmo mn.po
  1303. mn.po: 1339 translated messages, 307 fuzzy translations, 4575 untranslated messages.
  1304. /usr/bin/msgmerge --update  --lang=mr mr.po vlc.pot
  1305. ...............................................................................................................................................................................................
  1306. ...............................................................................................................................................................................................
  1307. ...............................................................................................................................................................................................
  1308. ...............................................................................................................................................................................................
  1309. .................................................. done.
  1310. rm -f mr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o mr.gmo mr.po
  1311. mr.po: 5561 translated messages, 481 fuzzy translations, 179 untranslated messages.
  1312. /usr/bin/msgmerge --update  --lang=ms ms.po vlc.pot
  1313. ...............................................................................................................................................................................................
  1314. ...............................................................................................................................................................................................
  1315. ...............................................................................................................................................................................................
  1316. ...............................................................................................................................................................................................
  1317. ....................................................................... done.
  1318. rm -f ms.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ms.gmo ms.po
  1319. ms.po: 5598 translated messages, 485 fuzzy translations, 138 untranslated messages.
  1320. /usr/bin/msgmerge --update  --lang=my my.po vlc.pot
  1321. ...............................................................................................................................................................................................
  1322. ...............................................................................................................................................................................................
  1323. ...............................................................................................................................................................................................
  1324. ...............................................................................................................................................................................................
  1325. .................................................................................................................................................... done.
  1326. rm -f my.gmo && /usr/bin/msgfmt -c --statistics --verbose -o my.gmo my.po
  1327. my.po: 194 translated messages, 315 fuzzy translations, 5712 untranslated messages.
  1328. /usr/bin/msgmerge --update  --lang=nb nb.po vlc.pot
  1329. ...............................................................................................................................................................................................
  1330. ...............................................................................................................................................................................................
  1331. ...............................................................................................................................................................................................
  1332. ...............................................................................................................................................................................................
  1333. ............................................ done.
  1334. rm -f nb.gmo && /usr/bin/msgfmt -c --statistics --verbose -o nb.gmo nb.po
  1335. nb.po: 5598 translated messages, 481 fuzzy translations, 142 untranslated messages.
  1336. /usr/bin/msgmerge --update  --lang=ne ne.po vlc.pot
  1337. ...............................................................................................................................................................................................
  1338. ...............................................................................................................................................................................................
  1339. ...............................................................................................................................................................................................
  1340. ...............................................................................................................................................................................................
  1341. ............................................................................................... done.
  1342. rm -f ne.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ne.gmo ne.po
  1343. ne.po: 2347 translated messages, 387 fuzzy translations, 3487 untranslated messages.
  1344. /usr/bin/msgmerge --update  --lang=nl nl.po vlc.pot
  1345. ...............................................................................................................................................................................................
  1346. ...............................................................................................................................................................................................
  1347. ...............................................................................................................................................................................................
  1348. ...............................................................................................................................................................................................
  1349. ................................................................ done.
  1350. rm -f nl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o nl.gmo nl.po
  1351. nl.po: 5623 translated messages, 461 fuzzy translations, 137 untranslated messages.
  1352. /usr/bin/msgmerge --update  --lang=nn nn.po vlc.pot
  1353. ...............................................................................................................................................................................................
  1354. ...............................................................................................................................................................................................
  1355. ...............................................................................................................................................................................................
  1356. ...............................................................................................................................................................................................
  1357. ............ done.
  1358. rm -f nn.gmo && /usr/bin/msgfmt -c --statistics --verbose -o nn.gmo nn.po
  1359. nn.po: 3116 translated messages, 410 fuzzy translations, 2695 untranslated messages.
  1360. /usr/bin/msgmerge --update  --lang=oc oc.po vlc.pot
  1361. ...............................................................................................................................................................................................
  1362. ...............................................................................................................................................................................................
  1363. ...............................................................................................................................................................................................
  1364. ...............................................................................................................................................................................................
  1365. ...............................................................................................................................................................................................
  1366. ............................................. done.
  1367. rm -f oc.gmo && /usr/bin/msgfmt -c --statistics --verbose -o oc.gmo oc.po
  1368. oc.po: 5561 translated messages, 488 fuzzy translations, 172 untranslated messages.
  1369. /usr/bin/msgmerge --update  --lang=or or.po vlc.pot
  1370. ...............................................................................................................................................................................................
  1371. ...............................................................................................................................................................................................
  1372. ...............................................................................................................................................................................................
  1373. ...............................................................................................................................................................................................
  1374. ....................................................... done.
  1375. rm -f or.gmo && /usr/bin/msgfmt -c --statistics --verbose -o or.gmo or.po
  1376. or.po: 331 translated messages, 267 fuzzy translations, 5623 untranslated messages.
  1377. /usr/bin/msgmerge --update  --lang=pa pa.po vlc.pot
  1378. ...............................................................................................................................................................................................
  1379. ...............................................................................................................................................................................................
  1380. ...............................................................................................................................................................................................
  1381. ...............................................................................................................................................................................................
  1382. ............................................... done.
  1383. rm -f pa.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pa.gmo pa.po
  1384. pa.po: 3306 translated messages, 380 fuzzy translations, 2535 untranslated messages.
  1385. /usr/bin/msgmerge --update  --lang=pl pl.po vlc.pot
  1386. ...............................................................................................................................................................................................
  1387. ...............................................................................................................................................................................................
  1388. ...............................................................................................................................................................................................
  1389. ...............................................................................................................................................................................................
  1390. ......................................................................................................................................................................... done.
  1391. rm -f pl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pl.gmo pl.po
  1392. pl.po: 5623 translated messages, 461 fuzzy translations, 137 untranslated messages.
  1393. /usr/bin/msgmerge --update  --lang=ps ps.po vlc.pot
  1394. ...............................................................................................................................................................................................
  1395. ...............................................................................................................................................................................................
  1396. ...............................................................................................................................................................................................
  1397. ...............................................................................................................................................................................................
  1398. ......................................................................................... done.
  1399. rm -f ps.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ps.gmo ps.po
  1400. ps.po: 715 translated messages, 1289 fuzzy translations, 4217 untranslated messages.
  1401. /usr/bin/msgmerge --update  --lang=pt_BR pt_BR.po vlc.pot
  1402. ...............................................................................................................................................................................................
  1403. ...............................................................................................................................................................................................
  1404. ...............................................................................................................................................................................................
  1405. ...............................................................................................................................................................................................
  1406. ............................................... done.
  1407. rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po
  1408. pt_BR.po: 5565 translated messages, 494 fuzzy translations, 162 untranslated messages.
  1409. /usr/bin/msgmerge --update  --lang=pt_PT pt_PT.po vlc.pot
  1410. ...............................................................................................................................................................................................
  1411. ...............................................................................................................................................................................................
  1412. ...............................................................................................................................................................................................
  1413. ...............................................................................................................................................................................................
  1414. ........................................................................................... done.
  1415. rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics --verbose -o pt_PT.gmo pt_PT.po
  1416. pt_PT.po: 5598 translated messages, 481 fuzzy translations, 142 untranslated messages.
  1417. /usr/bin/msgmerge --update  --lang=ro ro.po vlc.pot
  1418. ...............................................................................................................................................................................................
  1419. ...............................................................................................................................................................................................
  1420. ...............................................................................................................................................................................................
  1421. ...............................................................................................................................................................................................
  1422. .................... done.
  1423. rm -f ro.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ro.gmo ro.po
  1424. ro.po: 4248 translated messages, 460 fuzzy translations, 1513 untranslated messages.
  1425. /usr/bin/msgmerge --update  --lang=ru ru.po vlc.pot
  1426. ...............................................................................................................................................................................................
  1427. ...............................................................................................................................................................................................
  1428. ...............................................................................................................................................................................................
  1429. ...............................................................................................................................................................................................
  1430. ............................................................................................................................................. done.
  1431. rm -f ru.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ru.gmo ru.po
  1432. ru.po: 5623 translated messages, 458 fuzzy translations, 140 untranslated messages.
  1433. /usr/bin/msgmerge --update  --lang=si si.po vlc.pot
  1434. ...............................................................................................................................................................................................
  1435. ...............................................................................................................................................................................................
  1436. ...............................................................................................................................................................................................
  1437. ........................................................................................................................................................................................ done.
  1438. rm -f si.gmo && /usr/bin/msgfmt -c --statistics --verbose -o si.gmo si.po
  1439. si.po: 2639 translated messages, 369 fuzzy translations, 3213 untranslated messages.
  1440. /usr/bin/msgmerge --update  --lang=sk sk.po vlc.pot
  1441. ...............................................................................................................................................................................................
  1442. ...............................................................................................................................................................................................
  1443. ...............................................................................................................................................................................................
  1444. ...............................................................................................................................................................................................
  1445. ................................................................................................................................................................. done.
  1446. rm -f sk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sk.gmo sk.po
  1447. sk.po: 5623 translated messages, 458 fuzzy translations, 140 untranslated messages.
  1448. /usr/bin/msgmerge --update  --lang=sl sl.po vlc.pot
  1449. ...............................................................................................................................................................................................
  1450. ...............................................................................................................................................................................................
  1451. ...............................................................................................................................................................................................
  1452. ...............................................................................................................................................................................................
  1453. .................................................................................................. done.
  1454. rm -f sl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sl.gmo sl.po
  1455. sl.po: 5554 translated messages, 508 fuzzy translations, 159 untranslated messages.
  1456. /usr/bin/msgmerge --update  --lang=sq sq.po vlc.pot
  1457. ...............................................................................................................................................................................................
  1458. ...............................................................................................................................................................................................
  1459. ...............................................................................................................................................................................................
  1460. ...............................................................................................................................................................................................
  1461. ............................... done.
  1462. rm -f sq.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sq.gmo sq.po
  1463. sq.po: 959 translated messages, 244 fuzzy translations, 5018 untranslated messages.
  1464. /usr/bin/msgmerge --update  --lang=sr sr.po vlc.pot
  1465. ...............................................................................................................................................................................................
  1466. ...............................................................................................................................................................................................
  1467. ...............................................................................................................................................................................................
  1468. ...............................................................................................................................................................................................
  1469. ....................... done.
  1470. rm -f sr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sr.gmo sr.po
  1471. sr.po: 3126 translated messages, 419 fuzzy translations, 2676 untranslated messages.
  1472. /usr/bin/msgmerge --update  --lang=sv sv.po vlc.pot
  1473. ...............................................................................................................................................................................................
  1474. ...............................................................................................................................................................................................
  1475. ...............................................................................................................................................................................................
  1476. ...............................................................................................................................................................................................
  1477. ................................................... done.
  1478. rm -f sv.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po
  1479. sv.po: 4966 translated messages, 465 fuzzy translations, 790 untranslated messages.
  1480. /usr/bin/msgmerge --update  --lang=ta ta.po vlc.pot
  1481. ...............................................................................................................................................................................................
  1482. ...............................................................................................................................................................................................
  1483. ...............................................................................................................................................................................................
  1484. ...............................................................................................................................................................................................
  1485. ...................................................................................... done.
  1486. rm -f ta.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ta.gmo ta.po
  1487. ta.po: 1775 translated messages, 307 fuzzy translations, 4139 untranslated messages.
  1488. /usr/bin/msgmerge --update  --lang=te te.po vlc.pot
  1489. ...............................................................................................................................................................................................
  1490. ...............................................................................................................................................................................................
  1491. ...............................................................................................................................................................................................
  1492. ...............................................................................................................................................................................................
  1493. ........................................................................... done.
  1494. rm -f te.gmo && /usr/bin/msgfmt -c --statistics --verbose -o te.gmo te.po
  1495. te.po: 1768 translated messages, 428 fuzzy translations, 4025 untranslated messages.
  1496. /usr/bin/msgmerge --update  --lang=tet tet.po vlc.pot
  1497. ...............................................................................................................................................................................................
  1498. ...............................................................................................................................................................................................
  1499. ...............................................................................................................................................................................................
  1500. ...............................................................................................................................................................................................
  1501. ....................................................................... done.
  1502. rm -f tet.gmo && /usr/bin/msgfmt -c --statistics --verbose -o tet.gmo tet.po
  1503. tet.po: 2 translated messages, 1817 fuzzy translations, 4402 untranslated messages.
  1504. /usr/bin/msgmerge --update  --lang=th th.po vlc.pot
  1505. ...............................................................................................................................................................................................
  1506. ...............................................................................................................................................................................................
  1507. ...............................................................................................................................................................................................
  1508. ...............................................................................................................................................................................................
  1509. ............................................................................................ done.
  1510. rm -f th.gmo && /usr/bin/msgfmt -c --statistics --verbose -o th.gmo th.po
  1511. th.po: 3330 translated messages, 392 fuzzy translations, 2499 untranslated messages.
  1512. /usr/bin/msgmerge --update  --lang=tl tl.po vlc.pot
  1513. ...............................................................................................................................................................................................
  1514. ...............................................................................................................................................................................................
  1515. ...............................................................................................................................................................................................
  1516. ...............................................................................................................................................................................................
  1517. ........................................................................... done.
  1518. rm -f tl.gmo && /usr/bin/msgfmt -c --statistics --verbose -o tl.gmo tl.po
  1519. tl.po: 2 translated messages, 1817 fuzzy translations, 4402 untranslated messages.
  1520. /usr/bin/msgmerge --update  --lang=tr tr.po vlc.pot
  1521. ...............................................................................................................................................................................................
  1522. ...............................................................................................................................................................................................
  1523. ...............................................................................................................................................................................................
  1524. ...............................................................................................................................................................................................
  1525. ....................................................................................................................................................... done.
  1526. rm -f tr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o tr.gmo tr.po
  1527. tr.po: 5623 translated messages, 464 fuzzy translations, 134 untranslated messages.
  1528. /usr/bin/msgmerge --update  --lang=ug ug.po vlc.pot
  1529. ...............................................................................................................................................................................................
  1530. ...............................................................................................................................................................................................
  1531. ...............................................................................................................................................................................................
  1532. ...............................................................................................................................................................................................
  1533. .................................................................................................................................................................... done.
  1534. rm -f ug.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ug.gmo ug.po
  1535. ug.po: 930 translated messages, 185 fuzzy translations, 5106 untranslated messages.
  1536. /usr/bin/msgmerge --update  --lang=uk uk.po vlc.pot
  1537. ...............................................................................................................................................................................................
  1538. ...............................................................................................................................................................................................
  1539. ...............................................................................................................................................................................................
  1540. ...............................................................................................................................................................................................
  1541. ...............................................................................................................................................................................................
  1542. ................................. done.
  1543. rm -f uk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o uk.gmo uk.po
  1544. uk.po: 5623 translated messages, 445 fuzzy translations, 153 untranslated messages.
  1545. /usr/bin/msgmerge --update  --lang=uz uz.po vlc.pot
  1546. ...............................................................................................................................................................................................
  1547. ...............................................................................................................................................................................................
  1548. ...............................................................................................................................................................................................
  1549. ...............................................................................................................................................................................................
  1550. ...............................................................................................................................................................................................
  1551. ........................................................................... done.
  1552. rm -f uz.gmo && /usr/bin/msgfmt -c --statistics --verbose -o uz.gmo uz.po
  1553. uz.po: 904 translated messages, 229 fuzzy translations, 5088 untranslated messages.
  1554. /usr/bin/msgmerge --update  --lang=vi vi.po vlc.pot
  1555. ...............................................................................................................................................................................................
  1556. ...............................................................................................................................................................................................
  1557. ...............................................................................................................................................................................................
  1558. ...............................................................................................................................................................................................
  1559. ...............................................................................................................................................................................................
  1560. ..................................................... done.
  1561. rm -f vi.gmo && /usr/bin/msgfmt -c --statistics --verbose -o vi.gmo vi.po
  1562. vi.po: 4546 translated messages, 476 fuzzy translations, 1199 untranslated messages.
  1563. rm -f wa.gmo && /usr/bin/msgfmt -c --statistics --verbose -o wa.gmo wa.po
  1564. wa.po: 3534 translated messages, 598 fuzzy translations, 2089 untranslated messages.
  1565. rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po
  1566. zh_CN.po: 5623 translated messages, 461 fuzzy translations, 137 untranslated messages.
  1567. rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics --verbose -o zh_TW.gmo zh_TW.po
  1568. zh_TW.po: 3658 translated messages, 443 fuzzy translations, 2120 untranslated messages.
  1569. rm -f zu.gmo && /usr/bin/msgfmt -c --statistics --verbose -o zu.gmo zu.po
  1570. zu.po: 892 translated messages, 2038 fuzzy translations, 3291 untranslated messages.
  1571. make[3]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/po'
  1572. touch stamp-po
  1573. make[2]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/po'
  1574. Making all in share
  1575. make[2]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/share'
  1576.   GEN      vlc.appdata.xml
  1577.   GEN      vlc.desktop
  1578.   GEN      skins2/default.vlt
  1579. drwxr-xr-x root/root         0 2018-01-23 14:01 default/
  1580. drwxr-xr-x root/root         0 2018-01-23 14:01 default/subX/
  1581. -rw-r--r-- root/root     68042 2018-01-23 14:01 default/subX/main.png
  1582. -rw-r--r-- root/root     33054 2018-01-23 14:01 default/subX/about.png
  1583. gzip: warning: GZIP environment variable is deprecated; use an alias or script
  1584. -rw-r--r-- root/root     24700 2018-01-23 14:01 default/subX/font.otf
  1585. -rw-r--r-- root/root      7739 2018-01-23 14:01 default/subX/pl.png
  1586. -rw-r--r-- root/root        73 2018-01-23 14:01 default/subX/vol_slider.png
  1587. -rw-r--r-- root/root      2245 2018-01-23 14:01 default/subX/sysbuttons.png
  1588. -rw-r--r-- root/root      2063 2018-01-23 14:01 default/subX/vol_anim.png
  1589. -rw-r--r-- root/root       101 2018-01-23 14:01 default/subX/playtreeglyphs.png
  1590. -rw-r--r-- root/root     31809 2018-01-23 14:01 default/subX/eq.png
  1591. -rw-r--r-- root/root     55484 2018-01-23 14:01 default/theme.xml
  1592.   LUAC   lua/extensions/VLSub.luac
  1593.   LUAC   lua/intf/cli.luac
  1594.   LUAC   lua/intf/dummy.luac
  1595.   LUAC   lua/intf/dumpmeta.luac
  1596.   LUAC   lua/intf/luac.luac
  1597.   LUAC   lua/intf/http.luac
  1598.   LUAC   lua/intf/modules/host.luac
  1599.   LUAC   lua/intf/modules/httprequests.luac
  1600.   LUAC   lua/intf/telnet.luac
  1601.   LUAC   lua/meta/art/02_frenchtv.luac
  1602.   LUAC   lua/meta/art/03_lastfm.luac
  1603.   LUAC   lua/meta/art/01_googleimage.luac
  1604.   LUAC   lua/meta/art/00_musicbrainz.luac
  1605.   LUAC   lua/meta/reader/filename.luac
  1606.   LUAC   lua/modules/common.luac
  1607.   LUAC   lua/modules/dkjson.luac
  1608.   LUAC   lua/modules/sandbox.luac
  1609.   LUAC   lua/modules/simplexml.luac
  1610.   LUAC   lua/playlist/anevia_streams.luac
  1611.   LUAC   lua/playlist/anevia_xml.luac
  1612.   LUAC   lua/playlist/appletrailers.luac
  1613.   LUAC   lua/playlist/bbc_co_uk.luac
  1614.   LUAC   lua/playlist/cue.luac
  1615.   LUAC   lua/playlist/dailymotion.luac
  1616.   LUAC   lua/playlist/jamendo.luac
  1617.   LUAC   lua/playlist/koreus.luac
  1618.   LUAC   lua/playlist/liveleak.luac
  1619.   LUAC   lua/playlist/newgrounds.luac
  1620.   LUAC   lua/playlist/rockbox_fm_presets.luac
  1621.   LUAC   lua/playlist/soundcloud.luac
  1622.   LUAC   lua/playlist/vimeo.luac
  1623.   LUAC   lua/playlist/vocaroo.luac
  1624.   LUAC   lua/playlist/youtube.luac
  1625.   LUAC   lua/playlist/twitch.luac
  1626.   LUAC   lua/sd/fmc.luac
  1627.   LUAC   lua/sd/icecast.luac
  1628.   LUAC   lua/sd/icast.luac
  1629.   LUAC   lua/sd/jamendo.luac
  1630. make[2]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/share'
  1631. Making all in src
  1632. make[2]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/src'
  1633.   GEN      ../include/vlc_about.h
  1634.   CC       fourcc_gen
  1635.   GEN      fourcc_tables.h
  1636. video: 838 entries
  1637. audio: 259 entries
  1638. spu: 46 entries
  1639.   GEN      stamp-revision
  1640. make  all-am
  1641. make[3]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/src'
  1642.   CC       libvlc.lo
  1643.   CC       libvlc-module.lo
  1644.   CC       missing.lo
  1645.   GEN      revision.c
  1646.   CC       revision.lo
  1647.   CC       version.lo
  1648.   CC       config/core.lo
  1649.   CC       config/chain.lo
  1650.   CC       config/file.lo
  1651.   CC       config/help.lo
  1652.   CC       config/intf.lo
  1653.   CC       config/cmdline.lo
  1654.   CC       config/getopt.lo
  1655.   CC       extras/libc.lo
  1656.   CC       extras/tdestroy.lo
  1657.   CC       modules/modules.lo
  1658.   CC       modules/bank.lo
  1659.   CC       modules/cache.lo
  1660.   CC       modules/entry.lo
  1661.   CC       modules/textdomain.lo
  1662.   CC       interface/dialog.lo
  1663.   CC       interface/interface.lo
  1664.   CC       playlist/art.lo
  1665.   CC       playlist/aout.lo
  1666.   CC       playlist/thread.lo
  1667.   CC       playlist/control.lo
  1668.   CC       playlist/engine.lo
  1669.   CC       playlist/fetcher.lo
  1670.   CC       playlist/sort.lo
  1671.   CC       playlist/loadsave.lo
  1672.   CC       playlist/preparser.lo
  1673. playlist/preparser.c: In function ‘playlist_preparser_Push’:
  1674. playlist/preparser.c:171:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1675.              if( !b_net || i_options & META_REQUEST_OPTION_SCOPE_NETWORK )
  1676.                  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1677. playlist/preparser.c:173:9: note: here
  1678.          default:
  1679.          ^~~~~~~
  1680.   CC       playlist/tree.lo
  1681.   CC       playlist/item.lo
  1682.   CC       playlist/search.lo
  1683.   CC       playlist/services_discovery.lo
  1684.   CC       playlist/renderer.lo
  1685.   CC       input/item.lo
  1686.   CC       input/access.lo
  1687.   CC       input/clock.lo
  1688. input/clock.c:539:2: warning: #warning "input_clock_SetJitter needs more work" [-Wcpp]
  1689.  #warning "input_clock_SetJitter needs more work"
  1690.   ^~~~~~~
  1691.   CC       input/control.lo
  1692. In file included from input/control.c:39:0:
  1693. input/es_out.h: In function ‘es_out_SetMode’:
  1694. input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1695.      int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
  1696.          ^~~~~
  1697. input/es_out.h: In function ‘es_out_GetWakeup’:
  1698. input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1699.      int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
  1700.          ^~~~~
  1701. input/es_out.h: In function ‘es_out_GetBuffering’:
  1702. input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1703.      int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
  1704.          ^~~~~
  1705. input/es_out.h: In function ‘es_out_GetEmpty’:
  1706. input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1707.      int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
  1708.          ^~~~~
  1709. input/es_out.h: In function ‘es_out_SetDelay’:
  1710. input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1711.      int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
  1712.          ^~~~~
  1713. input/es_out.h: In function ‘es_out_SetTimes’:
  1714. input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1715.      int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
  1716.          ^~~~~
  1717. input/es_out.h: In function ‘es_out_SetJitter’:
  1718. input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1719.      int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
  1720.          ^~~~~
  1721. input/es_out.h: In function ‘es_out_GetGroupForced’:
  1722. input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1723.      int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
  1724.          ^~~~~
  1725. input/es_out.h: In function ‘es_out_Eos’:
  1726. input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1727.      int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
  1728.          ^~~~~
  1729.   CC       input/decoder.lo
  1730. input/decoder.c: In function ‘input_DecoderGetFifoSize’:
  1731. input/decoder.c:2367:5: warning: ‘block_FifoSize’ is deprecated [-Wdeprecated-declarations]
  1732.      return block_FifoSize( p_owner->p_fifo );
  1733.      ^~~~~~
  1734. In file included from input/decoder.c:36:0:
  1735. ../include/vlc_block.h:476:8: note: declared here
  1736.  size_t block_FifoSize(block_fifo_t *) VLC_USED VLC_DEPRECATED;
  1737.         ^~~~~~~~~~~~~~
  1738. In file included from ../include/vlc_common.h:409:0,
  1739.                  from input/decoder.c:35:
  1740. input/decoder.c: In function ‘spu_new_buffer’:
  1741. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  1742.  #define msleep(d) msleep(check_delay(d))
  1743.                    ^~~~~~~~~~~~~~~~~~~~~~
  1744. input/decoder.c:576:9: note: in expansion of macro ‘msleep’
  1745.          msleep( DECODER_SPU_VOUT_WAIT_DURATION );
  1746.          ^~~~~~
  1747. input/decoder.c: In function ‘DecoderThread’:
  1748. input/decoder.c:1535:10: warning: variable ‘paused’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  1749.      bool paused = false;
  1750.           ^~~~~~
  1751.   CC       input/demux.lo
  1752.   CC       input/demux_chained.lo
  1753.   CC       input/es_out.lo
  1754. In file included from input/es_out.c:46:0:
  1755. input/es_out.h: In function ‘es_out_SetMode’:
  1756. input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1757.      int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
  1758.          ^~~~~
  1759. input/es_out.h: In function ‘es_out_GetWakeup’:
  1760. input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1761.      int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
  1762.          ^~~~~
  1763. input/es_out.h: In function ‘es_out_GetBuffering’:
  1764. input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1765.      int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
  1766.          ^~~~~
  1767. input/es_out.h: In function ‘es_out_GetEmpty’:
  1768. input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1769.      int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
  1770.          ^~~~~
  1771. input/es_out.h: In function ‘es_out_SetDelay’:
  1772. input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1773.      int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
  1774.          ^~~~~
  1775. input/es_out.h: In function ‘es_out_SetTimes’:
  1776. input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1777.      int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
  1778.          ^~~~~
  1779. input/es_out.h: In function ‘es_out_SetJitter’:
  1780. input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1781.      int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
  1782.          ^~~~~
  1783. input/es_out.h: In function ‘es_out_GetGroupForced’:
  1784. input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1785.      int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
  1786.          ^~~~~
  1787. input/es_out.h: In function ‘es_out_Eos’:
  1788. input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1789.      int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
  1790.          ^~~~~
  1791. input/es_out.c: In function ‘EsOutControlLocked’:
  1792. input/es_out.c:2719:20: warning: unused variable ‘b_source_paused’ [-Wunused-variable]
  1793.          const bool b_source_paused = (bool)va_arg( args, int );
  1794.                     ^~~~~~~~~~~~~~~
  1795. input/es_out.c:2731:19: warning: unused variable ‘i_src_rate’ [-Wunused-variable]
  1796.          const int i_src_rate = va_arg( args, int );
  1797.                    ^~~~~~~~~~
  1798. input/es_out.c:2742:23: warning: unused variable ‘i_date’ [-Wunused-variable]
  1799.          const mtime_t i_date = va_arg( args, mtime_t );
  1800.                        ^~~~~~
  1801. In file included from ../include/vlc_common.h:409:0,
  1802.                  from input/es_out.c:34:
  1803. input/es_out.c: In function ‘EsOutDel’:
  1804. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  1805.  #define msleep(d) msleep(check_delay(d))
  1806.                    ^~~~~~~~~~~~~~~~~~~~~~
  1807. input/es_out.c:2164:13: note: in expansion of macro ‘msleep’
  1808.              msleep( 20*1000 );
  1809.              ^~~~~~
  1810.   CC       input/es_out_timeshift.lo
  1811. In file included from input/es_out_timeshift.c:50:0:
  1812. input/es_out.h: In function ‘es_out_SetMode’:
  1813. input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1814.      int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
  1815.          ^~~~~
  1816. input/es_out.h: In function ‘es_out_GetWakeup’:
  1817. input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1818.      int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
  1819.          ^~~~~
  1820. input/es_out.h: In function ‘es_out_GetBuffering’:
  1821. input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1822.      int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
  1823.          ^~~~~
  1824. input/es_out.h: In function ‘es_out_GetEmpty’:
  1825. input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1826.      int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
  1827.          ^~~~~
  1828. input/es_out.h: In function ‘es_out_SetDelay’:
  1829. input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1830.      int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
  1831.          ^~~~~
  1832. input/es_out.h: In function ‘es_out_SetTimes’:
  1833. input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1834.      int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
  1835.          ^~~~~
  1836. input/es_out.h: In function ‘es_out_SetJitter’:
  1837. input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1838.      int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
  1839.          ^~~~~
  1840. input/es_out.h: In function ‘es_out_GetGroupForced’:
  1841. input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1842.      int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
  1843.          ^~~~~
  1844. input/es_out.h: In function ‘es_out_Eos’:
  1845. input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1846.      int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
  1847.          ^~~~~
  1848. input/es_out_timeshift.c: In function ‘TsChangePause’:
  1849. input/es_out_timeshift.c:931:51: warning: unused parameter ‘b_source_paused’ [-Wunused-parameter]
  1850.  static int TsChangePause( ts_thread_t *p_ts, bool b_source_paused, bool b_paused, mtime_t i_date )
  1851.                                                    ^~~~~~~~~~~~~~~
  1852. input/es_out_timeshift.c: In function ‘TsRun’:
  1853. input/es_out_timeshift.c:984:13: warning: variable ‘i_buffering_date’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered
  1854. ]
  1855.      mtime_t i_buffering_date = -1;
  1856.              ^~~~~~~~~~~~~~~~
  1857.   CC       input/event.lo
  1858.   CC       input/input.lo
  1859. In file included from input/input.c:40:0:
  1860. input/es_out.h: In function ‘es_out_SetMode’:
  1861. input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1862.      int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
  1863.          ^~~~~
  1864. input/es_out.h: In function ‘es_out_GetWakeup’:
  1865. input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1866.      int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
  1867.          ^~~~~
  1868. input/es_out.h: In function ‘es_out_GetBuffering’:
  1869. input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1870.      int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
  1871.          ^~~~~
  1872. input/es_out.h: In function ‘es_out_GetEmpty’:
  1873. input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1874.      int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
  1875.          ^~~~~
  1876. input/es_out.h: In function ‘es_out_SetDelay’:
  1877. input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1878.      int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
  1879.          ^~~~~
  1880. input/es_out.h: In function ‘es_out_SetTimes’:
  1881. input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1882.      int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
  1883.          ^~~~~
  1884. input/es_out.h: In function ‘es_out_SetJitter’:
  1885. input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1886.      int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
  1887.          ^~~~~
  1888. input/es_out.h: In function ‘es_out_GetGroupForced’:
  1889. input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1890.      int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
  1891.          ^~~~~
  1892. input/es_out.h: In function ‘es_out_Eos’:
  1893. input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
  1894.      int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
  1895.          ^~~~~
  1896. input/input.c: In function ‘InitTitle’:
  1897. input/input.c:862:19: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  1898.      priv->title   = p_master->title;
  1899.                    ^
  1900.   CC       input/meta.lo
  1901.   CC       input/resource.lo
  1902.   CC       input/services_discovery.lo
  1903.   CC       input/stats.lo
  1904.   CC       input/stream.lo
  1905.   CC       input/stream_fifo.lo
  1906.   CC       input/stream_extractor.lo
  1907.   CC       input/stream_filter.lo
  1908.   CC       input/stream_memory.lo
  1909.   CC       input/subtitles.lo
  1910.   CC       input/var.lo
  1911.   CC       audio_output/common.lo
  1912.   CC       audio_output/dec.lo
  1913.   CC       audio_output/filters.lo
  1914. audio_output/filters.c: In function ‘CreateFilter’:
  1915. audio_output/filters.c:49:58: warning: unused parameter ‘const_fmt’ [-Wunused-parameter]
  1916.                                 config_chain_t *cfg, bool const_fmt)
  1917.                                                           ^~~~~~~~~
  1918.   CC       audio_output/output.lo
  1919.   CC       audio_output/volume.lo
  1920.   CC       video_output/control.lo
  1921.   CC       video_output/display.lo
  1922. In file included from video_output/display.c:46:0:
  1923. video_output/event.h: In function ‘vout_SendEventClose’:
  1924. video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp]
  1925.  #warning FIXME: implement video close event
  1926.   ^~~~~~~
  1927. video_output/display.c: In function ‘VideoBufferNew’:
  1928. video_output/display.c:56:27: warning: unused variable ‘fmt[-Wunused-variable]
  1929.      const video_format_t *fmt = &filter->fmt_out.video;
  1930.                            ^~~
  1931. video_output/display.c: In function ‘vout_display_New’:
  1932. video_output/display.c:103:5: warning: ‘manage’ is deprecated [-Wdeprecated-declarations]
  1933.      vd->manage = NULL;
  1934.      ^~
  1935. In file included from video_output/display.c:34:0:
  1936. ../include/vlc_vout_display.h:333:18: note: declared here
  1937.      void       (*manage)(vout_display_t *) VLC_DEPRECATED;
  1938.                   ^~~~~~
  1939. video_output/display.c: In function ‘vout_display_Manage’:
  1940. video_output/display.c:151:5: warning: ‘manage’ is deprecated [-Wdeprecated-declarations]
  1941.      if (vd->manage)
  1942.      ^~
  1943. In file included from video_output/display.c:34:0:
  1944. ../include/vlc_vout_display.h:333:18: note: declared here
  1945.      void       (*manage)(vout_display_t *) VLC_DEPRECATED;
  1946.                   ^~~~~~
  1947. video_output/display.c:152:9: warning: ‘manage’ is deprecated [-Wdeprecated-declarations]
  1948.          vd->manage(vd);
  1949.          ^~
  1950. In file included from video_output/display.c:34:0:
  1951. ../include/vlc_vout_display.h:333:18: note: declared here
  1952.      void       (*manage)(vout_display_t *) VLC_DEPRECATED;
  1953.                   ^~~~~~
  1954. video_output/display.c: In function ‘vout_ManageDisplay’:
  1955. video_output/display.c:756:13: warning: ‘VOUT_DISPLAY_HIDE_MOUSE’ is deprecated [-Wdeprecated-declarations]
  1956.              vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE);
  1957.              ^~~~~~~~~~~~~~~~~~~~
  1958. In file included from video_output/display.c:34:0:
  1959. ../include/vlc_vout_display.h:144:5: note: declared here
  1960.      VOUT_DISPLAY_HIDE_MOUSE VLC_DEPRECATED_ENUM,
  1961.      ^~~~~~~~~~~~~~~~~~~~~~~
  1962. video_output/display.c: In function ‘SplitterPrepare’:
  1963. video_output/display.c:1337:43: warning: unused parameter ‘subpicture’ [-Wunused-parameter]
  1964.                              subpicture_t *subpicture)
  1965.                                            ^~~~~~~~~~
  1966. video_output/display.c: In function ‘SplitterDisplay’:
  1967. video_output/display.c:1358:43: warning: unused parameter ‘subpicture’ [-Wunused-parameter]
  1968.                              subpicture_t *subpicture)
  1969.                                            ^~~~~~~~~~
  1970. video_output/display.c: In function ‘vout_NewSplitter’:
  1971. video_output/display.c:1464:5: warning: ‘manage’ is deprecated [-Wdeprecated-declarations]
  1972.      wrapper->manage  = SplitterManage;
  1973.      ^~~~~~~
  1974. In file included from video_output/display.c:34:0:
  1975. ../include/vlc_vout_display.h:333:18: note: declared here
  1976.      void       (*manage)(vout_display_t *) VLC_DEPRECATED;
  1977.                   ^~~~~~
  1978. video_output/display.c: In function ‘VoutDisplayCreateRender’:
  1979. video_output/display.c:443:9: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1980.      int ret;
  1981.          ^~~
  1982.   CC       video_output/inhibit.lo
  1983.   CC       video_output/interlacing.lo
  1984.   CC       video_output/snapshot.lo
  1985.   CC       video_output/video_output.lo
  1986.   CC       video_output/video_text.lo
  1987.   CC       video_output/video_epg.lo
  1988.   CC       video_output/video_widgets.lo
  1989.   CC       video_output/vout_subpictures.lo
  1990.   CC       video_output/window.lo
  1991. In file included from video_output/window.c:129:0:
  1992. video_output/event.h: In function ‘vout_SendEventClose’:
  1993. video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp]
  1994.  #warning FIXME: implement video close event
  1995.   ^~~~~~~
  1996.   CC       video_output/opengl.lo
  1997.   CC       video_output/vout_intf.lo
  1998.   CC       video_output/vout_wrapper.lo
  1999.   CC       network/getaddrinfo.lo
  2000.   CC       network/http_auth.lo
  2001.   CC       network/httpd.lo
  2002. network/httpd.c: In function ‘httpdLoop’:
  2003. network/httpd.c:1693:14: warning: variable ‘nfd’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2004.      unsigned nfd;
  2005.               ^~~
  2006.   CC       network/io.lo
  2007.   CC       network/tcp.lo
  2008.   CC       network/udp.lo
  2009.   CC       network/rootbind.lo
  2010.   CC       network/tls.lo
  2011. network/tls.c: In function ‘vlc_tls_ClientSessionCreate’:
  2012. network/tls.c:146:16: warning: variable ‘session’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2013.      vlc_tls_t *session;
  2014.                 ^~~~~~~
  2015.   CC       text/charset.lo
  2016.   CC       text/memstream.lo
  2017.   CC       text/strings.lo
  2018.   CC       text/unicode.lo
  2019.   CC       text/url.lo
  2020.   CC       text/filesystem.lo
  2021.   CC       text/iso_lang.lo
  2022.   CC       misc/actions.lo
  2023.   CC       misc/background_worker.lo
  2024.   CC       misc/md5.lo
  2025.   CC       misc/probe.lo
  2026.   CC       misc/rand.lo
  2027.   CC       misc/mtime.lo
  2028.   CC       misc/block.lo
  2029.   CC       misc/fifo.lo
  2030.   CC       misc/fourcc.lo
  2031.   CC       misc/es_format.lo
  2032.   CC       misc/picture.lo
  2033. misc/picture.c: In function ‘picture_Hold’:
  2034. misc/picture.c:299:15: warning: unused variable ‘refs’ [-Wunused-variable]
  2035.      uintptr_t refs = atomic_fetch_add( &priv->gc.refs, 1 );
  2036.                ^~~~
  2037.   CC       misc/picture_fifo.lo
  2038.   CC       misc/picture_pool.lo
  2039.   CC       misc/interrupt.lo
  2040. misc/interrupt.c: In function ‘vlc_poll_i11e_inner’:
  2041. misc/interrupt.c:353:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  2042.          read(fd[0], &dummy, sizeof (dummy));
  2043.          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2044. misc/interrupt.c: In function ‘vlc_poll_i11e_wake’:
  2045. misc/interrupt.c:294:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  2046.      write(fd[1], &value, sizeof (value));
  2047.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2048.   CC       misc/keystore.lo
  2049.   CC       misc/renderer_discovery.lo
  2050.   CC       misc/threads.lo
  2051.   CC       misc/cpu.lo
  2052.   CC       misc/epg.lo
  2053.   CC       misc/exit.lo
  2054.   CC       misc/events.lo
  2055.   CC       misc/image.lo
  2056.   CC       misc/messages.lo
  2057.   CC       misc/mime.lo
  2058.   CC       misc/objects.lo
  2059.   CC       misc/objres.lo
  2060.   CC       misc/variables.lo
  2061. misc/variables.c: In function ‘var_SetChecked’:
  2062. misc/variables.c:723:25: warning: unused parameter ‘expected_type’ [-Wunused-parameter]
  2063.                      int expected_type, vlc_value_t val )
  2064.                          ^~~~~~~~~~~~~
  2065. misc/variables.c: In function ‘var_GetChecked’:
  2066. misc/variables.c:782:25: warning: unused parameter ‘expected_type’ [-Wunused-parameter]
  2067.                      int expected_type, vlc_value_t *p_val )
  2068.                          ^~~~~~~~~~~~~
  2069.   CC       misc/error.lo
  2070.   CC       misc/xml.lo
  2071.   CC       misc/addons.lo
  2072.   CC       misc/filter.lo
  2073.   CC       misc/filter_chain.lo
  2074.   CC       misc/httpcookies.lo
  2075.   CC       misc/fingerprinter.lo
  2076.   CC       misc/text_style.lo
  2077.   CC       misc/subpicture.lo
  2078.   CC       posix/filesystem.lo
  2079.   CC       posix/plugin.lo
  2080.   CC       posix/rand.lo
  2081.   CC       posix/timer.lo
  2082.   CC       posix/dirs.lo
  2083.   CC       posix/error.lo
  2084.   CC       posix/netconf.lo
  2085.   CC       posix/specific.lo
  2086.   CC       posix/thread.lo
  2087.   CC       linux/cpu.lo
  2088.   CC       linux/dirs.lo
  2089.   CC       linux/thread.lo
  2090.   CC       posix/getaddrinfo.lo
  2091.   CC       stream_output/sap.lo
  2092.   CC       stream_output/sdp.lo
  2093.   CC       stream_output/stream_output.lo
  2094. stream_output/stream_output.c: In function ‘sout_MuxDeleteStream’:
  2095. stream_output/stream_output.c:493:6: warning: ‘block_FifoCount’ is deprecated [-Wdeprecated-declarations]
  2096.       && block_FifoCount( p_input->p_fifo ) > 0 )
  2097.       ^~
  2098. In file included from stream_output/stream_output.c:47:0:
  2099. ../include/vlc_block.h:477:16: note: declared here
  2100.  VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED;
  2101.                 ^~~~~~~~~~~~~~~
  2102. In file included from ../include/vlc_common.h:707:0,
  2103.                  from stream_output/stream_output.c:36:
  2104. ../include/vlc_arrays.h:93:13: warning: declaration of ‘i_index’ shadows a previous local [-Wshadow=compatible-local]
  2105.          int i_index;                            \
  2106.              ^
  2107. stream_output/stream_output.c:507:9: note: in expansion of macro ‘TAB_REMOVE’
  2108.          TAB_REMOVE( p_mux->i_nb_inputs, p_mux->pp_inputs, p_input );
  2109.          ^~~~~~~~~~
  2110. stream_output/stream_output.c:490:9: note: shadowed declaration is here
  2111.      int i_index;
  2112.          ^~~~~~~
  2113. stream_output/stream_output.c: In function ‘sout_MuxGetStream’:
  2114. stream_output/stream_output.c:574:9: warning: ‘block_FifoCount’ is deprecated [-Wdeprecated-declarations]
  2115.          if( block_FifoCount( p_input->p_fifo ) < i_blocks )
  2116.          ^~
  2117. In file included from stream_output/stream_output.c:47:0:
  2118. ../include/vlc_block.h:477:16: note: declared here
  2119.  VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED;
  2120.                 ^~~~~~~~~~~~~~~
  2121.   CC       input/vlm.lo
  2122. input/vlm.c: In function ‘Manage’:
  2123. input/vlm.c:381:28: warning: variable ‘nextschedule’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2124.      time_t lastcheck, now, nextschedule = 0;
  2125.                             ^~~~~~~~~~~~
  2126. input/vlm.c:387:16: warning: variable ‘ppsz_scheduled_commands’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2127.          char **ppsz_scheduled_commands = NULL;
  2128.                 ^~~~~~~~~~~~~~~~~~~~~~~
  2129. input/vlm.c:388:16: warning: variable ‘i_scheduled_commands’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2130.          int    i_scheduled_commands = 0;
  2131.                 ^~~~~~~~~~~~~~~~~~~~
  2132. input/vlm.c:389:14: warning: variable ‘scheduled_command’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2133.          bool scheduled_command = false;
  2134.               ^~~~~~~~~~~~~~~~~
  2135.   CC       input/vlm_event.lo
  2136.   CC       input/vlmshell.lo
  2137.   CCLD     libvlccore.la
  2138.   GEN      vlc-plugin.pc
  2139. config.status: creating src/vlc-plugin.pc
  2140. make[3]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/src'
  2141. make[2]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/src'
  2142. Making all in modules
  2143. make[2]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/modules'
  2144.   GEN      access/screen/screenshooter-client-protocol.h
  2145.   YACC     codec/webvtt/CSSGrammar.c
  2146. updating codec/webvtt/CSSGrammar.h
  2147.   MOC    gui/qt/main_interface.moc.cpp
  2148.   MOC    gui/qt/menus.moc.cpp
  2149.   MOC    gui/qt/dialogs_provider.moc.cpp
  2150.   MOC    gui/qt/input_manager.moc.cpp
  2151.   MOC    gui/qt/actions_manager.moc.cpp
  2152.   MOC    gui/qt/extensions_manager.moc.cpp
  2153.   MOC    gui/qt/managers/addons_manager.moc.cpp
  2154.   MOC    gui/qt/recents.moc.cpp
  2155.   MOC    gui/qt/adapters/seekpoints.moc.cpp
  2156.   MOC    gui/qt/adapters/chromaprint.moc.cpp
  2157.   MOC    gui/qt/adapters/variables.moc.cpp
  2158.   MOC    gui/qt/dialogs/playlist.moc.cpp
  2159.   MOC    gui/qt/dialogs/bookmarks.moc.cpp
  2160.   MOC    gui/qt/dialogs/mediainfo.moc.cpp
  2161.   MOC    gui/qt/dialogs/extended.moc.cpp
  2162.   MOC    gui/qt/dialogs/messages.moc.cpp
  2163.   MOC    gui/qt/dialogs/epg.moc.cpp
  2164.   MOC    gui/qt/dialogs/errors.moc.cpp
  2165.   MOC    gui/qt/dialogs/external.moc.cpp
  2166.   MOC    gui/qt/dialogs/plugins.moc.cpp
  2167.   MOC    gui/qt/dialogs/preferences.moc.cpp
  2168.   MOC    gui/qt/dialogs/sout.moc.cpp
  2169.   MOC    gui/qt/dialogs/convert.moc.cpp
  2170.   MOC    gui/qt/dialogs/help.moc.cpp
  2171.   MOC    gui/qt/dialogs/gototime.moc.cpp
  2172.   MOC    gui/qt/dialogs/toolbar.moc.cpp
  2173.   MOC    gui/qt/dialogs/open.moc.cpp
  2174.   MOC    gui/qt/dialogs/openurl.moc.cpp
  2175.   MOC    gui/qt/dialogs/podcast_configuration.moc.cpp
  2176.   MOC    gui/qt/dialogs/vlm.moc.cpp
  2177.   MOC    gui/qt/dialogs/firstrun.moc.cpp
  2178.   MOC    gui/qt/dialogs/extensions.moc.cpp
  2179.   MOC    gui/qt/dialogs/fingerprintdialog.moc.cpp
  2180.   MOC    gui/qt/components/extended_panels.moc.cpp
  2181.   MOC    gui/qt/components/info_panels.moc.cpp
  2182.   MOC    gui/qt/components/info_widgets.moc.cpp
  2183.   MOC    gui/qt/components/preferences_widgets.moc.cpp
  2184.   MOC    gui/qt/components/complete_preferences.moc.cpp
  2185.   MOC    gui/qt/components/simple_preferences.moc.cpp
  2186.   MOC    gui/qt/components/open_panels.moc.cpp
  2187.   MOC    gui/qt/components/interface_widgets.moc.cpp
  2188.   MOC    gui/qt/components/controller.moc.cpp
  2189.   MOC    gui/qt/components/controller_widget.moc.cpp
  2190.   MOC    gui/qt/components/epg/EPGChannels.moc.cpp
  2191.   MOC    gui/qt/components/epg/EPGProgram.moc.cpp
  2192.   MOC    gui/qt/components/epg/EPGRuler.moc.cpp
  2193.   MOC    gui/qt/components/epg/EPGView.moc.cpp
  2194.   MOC    gui/qt/components/epg/EPGWidget.moc.cpp
  2195.   MOC    gui/qt/components/playlist/views.moc.cpp
  2196.   MOC    gui/qt/components/playlist/vlc_model.moc.cpp
  2197.   MOC    gui/qt/components/playlist/playlist_model.moc.cpp
  2198.   MOC    gui/qt/components/playlist/playlist.moc.cpp
  2199.   MOC    gui/qt/components/playlist/standardpanel.moc.cpp
  2200.   MOC    gui/qt/components/playlist/selector.moc.cpp
  2201.   MOC    gui/qt/components/sout/profile_selector.moc.cpp
  2202.   MOC    gui/qt/components/sout/sout_widgets.moc.cpp
  2203.   MOC    gui/qt/util/animators.moc.cpp
  2204.   MOC    gui/qt/util/input_slider.moc.cpp
  2205.   MOC    gui/qt/util/timetooltip.moc.cpp
  2206.   MOC    gui/qt/util/customwidgets.moc.cpp
  2207.   MOC    gui/qt/util/searchlineedit.moc.cpp
  2208.   MOC    gui/qt/util/qmenuview.moc.cpp
  2209.   MOC    gui/qt/util/qvlcapp.moc.cpp
  2210.   MOC    gui/qt/util/pictureflow.moc.cpp
  2211.   MOC    gui/qt/util/validators.moc.cpp
  2212.   MOC    gui/qt/util/buttons/RoundButton.moc.cpp
  2213.   MOC    gui/qt/util/buttons/DeckButtonsLayout.moc.cpp
  2214.   MOC    gui/qt/util/buttons/BrowseButton.moc.cpp
  2215.   MOC    gui/qt/styles/seekstyle.moc.cpp
  2216.   UIC    gui/qt/ui/equalizer.h
  2217.   UIC    gui/qt/ui/video_effects.h
  2218.   UIC    gui/qt/ui/open_file.h
  2219.   UIC    gui/qt/ui/open_disk.h
  2220.   UIC    gui/qt/ui/open_net.h
  2221.   UIC    gui/qt/ui/open_capture.h
  2222.   UIC    gui/qt/ui/open.h
  2223.   UIC    gui/qt/ui/vlm.h
  2224.   UIC    gui/qt/ui/podcast_configuration.h
  2225.   UIC    gui/qt/ui/profiles.h
  2226.   UIC    gui/qt/ui/sprefs_audio.h
  2227. gui/qt/ui/sprefs_audio.ui: Warning: Buddy assignment: 'mmdevicePassthrough' is not a valid widget.
  2228.   UIC    gui/qt/ui/sprefs_input.h
  2229.   UIC    gui/qt/ui/sprefs_interface.h
  2230.   UIC    gui/qt/ui/sprefs_subtitles.h
  2231.   UIC    gui/qt/ui/sprefs_video.h
  2232.   UIC    gui/qt/ui/streampanel.h
  2233.   UIC    gui/qt/ui/messages_panel.h
  2234.   UIC    gui/qt/ui/about.h
  2235.   UIC    gui/qt/ui/update.h
  2236.   UIC    gui/qt/ui/fingerprintdialog.h
  2237.   UIC    gui/qt/ui/sout.h
  2238.   GEN      gui/qt/resources.cpp
  2239.   GEN      video_output/wayland/viewporter-client-protocol.h
  2240.   GEN      video_output/wayland/viewporter-protocol.c
  2241.   GEN      video_output/wayland/xdg-shell-client-protocol.h
  2242.   GEN      video_output/wayland/xdg-shell-protocol.c
  2243.   GEN      video_output/wayland/server-decoration-client-protocol.h
  2244.   GEN      video_output/wayland/server-decoration-protocol.c
  2245. protoc --cpp_out=. -I. stream_out/chromecast/cast_channel.proto
  2246. touch dummy.cpp
  2247. make  all-recursive
  2248. make[3]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/modules'
  2249. Making all in .
  2250. make[4]: Entering directory '/home/silencer/vlc-git/vlc-git/src/vlc/modules'
  2251.   CC       access/attachment.lo
  2252.   CCLD     libattachment_plugin.la
  2253.   CC       access/libfilesystem_plugin_la-file.lo
  2254.   CC       access/libfilesystem_plugin_la-directory.lo
  2255.   CC       access/libfilesystem_plugin_la-fs.lo
  2256.   CCLD     libfilesystem_plugin.la
  2257.   CC       access/idummy.lo
  2258. In file included from ../include/vlc_common.h:409:0,
  2259.                  from access/idummy.c:32:
  2260. access/idummy.c: In function ‘DemuxHold’:
  2261. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2262.  #define msleep(d) msleep(check_delay(d))
  2263.                    ^~~~~~~~~~~~~~~~~~~~~~
  2264. access/idummy.c:59:5: note: in expansion of macro ‘msleep’
  2265.      msleep( 10000 ); /* FIXME!!! */
  2266.      ^~~~~~
  2267. In function ‘DemuxPause.part.0’,
  2268.     inlined from ‘DemuxPause’:
  2269. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2270.  #define msleep(d) msleep(check_delay(d))
  2271.                    ^~~~~~~~~~~~~~~~~~~~~~
  2272. access/idummy.c:77:5: note: in expansion of macro ‘msleep’
  2273.      msleep( 10000 ); /* FIXME!!! */
  2274.      ^~~~~~
  2275.   CCLD     libidummy_plugin.la
  2276.   CC       access/imem-access.lo
  2277.   CCLD     libimem_plugin.la
  2278.   CC       access/imem.lo
  2279.   CCLD     libaccess_imem_plugin.la
  2280.   CC       access/sdp.lo
  2281.   CCLD     libsdp_plugin.la
  2282.   CC       access/timecode.lo
  2283.   CCLD     libtimecode_plugin.la
  2284.   CC       access/vdr.lo
  2285.   CCLD     libvdr_plugin.la
  2286.   CC       access/libaccess_alsa_plugin_la-alsa.lo
  2287.   CCLD     libaccess_alsa_plugin.la
  2288.   CC       access/libaccess_jack_plugin_la-jack.lo
  2289. access/jack.c: In function ‘GrabJack’:
  2290. access/jack.c:433:2: warning: #warning Hmm.... looks wrong [-Wcpp]
  2291.  #warning Hmm.... looks wrong
  2292.   ^~~~~~~
  2293.   CCLD     libaccess_jack_plugin.la
  2294.   CC       access/libpulsesrc_plugin_la-pulse.lo
  2295.   CC       audio_output/libvlc_pulse_la-vlcpulse.lo
  2296.   CCLD     libvlc_pulse.la
  2297.   CCLD     libpulsesrc_plugin.la
  2298.   CC       access/libdc1394_plugin_la-dc1394.lo
  2299. In file included from ../include/vlc_common.h:409:0,
  2300.                  from access/dc1394.c:35:
  2301. In function ‘Demux.part.0’,
  2302.     inlined from ‘Demux’:
  2303. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2304.  #define msleep(d) msleep(check_delay(d))
  2305.                    ^~~~~~~~~~~~~~~~~~~~~~
  2306. access/dc1394.c:470:9: note: in expansion of macro ‘msleep’
  2307.          msleep( 10000 );
  2308.          ^~~~~~
  2309.   CCLD     libdc1394_plugin.la
  2310.   CC       access/libdv1394_plugin_la-dv.lo
  2311.   CCLD     libdv1394_plugin.la
  2312.   CC       access/linsys/linsys_hdsdi.lo
  2313. access/linsys/linsys_hdsdi.c: In function ‘Close’:
  2314. access/linsys/linsys_hdsdi.c:268:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  2315.      write( p_sys->evfd, &(uint64_t){ 1 }, sizeof (uint64_t));
  2316.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2317.   CCLD     liblinsys_hdsdi_plugin.la
  2318.   CC       access/linsys/liblinsys_sdi_plugin_la-linsys_sdi.lo
  2319. access/linsys/linsys_sdi.c: In function ‘HandleSDBuffer’:
  2320. access/linsys/linsys_sdi.c:1437:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2321.          p_sys->i_last_state_change = mdate();
  2322.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  2323. access/linsys/linsys_sdi.c:1439:5: note: here
  2324.      case STATE_STARTSYNC:
  2325.      ^~~~
  2326. access/linsys/linsys_sdi.c:1445:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2327.          p_sys->i_last_state_change = mdate();
  2328.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  2329. access/linsys/linsys_sdi.c:1447:5: note: here
  2330.      case STATE_ANCSYNC:
  2331.      ^~~~
  2332. access/linsys/linsys_sdi.c:1454:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2333.          p_sys->i_last_state_change = mdate();
  2334.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  2335. access/linsys/linsys_sdi.c:1456:5: note: here
  2336.      case STATE_LINESYNC:
  2337.      ^~~~
  2338. access/linsys/linsys_sdi.c:1463:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2339.          p_sys->i_last_state_change = mdate();
  2340.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  2341. access/linsys/linsys_sdi.c:1465:5: note: here
  2342.      case STATE_ACTIVESYNC:
  2343.      ^~~~
  2344. access/linsys/linsys_sdi.c:1473:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2345.          p_sys->i_last_state_change = mdate();
  2346.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  2347. access/linsys/linsys_sdi.c:1475:5: note: here
  2348.      case STATE_VBLANKSYNC:
  2349.      ^~~~
  2350. access/linsys/linsys_sdi.c:1481:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2351.          p_sys->i_last_state_change = mdate();
  2352.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  2353. access/linsys/linsys_sdi.c:1483:5: note: here
  2354.      case STATE_PICSYNC:
  2355.      ^~~~
  2356.   CCLD     liblinsys_sdi_plugin.la
  2357.   CC       access/shm.lo
  2358.   CCLD     libshm_plugin.la
  2359.   CC       access/v4l2/libv4l2_plugin_la-v4l2.lo
  2360.   CC       access/v4l2/libv4l2_plugin_la-video.lo
  2361.   CC       access/v4l2/libv4l2_plugin_la-vbi.lo
  2362.   CC       access/v4l2/libv4l2_plugin_la-demux.lo
  2363.   CC       access/v4l2/libv4l2_plugin_la-access.lo
  2364.   CC       access/v4l2/libv4l2_plugin_la-radio.lo
  2365.   CC       access/v4l2/libv4l2_plugin_la-controls.lo
  2366.   CC       access/v4l2/libv4l2_plugin_la-lib.lo
  2367.   CCLD     libv4l2_plugin.la
  2368.   CC       access/screen/libxcb_screen_plugin_la-xcb.lo
  2369.   CCLD     libxcb_screen_plugin.la
  2370.   CC       access/screen/libwl_screenshooter_plugin_la-wayland.lo
  2371.   GEN      access/screen/screenshooter-protocol.c
  2372.   CC       access/screen/libwl_screenshooter_plugin_la-screenshooter-protocol.lo
  2373.   CCLD     libwl_screenshooter_plugin.la
  2374.   CC       access/libvnc_plugin_la-vnc.lo
  2375.   CCLD     libvnc_plugin.la
  2376.   CC       access/libcdda_plugin_la-cdda.lo
  2377.   CC       access/vcd/libcdda_plugin_la-cdrom.lo
  2378. access/vcd/cdrom.c: In function ‘OpenVCDImage’:
  2379. access/vcd/cdrom.c:830:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2380.                  if( strcasecmp( type, "BINARY" ) )
  2381.                    ^
  2382. access/vcd/cdrom.c:832:13: note: here
  2383.              case 1:
  2384.              ^~~~
  2385.   CCLD     libcdda_plugin.la
  2386.   CC       access/vcd/vcd.lo
  2387.   CC       access/vcd/cdrom.lo
  2388. access/vcd/cdrom.c: In function ‘OpenVCDImage’:
  2389. access/vcd/cdrom.c:830:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2390.                  if( strcasecmp( type, "BINARY" ) )
  2391.                    ^
  2392. access/vcd/cdrom.c:832:13: note: here
  2393.              case 1:
  2394.              ^~~~
  2395.   CCLD     libvcd_plugin.la
  2396.   CC       access/libdvdnav_plugin_la-dvdnav.lo
  2397. In file included from ../include/vlc_common.h:409:0,
  2398.                  from access/dvdnav.c:46:
  2399. access/dvdnav.c: In function ‘Demux’:
  2400. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2401.  #define msleep(d) msleep(check_delay(d))
  2402.                    ^~~~~~~~~~~~~~~~~~~~~~
  2403. access/dvdnav.c:875:9: note: in expansion of macro ‘msleep’
  2404.          msleep( 40000 );
  2405.          ^~~~~~
  2406.   CCLD     libdvdnav_plugin.la
  2407.   CC       access/libdvdread_plugin_la-dvdread.lo
  2408.   CCLD     libdvdread_plugin.la
  2409.   CC       access/liblibbluray_plugin_la-bluray.lo
  2410. access/bluray.c: In function ‘esOutAdd’:
  2411. access/bluray.c:1000:5: warning: enumeration value ‘UNKNOWN_ES’ not handled in switch [-Wswitch]
  2412.      switch (fmt.i_cat) {
  2413.      ^~~~~~
  2414. access/bluray.c:1000:5: warning: enumeration value ‘DATA_ES’ not handled in switch [-Wswitch]
  2415. In file included from ../include/vlc_common.h:409:0,
  2416.                  from access/bluray.c:44:
  2417. In function ‘blurayStillImage’,
  2418.     inlined from ‘blurayHandleEvent’ at access/bluray.c:2340:9,
  2419.     inlined from ‘blurayDemux’ at access/bluray.c:2460:13:
  2420. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2421.  #define msleep(d) msleep(check_delay(d))
  2422.                    ^~~~~~~~~~~~~~~~~~~~~~
  2423. access/bluray.c:2169:5: note: in expansion of macro ‘msleep’
  2424.      msleep( 40000 );
  2425.      ^~~~~~
  2426. In function ‘blurayHandleEvent’,
  2427.     inlined from ‘blurayDemux’ at access/bluray.c:2460:13:
  2428. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2429.  #define msleep(d) msleep(check_delay(d))
  2430.                    ^~~~~~~~~~~~~~~~~~~~~~
  2431. access/bluray.c:2352:9: note: in expansion of macro ‘msleep’
  2432.          msleep( 40000 );
  2433.          ^~~~~~
  2434. In function ‘blurayStillImage’,
  2435.     inlined from ‘blurayHandleEvent’ at access/bluray.c:2340:9,
  2436.     inlined from ‘blurayDemux’ at access/bluray.c:2468:13:
  2437. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2438.  #define msleep(d) msleep(check_delay(d))
  2439.                    ^~~~~~~~~~~~~~~~~~~~~~
  2440. access/bluray.c:2169:5: note: in expansion of macro ‘msleep’
  2441.      msleep( 40000 );
  2442.      ^~~~~~
  2443. In function ‘blurayHandleEvent’,
  2444.     inlined from ‘blurayDemux’ at access/bluray.c:2468:13:
  2445. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2446.  #define msleep(d) msleep(check_delay(d))
  2447.                    ^~~~~~~~~~~~~~~~~~~~~~
  2448. access/bluray.c:2352:9: note: in expansion of macro ‘msleep’
  2449.          msleep( 40000 );
  2450.          ^~~~~~
  2451.   CCLD     liblibbluray_plugin.la
  2452.   CC       access/dtv/libdtv_plugin_la-access.lo
  2453.   CC       access/dtv/libdtv_plugin_la-linux.lo
  2454.   CC       access/dtv/libdtv_plugin_la-en50221.lo
  2455. In file included from ../include/vlc_common.h:409:0,
  2456.                  from access/dtv/en50221.c:29:
  2457. access/dtv/en50221.c: In function ‘en50221_Init’:
  2458. ../include/vlc_threads.h:859:14: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2459.             ? harmful_delay(d) \
  2460.               ^~~~~~~~~~~~~~~~
  2461. ../include/vlc_threads.h:878:26: note: in expansion of macro ‘check_delay’
  2462.  #define msleep(d) msleep(check_delay(d))
  2463.                           ^~~~~~~~~~~
  2464. access/dtv/en50221.c:1963:9: note: in expansion of macro ‘msleep’
  2465.          msleep( CLOCK_FREQ / 10 );
  2466.          ^~~~~~
  2467.   CCLD     libdtv_plugin.la
  2468.   CC       access/dvb/libdvb_plugin_la-access.lo
  2469.   CC       access/dvb/libdvb_plugin_la-linux_dvb.lo
  2470. In file included from ../include/vlc_common.h:409:0,
  2471.                  from access/dvb/linux_dvb.c:32:
  2472. In function ‘DoDiseqc.isra.6’,
  2473.     inlined from ‘FrontendSetQPSK’ at access/dvb/linux_dvb.c:820:9,
  2474.     inlined from ‘FrontendSet’ at access/dvb/linux_dvb.c:219:13:
  2475. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay’ declared with attribute warning: use proper event handling instead of short delay
  2476.  #define msleep(d) msleep(check_delay(d))
  2477.                    ^~~~~~~~~~~~~~~~~~~~~~
  2478. access/dvb/linux_dvb.c:688:5: note: in expansion of macro ‘msleep’
  2479.      msleep(15000);
  2480.      ^~~~~~
  2481. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay’ declared with attribute warning: use proper event handling instead of short delay
  2482.  #define msleep(d) msleep(check_delay(d))
  2483.                    ^~~~~~~~~~~~~~~~~~~~~~
  2484. access/dvb/linux_dvb.c:738:5: note: in expansion of macro ‘msleep’
  2485.      msleep(50000);
  2486.      ^~~~~~
  2487.   CC       access/dvb/libdvb_plugin_la-scan.lo
  2488.   CC       access/dvb/libdvb_plugin_la-scan_list.lo
  2489.   CCLD     libdvb_plugin.la
  2490.   CC       access/ftp.lo
  2491.   CCLD     libftp_plugin.la
  2492.   CC       access/http.lo
  2493.   CCLD     libhttp_plugin.la
  2494.   CXX      access/liblive555_plugin_la-live555.lo
  2495.   CC       access/mms/asf.lo
  2496.   CC       access/mms/buffer.lo
  2497.   CXXLD    liblive555_plugin.la
  2498.   CC       access/mms/libaccess_mms_plugin_la-mms.lo
  2499.   CC       access/mms/libaccess_mms_plugin_la-mmsh.lo
  2500.   CC       access/mms/libaccess_mms_plugin_la-mmstu.lo
  2501.   CC       access/mms/libaccess_mms_plugin_la-buffer.lo
  2502.   CC       access/mms/libaccess_mms_plugin_la-asf.lo
  2503.   CCLD     libaccess_mms_plugin.la
  2504.   CC       access/libsmb_plugin_la-smb.lo
  2505. access/smb.c: In function ‘DirRead’:
  2506. access/smb.c:364:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2507.              psz_name = NULL;
  2508.                       ^
  2509. access/smb.c:365:9: note: here
  2510.          case SMBC_FILE_SHARE:
  2511.          ^~~~
  2512.   CCLD     libsmb_plugin.la
  2513.   CC       access/tcp.lo
  2514.   CCLD     libtcp_plugin.la
  2515.   CC       access/udp.lo
  2516.   CCLD     libudp_plugin.la
  2517.   CC       access/libsftp_plugin_la-sftp.lo
  2518.   CCLD     libsftp_plugin.la
  2519.   CC       access/libnfs_plugin_la-nfs.lo
  2520.   CCLD     libnfs_plugin.la
  2521.   CC       access/rtsp/libaccess_realrtsp_plugin_la-access.lo
  2522.   CC       access/rtsp/libaccess_realrtsp_plugin_la-rtsp.lo
  2523.   CC       access/rtsp/libaccess_realrtsp_plugin_la-real.lo
  2524.   CC       access/rtsp/libaccess_realrtsp_plugin_la-real_rmff.lo
  2525.   CC       access/rtsp/libaccess_realrtsp_plugin_la-real_sdpplin.lo
  2526.   CC       access/rtsp/libaccess_realrtsp_plugin_la-real_asmrp.lo
  2527.   CCLD     libaccess_realrtsp_plugin.la
  2528.   CC       access/libavio_plugin_la-avio.lo
  2529.   CCLD     libavio_plugin.la
  2530.   CC       access/satip.lo
  2531. In file included from ../include/vlc_threads.h:236:0,
  2532.                  from ../include/vlc_common.h:409,
  2533.                  from access/satip.c:34:
  2534. access/satip.c: In function ‘satip_thread’:
  2535. ../include/vlc_threads.h:975:43: warning: variable ‘__cancel_routine’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered
  2536. ]
  2537.  # define vlc_cleanup_push( routine, arg ) pthread_cleanup_push (routine, arg)
  2538.                                            ^
  2539. access/satip.c:464:9: note: in expansion of macro ‘vlc_cleanup_push’
  2540.          vlc_cleanup_push(satip_cleanup_blocks, input_blocks);
  2541.          ^~~~~~~~~~~~~~~~
  2542. In file included from ../include/vlc_common.h:409:0,
  2543.                  from access/satip.c:34:
  2544. access/satip.c: In function ‘satip_teardown’:
  2545. ../include/vlc_threads.h:878:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  2546.  #define msleep(d) msleep(check_delay(d))
  2547.                    ^~~~~~~~~~~~~~~~~~~~~~
  2548. access/satip.c:417:13: note: in expansion of macro ‘msleep’
  2549.              msleep(150000);
  2550.              ^~~~~~
  2551.   CCLD     libsatip_plugin.la
  2552.   CC       access/concat.lo
  2553.   CCLD     libaccess_concat_plugin.la
  2554.   CC       access/libaccess_mtp_plugin_la-mtp.lo
  2555.   CCLD     libaccess_mtp_plugin.la
  2556.   CC       access/http/access.lo
  2557.   CC       access/http/libvlc_http_la-message.lo
  2558. access/http/message.c: In function ‘vlc_http_msg_h2_frame’:
  2559. access/http/message.c:410:26: warning: ‘%hd’ directive writing between 1 and 5 bytes into a region of size 4 [-Wformat-overflow=]
  2560.          sprintf(status, "%hd", m->status);
  2561.                           ^~~
  2562. access/http/message.c:410:25: note: directive argument in the range [0, 32767]
  2563.          sprintf(status, "%hd", m->status);
  2564.                          ^~~~~
  2565. In file included from /usr/include/stdio.h:862:0,
  2566.                  from access/http/message.c:29:
  2567. /usr/include/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 2 and 6 bytes into a destination of size 4
  2568.    return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  2569.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2570.        __bos (__s), __fmt, __va_arg_pack ());
  2571.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2572.   CC       access/http/libvlc_http_la-resource.lo
  2573.   CC       access/http/libvlc_http_la-file.lo
  2574.   CC       access/http/libvlc_http_la-live.lo
  2575.   CC       access/http/libvlc_http_la-hpack.lo
  2576.   CC       access/http/libvlc_http_la-hpackenc.lo
  2577.   CC       access/http/libvlc_http_la-h2frame.lo
  2578.   CC       access/http/libvlc_http_la-h2output.lo
  2579.   CC       access/http/libvlc_http_la-h2conn.lo
  2580.   CC       access/http/libvlc_http_la-h1conn.lo
  2581.   CC       access/http/libvlc_http_la-chunked.lo
  2582.   CC       access/http/libvlc_http_la-tunnel.lo
  2583.   CC       access/http/libvlc_http_la-connmgr.lo
  2584.   CCLD     libvlc_http.la
  2585.   CCLD     libhttps_plugin.la
  2586.   CC       access/rtp/librtp_plugin_la-input.lo
  2587.   CC       access/rtp/librtp_plugin_la-session.lo
  2588.   CC       access/rtp/librtp_plugin_la-xiph.lo
  2589.   CC       access/rtp/librtp_plugin_la-rtp.lo
  2590.   CC       access/rtp/libvlc_srtp_la-srtp.lo
  2591.   CCLD     libvlc_srtp.la
  2592.   CCLD     librtp_plugin.la
  2593.   CC       access_output/dummy.lo
  2594.   CCLD     libaccess_output_dummy_plugin.la
  2595.   CC       access_output/file.lo
  2596.   CCLD     libaccess_output_file_plugin.la
  2597.   CC       access_output/http.lo
  2598.   CCLD     libaccess_output_http_plugin.la
  2599.   CC       access_output/udp.lo
  2600. access_output/udp.c: In function ‘NewUDPPacket’:
  2601. access_output/udp.c:360:5: warning: ‘block_FifoCount’ is deprecated [-Wdeprecated-declarations]
  2602.      while ( block_FifoCount( p_sys->p_empty_blocks ) > MAX_EMPTY_BLOCKS )
  2603.      ^~~~~
  2604. In file included from access_output/udp.c:41:0:
  2605. ../include/vlc_block.h:477:16: note: declared here
  2606.  VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED;
  2607.                 ^~~~~~~~~~~~~~~
  2608. access_output/udp.c:366:5: warning: ‘block_FifoCount’ is deprecated [-Wdeprecated-declarations]
  2609.      if( block_FifoCount( p_sys->p_empty_blocks ) == 0 )
  2610.      ^~
  2611. In file included from access_output/udp.c:41:0:
  2612. ../include/vlc_block.h:477:16: note: declared here
  2613.  VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED;
  2614.                 ^~~~~~~~~~~~~~~
  2615. In file included from ../include/vlc_threads.h:236:0,
  2616.                  from ../include/vlc_common.h:409,
  2617.                  from access_output/udp.c:32:
  2618. access_output/udp.c: In function ‘ThreadWrite’:
  2619. ../include/vlc_threads.h:975:43: warning: variable ‘__cancel_arg’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2620.  # define vlc_cleanup_push( routine, arg ) pthread_cleanup_push (routine, arg)
  2621.                                            ^
  2622. ../include/vlc_block.h:295:37: note: in expansion of macro ‘vlc_cleanup_push’
  2623.  #define block_cleanup_push( block ) vlc_cleanup_push (block_Cleanup, block)
  2624.                                      ^~~~~~~~~~~~~~~~
  2625. access_output/udp.c:424:9: note: in expansion of macro ‘block_cleanup_push’
  2626.          block_cleanup_push( p_pk );
  2627.          ^~~~~~~~~~~~~~~~~~
  2628.   CCLD     libaccess_output_udp_plugin.la
  2629.   CC       access_output/libaccess_output_livehttp_plugin_la-livehttp.lo
  2630.   CCLD     libaccess_output_livehttp_plugin.la
  2631.   CC       access_output/libaccess_output_shout_plugin_la-shout.lo
  2632.   CCLD     libaccess_output_shout_plugin.la
  2633.   CC       audio_output/adummy.lo
  2634.   CCLD     libadummy_plugin.la
  2635.   CC       audio_output/libafile_plugin_la-file.lo
  2636.   CCLD     libafile_plugin.la
  2637.   CC       audio_output/amem.lo
  2638.   CCLD     libamem_plugin.la
  2639.   CC       audio_output/libalsa_plugin_la-alsa.lo
  2640.   CCLD     libalsa_plugin.la
  2641.   CC       audio_output/libpulse_plugin_la-pulse.lo
  2642. audio_output/pulse.c: In function ‘stream_start_now’:
  2643. audio_output/pulse.c:174:60: warning: unused parameter ‘aout’ [-Wunused-parameter]
  2644.  static void stream_start_now(pa_stream *s, audio_output_t *aout)
  2645.                                                             ^~~~
  2646. In file included from ../include/vlc_common.h:409:0,
  2647.                  from audio_output/pulse.c:30:
  2648. audio_output/pulse.c: In function ‘Flush’:
  2649. ../include/vlc_threads.h:860:12: warning: call to ‘harmful_delay’ declared with attribute warning: use proper event handling instead of short delay
  2650.         : ((__builtin_constant_p(d < VLC_SOFT_MIN_SLEEP) \
  2651.           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2652.         && (d < VLC_SOFT_MIN_SLEEP)) \
  2653.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2654.             ? harmful_delay(d) \
  2655.             ~~~~~~~~~~~~~~~~~~~~
  2656.             : d))
  2657.             ^~~~
  2658. ../include/vlc_threads.h:878:26: note: in expansion of macro ‘check_delay’
  2659.  #define msleep(d) msleep(check_delay(d))
  2660.                           ^~~~~~~~~~~
  2661. audio_output/pulse.c:570:13: note: in expansion of macro ‘msleep’
  2662.              msleep(delay);
  2663.              ^~~~~~
  2664.   CCLD     libpulse_plugin.la
  2665.   CC       audio_output/libjack_plugin_la-jack.lo
  2666.   CCLD     libjack_plugin.la
  2667.   CC       audio_output/sndio.lo
  2668.   CCLD     libsndio_plugin.la
  2669.   CC       audio_filter/audiobargraph_a.lo
  2670.   CCLD     libaudiobargraph_a_plugin.la
  2671.   CC       audio_filter/chorus_flanger.lo
  2672.   CCLD     libchorus_flanger_plugin.la
  2673.   CC       audio_filter/compressor.lo
  2674.   CCLD     libcompressor_plugin.la
  2675.   CC       audio_filter/equalizer.lo
  2676.   CCLD     libequalizer_plugin.la
  2677.   CC       audio_filter/karaoke.lo
  2678.   CCLD     libkaraoke_plugin.la
  2679.   CC       audio_filter/normvol.lo
  2680.   CCLD     libnormvol_plugin.la
  2681.   CC       audio_filter/gain.lo
  2682.   CCLD     libgain_plugin.la
  2683.   CC       audio_filter/param_eq.lo
  2684.   CCLD     libparam_eq_plugin.la
  2685.   CC       audio_filter/scaletempo.lo
  2686.   CCLD     libscaletempo_plugin.la
  2687.   CC       audio_filter/libscaletempo_pitch_plugin_la-scaletempo.lo
  2688.   CCLD     libscaletempo_pitch_plugin.la
  2689.   CXX      audio_filter/spatializer/allpass.lo
  2690.   CXX      audio_filter/spatializer/comb.lo
  2691.   CC       audio_filter/spatializer/denormals.lo
  2692.   CXX      audio_filter/spatializer/revmodel.lo
  2693.   CXX      audio_filter/spatializer/spatializer.lo
  2694.   CXXLD    libspatializer_plugin.la
  2695.   CC       audio_filter/stereo_widen.lo
  2696.   CCLD     libstereo_widen_plugin.la
  2697.   CC       audio_filter/channel_mixer/dolby.lo
  2698.   CCLD     libdolby_surround_decoder_plugin.la
  2699.   CC       audio_filter/channel_mixer/headphone.lo
  2700.   CCLD     libheadphone_channel_mixer_plugin.la
  2701.   CC       audio_filter/channel_mixer/mono.lo
  2702.   CCLD     libmono_plugin.la
  2703.   CC       audio_filter/channel_mixer/remap.lo
  2704.   CCLD     libremap_plugin.la
  2705.   CC       audio_filter/channel_mixer/libsimple_channel_mixer_plugin_la-simple.lo
  2706.   CCLD     libsimple_channel_mixer_plugin.la
  2707.   CC       audio_filter/channel_mixer/trivial.lo
  2708.   CCLD     libtrivial_channel_mixer_plugin.la
  2709.   CC       audio_filter/converter/tospdif.lo
  2710.   CC       packetizer/dts_header.lo
  2711.   CCLD     libtospdif_plugin.la
  2712.   CC       audio_filter/converter/libaudio_format_plugin_la-format.lo
  2713.   CCLD     libaudio_format_plugin.la
  2714.   CC       audio_filter/resampler/libsamplerate_plugin_la-src.lo
  2715.   CCLD     libsamplerate_plugin.la
  2716.   CC       audio_filter/resampler/libsoxr_plugin_la-soxr.lo
  2717. audio_filter/resampler/soxr.c: In function ‘Open’:
  2718. audio_filter/resampler/soxr.c:170:29: warning: declaration of ‘q_spec’ shadows a previous local [-Wshadow=compatible-local]
  2719.          soxr_quality_spec_t q_spec = soxr_quality_spec( SOXR_LQ, SOXR_VR );
  2720.                              ^~~~~~
  2721. audio_filter/resampler/soxr.c:154:25: note: shadowed declaration is here
  2722.      soxr_quality_spec_t q_spec = soxr_quality_spec( i_recipe, 0 );
  2723.                          ^~~~~~
  2724.   CCLD     libsoxr_plugin.la
  2725.   CC       audio_filter/resampler/ugly.lo
  2726.   CCLD     libugly_resampler_plugin.la
  2727.   CC       audio_filter/resampler/libspeex_resampler_plugin_la-speex.lo
  2728.   CCLD     libspeex_resampler_plugin.la
  2729.   CC       codec/libmad_plugin_la-mad.lo
  2730.   CCLD     libmad_plugin.la
  2731.   CC       audio_mixer/libfloat_mixer_plugin_la-float.lo
  2732.   CCLD     libfloat_mixer_plugin.la
  2733.   CC       audio_mixer/libinteger_mixer_plugin_la-integer.lo
  2734.   CCLD     libinteger_mixer_plugin.la
  2735.   CC       video_chroma/i420_rgb.lo
  2736.   CC       video_chroma/i420_rgb8.lo
  2737.   CC       video_chroma/i420_rgb16.lo
  2738.   CCLD     libi420_rgb_plugin.la
  2739.   CC       video_chroma/libi420_yuy2_plugin_la-i420_yuy2.lo
  2740.   CCLD     libi420_yuy2_plugin.la
  2741.   CC       video_chroma/libi420_nv12_plugin_la-i420_nv12.lo
  2742.   CC       video_chroma/copy.lo
  2743.   CCLD     libchroma_copy.la
  2744.   CCLD     libi420_nv12_plugin.la
  2745.   CC       video_chroma/libi420_10_p010_plugin_la-i420_10_p010.lo
  2746.   CCLD     libi420_10_p010_plugin.la
  2747.   CC       video_chroma/i422_i420.lo
  2748.   CCLD     libi422_i420_plugin.la
  2749.   CC       video_chroma/libi422_yuy2_plugin_la-i422_yuy2.lo
  2750.   CCLD     libi422_yuy2_plugin.la
  2751.   CC       video_chroma/grey_yuv.lo
  2752.   CCLD     libgrey_yuv_plugin.la
  2753.   CC       video_chroma/yuy2_i420.lo
  2754.   CCLD     libyuy2_i420_plugin.la
  2755.   CC       video_chroma/yuy2_i422.lo
  2756.   CCLD     libyuy2_i422_plugin.la
  2757.   CC       video_chroma/rv32.lo
  2758.   CCLD     librv32_plugin.la
  2759.   CC       video_chroma/chain.lo
  2760.   CCLD     libchain_plugin.la
  2761.   CC       video_chroma/yuvp.lo
  2762.   CCLD     libyuvp_plugin.la
  2763.   CC       video_chroma/libswscale_plugin_la-swscale.lo
  2764. video_chroma/swscale.c: In function ‘Convert’:
  2765. video_chroma/swscale.c:610:21: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types]
  2766.      sws_scale( ctx, src, src_stride, 0, i_height,
  2767.                      ^~~
  2768. In file included from video_chroma/swscale.c:39:0:
  2769. /usr/include/libswscale/swscale.h:217:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t **
  2770. {aka unsigned char **}
  2771.  int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
  2772.      ^~~~~~~~~
  2773.   CC       codec/avcodec/libswscale_plugin_la-chroma.lo
  2774.   CCLD     libswscale_plugin.la
  2775.   CC       video_chroma/libi420_rgb_mmx_plugin_la-i420_rgb.lo
  2776.   CC       video_chroma/libi420_rgb_mmx_plugin_la-i420_rgb16_x86.lo
  2777.   CCLD     libi420_rgb_mmx_plugin.la
  2778.   CC       video_chroma/libi420_yuy2_mmx_plugin_la-i420_yuy2.lo
  2779.   CCLD     libi420_yuy2_mmx_plugin.la
  2780.   CC       video_chroma/libi422_yuy2_mmx_plugin_la-i422_yuy2.lo
  2781.   CCLD     libi422_yuy2_mmx_plugin.la
  2782.   CC       video_chroma/libi420_rgb_sse2_plugin_la-i420_rgb.lo
  2783.   CC       video_chroma/libi420_rgb_sse2_plugin_la-i420_rgb16_x86.lo
  2784.   CCLD     libi420_rgb_sse2_plugin.la
  2785.   CC       video_chroma/libi420_yuy2_sse2_plugin_la-i420_yuy2.lo
  2786.   CCLD     libi420_yuy2_sse2_plugin.la
  2787.   CC       video_chroma/libi422_yuy2_sse2_plugin_la-i422_yuy2.lo
  2788.   CCLD     libi422_yuy2_sse2_plugin.la
  2789.   CC       codec/ddummy.lo
  2790.   CCLD     libddummy_plugin.la
  2791.   CC       codec/edummy.lo
  2792.   CCLD     libedummy_plugin.la
  2793.   CC       codec/spdif.lo
  2794.   CCLD     libspdif_plugin.la
  2795.   CC       codec/liba52_plugin_la-a52.lo
  2796.   CCLD     liba52_plugin.la
  2797.   CC       codec/libdca_plugin_la-dca.lo
  2798.   CCLD     libdca_plugin.la
  2799.   CC       codec/adpcm.lo
  2800.   CCLD     libadpcm_plugin.la
  2801.   CC       codec/aes3.lo
  2802.   CCLD     libaes3_plugin.la
  2803.   CC       codec/araw.lo
  2804.   CCLD     libaraw_plugin.la
  2805.   CC       codec/libfaad_plugin_la-faad.lo
  2806.   CCLD     libfaad_plugin.la
  2807.   CC       codec/g711.lo
  2808.   CCLD     libg711_plugin.la
  2809.   CC       codec/libfluidsynth_plugin_la-fluidsynth.lo
  2810.   CCLD     libfluidsynth_plugin.la
  2811.   CC       codec/lpcm.lo
  2812.   CCLD     liblpcm_plugin.la
  2813.   CC       codec/libmpg123_plugin_la-mpg123.lo
  2814.   CCLD     libmpg123_plugin.la
  2815.   CC       codec/uleaddvaudio.lo
  2816.   CCLD     libuleaddvaudio_plugin.la
  2817.   CC       codec/cdg.lo
  2818.   CCLD     libcdg_plugin.la
  2819.   CC       codec/liblibmpeg2_plugin_la-libmpeg2.lo
  2820.   CC       codec/liblibmpeg2_plugin_la-synchro.lo
  2821.   CCLD     liblibmpeg2_plugin.la
  2822.   CC       codec/rawvideo.lo
  2823.   CCLD     librawvideo_plugin.la
  2824.   CC       codec/rtpvideo.lo
  2825.   CCLD     librtpvideo_plugin.la
  2826.   CC       codec/libschroedinger_plugin_la-schroedinger.lo
  2827.   CCLD     libschroedinger_plugin.la
  2828.   CC       codec/png.lo
  2829.   CCLD     libpng_plugin.la
  2830.   CC       codec/jpeg.lo
  2831. codec/jpeg.c: In function ‘DecodeBlock’:
  2832. codec/jpeg.c:499:16: warning: variable ‘p_row_pointers’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  2833.      JSAMPARRAY p_row_pointers = NULL;
  2834.                 ^~~~~~~~~~~~~~
  2835.   CCLD     libjpeg_plugin.la
  2836.   CC       codec/libsvgdec_plugin_la-svg.lo
  2837.   CCLD     libsvgdec_plugin.la
  2838.   CC       codec/libsdl_image_plugin_la-sdl_image.lo
  2839.   CCLD     libsdl_image_plugin.la
  2840.   CC       codec/libxwd_plugin_la-xwd.lo
  2841.   CCLD     libxwd_plugin.la
  2842.   CC       codec/liblibass_plugin_la-libass.lo
  2843.   CCLD     liblibass_plugin.la
  2844.   CC       codec/cc.lo
  2845.   CC       codec/cea708.lo
  2846.   CCLD     libcc_plugin.la
  2847.   CC       codec/cvdsub.lo
  2848.   CCLD     libcvdsub_plugin.la
  2849.   CC       codec/dvbsub.lo
  2850.   CCLD     libdvbsub_plugin.la
  2851.   CC       codec/scte18.lo
  2852.   CC       codec/atsc_a65.lo
  2853.   CCLD     libscte18_plugin.la
  2854.   CC       codec/scte27.lo
  2855.   CCLD     libscte27_plugin.la
  2856.   CC       codec/spudec/libspudec_plugin_la-spudec.lo
  2857.   CC       codec/spudec/libspudec_plugin_la-parse.lo
  2858.   CCLD     libspudec_plugin.la
  2859.   CC       codec/stl.lo
  2860.   CCLD     libstl_plugin.la
  2861.   CC       codec/subsdec.lo
  2862. codec/subsdec.c: In function ‘ParseSubtitles’:
  2863. codec/subsdec.c:882:23: warning: declaration of ‘psz_tagname’ shadows a previous local [-Wshadow=compatible-local]
  2864.                  char* psz_tagname = GetTag( &psz_subtitle, true );
  2865.                        ^~~~~~~~~~~
  2866. codec/subsdec.c:744:19: note: shadowed declaration is here
  2867.              char *psz_tagname = GetTag( &psz_subtitle, false );
  2868.                    ^~~~~~~~~~~
  2869.   CCLD     libsubsdec_plugin.la
  2870.   CC       codec/subsusf.lo
  2871.   CCLD     libsubsusf_plugin.la
  2872.   CC       codec/ttml/substtml.lo
  2873.   CC       demux/ttml.lo
  2874.   CC       codec/ttml/ttml.lo
  2875.   CCLD     libttml_plugin.la
  2876.   CC       codec/webvtt/libwebvtt_plugin_la-subsvtt.lo
  2877.   CC       codec/webvtt/libwebvtt_plugin_la-webvtt.lo
  2878.   CC       demux/libwebvtt_plugin_la-webvtt.lo
  2879. demux/webvtt.c: In function ‘demux_Range’:
  2880. demux/webvtt.c:338:73: warning: unused parameter ‘i_end’ [-Wunused-parameter]
  2881.  static block_t *demux_Range( demux_t *p_demux, mtime_t i_start, mtime_t i_end )
  2882.                                                                          ^~~~~
  2883.   CC       codec/webvtt/libwebvtt_plugin_la-CSSGrammar.lo
  2884.   LEX      codec/webvtt/CSSLexer.c
  2885.   CC       codec/webvtt/libwebvtt_plugin_la-CSSLexer.lo
  2886.   CC       codec/webvtt/libwebvtt_plugin_la-css_parser.lo
  2887.   CC       codec/webvtt/libwebvtt_plugin_la-css_style.lo
  2888.   CCLD     libwebvtt_plugin.la
  2889.   CC       codec/svcdsub.lo
  2890.   CCLD     libsvcdsub_plugin.la
  2891.   CC       codec/t140.lo
  2892.   CCLD     libt140_plugin.la
  2893.   CC       codec/telx.lo
  2894.   CCLD     libtelx_plugin.la
  2895.   CC       codec/textst.lo
  2896.   CCLD     libtextst_plugin.la
  2897.   CC       codec/libzvbi_plugin_la-zvbi.lo
  2898. codec/zvbi.c: In function ‘OpaquePage’:
  2899. codec/zvbi.c:672:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2900.                  if( b_opaque )
  2901.                    ^
  2902. codec/zvbi.c:675:13: note: here
  2903.              case VBI_TRANSPARENT_FULL:
  2904.              ^~~~
  2905.   CCLD     libzvbi_plugin.la
  2906.   CC       codec/substx3g.lo
  2907.   CCLD     libsubstx3g_plugin.la
  2908.   CC       codec/libflac_plugin_la-flac.lo
  2909. codec/flac.c: In function ‘DecoderMetadataCallback’:
  2910. codec/flac.c:352:41: warning: declaration of ‘i’ shadows a previous local [-Wshadow=local]
  2911.                              for( size_t i=0; i<MAPPED_WFX_CHANNELS; i++ )
  2912.                                          ^
  2913. codec/flac.c:333:31: note: shadowed declaration is here
  2914.              for( FLAC__uint32 i=0; i<metadata->data.vorbis_comment.num_comments; i++ )
  2915.                                ^
  2916. codec/flac.c:372:39: warning: declaration of ‘i’ shadows a previous local [-Wshadow=compatible-local]
  2917.                          for( unsigned i=0; i<i_wfxchannels; i++ )
  2918.                                        ^
  2919. codec/flac.c:333:31: note: shadowed declaration is here
  2920.              for( FLAC__uint32 i=0; i<metadata->data.vorbis_comment.num_comments; i++ )
  2921.                                ^
  2922.   CCLD     libflac_plugin.la
  2923.   CC       codec/libkate_plugin_la-kate.lo
  2924. codec/kate.c: In function ‘OpenDecoder’:
  2925. codec/kate.c:56:13: warning: declaration of ‘i_ret’ shadows a previous local [-Wshadow=compatible-local]
  2926.          int i_ret = (statement);                                       \
  2927.              ^
  2928. codec/kate.c:404:13: note: in expansion of macro ‘CHECK_TIGER_RET’
  2929.              CHECK_TIGER_RET( tiger_renderer_set_surface_clear_color( p_sys->p_tr, 1, 0, 0, 0, 0 ) );
  2930.              ^~~~~~~~~~~~~~~
  2931. codec/kate.c:396:13: note: shadowed declaration is here
  2932.          int i_ret = tiger_renderer_create( &p_sys->p_tr );
  2933.              ^~~~~
  2934. codec/kate.c: In function ‘DecodePacket’:
  2935. codec/kate.c:56:13: warning: declaration of ‘i_ret’ shadows a previous local [-Wshadow=compatible-local]
  2936.          int i_ret = (statement);                                       \
  2937.              ^
  2938. codec/kate.c:1105:9: note: in expansion of macro ‘CHECK_TIGER_RET’
  2939.          CHECK_TIGER_RET( tiger_renderer_add_event( p_sys->p_tr, ev->ki, ev ) );
  2940.          ^~~~~~~~~~~~~~~
  2941. codec/kate.c:1032:9: note: shadowed declaration is here
  2942.      int i_ret;
  2943.          ^~~~~
  2944.   CCLD     libkate_plugin.la
  2945.   CC       codec/libopus_plugin_la-opus.lo
  2946.   CC       codec/libopus_plugin_la-opus_header.lo
  2947.   CCLD     libopus_plugin.la
  2948.   CC       codec/libspeex_plugin_la-speex.lo
  2949. In file included from ../include/vlc_common.h:949:0,
  2950.                  from codec/speex.c:31:
  2951. codec/speex.c: In function ‘DecodePacket’:
  2952. ../include/vlc_messages.h:78:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  2953.      vlc_Log(VLC_OBJECT(o), p, vlc_module_name, __FILE__, __LINE__, \
  2954.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2955.              __func__, __VA_ARGS__)
  2956.              ~~~~~~~~~~~~~~~~~~~~~~
  2957. ../include/vlc_messages.h:83:5: note: in expansion of macro ‘msg_Generic’
  2958.      msg_Generic(p_this, VLC_MSG_ERR, __VA_ARGS__)
  2959.      ^~~~~~~~~~~
  2960. codec/speex.c:833:17: note: in expansion of macro ‘msg_Err’
  2961.                  msg_Err( p_dec, "decoding error: corrupted stream?" );
  2962.                  ^~~~~~~
  2963. codec/speex.c:834:13: note: here
  2964.              case -1: /* End of stream */
  2965.              ^~~~
  2966.   CCLD     libspeex_plugin.la
  2967.   CC       codec/libtheora_plugin_la-theora.lo
  2968.   CCLD     libtheora_plugin.la
  2969.   CC       codec/libvorbis_plugin_la-vorbis.lo
  2970.   CCLD     libvorbis_plugin.la
  2971.   CC       codec/liboggspots_plugin_la-oggspots.lo
  2972. codec/oggspots.c: In function ‘ProcessHeader’:
  2973. codec/oggspots.c:270:15: warning: declaration of ‘p_extra’ shadows a previous local [-Wshadow=local]
  2974.          void* p_extra = realloc(p_dec->fmt_out.p_extra,
  2975.                ^~~~~~~
  2976. codec/oggspots.c:200:20: note: shadowed declaration is here
  2977.      const uint8_t* p_extra;
  2978.                     ^~~~~~~
  2979. codec/oggspots.c: In function ‘DecodePacket’:
  2980. codec/oggspots.c:385:5: warning: ignoring return value of ‘decoder_UpdateVideoFormat’, declared with attribute warn_unused_result [-Wunused-result
  2981. ]
  2982.      decoder_UpdateVideoFormat(p_dec);
  2983.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2984.   CCLD     liboggspots_plugin.la
  2985.   CC       codec/avcodec/libavcodec_plugin_la-video.lo
  2986.   CC       codec/avcodec/libavcodec_plugin_la-subtitle.lo
  2987.   CC       codec/avcodec/libavcodec_plugin_la-audio.lo
  2988. codec/avcodec/audio.c: In function ‘SetupOutputFormat’:
  2989. codec/avcodec/audio.c:595:77: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2990.          p_sys->p_context->channel_layout ? p_sys->p_context->channel_layout :
  2991.                                                                              ^
  2992.   CC       codec/avcodec/libavcodec_plugin_la-va.lo
  2993.   CC       codec/avcodec/libavcodec_plugin_la-avcodec.lo
  2994.   CC       codec/avcodec/libavcodec_plugin_la-encoder.lo
  2995. codec/avcodec/encoder.c: In function ‘OpenEncoder’:
  2996. codec/avcodec/encoder.c:565:37: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  2997.              p_context->intra_matrix = mpeg4_default_intra_matrix;
  2998.                                      ^
  2999. codec/avcodec/encoder.c:566:37: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  3000.              p_context->inter_matrix = mpeg4_default_non_intra_matrix;
  3001.                                      ^
  3002. codec/avcodec/encoder.c: In function ‘EncodeVideo’:
  3003. codec/avcodec/encoder.c:1214:8: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations]
  3004.         switch ( p_sys->p_context->coded_frame->pict_type )
  3005.         ^~~~~~
  3006. In file included from codec/avcodec/encoder.c:45:0:
  3007. /usr/include/libavcodec/avcodec.h:3183:35: note: declared here
  3008.      attribute_deprecated AVFrame *coded_frame;
  3009.                                    ^~~~~~~~~~~
  3010.   CC       codec/avcodec/libavcodec_common_la-fourcc.lo
  3011.   CC       codec/avcodec/libavcodec_common_la-chroma.lo
  3012.   CCLD     libavcodec_common.la
  3013.   CCLD     libavcodec_plugin.la
  3014.   CC       codec/avcodec/libvaapi_drm_plugin_la-vaapi.lo
  3015. codec/avcodec/vaapi.c:54:12: warning: ‘vaapi_context’ is deprecated [-Wdeprecated-declarations]
  3016.      struct vaapi_context hw_ctx;
  3017.             ^~~~~~~~~~~~~
  3018. In file included from codec/avcodec/vaapi.c:45:0:
  3019. /usr/include/libavcodec/vaapi.h:56:29: note: declared here
  3020.  struct attribute_deprecated vaapi_context {
  3021.                              ^~~~~~~~~~~~~
  3022.   CC       hw/vaapi/libvaapi_drm_plugin_la-vlc_vaapi.lo
  3023.   CCLD     libvaapi_drm_plugin.la
  3024.   CC       codec/avcodec/libvaapi_plugin_la-vaapi.lo
  3025. codec/avcodec/vaapi.c:54:12: warning: ‘vaapi_context’ is deprecated [-Wdeprecated-declarations]
  3026.      struct vaapi_context hw_ctx;
  3027.             ^~~~~~~~~~~~~
  3028. In file included from codec/avcodec/vaapi.c:45:0:
  3029. /usr/include/libavcodec/vaapi.h:56:29: note: declared here
  3030.  struct attribute_deprecated vaapi_context {
  3031.                              ^~~~~~~~~~~~~
  3032.   CC       hw/vaapi/libvaapi_plugin_la-vlc_vaapi.lo
  3033.   CCLD     libvaapi_plugin.la
  3034.   CC       codec/libx265_plugin_la-x265.lo
  3035.   CCLD     libx265_plugin.la
  3036.   CC       codec/libx264_plugin_la-x264.lo
  3037.   CCLD     libx264_plugin.la
  3038.   CC       codec/libvpx_plugin_la-vpx.lo
  3039.   CCLD     libvpx_plugin.la
  3040.   CC       codec/libaom_plugin_la-aom.lo
  3041. codec/aom.c: In function ‘Decode’:
  3042. codec/aom.c:231:14: error: ‘AOM_CS_BT_2020_CL’ undeclared (first use in this function); did you mean ‘AOM_CS_BT_2020’?
  3043.          case AOM_CS_BT_2020_CL:
  3044.               ^~~~~~~~~~~~~~~~~
  3045.               AOM_CS_BT_2020
  3046. codec/aom.c:231:14: note: each undeclared identifier is reported only once for each function it appears in
  3047. codec/aom.c:232:14: error: ‘AOM_CS_BT_2020_NCL’ undeclared (first use in this function); did you mean ‘AOM_CS_BT_2020_CL’?
  3048.          case AOM_CS_BT_2020_NCL:
  3049.               ^~~~~~~~~~~~~~~~~~
  3050.               AOM_CS_BT_2020_CL
  3051. codec/aom.c: In function ‘OpenDecoder’:
  3052. codec/aom.c:288:10: error: ‘struct aom_codec_dec_cfg’ has no member named ‘allow_lowbitdepth’
  3053.          .allow_lowbitdepth = 1
  3054.           ^~~~~~~~~~~~~~~~~
  3055. make[4]: *** [Makefile:19787: codec/libaom_plugin_la-aom.lo] Error 1
  3056. make[4]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/modules'
  3057. make[3]: *** [Makefile:26124: all-recursive] Error 1
  3058. make[3]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/modules'
  3059. make[2]: *** [Makefile:11231: all] Error 2
  3060. make[2]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc/modules'
  3061. make[1]: *** [Makefile:1523: all-recursive] Error 1
  3062. make[1]: Leaving directory '/home/silencer/vlc-git/vlc-git/src/vlc'
  3063. make: *** [Makefile:1408: all] Error 2
  3064. ==> ERROR: A failure occurred in build().
  3065.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement