Guest User

log.file

a guest
Feb 11th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 197.19 KB | None | 0 0
  1. + git pull --rebase
  2. error: cannot pull with rebase: You have unstaged changes.
  3. error: please commit or stash them.
  4. + do_clone_all
  5. + do_clone ffmpeg https://github.com/FFmpeg/FFmpeg.git
  6. + set -ex
  7. + test -e ffmpeg
  8. + cd ffmpeg
  9. + git remote set-url origin https://github.com/FFmpeg/FFmpeg.git
  10. + git fetch
  11. + do_clone libass https://github.com/libass/libass.git
  12. + set -ex
  13. + test -e libass
  14. + cd libass
  15. + git remote set-url origin https://github.com/libass/libass.git
  16. + git fetch
  17. + do_clone mpv https://github.com/mpv-player/mpv.git
  18. + set -ex
  19. + test -e mpv
  20. + cd mpv
  21. + git remote set-url origin https://github.com/mpv-player/mpv.git
  22. + git fetch
  23. + checkout ffmpeg master -
  24. + local branch=master
  25. + [ -z - ]
  26. + do_gitmaster ffmpeg
  27. + set -ex
  28. + cd ffmpeg
  29. + git checkout origin/master
  30. HEAD is now at 58e5939 avfilter/vf_zscale: add support for setting scaling filter parameters
  31. + git remote prune origin
  32. + checkout libass master -
  33. + local branch=master
  34. + [ -z - ]
  35. + do_gitmaster libass
  36. + set -ex
  37. + cd libass
  38. + git checkout origin/master
  39. HEAD is now at 89ff73c Travis CI: encrypt notification channel name to avoid fork spam
  40. + git remote prune origin
  41. + checkout mpv master -
  42. + local branch=master
  43. + [ -z - ]
  44. + do_gitmaster mpv
  45. + set -ex
  46. + cd mpv
  47. + git checkout origin/master
  48. HEAD is now at 0075b76 demuxer/demux_mf: add support for more image codecs
  49. + git remote prune origin
  50. + do_update_debian_versions
  51. + scripts/debian-update-versions
  52. + do_bootstrap
  53. + scripts/mpv-bootstrap
  54. Found 'waf', skipping download.
  55. make: Entering directory '/home/ubuntu/mpv-build/libass'
  56. Making distclean in libass
  57. make[1]: Entering directory '/home/ubuntu/mpv-build/libass/libass'
  58. test -z "libass.la" || rm -f libass.la
  59. rm -f ./so_locations
  60. rm -rf .libs _libs
  61. rm -rf x86/.libs x86/_libs
  62. rm -f *.o
  63. rm -f x86/*.o
  64. rm -f x86/*.lo
  65. rm -f *.lo
  66. rm -f *.tab.c
  67. test -z "" || rm -f
  68. test . = "." || test -z "" || rm -f
  69. rm -f x86/.deps/.dirstamp
  70. rm -f x86/.dirstamp
  71. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  72. rm -f ./.deps/ass.Plo
  73. rm -f ./.deps/ass_bitmap.Plo
  74. rm -f ./.deps/ass_blur.Plo
  75. rm -f ./.deps/ass_cache.Plo
  76. rm -f ./.deps/ass_coretext.Plo
  77. rm -f ./.deps/ass_directwrite.Plo
  78. rm -f ./.deps/ass_drawing.Plo
  79. rm -f ./.deps/ass_font.Plo
  80. rm -f ./.deps/ass_fontconfig.Plo
  81. rm -f ./.deps/ass_fontselect.Plo
  82. rm -f ./.deps/ass_library.Plo
  83. rm -f ./.deps/ass_outline.Plo
  84. rm -f ./.deps/ass_parse.Plo
  85. rm -f ./.deps/ass_rasterizer.Plo
  86. rm -f ./.deps/ass_rasterizer_c.Plo
  87. rm -f ./.deps/ass_render.Plo
  88. rm -f ./.deps/ass_render_api.Plo
  89. rm -f ./.deps/ass_shaper.Plo
  90. rm -f ./.deps/ass_string.Plo
  91. rm -f ./.deps/ass_strtod.Plo
  92. rm -f ./.deps/ass_utils.Plo
  93. rm -f Makefile
  94. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass/libass'
  95. Making distclean in test
  96. make[1]: Entering directory '/home/ubuntu/mpv-build/libass/test'
  97. rm -rf .libs _libs
  98. rm -f test
  99. rm -f *.o
  100. rm -f *.lo
  101. rm -f *.tab.c
  102. test -z "" || rm -f
  103. test . = "." || test -z "" || rm -f
  104. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  105. rm -f ./.deps/test-test.Po
  106. rm -f Makefile
  107. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass/test'
  108. Making distclean in compare
  109. make[1]: Entering directory '/home/ubuntu/mpv-build/libass/compare'
  110. rm -rf .libs _libs
  111. rm -f compare
  112. rm -f *.o
  113. rm -f *.lo
  114. rm -f *.tab.c
  115. test -z "" || rm -f
  116. test . = "." || test -z "" || rm -f
  117. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  118. rm -f ./.deps/compare-compare.Po
  119. rm -f ./.deps/compare-image.Po
  120. rm -f Makefile
  121. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass/compare'
  122. Making distclean in profile
  123. make[1]: Entering directory '/home/ubuntu/mpv-build/libass/profile'
  124. rm -rf .libs _libs
  125. rm -f profile
  126. rm -f *.o
  127. rm -f *.lo
  128. rm -f *.tab.c
  129. test -z "" || rm -f
  130. test . = "." || test -z "" || rm -f
  131. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  132. rm -f ./.deps/profile-profile.Po
  133. rm -f Makefile
  134. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass/profile'
  135. make[1]: Entering directory '/home/ubuntu/mpv-build/libass'
  136. rm -rf .libs _libs
  137. rm -f *.lo
  138. test -z "libass.pc" || rm -f libass.pc
  139. test . = "." || test -z "" || rm -f
  140. rm -f config.h stamp-h1
  141. rm -f libtool config.lt
  142. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  143. rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  144. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass'
  145. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  146. rm -f Makefile
  147. make: Leaving directory '/home/ubuntu/mpv-build/libass'
  148. 'distclean' finished successfully (0.002s)
  149. Running autoreconf...
  150. autoreconf: Entering directory `.'
  151. autoreconf: configure.ac: not using Gettext
  152. autoreconf: running: aclocal --force -I m4
  153. autoreconf: configure.ac: tracing
  154. autoreconf: running: libtoolize --copy --force
  155. libtoolize: putting auxiliary files in '.'.
  156. libtoolize: copying file './ltmain.sh'
  157. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  158. libtoolize: copying file 'm4/libtool.m4'
  159. libtoolize: copying file 'm4/ltoptions.m4'
  160. libtoolize: copying file 'm4/ltsugar.m4'
  161. libtoolize: copying file 'm4/ltversion.m4'
  162. libtoolize: copying file 'm4/lt~obsolete.m4'
  163. autoreconf: running: /usr/bin/autoconf --force
  164. autoreconf: running: /usr/bin/autoheader --force
  165. autoreconf: running: automake --add-missing --copy --force-missing
  166. configure.ac:6: installing './compile'
  167. configure.ac:2: installing './missing'
  168. compare/Makefile.am: installing './depcomp'
  169. autoreconf: Leaving directory `.'
  170. checking for a BSD-compatible install... /usr/bin/install -c
  171. checking whether build environment is sane... yes
  172. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  173. checking for gawk... no
  174. checking for mawk... mawk
  175. checking whether make sets $(MAKE)... yes
  176. checking whether make supports nested variables... yes
  177. checking build system type... x86_64-pc-linux-gnu
  178. checking host system type... x86_64-pc-linux-gnu
  179. checking how to print strings... printf
  180. checking whether make supports the include directive... yes (GNU style)
  181. checking for gcc... gcc
  182. checking whether the C compiler works... yes
  183. checking for C compiler default output file name... a.out
  184. checking for suffix of executables...
  185. checking whether we are cross compiling... no
  186. checking for suffix of object files... o
  187. checking whether we are using the GNU C compiler... yes
  188. checking whether gcc accepts -g... yes
  189. checking for gcc option to accept ISO C89... none needed
  190. checking whether gcc understands -c and -o together... yes
  191. checking dependency style of gcc... gcc3
  192. checking for a sed that does not truncate output... /usr/bin/sed
  193. checking for grep that handles long lines and -e... /usr/bin/grep
  194. checking for egrep... /usr/bin/grep -E
  195. checking for fgrep... /usr/bin/grep -F
  196. checking for ld used by gcc... /usr/bin/ld
  197. checking if the linker (/usr/bin/ld) is GNU ld... yes
  198. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  199. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  200. checking whether ln -s works... yes
  201. checking the maximum length of command line arguments... 1572864
  202. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  203. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  204. checking for /usr/bin/ld option to reload object files... -r
  205. checking for objdump... objdump
  206. checking how to recognize dependent libraries... pass_all
  207. checking for dlltool... no
  208. checking how to associate runtime and link libraries... printf %s\n
  209. checking for ar... ar
  210. checking for archiver @FILE support... @
  211. checking for strip... strip
  212. checking for ranlib... ranlib
  213. checking command to parse /usr/bin/nm -B output from gcc object... ok
  214. checking for sysroot... no
  215. checking for a working dd... /usr/bin/dd
  216. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  217. checking for mt... mt
  218. checking if mt is a manifest tool... no
  219. checking how to run the C preprocessor... gcc -E
  220. checking for ANSI C header files... yes
  221. checking for sys/types.h... yes
  222. checking for sys/stat.h... yes
  223. checking for stdlib.h... yes
  224. checking for string.h... yes
  225. checking for memory.h... yes
  226. checking for strings.h... yes
  227. checking for inttypes.h... yes
  228. checking for stdint.h... yes
  229. checking for unistd.h... yes
  230. checking for dlfcn.h... yes
  231. checking for objdir... .libs
  232. checking if gcc supports -fno-rtti -fno-exceptions... no
  233. checking for gcc option to produce PIC... -fPIC -DPIC
  234. checking if gcc PIC flag -fPIC -DPIC works... yes
  235. checking if gcc static flag -static works... yes
  236. checking if gcc supports -c -o file.o... yes
  237. checking if gcc supports -c -o file.o... (cached) yes
  238. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  239. checking dynamic linker characteristics... GNU/Linux ld.so
  240. checking how to hardcode library paths into programs... immediate
  241. checking whether stripping libraries is possible... yes
  242. checking if libtool supports shared libraries... yes
  243. checking whether to build shared libraries... no
  244. checking whether to build static libraries... yes
  245. checking for gcc... (cached) gcc
  246. checking whether we are using the GNU C compiler... (cached) yes
  247. checking whether gcc accepts -g... (cached) yes
  248. checking for gcc option to accept ISO C89... (cached) none needed
  249. checking whether gcc understands -c and -o together... (cached) yes
  250. checking dependency style of gcc... (cached) gcc3
  251. checking how to run the C preprocessor... gcc -E
  252. checking dependency style of gcc... gcc3
  253. checking for ANSI C header files... (cached) yes
  254. checking for stdbool.h that conforms to C99... yes
  255. checking for _Bool... yes
  256. checking for stdint.h... (cached) yes
  257. checking iconv.h usability... yes
  258. checking iconv.h presence... yes
  259. checking for iconv.h... yes
  260. checking for strdup... yes
  261. checking for strndup... yes
  262. checking for library containing libiconv_open... no
  263. checking for library containing iconv_open... none required
  264. checking for library containing lrint... -lm
  265. checking for pkg-config... /usr/bin/pkg-config
  266. checking pkg-config is at least version 0.9.0... yes
  267. checking for FREETYPE... yes
  268. checking for FRIBIDI... yes
  269. checking for HARFBUZZ... yes
  270. checking for FONTCONFIG... yes
  271. checking for CORETEXT... no
  272. checking for DIRECTWRITE... no
  273. checking for nasm... yes
  274. checking if nasm supports vpmovzxwd... yes
  275. checking whether make supports nested variables... (cached) yes
  276. checking that generated files are newer than configure... done
  277. configure: creating ./config.status
  278. config.status: creating Makefile
  279. config.status: creating libass/Makefile
  280. config.status: creating test/Makefile
  281. config.status: creating compare/Makefile
  282. config.status: creating profile/Makefile
  283. config.status: creating libass.pc
  284. config.status: creating config.h
  285. config.status: executing depfiles commands
  286. config.status: executing libtool commands
  287. make: Entering directory '/home/ubuntu/mpv-build/libass'
  288. Making install in libass
  289. make[1]: Entering directory '/home/ubuntu/mpv-build/libass/libass'
  290. CC ass.lo
  291. CC ass_utils.lo
  292. CC ass_strtod.lo
  293. CC ass_string.lo
  294. CC ass_library.lo
  295. CC ass_cache.lo
  296. CC ass_font.lo
  297. CC ass_fontselect.lo
  298. CC ass_render.lo
  299. CC ass_render_api.lo
  300. CC ass_parse.lo
  301. CC ass_shaper.lo
  302. CC ass_outline.lo
  303. CC ass_drawing.lo
  304. CC ass_rasterizer.lo
  305. CC ass_rasterizer_c.lo
  306. CC ass_bitmap.lo
  307. CC ass_blur.lo
  308. CC ass_fontconfig.lo
  309. NASM x86/rasterizer.lo
  310. NASM x86/blend_bitmaps.lo
  311. NASM x86/blur.lo
  312. NASM x86/cpuid.lo
  313. NASM x86/be_blur.lo
  314. CCLD libass.la
  315. make[2]: Entering directory '/home/ubuntu/mpv-build/libass/libass'
  316. /usr/bin/mkdir -p '/home/ubuntu/mpv-build/build_libs/lib'
  317. /usr/bin/mkdir -p '/home/ubuntu/mpv-build/build_libs/include/ass'
  318. /bin/bash ../libtool --mode=install /usr/bin/install -c libass.la '/home/ubuntu/mpv-build/build_libs/lib'
  319. /usr/bin/install -c -m 644 ass.h ass_types.h '/home/ubuntu/mpv-build/build_libs/include/ass'
  320. libtool: install: /usr/bin/install -c .libs/libass.lai /home/ubuntu/mpv-build/build_libs/lib/libass.la
  321. libtool: install: /usr/bin/install -c .libs/libass.a /home/ubuntu/mpv-build/build_libs/lib/libass.a
  322. libtool: install: chmod 644 /home/ubuntu/mpv-build/build_libs/lib/libass.a
  323. libtool: install: ranlib /home/ubuntu/mpv-build/build_libs/lib/libass.a
  324. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/mpv-build/build_libs/lib
  325. ----------------------------------------------------------------------
  326. Libraries have been installed in:
  327. /home/ubuntu/mpv-build/build_libs/lib
  328.  
  329. If you ever happen to want to link against installed libraries
  330. in a given directory, LIBDIR, you must either use libtool, and
  331. specify the full pathname of the library, or use the '-LLIBDIR'
  332. flag during linking and do at least one of the following:
  333. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  334. during execution
  335. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  336. during linking
  337. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  338. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  339.  
  340. See any operating system documentation about shared libraries for
  341. more information, such as the ld(1) and ld.so(8) manual pages.
  342. ----------------------------------------------------------------------
  343. make[2]: Leaving directory '/home/ubuntu/mpv-build/libass/libass'
  344. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass/libass'
  345. make[1]: Entering directory '/home/ubuntu/mpv-build/libass'
  346. make[2]: Entering directory '/home/ubuntu/mpv-build/libass'
  347. make[2]: Nothing to be done for 'install-exec-am'.
  348. /usr/bin/mkdir -p '/home/ubuntu/mpv-build/build_libs/lib/pkgconfig'
  349. /usr/bin/install -c -m 644 libass.pc '/home/ubuntu/mpv-build/build_libs/lib/pkgconfig'
  350. make[2]: Leaving directory '/home/ubuntu/mpv-build/libass'
  351. make[1]: Leaving directory '/home/ubuntu/mpv-build/libass'
  352. make: Leaving directory '/home/ubuntu/mpv-build/libass'
  353. Using ffmpeg options: --enable-gpl --disable-debug --disable-doc --enable-pic --enable-libx264 --enable-libmp3lame --enable-libfdk-aac --enable-nonfree
  354. install prefix /home/ubuntu/mpv-build/build_libs
  355. source path /home/ubuntu/mpv-build/ffmpeg
  356. C compiler gcc
  357. C library glibc
  358. ARCH x86 (generic)
  359. big-endian no
  360. runtime cpu detection yes
  361. standalone assembly yes
  362. x86 assembler nasm
  363. MMX enabled yes
  364. MMXEXT enabled yes
  365. 3DNow! enabled yes
  366. 3DNow! extended enabled yes
  367. SSE enabled yes
  368. SSSE3 enabled yes
  369. AESNI enabled yes
  370. AVX enabled yes
  371. AVX2 enabled yes
  372. AVX-512 enabled yes
  373. XOP enabled yes
  374. FMA3 enabled yes
  375. FMA4 enabled yes
  376. i686 features enabled yes
  377. CMOV is fast yes
  378. EBX available yes
  379. EBP available yes
  380. debug symbols no
  381. strip symbols yes
  382. optimize for size no
  383. optimizations yes
  384. static yes
  385. shared no
  386. postprocessing support yes
  387. network support yes
  388. threading support pthreads
  389. safe bitstream reader yes
  390. texi2html enabled no
  391. perl enabled yes
  392. pod2man enabled yes
  393. makeinfo enabled no
  394. makeinfo supports HTML no
  395.  
  396. External libraries:
  397. alsa libx264 sndio
  398. iconv libxcb xlib
  399. libfdk_aac lzma zlib
  400. libmp3lame sdl2
  401.  
  402. External libraries providing hardware acceleration:
  403. cuda_llvm v4l2_m2m
  404.  
  405. Libraries:
  406. avcodec avformat swresample
  407. avdevice avutil swscale
  408. avfilter postproc
  409.  
  410. Programs:
  411. ffmpeg ffplay ffprobe
  412.  
  413. Enabled decoders:
  414. aac fic pcm_vidc
  415. aac_fixed fits pcx
  416. aac_latm flac pfm
  417. aasc flashsv pgm
  418. ac3 flashsv2 pgmyuv
  419. ac3_fixed flic pgssub
  420. acelp_kelvin flv pgx
  421. adpcm_4xm fmvc photocd
  422. adpcm_adx fourxm pictor
  423. adpcm_afc fraps pixlet
  424. adpcm_agm frwu pjs
  425. adpcm_aica g2m png
  426. adpcm_argo g723_1 ppm
  427. adpcm_ct g729 prores
  428. adpcm_dtk gdv prosumer
  429. adpcm_ea gif psd
  430. adpcm_ea_maxis_xa gremlin_dpcm ptx
  431. adpcm_ea_r1 gsm qcelp
  432. adpcm_ea_r2 gsm_ms qdm2
  433. adpcm_ea_r3 h261 qdmc
  434. adpcm_ea_xas h263 qdraw
  435. adpcm_g722 h263_v4l2m2m qpeg
  436. adpcm_g726 h263i qtrle
  437. adpcm_g726le h263p r10k
  438. adpcm_ima_alp h264 r210
  439. adpcm_ima_amv h264_v4l2m2m ra_144
  440. adpcm_ima_apc hap ra_288
  441. adpcm_ima_apm hca ralf
  442. adpcm_ima_cunning hcom rasc
  443. adpcm_ima_dat4 hevc rawvideo
  444. adpcm_ima_dk3 hevc_v4l2m2m realtext
  445. adpcm_ima_dk4 hnm4_video rl2
  446. adpcm_ima_ea_eacs hq_hqa roq
  447. adpcm_ima_ea_sead hqx roq_dpcm
  448. adpcm_ima_iss huffyuv rpza
  449. adpcm_ima_moflex hymt rscc
  450. adpcm_ima_mtf iac rv10
  451. adpcm_ima_oki idcin rv20
  452. adpcm_ima_qt idf rv30
  453. adpcm_ima_rad iff_ilbm rv40
  454. adpcm_ima_smjpeg ilbc s302m
  455. adpcm_ima_ssi imc sami
  456. adpcm_ima_wav imm4 sanm
  457. adpcm_ima_ws imm5 sbc
  458. adpcm_ms indeo2 scpr
  459. adpcm_mtaf indeo3 screenpresso
  460. adpcm_psx indeo4 sdx2_dpcm
  461. adpcm_sbpro_2 indeo5 sgi
  462. adpcm_sbpro_3 interplay_acm sgirle
  463. adpcm_sbpro_4 interplay_dpcm sheervideo
  464. adpcm_swf interplay_video shorten
  465. adpcm_thp ipu sipr
  466. adpcm_thp_le jacosub siren
  467. adpcm_vima jpeg2000 smackaud
  468. adpcm_xa jpegls smacker
  469. adpcm_yamaha jv smc
  470. adpcm_zork kgv1 smvjpeg
  471. agm kmvc snow
  472. aic lagarith sol_dpcm
  473. alac libfdk_aac sonic
  474. alias_pix loco sp5x
  475. als lscr speedhq
  476. amrnb m101 srgc
  477. amrwb mace3 srt
  478. amv mace6 ssa
  479. anm magicyuv stl
  480. ansi mdec subrip
  481. ape metasound subviewer
  482. apng microdvd subviewer1
  483. aptx mimic sunrast
  484. aptx_hd mjpeg svq1
  485. arbc mjpegb svq3
  486. argo mlp tak
  487. ass mmvideo targa
  488. asv1 mobiclip targa_y216
  489. asv2 motionpixels tdsc
  490. atrac1 movtext text
  491. atrac3 mp1 theora
  492. atrac3al mp1float thp
  493. atrac3p mp2 tiertexseqvideo
  494. atrac3pal mp2float tiff
  495. atrac9 mp3 tmv
  496. aura mp3adu truehd
  497. aura2 mp3adufloat truemotion1
  498. av1 mp3float truemotion2
  499. avrn mp3on4 truemotion2rt
  500. avrp mp3on4float truespeech
  501. avs mpc7 tscc
  502. avui mpc8 tscc2
  503. ayuv mpeg1_v4l2m2m tta
  504. bethsoftvid mpeg1video twinvq
  505. bfi mpeg2_v4l2m2m txd
  506. bink mpeg2video ulti
  507. binkaudio_dct mpeg4 utvideo
  508. binkaudio_rdft mpeg4_v4l2m2m v210
  509. bintext mpegvideo v210x
  510. bitpacked mpl2 v308
  511. bmp msa1 v408
  512. bmv_audio mscc v410
  513. bmv_video msmpeg4v1 vb
  514. brender_pix msmpeg4v2 vble
  515. c93 msmpeg4v3 vc1
  516. cavs msp2 vc1_v4l2m2m
  517. ccaption msrle vc1image
  518. cdgraphics mss1 vcr1
  519. cdtoons mss2 vmdaudio
  520. cdxl msvideo1 vmdvideo
  521. cfhd mszh vmnc
  522. cinepak mts2 vorbis
  523. clearvideo mv30 vp3
  524. cljr mvc1 vp4
  525. cllc mvc2 vp5
  526. comfortnoise mvdv vp6
  527. cook mvha vp6a
  528. cpia mwsc vp6f
  529. cri mxpeg vp7
  530. cscd nellymoser vp8
  531. cyuv notchlc vp8_v4l2m2m
  532. dca nuv vp9
  533. dds on2avc vp9_v4l2m2m
  534. derf_dpcm opus vplayer
  535. dfa paf_audio vqa
  536. dirac paf_video wavpack
  537. dnxhd pam wcmv
  538. dolby_e pbm webp
  539. dpx pcm_alaw webvtt
  540. dsd_lsbf pcm_bluray wmalossless
  541. dsd_lsbf_planar pcm_dvd wmapro
  542. dsd_msbf pcm_f16le wmav1
  543. dsd_msbf_planar pcm_f24le wmav2
  544. dsicinaudio pcm_f32be wmavoice
  545. dsicinvideo pcm_f32le wmv1
  546. dss_sp pcm_f64be wmv2
  547. dst pcm_f64le wmv3
  548. dvaudio pcm_lxf wmv3image
  549. dvbsub pcm_mulaw wnv1
  550. dvdsub pcm_s16be wrapped_avframe
  551. dvvideo pcm_s16be_planar ws_snd1
  552. dxa pcm_s16le xan_dpcm
  553. dxtory pcm_s16le_planar xan_wc3
  554. dxv pcm_s24be xan_wc4
  555. eac3 pcm_s24daud xbin
  556. eacmv pcm_s24le xbm
  557. eamad pcm_s24le_planar xface
  558. eatgq pcm_s32be xl
  559. eatgv pcm_s32le xma1
  560. eatqi pcm_s32le_planar xma2
  561. eightbps pcm_s64be xpm
  562. eightsvx_exp pcm_s64le xsub
  563. eightsvx_fib pcm_s8 xwd
  564. escape124 pcm_s8_planar y41p
  565. escape130 pcm_u16be ylc
  566. evrc pcm_u16le yop
  567. exr pcm_u24be yuv4
  568. fastaudio pcm_u24le zero12v
  569. ffv1 pcm_u32be zerocodec
  570. ffvhuff pcm_u32le zlib
  571. ffwavesynth pcm_u8 zmbv
  572.  
  573. Enabled encoders:
  574. a64multi huffyuv pgmyuv
  575. a64multi5 jpeg2000 png
  576. aac jpegls ppm
  577. ac3 libfdk_aac prores
  578. ac3_fixed libmp3lame prores_aw
  579. adpcm_adx libx264 prores_ks
  580. adpcm_argo libx264rgb qtrle
  581. adpcm_g722 ljpeg r10k
  582. adpcm_g726 magicyuv r210
  583. adpcm_g726le mjpeg ra_144
  584. adpcm_ima_alp mlp rawvideo
  585. adpcm_ima_amv movtext roq
  586. adpcm_ima_apm mp2 roq_dpcm
  587. adpcm_ima_qt mp2fixed rpza
  588. adpcm_ima_ssi mpeg1video rv10
  589. adpcm_ima_wav mpeg2video rv20
  590. adpcm_ms mpeg4 s302m
  591. adpcm_swf mpeg4_v4l2m2m sbc
  592. adpcm_yamaha msmpeg4v2 sgi
  593. alac msmpeg4v3 snow
  594. alias_pix msvideo1 sonic
  595. amv nellymoser sonic_ls
  596. apng opus speedhq
  597. aptx pam srt
  598. aptx_hd pbm ssa
  599. ass pcm_alaw subrip
  600. asv1 pcm_dvd sunrast
  601. asv2 pcm_f32be svq1
  602. avrp pcm_f32le targa
  603. avui pcm_f64be text
  604. ayuv pcm_f64le tiff
  605. bmp pcm_mulaw truehd
  606. cfhd pcm_s16be tta
  607. cinepak pcm_s16be_planar utvideo
  608. cljr pcm_s16le v210
  609. comfortnoise pcm_s16le_planar v308
  610. dca pcm_s24be v408
  611. dnxhd pcm_s24daud v410
  612. dpx pcm_s24le vc2
  613. dvbsub pcm_s24le_planar vorbis
  614. dvdsub pcm_s32be vp8_v4l2m2m
  615. dvvideo pcm_s32le wavpack
  616. eac3 pcm_s32le_planar webvtt
  617. ffv1 pcm_s64be wmav1
  618. ffvhuff pcm_s64le wmav2
  619. fits pcm_s8 wmv1
  620. flac pcm_s8_planar wmv2
  621. flashsv pcm_u16be wrapped_avframe
  622. flashsv2 pcm_u16le xbm
  623. flv pcm_u24be xface
  624. g723_1 pcm_u24le xsub
  625. gif pcm_u32be xwd
  626. h261 pcm_u32le y41p
  627. h263 pcm_u8 yuv4
  628. h263_v4l2m2m pcm_vidc zlib
  629. h263p pcx zmbv
  630. h264_v4l2m2m pfm
  631. hevc_v4l2m2m pgm
  632.  
  633. Enabled hwaccels:
  634.  
  635. Enabled parsers:
  636. aac dvd_nav opus
  637. aac_latm dvdsub png
  638. ac3 flac pnm
  639. adx g723_1 rv30
  640. av1 g729 rv40
  641. avs2 gif sbc
  642. avs3 gsm sipr
  643. bmp h261 tak
  644. cavsvideo h263 vc1
  645. cook h264 vorbis
  646. cri hevc vp3
  647. dca ipu vp8
  648. dirac jpeg2000 vp9
  649. dnxhd mjpeg webp
  650. dolby_e mlp xbm
  651. dpx mpeg4video xma
  652. dvaudio mpegaudio
  653. dvbsub mpegvideo
  654.  
  655. Enabled demuxers:
  656. aa ico pcm_mulaw
  657. aac idcin pcm_s16be
  658. aax idf pcm_s16le
  659. ac3 iff pcm_s24be
  660. ace ifv pcm_s24le
  661. acm ilbc pcm_s32be
  662. act image2 pcm_s32le
  663. adf image2_alias_pix pcm_s8
  664. adp image2_brender_pix pcm_u16be
  665. ads image2pipe pcm_u16le
  666. adx image_bmp_pipe pcm_u24be
  667. aea image_cri_pipe pcm_u24le
  668. afc image_dds_pipe pcm_u32be
  669. aiff image_dpx_pipe pcm_u32le
  670. aix image_exr_pipe pcm_u8
  671. alp image_gif_pipe pcm_vidc
  672. amr image_j2k_pipe pjs
  673. amrnb image_jpeg_pipe pmp
  674. amrwb image_jpegls_pipe pp_bnk
  675. anm image_pam_pipe pva
  676. apc image_pbm_pipe pvf
  677. ape image_pcx_pipe qcp
  678. apm image_pgm_pipe r3d
  679. apng image_pgmyuv_pipe rawvideo
  680. aptx image_pgx_pipe realtext
  681. aptx_hd image_photocd_pipe redspark
  682. aqtitle image_pictor_pipe rl2
  683. argo_asf image_png_pipe rm
  684. argo_brp image_ppm_pipe roq
  685. asf image_psd_pipe rpl
  686. asf_o image_qdraw_pipe rsd
  687. ass image_sgi_pipe rso
  688. ast image_sunrast_pipe rtp
  689. au image_svg_pipe rtsp
  690. av1 image_tiff_pipe s337m
  691. avi image_webp_pipe sami
  692. avr image_xbm_pipe sap
  693. avs image_xpm_pipe sbc
  694. avs2 image_xwd_pipe sbg
  695. avs3 ingenient scc
  696. bethsoftvid ipmovie sdp
  697. bfi ipu sdr2
  698. bfstm ircam sds
  699. bink iss sdx
  700. binka iv8 segafilm
  701. bintext ivf ser
  702. bit ivr shorten
  703. bmv jacosub siff
  704. boa jv sln
  705. brstm kux smacker
  706. c93 kvag smjpeg
  707. caf live_flv smush
  708. cavsvideo lmlm4 sol
  709. cdg loas sox
  710. cdxl lrc spdif
  711. cine luodat srt
  712. codec2 lvf stl
  713. codec2raw lxf str
  714. concat m4v subviewer
  715. data matroska subviewer1
  716. daud mca sup
  717. dcstr mcc svag
  718. derf mgsts svs
  719. dfa microdvd swf
  720. dhav mjpeg tak
  721. dirac mjpeg_2000 tedcaptions
  722. dnxhd mlp thp
  723. dsf mlv threedostr
  724. dsicin mm tiertexseq
  725. dss mmf tmv
  726. dts mods truehd
  727. dtshd moflex tta
  728. dv mov tty
  729. dvbsub mp3 txd
  730. dvbtxt mpc ty
  731. dxa mpc8 v210
  732. ea mpegps v210x
  733. ea_cdata mpegts vag
  734. eac3 mpegtsraw vc1
  735. epaf mpegvideo vc1t
  736. ffmetadata mpjpeg vividas
  737. filmstrip mpl2 vivo
  738. fits mpsub vmd
  739. flac msf vobsub
  740. flic msnwc_tcp voc
  741. flv msp vpk
  742. fourxm mtaf vplayer
  743. frm mtv vqf
  744. fsb musx w64
  745. fwse mv wav
  746. g722 mvi wc3
  747. g723_1 mxf webm_dash_manifest
  748. g726 mxg webvtt
  749. g726le nc wsaud
  750. g729 nistsphere wsd
  751. gdv nsp wsvqa
  752. genh nsv wtv
  753. gif nut wv
  754. gsm nuv wve
  755. gxf obu xa
  756. h261 ogg xbin
  757. h263 oma xmv
  758. h264 paf xvag
  759. hca pcm_alaw xwma
  760. hcom pcm_f32be yop
  761. hevc pcm_f32le yuv4mpegpipe
  762. hls pcm_f64be
  763. hnm pcm_f64le
  764.  
  765. Enabled muxers:
  766. a64 hash pcm_s24be
  767. ac3 hds pcm_s24le
  768. adts hevc pcm_s32be
  769. adx hls pcm_s32le
  770. aiff ico pcm_s8
  771. alp ilbc pcm_u16be
  772. amr image2 pcm_u16le
  773. amv image2pipe pcm_u24be
  774. apm ipod pcm_u24le
  775. apng ircam pcm_u32be
  776. aptx ismv pcm_u32le
  777. aptx_hd ivf pcm_u8
  778. argo_asf jacosub pcm_vidc
  779. asf kvag psp
  780. asf_stream latm rawvideo
  781. ass lrc rm
  782. ast m4v roq
  783. au matroska rso
  784. avi matroska_audio rtp
  785. avm2 md5 rtp_mpegts
  786. avs2 microdvd rtsp
  787. bit mjpeg sap
  788. caf mkvtimestamp_v2 sbc
  789. cavsvideo mlp scc
  790. codec2 mmf segafilm
  791. codec2raw mov segment
  792. crc mp2 singlejpeg
  793. dash mp3 smjpeg
  794. data mp4 smoothstreaming
  795. daud mpeg1system sox
  796. dirac mpeg1vcd spdif
  797. dnxhd mpeg1video spx
  798. dts mpeg2dvd srt
  799. dv mpeg2svcd stream_segment
  800. eac3 mpeg2video streamhash
  801. f4v mpeg2vob sup
  802. ffmetadata mpegts swf
  803. fifo mpjpeg tee
  804. fifo_test mxf tg2
  805. filmstrip mxf_d10 tgp
  806. fits mxf_opatom truehd
  807. flac null tta
  808. flv nut uncodedframecrc
  809. framecrc oga vc1
  810. framehash ogg vc1t
  811. framemd5 ogv voc
  812. g722 oma w64
  813. g723_1 opus wav
  814. g726 pcm_alaw webm
  815. g726le pcm_f32be webm_chunk
  816. gif pcm_f32le webm_dash_manifest
  817. gsm pcm_f64be webp
  818. gxf pcm_f64le webvtt
  819. h261 pcm_mulaw wtv
  820. h263 pcm_s16be wv
  821. h264 pcm_s16le yuv4mpegpipe
  822.  
  823. Enabled protocols:
  824. async http rtp
  825. cache httpproxy srtp
  826. concat icecast subfile
  827. crypto md5 tcp
  828. data mmsh tee
  829. ffrtmphttp mmst udp
  830. file pipe udplite
  831. ftp prompeg unix
  832. gopher rtmp
  833. hls rtmpt
  834.  
  835. Enabled filters:
  836. abench dblur pad
  837. abitscope dcshift pal100bars
  838. acompressor dctdnoiz pal75bars
  839. acontrast deband palettegen
  840. acopy deblock paletteuse
  841. acrossfade decimate pan
  842. acrossover deconvolve perms
  843. acrusher dedot perspective
  844. acue deesser phase
  845. addroi deflate photosensitivity
  846. adeclick deflicker pixdesctest
  847. adeclip dejudder pixscope
  848. adelay delogo pp
  849. adenorm derain pp7
  850. aderivative deshake premultiply
  851. adrawgraph despill prewitt
  852. aecho detelecine pseudocolor
  853. aemphasis dilation psnr
  854. aeval displace pullup
  855. aevalsrc dnn_processing qp
  856. aexciter doubleweave random
  857. afade drawbox readeia608
  858. afftdn drawgraph readvitc
  859. afftfilt drawgrid realtime
  860. afifo drmeter remap
  861. afir dynaudnorm removegrain
  862. afirsrc earwax removelogo
  863. aformat ebur128 repeatfields
  864. afreqshift edgedetect replaygain
  865. agate elbg reverse
  866. agraphmonitor entropy rgbashift
  867. ahistogram epx rgbtestsrc
  868. aiir eq roberts
  869. aintegral equalizer rotate
  870. ainterleave erosion sab
  871. alimiter estdif scale
  872. allpass exposure scale2ref
  873. allrgb extractplanes scdet
  874. allyuv extrastereo scroll
  875. aloop fade select
  876. alphaextract fftdnoiz selectivecolor
  877. alphamerge fftfilt sendcmd
  878. amerge field separatefields
  879. ametadata fieldhint setdar
  880. amix fieldmatch setfield
  881. amovie fieldorder setparams
  882. amplify fifo setpts
  883. amultiply fillborders setrange
  884. anequalizer find_rect setsar
  885. anlmdn firequalizer settb
  886. anlms flanger shear
  887. anoisesrc floodfill showcqt
  888. anull format showfreqs
  889. anullsink fps showinfo
  890. anullsrc framepack showpalette
  891. apad framerate showspatial
  892. aperms framestep showspectrum
  893. aphasemeter freezedetect showspectrumpic
  894. aphaser freezeframes showvolume
  895. aphaseshift fspp showwaves
  896. apulsator gblur showwavespic
  897. arealtime geq shuffleframes
  898. aresample gradfun shufflepixels
  899. areverse gradients shuffleplanes
  900. arnndn graphmonitor sidechaincompress
  901. aselect greyedge sidechaingate
  902. asendcmd haas sidedata
  903. asetnsamples haldclut sierpinski
  904. asetpts haldclutsrc signalstats
  905. asetrate hdcd signature
  906. asettb headphone silencedetect
  907. ashowinfo hflip silenceremove
  908. asidedata highpass sinc
  909. asoftclip highshelf sine
  910. asplit hilbert smartblur
  911. astats histeq smptebars
  912. astreamselect histogram smptehdbars
  913. asubboost hqdn3d sobel
  914. asubcut hqx spectrumsynth
  915. asupercut hstack speechnorm
  916. asuperpass hue split
  917. asuperstop hwdownload spp
  918. atadenoise hwmap sr
  919. atempo hwupload ssim
  920. atrim hysteresis stereo3d
  921. avectorscope idet stereotools
  922. avgblur il stereowiden
  923. axcorrelate inflate streamselect
  924. bandpass interlace super2xsai
  925. bandreject interleave superequalizer
  926. bass join surround
  927. bbox kerndeint swaprect
  928. bench kirsch swapuv
  929. bilateral lagfun tblend
  930. biquad lenscorrection telecine
  931. bitplanenoise life testsrc
  932. blackdetect limiter testsrc2
  933. blackframe loop thistogram
  934. blend loudnorm threshold
  935. bm3d lowpass thumbnail
  936. boxblur lowshelf tile
  937. bwdif lumakey tinterlace
  938. cas lut tlut2
  939. cellauto lut1d tmedian
  940. channelmap lut2 tmidequalizer
  941. channelsplit lut3d tmix
  942. chorus lutrgb tonemap
  943. chromahold lutyuv tpad
  944. chromakey mandelbrot transpose
  945. chromanr maskedclamp treble
  946. chromashift maskedmax tremolo
  947. ciescope maskedmerge trim
  948. codecview maskedmin unpremultiply
  949. color maskedthreshold unsharp
  950. colorbalance maskfun untile
  951. colorchannelmixer mcdeint uspp
  952. colorcontrast mcompand v360
  953. colorcorrect median vaguedenoiser
  954. colorhold mergeplanes vectorscope
  955. colorize mestimate vflip
  956. colorkey metadata vfrdet
  957. colorlevels midequalizer vibrance
  958. colormatrix minterpolate vibrato
  959. colorspace mix vignette
  960. colortemperature movie vmafmotion
  961. compand mpdecimate volume
  962. compensationdelay mptestsrc volumedetect
  963. concat negate vstack
  964. convolution nlmeans w3fdif
  965. convolve nnedi waveform
  966. copy noformat weave
  967. cover_rect noise xbr
  968. crop normalize xfade
  969. cropdetect null xmedian
  970. crossfeed nullsink xstack
  971. crystalizer nullsrc yadif
  972. cue oscilloscope yaepblur
  973. curves overlay yuvtestsrc
  974. datascope owdenoise zoompan
  975.  
  976. Enabled bsfs:
  977. aac_adtstoasc h264_redundant_pps null
  978. av1_frame_merge hapqa_extract opus_metadata
  979. av1_frame_split hevc_metadata pcm_rechunk
  980. av1_metadata hevc_mp4toannexb prores_metadata
  981. chomp imx_dump_header remove_extradata
  982. dca_core mjpeg2jpeg text2movsub
  983. dump_extradata mjpega_dump_header trace_headers
  984. eac3_core mov2textsub truehd_core
  985. extract_extradata mp3_header_decompress vp9_metadata
  986. filter_units mpeg2_metadata vp9_raw_reorder
  987. h264_metadata mpeg4_unpack_bframes vp9_superframe
  988. h264_mp4toannexb noise vp9_superframe_split
  989.  
  990. Enabled indevs:
  991. alsa oss xcbgrab
  992. fbdev sndio
  993. lavfi v4l2
  994.  
  995. Enabled outdevs:
  996. alsa sdl2 xv
  997. fbdev sndio
  998. oss v4l2
  999.  
  1000. License: nonfree and unredistributable
  1001. make: Entering directory '/home/ubuntu/mpv-build/ffmpeg_build'
  1002. GEN libavutil/libavutil.version
  1003. GEN libavcodec/libavcodec.version
  1004. GEN libavformat/libavformat.version
  1005. GEN libavfilter/libavfilter.version
  1006. GEN libavdevice/libavdevice.version
  1007. GEN libswscale/libswscale.version
  1008. GEN libswresample/libswresample.version
  1009. GEN libpostproc/libpostproc.version
  1010. CC libavdevice/alldevices.o
  1011. CC libavdevice/alsa.o
  1012. CC libavdevice/alsa_dec.o
  1013. CC libavdevice/alsa_enc.o
  1014. CC libavdevice/avdevice.o
  1015. CC libavdevice/fbdev_common.o
  1016. CC libavdevice/fbdev_dec.o
  1017. CC libavdevice/fbdev_enc.o
  1018. CC libavdevice/lavfi.o
  1019. CC libavdevice/oss.o
  1020. CC libavdevice/oss_dec.o
  1021. CC libavdevice/oss_enc.o
  1022. CC libavdevice/sdl2.o
  1023. CC libavdevice/sndio.o
  1024. CC libavdevice/sndio_dec.o
  1025. CC libavdevice/sndio_enc.o
  1026. CC libavdevice/timefilter.o
  1027. CC libavdevice/utils.o
  1028. CC libavdevice/v4l2-common.o
  1029. CC libavdevice/v4l2.o
  1030. CC libavdevice/v4l2enc.o
  1031. CC libavdevice/xcbgrab.o
  1032. CC libavdevice/xv.o
  1033. src/libavdevice/v4l2.c: In function 'v4l2_get_device_list':
  1034. src/libavdevice/v4l2.c:1054:58: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 251 [-Wformat-truncation=]
  1035. 1054 | snprintf(device_name, sizeof(device_name), "/dev/%s", entry->d_name);
  1036. | ^~
  1037. In file included from /usr/include/stdio.h:867,
  1038. from src/libavformat/avformat.h:311,
  1039. from src/libavformat/internal.h:27,
  1040. from src/libavdevice/v4l2-common.h:24,
  1041. from src/libavdevice/v4l2.c:35:
  1042. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 261 bytes into a destination of size 256
  1043. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1044. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1045. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1046. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1047. CC libavformat/4xm.o
  1048. CC libavformat/3dostr.o
  1049. CC libavformat/a64.o
  1050. CC libavformat/aacdec.o
  1051. CC libavformat/aadec.o
  1052. CC libavformat/aaxdec.o
  1053. CC libavformat/ac3dec.o
  1054. In file included from /usr/include/string.h:495,
  1055. from src/libavutil/common.h:40,
  1056. from src/libavutil/avutil.h:296,
  1057. from src/libavutil/samplefmt.h:24,
  1058. from src/libavcodec/avcodec.h:31,
  1059. from src/libavformat/avformat.h:312,
  1060. from src/libavformat/aadec.c:26:
  1061. In function 'strncpy',
  1062. inlined from 'aa_read_header' at src/libavformat/aadec.c:116:13:
  1063. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation]
  1064. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  1065. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1066. CC libavformat/acedec.o
  1067. CC libavformat/acm.o
  1068. CC libavformat/act.o
  1069. CC libavformat/adp.o
  1070. CC libavformat/ads.o
  1071. CC libavformat/adtsenc.o
  1072. CC libavformat/adxdec.o
  1073. CC libavformat/aea.o
  1074. CC libavformat/afc.o
  1075. CC libavformat/aiffdec.o
  1076. CC libavformat/aiffenc.o
  1077. CC libavformat/aixdec.o
  1078. CC libavformat/allformats.o
  1079. CC libavformat/alp.o
  1080. CC libavformat/amr.o
  1081. CC libavformat/amvenc.o
  1082. CC libavformat/anm.o
  1083. CC libavformat/apc.o
  1084. CC libavformat/ape.o
  1085. CC libavformat/apetag.o
  1086. CC libavformat/apm.o
  1087. CC libavformat/apngdec.o
  1088. CC libavformat/apngenc.o
  1089. CC libavformat/aptxdec.o
  1090. CC libavformat/aqtitledec.o
  1091. CC libavformat/argo_asf.o
  1092. CC libavformat/argo_brp.o
  1093. CC libavformat/asf.o
  1094. CC libavformat/asfcrypt.o
  1095. CC libavformat/asfdec_f.o
  1096. In file included from /usr/include/string.h:495,
  1097. from src/libavutil/common.h:40,
  1098. from src/libavutil/avutil.h:296,
  1099. from src/libavutil/samplefmt.h:24,
  1100. from src/libavcodec/avcodec.h:31,
  1101. from src/libavformat/avformat.h:312,
  1102. from src/libavformat/argo_asf.c:22:
  1103. In function 'strncpy',
  1104. inlined from 'argo_asf_write_header' at src/libavformat/argo_asf.c:368:9:
  1105. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
  1106. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  1107. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1108. CC libavformat/asfdec_o.o
  1109. CC libavformat/asfenc.o
  1110. CC libavformat/assdec.o
  1111. CC libavformat/assenc.o
  1112. CC libavformat/ast.o
  1113. CC libavformat/astdec.o
  1114. CC libavformat/astenc.o
  1115. CC libavformat/async.o
  1116. CC libavformat/au.o
  1117. CC libavformat/av1.o
  1118. CC libavformat/av1dec.o
  1119. CC libavformat/avc.o
  1120. CC libavformat/avidec.o
  1121. CC libavformat/avienc.o
  1122. CC libavformat/avio.o
  1123. CC libavformat/aviobuf.o
  1124. CC libavformat/avlanguage.o
  1125. CC libavformat/avr.o
  1126. CC libavformat/avs.o
  1127. CC libavformat/avs2dec.o
  1128. CC libavformat/avs3dec.o
  1129. CC libavformat/bethsoftvid.o
  1130. CC libavformat/bfi.o
  1131. CC libavformat/bink.o
  1132. CC libavformat/binka.o
  1133. CC libavformat/bintext.o
  1134. CC libavformat/bit.o
  1135. CC libavformat/bmv.o
  1136. CC libavformat/boadec.o
  1137. CC libavformat/brstm.o
  1138. CC libavformat/c93.o
  1139. CC libavformat/cache.o
  1140. CC libavformat/caf.o
  1141. CC libavformat/cafdec.o
  1142. CC libavformat/cafenc.o
  1143. CC libavformat/cavsvideodec.o
  1144. CC libavformat/cdg.o
  1145. CC libavformat/cdxl.o
  1146. CC libavformat/cinedec.o
  1147. CC libavformat/codec2.o
  1148. CC libavformat/concat.o
  1149. CC libavformat/concatdec.o
  1150. CC libavformat/crcenc.o
  1151. CC libavformat/crypto.o
  1152. CC libavformat/dash.o
  1153. CC libavformat/dashenc.o
  1154. CC libavformat/data_uri.o
  1155. CC libavformat/dauddec.o
  1156. CC libavformat/daudenc.o
  1157. CC libavformat/dcstr.o
  1158. CC libavformat/derf.o
  1159. CC libavformat/dfa.o
  1160. CC libavformat/dhav.o
  1161. CC libavformat/diracdec.o
  1162. CC libavformat/dnxhddec.o
  1163. src/libavformat/dashenc.c: In function 'dash_init':
  1164. src/libavformat/dashenc.c:1568:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1165. 1568 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name);
  1166. | ^~~~~~~
  1167. src/libavformat/dashenc.c:1568:62: note: directive argument in the range [0, 2147483647]
  1168. 1568 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name);
  1169. | ^~~~~~~~~~~~~~~~
  1170. In file included from /usr/include/stdio.h:867,
  1171. from src/libavutil/common.h:38,
  1172. from src/libavutil/avutil.h:296,
  1173. from src/libavutil/avassert.h:31,
  1174. from src/libavformat/dashenc.c:28:
  1175. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 1042) into a destination of size 1024
  1176. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1177. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1178. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1179. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1180. src/libavformat/dashenc.c:1572:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1181. 1572 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile);
  1182. | ^~
  1183. In file included from /usr/include/stdio.h:867,
  1184. from src/libavutil/common.h:38,
  1185. from src/libavutil/avutil.h:296,
  1186. from src/libavutil/avassert.h:31,
  1187. from src/libavformat/dashenc.c:28:
  1188. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024
  1189. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1191. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1192. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1193. CC libavformat/dsfdec.o
  1194. CC libavformat/dsicin.o
  1195. CC libavformat/dss.o
  1196. CC libavformat/dtsdec.o
  1197. src/libavformat/dashenc.c: In function 'flush_init_segment':
  1198. src/libavformat/dashenc.c:608:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1199. 608 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile);
  1200. | ^~
  1201. In file included from /usr/include/stdio.h:867,
  1202. from src/libavutil/common.h:38,
  1203. from src/libavutil/avutil.h:296,
  1204. from src/libavutil/avassert.h:31,
  1205. from src/libavformat/dashenc.c:28:
  1206. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024
  1207. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1209. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1210. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1211. src/libavformat/dashenc.c: In function 'write_hls_media_playlist':
  1212. src/libavformat/dashenc.c:502:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1213. 502 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id);
  1214. | ^~~~~~
  1215. In file included from /usr/include/stdio.h:867,
  1216. from src/libavutil/common.h:38,
  1217. from src/libavutil/avutil.h:296,
  1218. from src/libavutil/avassert.h:31,
  1219. from src/libavformat/dashenc.c:28:
  1220. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 1046 bytes into a destination of size 1024
  1221. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1222. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1223. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1224. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1225. CC libavformat/dtshddec.o
  1226. CC libavformat/dump.o
  1227. CC libavformat/dv.o
  1228. CC libavformat/dvbsub.o
  1229. src/libavformat/dashenc.c: In function 'dash_flush':
  1230. src/libavformat/dashenc.c:1947:63: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1231. 1947 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, os->initfile);
  1232. | ^~
  1233. In file included from /usr/include/stdio.h:867,
  1234. from src/libavutil/common.h:38,
  1235. from src/libavutil/avutil.h:296,
  1236. from src/libavutil/avassert.h:31,
  1237. from src/libavformat/dashenc.c:28:
  1238. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024
  1239. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1240. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1241. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1242. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1243. src/libavformat/dashenc.c: In function 'dash_write_trailer':
  1244. src/libavformat/dashenc.c:502:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1245. 502 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id);
  1246. | ^~~~~~
  1247. src/libavformat/dashenc.c:502:46: note: directive argument in the range [0, 2147483647]
  1248. 502 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id);
  1249. | ^~~~~~~~~~~~~~~~~
  1250. In file included from /usr/include/stdio.h:867,
  1251. from src/libavutil/common.h:38,
  1252. from src/libavutil/avutil.h:296,
  1253. from src/libavutil/avassert.h:31,
  1254. from src/libavformat/dashenc.c:28:
  1255. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 1045 bytes into a destination of size 1024
  1256. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1257. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1258. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1259. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1260. CC libavformat/dvbtxt.o
  1261. src/libavformat/dashenc.c: In function 'dash_write_packet':
  1262. src/libavformat/dashenc.c:2241:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1263. 2241 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname,
  1264. | ^~
  1265. In file included from /usr/include/stdio.h:867,
  1266. from src/libavutil/common.h:38,
  1267. from src/libavutil/avutil.h:296,
  1268. from src/libavutil/avassert.h:31,
  1269. from src/libavformat/dashenc.c:28:
  1270. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024
  1271. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1273. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1274. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1275. CC libavformat/dvenc.o
  1276. CC libavformat/dxa.o
  1277. CC libavformat/eacdata.o
  1278. CC libavformat/electronicarts.o
  1279. CC libavformat/epafdec.o
  1280. CC libavformat/ffmetadec.o
  1281. CC libavformat/ffmetaenc.o
  1282. CC libavformat/fifo.o
  1283. CC libavformat/fifo_test.o
  1284. CC libavformat/file.o
  1285. CC libavformat/filmstripdec.o
  1286. CC libavformat/filmstripenc.o
  1287. CC libavformat/fitsdec.o
  1288. CC libavformat/fitsenc.o
  1289. CC libavformat/flac_picture.o
  1290. CC libavformat/flacdec.o
  1291. CC libavformat/flacenc.o
  1292. CC libavformat/flacenc_header.o
  1293. CC libavformat/flic.o
  1294. CC libavformat/flvdec.o
  1295. CC libavformat/flvenc.o
  1296. CC libavformat/format.o
  1297. CC libavformat/framecrcenc.o
  1298. CC libavformat/framehash.o
  1299. CC libavformat/frmdec.o
  1300. CC libavformat/fsb.o
  1301. CC libavformat/ftp.o
  1302. CC libavformat/fwse.o
  1303. CC libavformat/g722.o
  1304. CC libavformat/g723_1.o
  1305. CC libavformat/g726.o
  1306. CC libavformat/g729dec.o
  1307. CC libavformat/gdv.o
  1308. CC libavformat/genh.o
  1309. src/libavformat/ftp.c: In function 'ftp_move':
  1310. src/libavformat/ftp.c:1120:46: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=]
  1311. 1120 | snprintf(command, sizeof(command), "RNTO %s\r\n", path);
  1312. | ^~ ~~~~
  1313. In file included from /usr/include/stdio.h:867,
  1314. from src/libavutil/common.h:38,
  1315. from src/libavutil/avutil.h:296,
  1316. from src/libavutil/log.h:25,
  1317. from src/libavutil/timer.h:49,
  1318. from src/libavutil/internal.h:42,
  1319. from src/libavformat/ftp.c:24:
  1320. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096
  1321. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1323. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1324. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1325. CC libavformat/gif.o
  1326. CC libavformat/gifdec.o
  1327. CC libavformat/gopher.o
  1328. CC libavformat/gsmdec.o
  1329. CC libavformat/gxf.o
  1330. CC libavformat/gxfenc.o
  1331. CC libavformat/h261dec.o
  1332. CC libavformat/h263dec.o
  1333. CC libavformat/h264dec.o
  1334. CC libavformat/hashenc.o
  1335. CC libavformat/hca.o
  1336. CC libavformat/hcom.o
  1337. CC libavformat/hdsenc.o
  1338. CC libavformat/hevc.o
  1339. CC libavformat/hevcdec.o
  1340. CC libavformat/hls.o
  1341. CC libavformat/hlsenc.o
  1342. CC libavformat/hlsplaylist.o
  1343. CC libavformat/hlsproto.o
  1344. CC libavformat/hnm.o
  1345. CC libavformat/http.o
  1346. CC libavformat/httpauth.o
  1347. CC libavformat/icecast.o
  1348. CC libavformat/icodec.o
  1349. CC libavformat/icoenc.o
  1350. CC libavformat/id3v1.o
  1351. CC libavformat/id3v2.o
  1352. src/libavformat/http.c: In function 'http_open_cnx_internal':
  1353. src/libavformat/http.c:231:62: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
  1354. 231 | snprintf(sanitized_path, sizeof(sanitized_path), "/%s", path1);
  1355. | ^
  1356. In file included from /usr/include/stdio.h:867,
  1357. from src/libavutil/common.h:38,
  1358. from src/libavutil/avutil.h:296,
  1359. from src/libavutil/avassert.h:31,
  1360. from src/libavformat/http.c:28:
  1361. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 4097 bytes into a destination of size 4096
  1362. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1363. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1364. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1365. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1366. CC libavformat/id3v2enc.o
  1367. CC libavformat/idcin.o
  1368. CC libavformat/idroqdec.o
  1369. CC libavformat/idroqenc.o
  1370. CC libavformat/iff.o
  1371. CC libavformat/ifv.o
  1372. CC libavformat/ilbc.o
  1373. CC libavformat/img2.o
  1374. CC libavformat/img2_alias_pix.o
  1375. CC libavformat/img2_brender_pix.o
  1376. CC libavformat/img2dec.o
  1377. CC libavformat/img2enc.o
  1378. CC libavformat/ingenientdec.o
  1379. src/libavformat/img2enc.c: In function 'write_packet':
  1380. src/libavformat/img2enc.c:167:55: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1381. 167 | snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename);
  1382. | ^~~~
  1383. In file included from /usr/include/stdio.h:867,
  1384. from src/libavutil/common.h:38,
  1385. from src/libavutil/avutil.h:296,
  1386. from src/libavutil/avassert.h:31,
  1387. from src/libavformat/img2enc.c:24:
  1388. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 1028 bytes into a destination of size 1024
  1389. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1391. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1392. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1393. CC libavformat/ip.o
  1394. CC libavformat/ipmovie.o
  1395. CC libavformat/ipudec.o
  1396. CC libavformat/ircam.o
  1397. CC libavformat/ircamdec.o
  1398. CC libavformat/ircamenc.o
  1399. CC libavformat/isom.o
  1400. CC libavformat/iss.o
  1401. CC libavformat/iv8.o
  1402. CC libavformat/ivfdec.o
  1403. CC libavformat/ivfenc.o
  1404. CC libavformat/jacosubdec.o
  1405. CC libavformat/jacosubenc.o
  1406. CC libavformat/jvdec.o
  1407. CC libavformat/kvag.o
  1408. CC libavformat/latmenc.o
  1409. CC libavformat/lmlm4.o
  1410. CC libavformat/loasdec.o
  1411. CC libavformat/lrc.o
  1412. CC libavformat/lrcdec.o
  1413. CC libavformat/lrcenc.o
  1414. CC libavformat/luodatdec.o
  1415. CC libavformat/lvfdec.o
  1416. CC libavformat/lxfdec.o
  1417. CC libavformat/m4vdec.o
  1418. CC libavformat/matroska.o
  1419. CC libavformat/matroskadec.o
  1420. CC libavformat/matroskaenc.o
  1421. CC libavformat/mca.o
  1422. CC libavformat/mccdec.o
  1423. CC libavformat/md5proto.o
  1424. CC libavformat/metadata.o
  1425. CC libavformat/mgsts.o
  1426. CC libavformat/microdvddec.o
  1427. CC libavformat/microdvdenc.o
  1428. CC libavformat/mj2kdec.o
  1429. CC libavformat/mkvtimestamp_v2.o
  1430. CC libavformat/mlpdec.o
  1431. src/libavformat/matroskaenc.c: In function 'mkv_write_trailer':
  1432. src/libavformat/matroskaenc.c:2591:58: warning: '%012.9f' directive output may be truncated writing between 12 and 320 bytes into a region of size between 8 and 14 [-Wformat-truncation=]
  1433. 2591 | snprintf(duration_string, 20, "%02d:%02d:%012.9f",
  1434. | ^~~~~~~
  1435. In file included from /usr/include/stdio.h:867,
  1436. from src/libavutil/common.h:38,
  1437. from src/libavformat/avio.h:31,
  1438. from src/libavformat/av1.h:26,
  1439. from src/libavformat/matroskaenc.c:24:
  1440. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 19 and 333 bytes into a destination of size 20
  1441. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1442. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1443. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1444. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1445. CC libavformat/mlvdec.o
  1446. CC libavformat/mm.o
  1447. CC libavformat/mmf.o
  1448. CC libavformat/mms.o
  1449. CC libavformat/mmsh.o
  1450. CC libavformat/mmst.o
  1451. CC libavformat/mods.o
  1452. CC libavformat/moflex.o
  1453. CC libavformat/mov.o
  1454. CC libavformat/mov_chan.o
  1455. CC libavformat/mov_esds.o
  1456. CC libavformat/movenc.o
  1457. CC libavformat/movenccenc.o
  1458. CC libavformat/movenchint.o
  1459. CC libavformat/mp3dec.o
  1460. CC libavformat/mp3enc.o
  1461. CC libavformat/mpc.o
  1462. CC libavformat/mpc8.o
  1463. CC libavformat/mpeg.o
  1464. CC libavformat/mpegenc.o
  1465. CC libavformat/mpegts.o
  1466. CC libavformat/mpegtsenc.o
  1467. CC libavformat/mpegvideodec.o
  1468. CC libavformat/mpjpeg.o
  1469. CC libavformat/mpjpegdec.o
  1470. CC libavformat/mpl2dec.o
  1471. CC libavformat/mpsubdec.o
  1472. CC libavformat/msf.o
  1473. CC libavformat/msnwc_tcp.o
  1474. CC libavformat/mspdec.o
  1475. CC libavformat/mtaf.o
  1476. CC libavformat/mtv.o
  1477. CC libavformat/musx.o
  1478. CC libavformat/mux.o
  1479. CC libavformat/mvdec.o
  1480. CC libavformat/mxf.o
  1481. CC libavformat/mvi.o
  1482. CC libavformat/mxfdec.o
  1483. CC libavformat/mxfenc.o
  1484. CC libavformat/mxg.o
  1485. CC libavformat/ncdec.o
  1486. CC libavformat/network.o
  1487. CC libavformat/nistspheredec.o
  1488. CC libavformat/nspdec.o
  1489. CC libavformat/nsvdec.o
  1490. CC libavformat/nullenc.o
  1491. CC libavformat/nut.o
  1492. CC libavformat/nutdec.o
  1493. CC libavformat/nutenc.o
  1494. CC libavformat/nuv.o
  1495. CC libavformat/oggdec.o
  1496. CC libavformat/oggenc.o
  1497. CC libavformat/oggparsecelt.o
  1498. CC libavformat/oggparsedirac.o
  1499. CC libavformat/oggparseflac.o
  1500. CC libavformat/oggparseogm.o
  1501. CC libavformat/oggparseopus.o
  1502. CC libavformat/oggparseskeleton.o
  1503. CC libavformat/oggparsespeex.o
  1504. CC libavformat/oggparsetheora.o
  1505. CC libavformat/oggparsevorbis.o
  1506. CC libavformat/oggparsevp8.o
  1507. CC libavformat/oma.o
  1508. CC libavformat/omadec.o
  1509. CC libavformat/omaenc.o
  1510. CC libavformat/options.o
  1511. CC libavformat/os_support.o
  1512. CC libavformat/paf.o
  1513. CC libavformat/pcm.o
  1514. CC libavformat/pcmdec.o
  1515. CC libavformat/pcmenc.o
  1516. CC libavformat/pjsdec.o
  1517. CC libavformat/pmpdec.o
  1518. CC libavformat/pp_bnk.o
  1519. CC libavformat/prompeg.o
  1520. CC libavformat/protocols.o
  1521. CC libavformat/psxstr.o
  1522. src/libavformat/protocols.c: In function 'avio_enum_protocols':
  1523. src/libavformat/protocols.c:116:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  1524. 116 | p = p ? p + 1 : url_protocols;
  1525. | ^
  1526. CC libavformat/pva.o
  1527. CC libavformat/pvfdec.o
  1528. CC libavformat/qcp.o
  1529. CC libavformat/qtpalette.o
  1530. CC libavformat/r3d.o
  1531. CC libavformat/rawdec.o
  1532. CC libavformat/rawenc.o
  1533. CC libavformat/rawutils.o
  1534. CC libavformat/rawvideodec.o
  1535. CC libavformat/rdt.o
  1536. CC libavformat/realtextdec.o
  1537. CC libavformat/redspark.o
  1538. CC libavformat/replaygain.o
  1539. CC libavformat/riff.o
  1540. CC libavformat/riffdec.o
  1541. CC libavformat/riffenc.o
  1542. CC libavformat/rl2.o
  1543. CC libavformat/rm.o
  1544. CC libavformat/rmdec.o
  1545. CC libavformat/rmenc.o
  1546. CC libavformat/rmsipr.o
  1547. CC libavformat/rpl.o
  1548. CC libavformat/rsd.o
  1549. CC libavformat/rso.o
  1550. CC libavformat/rsodec.o
  1551. CC libavformat/rsoenc.o
  1552. CC libavformat/rtmpdigest.o
  1553. CC libavformat/rtmphttp.o
  1554. CC libavformat/rtmppkt.o
  1555. CC libavformat/rtmpproto.o
  1556. CC libavformat/rtp.o
  1557. CC libavformat/rtpdec.o
  1558. CC libavformat/rtpdec_ac3.o
  1559. CC libavformat/rtpdec_amr.o
  1560. CC libavformat/rtpdec_asf.o
  1561. CC libavformat/rtpdec_dv.o
  1562. CC libavformat/rtpdec_g726.o
  1563. CC libavformat/rtpdec_h261.o
  1564. CC libavformat/rtpdec_h263_rfc2190.o
  1565. CC libavformat/rtpdec_h263.o
  1566. CC libavformat/rtpdec_h264.o
  1567. CC libavformat/rtpdec_hevc.o
  1568. CC libavformat/rtpdec_ilbc.o
  1569. CC libavformat/rtpdec_jpeg.o
  1570. CC libavformat/rtpdec_latm.o
  1571. CC libavformat/rtpdec_mpa_robust.o
  1572. CC libavformat/rtpdec_mpeg12.o
  1573. CC libavformat/rtpdec_mpeg4.o
  1574. CC libavformat/rtpdec_mpegts.o
  1575. CC libavformat/rtpdec_qcelp.o
  1576. CC libavformat/rtpdec_qdm2.o
  1577. CC libavformat/rtpdec_qt.o
  1578. CC libavformat/rtpdec_rfc4175.o
  1579. CC libavformat/rtpdec_svq3.o
  1580. CC libavformat/rtpdec_vc2hq.o
  1581. CC libavformat/rtpdec_vp8.o
  1582. CC libavformat/rtpdec_vp9.o
  1583. CC libavformat/rtpdec_xiph.o
  1584. CC libavformat/rtpenc.o
  1585. CC libavformat/rtpenc_aac.o
  1586. CC libavformat/rtpenc_amr.o
  1587. CC libavformat/rtpenc_chain.o
  1588. CC libavformat/rtpenc_h261.o
  1589. CC libavformat/rtpenc_h263.o
  1590. CC libavformat/rtpenc_h263_rfc2190.o
  1591. CC libavformat/rtpenc_h264_hevc.o
  1592. CC libavformat/rtpenc_jpeg.o
  1593. CC libavformat/rtpenc_latm.o
  1594. CC libavformat/rtpenc_mpegts.o
  1595. CC libavformat/rtpenc_mpv.o
  1596. CC libavformat/rtpenc_vc2hq.o
  1597. CC libavformat/rtpenc_vp8.o
  1598. CC libavformat/rtpenc_vp9.o
  1599. CC libavformat/rtpenc_xiph.o
  1600. CC libavformat/rtpproto.o
  1601. CC libavformat/rtsp.o
  1602. CC libavformat/rtspdec.o
  1603. CC libavformat/rtspenc.o
  1604. CC libavformat/s337m.o
  1605. CC libavformat/samidec.o
  1606. CC libavformat/sapdec.o
  1607. CC libavformat/sapenc.o
  1608. CC libavformat/sauce.o
  1609. CC libavformat/sbcdec.o
  1610. CC libavformat/sbgdec.o
  1611. CC libavformat/sccdec.o
  1612. CC libavformat/sccenc.o
  1613. CC libavformat/sdp.o
  1614. CC libavformat/sdr2.o
  1615. CC libavformat/sdsdec.o
  1616. src/libavformat/rtsp.c: In function 'ff_rtsp_make_setup_request':
  1617. src/libavformat/rtsp.c:1574:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4085 [-Wformat-truncation=]
  1618. 1574 | "Transport: %s\r\n",
  1619. | ^~
  1620. 1575 | transport);
  1621. | ~~~~~~~~~
  1622. In file included from /usr/include/stdio.h:867,
  1623. from src/libavutil/common.h:38,
  1624. from src/libavutil/avutil.h:296,
  1625. from src/libavutil/avassert.h:31,
  1626. from src/libavformat/rtsp.c:22:
  1627. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 14 and 4109 bytes into a destination of size 4096
  1628. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1629. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1630. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1631. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1632. CC libavformat/sdxdec.o
  1633. CC libavformat/segafilm.o
  1634. CC libavformat/segafilmenc.o
  1635. CC libavformat/segment.o
  1636. CC libavformat/serdec.o
  1637. CC libavformat/shortendec.o
  1638. CC libavformat/sierravmd.o
  1639. CC libavformat/siff.o
  1640. CC libavformat/smacker.o
  1641. CC libavformat/smjpeg.o
  1642. CC libavformat/smjpegdec.o
  1643. CC libavformat/smjpegenc.o
  1644. CC libavformat/smoothstreamingenc.o
  1645. CC libavformat/smush.o
  1646. CC libavformat/sol.o
  1647. CC libavformat/soxdec.o
  1648. CC libavformat/soxenc.o
  1649. src/libavformat/smoothstreamingenc.c: In function 'ism_flush':
  1650. src/libavformat/smoothstreamingenc.c:510:49: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1651. 510 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname);
  1652. | ^~~~~
  1653. In file included from /usr/include/stdio.h:867,
  1654. from src/libavformat/avformat.h:311,
  1655. from src/libavformat/smoothstreamingenc.c:28:
  1656. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 1029 bytes into a destination of size 1024
  1657. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1658. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1659. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1660. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1661. src/libavformat/smoothstreamingenc.c:538:53: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1662. 538 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname);
  1663. | ^~~~~
  1664. In file included from /usr/include/stdio.h:867,
  1665. from src/libavformat/avformat.h:311,
  1666. from src/libavformat/smoothstreamingenc.c:28:
  1667. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 1029 bytes into a destination of size 1024
  1668. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1669. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1670. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1671. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1672. src/libavformat/smoothstreamingenc.c:545:63: warning: '/FragmentInfo(' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1673. 545 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts);
  1674. | ^~~~~~~~~~~~~~
  1675. In file included from /usr/include/stdio.h:867,
  1676. from src/libavformat/avformat.h:311,
  1677. from src/libavformat/smoothstreamingenc.c:28:
  1678. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 18 or more bytes (assuming 1041) into a destination of size 1024
  1679. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1680. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1681. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1682. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1683. src/libavformat/smoothstreamingenc.c:546:63: warning: '/Fragments(' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  1684. 546 | snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts);
  1685. | ^~~~~~~~~~~
  1686. In file included from /usr/include/stdio.h:867,
  1687. from src/libavformat/avformat.h:311,
  1688. from src/libavformat/smoothstreamingenc.c:28:
  1689. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 1038) into a destination of size 1024
  1690. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1691. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1692. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1693. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1694. CC libavformat/spdif.o
  1695. CC libavformat/spdifdec.o
  1696. CC libavformat/spdifenc.o
  1697. CC libavformat/srtdec.o
  1698. CC libavformat/srtenc.o
  1699. CC libavformat/srtp.o
  1700. CC libavformat/srtpproto.o
  1701. CC libavformat/stldec.o
  1702. CC libavformat/subfile.o
  1703. CC libavformat/subtitles.o
  1704. CC libavformat/subviewer1dec.o
  1705. CC libavformat/subviewerdec.o
  1706. CC libavformat/supdec.o
  1707. CC libavformat/supenc.o
  1708. CC libavformat/svag.o
  1709. CC libavformat/svs.o
  1710. CC libavformat/swf.o
  1711. CC libavformat/swfdec.o
  1712. CC libavformat/swfenc.o
  1713. CC libavformat/takdec.o
  1714. CC libavformat/tcp.o
  1715. CC libavformat/tedcaptionsdec.o
  1716. CC libavformat/tee.o
  1717. CC libavformat/tee_common.o
  1718. CC libavformat/teeproto.o
  1719. CC libavformat/thp.o
  1720. CC libavformat/tiertexseq.o
  1721. CC libavformat/tmv.o
  1722. CC libavformat/tta.o
  1723. CC libavformat/ttaenc.o
  1724. CC libavformat/tty.o
  1725. CC libavformat/txd.o
  1726. CC libavformat/ty.o
  1727. CC libavformat/udp.o
  1728. CC libavformat/uncodedframecrcenc.o
  1729. CC libavformat/unix.o
  1730. CC libavformat/url.o
  1731. CC libavformat/urldecode.o
  1732. CC libavformat/utils.o
  1733. CC libavformat/v210.o
  1734. CC libavformat/vag.o
  1735. CC libavformat/vc1dec.o
  1736. CC libavformat/vc1test.o
  1737. CC libavformat/vividas.o
  1738. CC libavformat/vc1testenc.o
  1739. CC libavformat/vivo.o
  1740. CC libavformat/voc.o
  1741. CC libavformat/voc_packet.o
  1742. CC libavformat/vocdec.o
  1743. CC libavformat/vocenc.o
  1744. CC libavformat/vorbiscomment.o
  1745. CC libavformat/vpcc.o
  1746. CC libavformat/vpk.o
  1747. src/libavformat/vorbiscomment.c: In function 'ff_vorbiscomment_write':
  1748. src/libavformat/vorbiscomment.c:102:63: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=]
  1749. 102 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i);
  1750. | ^~~~
  1751. src/libavformat/vorbiscomment.c:102:62: note: directive argument in the range [0, 2147483647]
  1752. 102 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i);
  1753. | ^~~~~~
  1754. In file included from /usr/include/stdio.h:867,
  1755. from src/libavutil/common.h:38,
  1756. from src/libavformat/avio.h:31,
  1757. from src/libavformat/vorbiscomment.c:22:
  1758. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 11 bytes into a destination of size 4
  1759. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1760. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1761. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1762. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1763. src/libavformat/vorbiscomment.c:103:69: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 1 and 7 [-Wformat-truncation=]
  1764. 103 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms);
  1765. | ^~~~
  1766. src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-59, 59]
  1767. 103 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms);
  1768. | ^~~~~~~~~~~~~~~~~~~~~
  1769. src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-999, 999]
  1770. In file included from /usr/include/stdio.h:867,
  1771. from src/libavutil/common.h:38,
  1772. from src/libavformat/avio.h:31,
  1773. from src/libavformat/vorbiscomment.c:22:
  1774. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 21 bytes into a destination of size 13
  1775. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1777. 68 | __bos (__s), __fmt, __va_arg_pack ());
  1778. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1779. CC libavformat/vplayerdec.o
  1780. CC libavformat/vqf.o
  1781. CC libavformat/w64.o
  1782. CC libavformat/wavdec.o
  1783. CC libavformat/wavenc.o
  1784. CC libavformat/wc3movie.o
  1785. CC libavformat/webm_chunk.o
  1786. CC libavformat/webmdashenc.o
  1787. CC libavformat/webpenc.o
  1788. CC libavformat/webvttdec.o
  1789. CC libavformat/webvttenc.o
  1790. CC libavformat/westwood_aud.o
  1791. CC libavformat/westwood_vqa.o
  1792. CC libavformat/wsddec.o
  1793. CC libavformat/wtv_common.o
  1794. CC libavformat/wtvdec.o
  1795. CC libavformat/wtvenc.o
  1796. CC libavformat/wv.o
  1797. CC libavformat/wvdec.o
  1798. CC libavformat/wvedec.o
  1799. CC libavformat/wvenc.o
  1800. CC libavformat/xa.o
  1801. CC libavformat/xmv.o
  1802. CC libavformat/xvag.o
  1803. CC libavformat/xwma.o
  1804. CC libavformat/yop.o
  1805. CC libavformat/yuv4mpegdec.o
  1806. CC libavformat/yuv4mpegenc.o
  1807. CC libpostproc/postprocess.o
  1808. INSTALL home/ubuntu/mpv-build/ffmpeg/presets/libvpx-1080p50_60.ffpreset
  1809. INSTALL home/ubuntu/mpv-build/ffmpeg/presets/libvpx-360p.ffpreset
  1810. INSTALL home/ubuntu/mpv-build/ffmpeg/presets/libvpx-1080p.ffpreset
  1811. INSTALL home/ubuntu/mpv-build/ffmpeg/presets/libvpx-720p50_60.ffpreset
  1812. INSTALL home/ubuntu/mpv-build/ffmpeg/presets/libvpx-720p.ffpreset
  1813. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/ffprobe.xsd
  1814. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/transcoding.c
  1815. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/vaapi_transcode.c
  1816. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/metadata.c
  1817. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/filtering_video.c
  1818. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/muxing.c
  1819. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/extract_mvs.c
  1820. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/encode_audio.c
  1821. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/hw_decode.c
  1822. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/filtering_audio.c
  1823. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/decode_video.c
  1824. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/avio_list_dir.c
  1825. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/resampling_audio.c
  1826. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/remuxing.c
  1827. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/http_multiclient.c
  1828. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/avio_reading.c
  1829. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/qsvdec.c
  1830. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/vaapi_encode.c
  1831. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/decode_audio.c
  1832. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/filter_audio.c
  1833. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/transcode_aac.c
  1834. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/demuxing_decoding.c
  1835. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/encode_video.c
  1836. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/scaling_video.c
  1837. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/README
  1838. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/Makefile
  1839. GEN libavdevice/libavdevice.pc
  1840. INSTALL home/ubuntu/mpv-build/ffmpeg/libavdevice/avdevice.h
  1841. INSTALL home/ubuntu/mpv-build/ffmpeg/libavdevice/version.h
  1842. INSTALL home/ubuntu/mpv-build/ffmpeg/libavfilter/avfilter.h
  1843. INSTALL home/ubuntu/mpv-build/ffmpeg/libavfilter/buffersink.h
  1844. INSTALL home/ubuntu/mpv-build/ffmpeg/libavfilter/buffersrc.h
  1845. INSTALL home/ubuntu/mpv-build/ffmpeg/libavfilter/version.h
  1846. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/transcoding.c
  1847. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/vaapi_transcode.c
  1848. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/metadata.c
  1849. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/filtering_video.c
  1850. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/muxing.c
  1851. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/extract_mvs.c
  1852. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/encode_audio.c
  1853. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/hw_decode.c
  1854. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/filtering_audio.c
  1855. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/decode_video.c
  1856. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/avio_list_dir.c
  1857. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/resampling_audio.c
  1858. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/remuxing.c
  1859. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/http_multiclient.c
  1860. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/avio_reading.c
  1861. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/qsvdec.c
  1862. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/vaapi_encode.c
  1863. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/decode_audio.c
  1864. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/filter_audio.c
  1865. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/transcode_aac.c
  1866. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/demuxing_decoding.c
  1867. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/encode_video.c
  1868. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/scaling_video.c
  1869. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/README
  1870. INSTALL home/ubuntu/mpv-build/ffmpeg/doc/examples/Makefile
  1871. GEN libavfilter/libavfilter.pc
  1872. INSTALL home/ubuntu/mpv-build/ffmpeg/libavformat/avformat.h
  1873. INSTALL home/ubuntu/mpv-build/ffmpeg/libavformat/avio.h
  1874. INSTALL home/ubuntu/mpv-build/ffmpeg/libavformat/version.h
  1875. GEN libavformat/libavformat.pc
  1876. GEN libavcodec/libavcodec.pc
  1877. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/ac3_parser.h
  1878. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/adts_parser.h
  1879. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/avcodec.h
  1880. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/avdct.h
  1881. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/avfft.h
  1882. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/bsf.h
  1883. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/codec.h
  1884. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/codec_desc.h
  1885. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/codec_id.h
  1886. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/codec_par.h
  1887. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/d3d11va.h
  1888. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/dirac.h
  1889. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/dv_profile.h
  1890. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/dxva2.h
  1891. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/jni.h
  1892. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/mediacodec.h
  1893. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/packet.h
  1894. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/qsv.h
  1895. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/vaapi.h
  1896. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/vdpau.h
  1897. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/version.h
  1898. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/videotoolbox.h
  1899. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/vorbis_parser.h
  1900. INSTALL home/ubuntu/mpv-build/ffmpeg/libavcodec/xvmc.h
  1901. GEN libpostproc/libpostproc.pc
  1902. INSTALL home/ubuntu/mpv-build/ffmpeg/libpostproc/postprocess.h
  1903. INSTALL home/ubuntu/mpv-build/ffmpeg/libpostproc/version.h
  1904. INSTALL home/ubuntu/mpv-build/ffmpeg/libswresample/swresample.h
  1905. INSTALL home/ubuntu/mpv-build/ffmpeg/libswresample/version.h
  1906. GEN libswresample/libswresample.pc
  1907. GEN libswscale/libswscale.pc
  1908. INSTALL home/ubuntu/mpv-build/ffmpeg/libswscale/swscale.h
  1909. INSTALL home/ubuntu/mpv-build/ffmpeg/libswscale/version.h
  1910. GEN libavutil/libavutil.pc
  1911. AR libavdevice/libavdevice.a
  1912. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/adler32.h
  1913. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/aes.h
  1914. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/aes_ctr.h
  1915. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/attributes.h
  1916. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/audio_fifo.h
  1917. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/avassert.h
  1918. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/avstring.h
  1919. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/avutil.h
  1920. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/base64.h
  1921. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/blowfish.h
  1922. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/bprint.h
  1923. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/bswap.h
  1924. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/buffer.h
  1925. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/cast5.h
  1926. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/camellia.h
  1927. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/channel_layout.h
  1928. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/common.h
  1929. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/cpu.h
  1930. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/crc.h
  1931. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/des.h
  1932. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/dict.h
  1933. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/display.h
  1934. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/dovi_meta.h
  1935. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/downmix_info.h
  1936. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/encryption_info.h
  1937. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/error.h
  1938. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/eval.h
  1939. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/fifo.h
  1940. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/file.h
  1941. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/frame.h
  1942. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hash.h
  1943. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hdr_dynamic_metadata.h
  1944. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hmac.h
  1945. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext.h
  1946. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_cuda.h
  1947. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_d3d11va.h
  1948. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_drm.h
  1949. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_dxva2.h
  1950. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_qsv.h
  1951. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_mediacodec.h
  1952. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_opencl.h
  1953. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_vaapi.h
  1954. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_videotoolbox.h
  1955. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_vdpau.h
  1956. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/hwcontext_vulkan.h
  1957. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/imgutils.h
  1958. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/intfloat.h
  1959. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/intreadwrite.h
  1960. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/lfg.h
  1961. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/log.h
  1962. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/macros.h
  1963. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/mathematics.h
  1964. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/mastering_display_metadata.h
  1965. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/md5.h
  1966. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/mem.h
  1967. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/motion_vector.h
  1968. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/murmur3.h
  1969. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/opt.h
  1970. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/parseutils.h
  1971. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/pixdesc.h
  1972. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/pixelutils.h
  1973. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/pixfmt.h
  1974. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/random_seed.h
  1975. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/rc4.h
  1976. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/rational.h
  1977. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/replaygain.h
  1978. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/ripemd.h
  1979. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/samplefmt.h
  1980. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/sha.h
  1981. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/sha512.h
  1982. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/spherical.h
  1983. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/stereo3d.h
  1984. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/threadmessage.h
  1985. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/time.h
  1986. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/timecode.h
  1987. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/timestamp.h
  1988. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/tree.h
  1989. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/twofish.h
  1990. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/version.h
  1991. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/video_enc_params.h
  1992. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/xtea.h
  1993. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/tea.h
  1994. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/tx.h
  1995. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/film_grain_params.h
  1996. INSTALL home/ubuntu/mpv-build/ffmpeg/libavutil/lzo.h
  1997. INSTALL libavutil/avconfig.h
  1998. INSTALL libavutil/ffversion.h
  1999. CC libavfilter/aeval.o
  2000. CC libavfilter/af_acontrast.o
  2001. CC libavfilter/af_acopy.o
  2002. CC libavfilter/af_acrossover.o
  2003. CC libavfilter/af_acrusher.o
  2004. CC libavfilter/af_adeclick.o
  2005. CC libavfilter/af_adelay.o
  2006. CC libavfilter/af_adenorm.o
  2007. CC libavfilter/af_aderivative.o
  2008. CC libavfilter/af_aecho.o
  2009. CC libavfilter/af_aemphasis.o
  2010. CC libavfilter/af_aexciter.o
  2011. CC libavfilter/af_afade.o
  2012. CC libavfilter/af_afftdn.o
  2013. CC libavfilter/af_afftfilt.o
  2014. CC libavfilter/af_afir.o
  2015. CC libavfilter/af_aformat.o
  2016. CC libavfilter/af_afreqshift.o
  2017. CC libavfilter/af_agate.o
  2018. CC libavfilter/af_aiir.o
  2019. CC libavfilter/af_alimiter.o
  2020. CC libavfilter/af_amerge.o
  2021. CC libavfilter/af_amix.o
  2022. CC libavfilter/af_amultiply.o
  2023. CC libavfilter/af_anequalizer.o
  2024. CC libavfilter/af_anlmdn.o
  2025. CC libavfilter/af_anlms.o
  2026. CC libavfilter/af_anull.o
  2027. CC libavfilter/af_apad.o
  2028. CC libavfilter/af_aphaser.o
  2029. CC libavfilter/af_apulsator.o
  2030. CC libavfilter/af_aresample.o
  2031. CC libavfilter/af_arnndn.o
  2032. CC libavfilter/af_asetnsamples.o
  2033. CC libavfilter/af_asetrate.o
  2034. CC libavfilter/af_ashowinfo.o
  2035. CC libavfilter/af_asoftclip.o
  2036. CC libavfilter/af_astats.o
  2037. CC libavfilter/af_asubboost.o
  2038. CC libavfilter/af_asupercut.o
  2039. CC libavfilter/af_atempo.o
  2040. CC libavfilter/af_axcorrelate.o
  2041. CC libavfilter/af_biquads.o
  2042. CC libavfilter/af_channelmap.o
  2043. CC libavfilter/af_channelsplit.o
  2044. CC libavfilter/af_chorus.o
  2045. CC libavfilter/af_compand.o
  2046. CC libavfilter/af_compensationdelay.o
  2047. CC libavfilter/af_crossfeed.o
  2048. CC libavfilter/af_crystalizer.o
  2049. CC libavfilter/af_dcshift.o
  2050. CC libavfilter/af_deesser.o
  2051. CC libavfilter/af_drmeter.o
  2052. CC libavfilter/af_dynaudnorm.o
  2053. CC libavfilter/af_earwax.o
  2054. CC libavfilter/af_extrastereo.o
  2055. CC libavfilter/af_firequalizer.o
  2056. CC libavfilter/af_flanger.o
  2057. CC libavfilter/af_haas.o
  2058. CC libavfilter/af_hdcd.o
  2059. CC libavfilter/af_headphone.o
  2060. CC libavfilter/af_join.o
  2061. CC libavfilter/af_loudnorm.o
  2062. CC libavfilter/af_mcompand.o
  2063. CC libavfilter/af_pan.o
  2064. CC libavfilter/af_replaygain.o
  2065. CC libavfilter/af_sidechaincompress.o
  2066. CC libavfilter/af_silencedetect.o
  2067. CC libavfilter/af_silenceremove.o
  2068. CC libavfilter/af_speechnorm.o
  2069. CC libavfilter/af_stereotools.o
  2070. CC libavfilter/af_stereowiden.o
  2071. CC libavfilter/af_superequalizer.o
  2072. CC libavfilter/af_surround.o
  2073. CC libavfilter/af_tremolo.o
  2074. CC libavfilter/af_vibrato.o
  2075. CC libavfilter/af_volume.o
  2076. CC libavfilter/af_volumedetect.o
  2077. CC libavfilter/allfilters.o
  2078. CC libavfilter/asink_anullsink.o
  2079. CC libavfilter/asrc_afirsrc.o
  2080. CC libavfilter/asrc_anoisesrc.o
  2081. CC libavfilter/asrc_anullsrc.o
  2082. CC libavfilter/asrc_hilbert.o
  2083. CC libavfilter/asrc_sinc.o
  2084. CC libavfilter/asrc_sine.o
  2085. CC libavfilter/audio.o
  2086. CC libavfilter/avf_abitscope.o
  2087. CC libavfilter/avf_ahistogram.o
  2088. CC libavfilter/avf_aphasemeter.o
  2089. CC libavfilter/avf_avectorscope.o
  2090. CC libavfilter/avf_concat.o
  2091. CC libavfilter/avf_showcqt.o
  2092. CC libavfilter/avf_showfreqs.o
  2093. CC libavfilter/avf_showspatial.o
  2094. CC libavfilter/avf_showspectrum.o
  2095. CC libavfilter/avf_showvolume.o
  2096. CC libavfilter/avf_showwaves.o
  2097. CC libavfilter/avfilter.o
  2098. CC libavfilter/avfiltergraph.o
  2099. src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free':
  2100. src/libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
  2101. 135 | av_freep(&(*graph)->resample_lavr_opts);
  2102. | ^~~~~~~~
  2103. CC libavfilter/bbox.o
  2104. In file included from src/libavfilter/avfiltergraph.c:39:
  2105. src/libavfilter/avfilter.h:857:32: note: declared here
  2106. 857 | attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
  2107. | ^~~~~~~~~~~~~~~~~~
  2108. CC libavfilter/boxblur.o
  2109. CC libavfilter/buffersink.o
  2110. CC libavfilter/buffersrc.o
  2111. CC libavfilter/colorspace.o
  2112. CC libavfilter/colorspacedsp.o
  2113. CC libavfilter/dnn/dnn_backend_native.o
  2114. CC libavfilter/dnn/dnn_backend_native_layer_avgpool.o
  2115. CC libavfilter/dnn/dnn_backend_native_layer_conv2d.o
  2116. CC libavfilter/dnn/dnn_backend_native_layer_dense.o
  2117. CC libavfilter/dnn/dnn_backend_native_layer_depth2space.o
  2118. CC libavfilter/dnn/dnn_backend_native_layer_mathbinary.o
  2119. CC libavfilter/dnn/dnn_backend_native_layer_mathunary.o
  2120. CC libavfilter/dnn/dnn_backend_native_layer_maximum.o
  2121. CC libavfilter/dnn/dnn_backend_native_layer_pad.o
  2122. CC libavfilter/dnn/dnn_backend_native_layers.o
  2123. CC libavfilter/dnn/dnn_interface.o
  2124. CC libavfilter/dnn/dnn_io_proc.o
  2125. CC libavfilter/dnn/queue.o
  2126. CC libavfilter/dnn/safe_queue.o
  2127. CC libavfilter/drawutils.o
  2128. CC libavfilter/ebur128.o
  2129. CC libavfilter/f_bench.o
  2130. CC libavfilter/f_cue.o
  2131. CC libavfilter/f_drawgraph.o
  2132. CC libavfilter/f_ebur128.o
  2133. CC libavfilter/f_graphmonitor.o
  2134. CC libavfilter/f_interleave.o
  2135. CC libavfilter/f_loop.o
  2136. CC libavfilter/f_metadata.o
  2137. CC libavfilter/f_perms.o
  2138. CC libavfilter/f_realtime.o
  2139. CC libavfilter/f_reverse.o
  2140. CC libavfilter/f_select.o
  2141. CC libavfilter/f_sendcmd.o
  2142. CC libavfilter/f_sidedata.o
  2143. CC libavfilter/f_streamselect.o
  2144. CC libavfilter/fifo.o
  2145. CC libavfilter/formats.o
  2146. CC libavfilter/framepool.o
  2147. CC libavfilter/framequeue.o
  2148. CC libavfilter/framesync.o
  2149. CC libavfilter/generate_wave_table.o
  2150. CC libavfilter/graphdump.o
  2151. CC libavfilter/graphparser.o
  2152. CC libavfilter/lavfutils.o
  2153. CC libavfilter/lswsutils.o
  2154. CC libavfilter/motion_estimation.o
  2155. CC libavfilter/pthread.o
  2156. CC libavfilter/qp_table.o
  2157. CC libavfilter/scale_eval.o
  2158. CC libavfilter/scene_sad.o
  2159. CC libavfilter/setpts.o
  2160. CC libavfilter/settb.o
  2161. CC libavfilter/split.o
  2162. CC libavfilter/src_movie.o
  2163. CC libavfilter/transform.o
  2164. CC libavfilter/trim.o
  2165. CC libavfilter/vaf_spectrumsynth.o
  2166. CC libavfilter/vf_addroi.o
  2167. CC libavfilter/vf_alphamerge.o
  2168. CC libavfilter/vf_amplify.o
  2169. CC libavfilter/vf_aspect.o
  2170. CC libavfilter/vf_atadenoise.o
  2171. CC libavfilter/vf_avgblur.o
  2172. CC libavfilter/vf_bbox.o
  2173. CC libavfilter/vf_bilateral.o
  2174. CC libavfilter/vf_bitplanenoise.o
  2175. CC libavfilter/vf_blackdetect.o
  2176. CC libavfilter/vf_blackframe.o
  2177. CC libavfilter/vf_blend.o
  2178. CC libavfilter/vf_bm3d.o
  2179. CC libavfilter/vf_boxblur.o
  2180. CC libavfilter/vf_bwdif.o
  2181. CC libavfilter/vf_cas.o
  2182. CC libavfilter/vf_chromakey.o
  2183. CC libavfilter/vf_chromanr.o
  2184. CC libavfilter/vf_chromashift.o
  2185. CC libavfilter/vf_ciescope.o
  2186. CC libavfilter/vf_codecview.o
  2187. CC libavfilter/vf_colorbalance.o
  2188. CC libavfilter/vf_colorchannelmixer.o
  2189. CC libavfilter/vf_colorconstancy.o
  2190. CC libavfilter/vf_colorcontrast.o
  2191. CC libavfilter/vf_colorcorrect.o
  2192. CC libavfilter/vf_colorize.o
  2193. CC libavfilter/vf_colorkey.o
  2194. CC libavfilter/vf_colorlevels.o
  2195. CC libavfilter/vf_colormatrix.o
  2196. CC libavfilter/vf_colorspace.o
  2197. CC libavfilter/vf_colortemperature.o
  2198. CC libavfilter/vf_convolution.o
  2199. CC libavfilter/vf_convolve.o
  2200. CC libavfilter/vf_copy.o
  2201. CC libavfilter/vf_cover_rect.o
  2202. CC libavfilter/vf_crop.o
  2203. CC libavfilter/vf_cropdetect.o
  2204. CC libavfilter/vf_curves.o
  2205. CC libavfilter/vf_datascope.o
  2206. CC libavfilter/vf_dblur.o
  2207. CC libavfilter/vf_dctdnoiz.o
  2208. CC libavfilter/vf_deband.o
  2209. CC libavfilter/vf_deblock.o
  2210. CC libavfilter/vf_decimate.o
  2211. CC libavfilter/vf_dedot.o
  2212. CC libavfilter/vf_deflicker.o
  2213. CC libavfilter/vf_dejudder.o
  2214. CC libavfilter/vf_delogo.o
  2215. CC libavfilter/vf_derain.o
  2216. CC libavfilter/vf_deshake.o
  2217. CC libavfilter/vf_despill.o
  2218. CC libavfilter/vf_detelecine.o
  2219. CC libavfilter/vf_displace.o
  2220. CC libavfilter/vf_dnn_processing.o
  2221. CC libavfilter/vf_drawbox.o
  2222. CC libavfilter/vf_edgedetect.o
  2223. CC libavfilter/vf_elbg.o
  2224. CC libavfilter/vf_entropy.o
  2225. CC libavfilter/vf_epx.o
  2226. CC libavfilter/vf_eq.o
  2227. CC libavfilter/vf_estdif.o
  2228. CC libavfilter/vf_exposure.o
  2229. CC libavfilter/vf_extractplanes.o
  2230. CC libavfilter/vf_fade.o
  2231. CC libavfilter/vf_fftdnoiz.o
  2232. CC libavfilter/vf_fftfilt.o
  2233. CC libavfilter/vf_field.o
  2234. CC libavfilter/vf_fieldhint.o
  2235. CC libavfilter/vf_fieldmatch.o
  2236. CC libavfilter/vf_fieldorder.o
  2237. CC libavfilter/vf_find_rect.o
  2238. CC libavfilter/vf_fillborders.o
  2239. CC libavfilter/vf_floodfill.o
  2240. CC libavfilter/vf_format.o
  2241. CC libavfilter/vf_fps.o
  2242. CC libavfilter/vf_framepack.o
  2243. CC libavfilter/vf_framerate.o
  2244. CC libavfilter/vf_framestep.o
  2245. CC libavfilter/vf_freezedetect.o
  2246. CC libavfilter/vf_freezeframes.o
  2247. CC libavfilter/vf_fspp.o
  2248. CC libavfilter/vf_gblur.o
  2249. CC libavfilter/vf_geq.o
  2250. CC libavfilter/vf_gradfun.o
  2251. src/libavfilter/vf_geq.c: In function 'geq_init':
  2252. src/libavfilter/vf_geq.c:254:51: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=]
  2253. 254 | snprintf(bps_string, sizeof(bps_string), "%d", (1<<geq->bps) - 1);
  2254. | ^~
  2255. src/libavfilter/vf_geq.c:254:50: note: directive argument in the range [-2147483648, 2147483646]
  2256. 254 | snprintf(bps_string, sizeof(bps_string), "%d", (1<<geq->bps) - 1);
  2257. | ^~~~
  2258. In file included from /usr/include/stdio.h:867,
  2259. from src/libavutil/common.h:38,
  2260. from src/libavutil/avutil.h:296,
  2261. from src/libavutil/avassert.h:31,
  2262. from src/libavfilter/vf_geq.c:29:
  2263. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 8
  2264. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  2265. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2266. 68 | __bos (__s), __fmt, __va_arg_pack ());
  2267. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2268. CC libavfilter/vf_hflip.o
  2269. CC libavfilter/vf_histeq.o
  2270. CC libavfilter/vf_histogram.o
  2271. CC libavfilter/vf_hqdn3d.o
  2272. CC libavfilter/vf_hqx.o
  2273. CC libavfilter/vf_hue.o
  2274. CC libavfilter/vf_hwdownload.o
  2275. CC libavfilter/vf_hwmap.o
  2276. CC libavfilter/vf_hwupload.o
  2277. CC libavfilter/vf_hysteresis.o
  2278. CC libavfilter/vf_idet.o
  2279. CC libavfilter/vf_il.o
  2280. CC libavfilter/vf_kerndeint.o
  2281. CC libavfilter/vf_lagfun.o
  2282. CC libavfilter/vf_lenscorrection.o
  2283. CC libavfilter/vf_limiter.o
  2284. CC libavfilter/vf_lumakey.o
  2285. CC libavfilter/vf_lut.o
  2286. CC libavfilter/vf_lut2.o
  2287. CC libavfilter/vf_lut3d.o
  2288. CC libavfilter/vf_maskedclamp.o
  2289. CC libavfilter/vf_maskedmerge.o
  2290. CC libavfilter/vf_maskedminmax.o
  2291. CC libavfilter/vf_maskedthreshold.o
  2292. CC libavfilter/vf_maskfun.o
  2293. CC libavfilter/vf_mcdeint.o
  2294. src/libavfilter/vf_mcdeint.c: In function 'filter_frame':
  2295. src/libavfilter/vf_mcdeint.c:189:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
  2296. 189 | ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame);
  2297. | ^~~
  2298. In file included from src/libavfilter/vf_mcdeint.c:54:
  2299. src/libavcodec/avcodec.h:3690:5: note: declared here
  2300. 3690 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
  2301. | ^~~~~~~~~~~~~~~~~~~~~
  2302. src/libavfilter/vf_mcdeint.c:193:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
  2303. 193 | frame_dec = mcdeint->enc_ctx->coded_frame;
  2304. | ^~~~~~~~~
  2305. In file included from src/libavfilter/vf_mcdeint.c:54:
  2306. src/libavcodec/avcodec.h:1761:35: note: declared here
  2307. 1761 | attribute_deprecated AVFrame *coded_frame;
  2308. | ^~~~~~~~~~~
  2309. CC libavfilter/vf_median.o
  2310. CC libavfilter/vf_mergeplanes.o
  2311. CC libavfilter/vf_mestimate.o
  2312. CC libavfilter/vf_midequalizer.o
  2313. CC libavfilter/vf_minterpolate.o
  2314. CC libavfilter/vf_mix.o
  2315. CC libavfilter/vf_mpdecimate.o
  2316. CC libavfilter/vf_neighbor.o
  2317. CC libavfilter/vf_nlmeans.o
  2318. CC libavfilter/vf_nnedi.o
  2319. CC libavfilter/vf_noise.o
  2320. CC libavfilter/vf_normalize.o
  2321. CC libavfilter/vf_null.o
  2322. CC libavfilter/vf_overlay.o
  2323. CC libavfilter/vf_owdenoise.o
  2324. CC libavfilter/vf_pad.o
  2325. CC libavfilter/vf_palettegen.o
  2326. CC libavfilter/vf_paletteuse.o
  2327. CC libavfilter/vf_perspective.o
  2328. CC libavfilter/vf_phase.o
  2329. CC libavfilter/vf_photosensitivity.o
  2330. CC libavfilter/vf_pixdesctest.o
  2331. CC libavfilter/vf_pp.o
  2332. CC libavfilter/vf_pp7.o
  2333. CC libavfilter/vf_premultiply.o
  2334. CC libavfilter/vf_pseudocolor.o
  2335. src/libavfilter/vf_pseudocolor.c:111:35: warning: missing braces around initializer [-Wmissing-braces]
  2336. 111 | static const Fill spec1_fills[] = {{0.5f, 0.f, .5f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2337. | ^
  2338. | { }
  2339. src/libavfilter/vf_pseudocolor.c:111:35: warning: missing braces around initializer [-Wmissing-braces]
  2340. 111 | static const Fill spec1_fills[] = {{0.5f, 0.f, .5f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2341. | ^
  2342. | { } { }
  2343. src/libavfilter/vf_pseudocolor.c:111:35: warning: missing braces around initializer [-Wmissing-braces]
  2344. 111 | static const Fill spec1_fills[] = {{0.5f, 0.f, .5f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2345. | ^
  2346. | { } { } { }
  2347. src/libavfilter/vf_pseudocolor.c:111:35: warning: missing braces around initializer [-Wmissing-braces]
  2348. 111 | static const Fill spec1_fills[] = {{0.5f, 0.f, .5f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2349. | ^
  2350. | { } { } { }
  2351. src/libavfilter/vf_pseudocolor.c:112:35: warning: missing braces around initializer [-Wmissing-braces]
  2352. 112 | static const Fill spec2_fills[] = {{0.5f, 0.f, .5f, 1.f}, {0.f, 1.f, 1.f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 1.f, 0.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2353. | ^
  2354. | { }
  2355. src/libavfilter/vf_pseudocolor.c:112:35: warning: missing braces around initializer [-Wmissing-braces]
  2356. 112 | static const Fill spec2_fills[] = {{0.5f, 0.f, .5f, 1.f}, {0.f, 1.f, 1.f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 1.f, 0.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2357. | ^
  2358. | { } { }
  2359. src/libavfilter/vf_pseudocolor.c:112:35: warning: missing braces around initializer [-Wmissing-braces]
  2360. 112 | static const Fill spec2_fills[] = {{0.5f, 0.f, .5f, 1.f}, {0.f, 1.f, 1.f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 1.f, 0.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2361. | ^
  2362. | { } { } { }
  2363. src/libavfilter/vf_pseudocolor.c:112:35: warning: missing braces around initializer [-Wmissing-braces]
  2364. 112 | static const Fill spec2_fills[] = {{0.5f, 0.f, .5f, 1.f}, {0.f, 1.f, 1.f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 1.f, 0.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2365. | ^
  2366. | { } { } { } { }
  2367. src/libavfilter/vf_pseudocolor.c:112:35: warning: missing braces around initializer [-Wmissing-braces]
  2368. 112 | static const Fill spec2_fills[] = {{0.5f, 0.f, .5f, 1.f}, {0.f, 1.f, 1.f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 1.f, 0.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2369. | ^
  2370. | { } { } { } { } { }
  2371. src/libavfilter/vf_pseudocolor.c:112:35: warning: missing braces around initializer [-Wmissing-braces]
  2372. 112 | static const Fill spec2_fills[] = {{0.5f, 0.f, .5f, 1.f}, {0.f, 1.f, 1.f, 1.f}, {-1.f, -1.f, -1.f, 1.f}, {1.f, 1.f, 0.f, 1.f}, {1.f, 0.f, 0.f, 1.f}};
  2373. | ^
  2374. | { } { } { } { } { }
  2375. src/libavfilter/vf_pseudocolor.c:113:37: warning: missing braces around initializer [-Wmissing-braces]
  2376. 113 | static const Fill shadows_fills[] = {{0.8f, 0.4f, .8f, 1.f}, {-1.f, -1.f, -1.f, 1.f}};
  2377. | ^
  2378. | { }
  2379. src/libavfilter/vf_pseudocolor.c:113:37: warning: missing braces around initializer [-Wmissing-braces]
  2380. 113 | static const Fill shadows_fills[] = {{0.8f, 0.4f, .8f, 1.f}, {-1.f, -1.f, -1.f, 1.f}};
  2381. | ^
  2382. | { } { }
  2383. src/libavfilter/vf_pseudocolor.c:113:37: warning: missing braces around initializer [-Wmissing-braces]
  2384. 113 | static const Fill shadows_fills[] = {{0.8f, 0.4f, .8f, 1.f}, {-1.f, -1.f, -1.f, 1.f}};
  2385. | ^
  2386. | { } { }
  2387. src/libavfilter/vf_pseudocolor.c:114:40: warning: missing braces around initializer [-Wmissing-braces]
  2388. 114 | static const Fill highlights_fills[] = {{-1.f, -1.f, -1.f, 1.f}, {1.f, 0.3f, 0.6f, 1.f}, {1.f, 0.2f, .5f, 1.f}};
  2389. | ^
  2390. | { }
  2391. src/libavfilter/vf_pseudocolor.c:114:40: warning: missing braces around initializer [-Wmissing-braces]
  2392. 114 | static const Fill highlights_fills[] = {{-1.f, -1.f, -1.f, 1.f}, {1.f, 0.3f, 0.6f, 1.f}, {1.f, 0.2f, .5f, 1.f}};
  2393. | ^
  2394. | { } { }
  2395. src/libavfilter/vf_pseudocolor.c:114:40: warning: missing braces around initializer [-Wmissing-braces]
  2396. 114 | static const Fill highlights_fills[] = {{-1.f, -1.f, -1.f, 1.f}, {1.f, 0.3f, 0.6f, 1.f}, {1.f, 0.2f, .5f, 1.f}};
  2397. | ^
  2398. | { } { } { }
  2399. src/libavfilter/vf_pseudocolor.c:114:40: warning: missing braces around initializer [-Wmissing-braces]
  2400. 114 | static const Fill highlights_fills[] = {{-1.f, -1.f, -1.f, 1.f}, {1.f, 0.3f, 0.6f, 1.f}, {1.f, 0.2f, .5f, 1.f}};
  2401. | ^
  2402. | { } { } { }
  2403. CC libavfilter/vf_psnr.o
  2404. CC libavfilter/vf_pullup.o
  2405. CC libavfilter/vf_qp.o
  2406. CC libavfilter/vf_random.o
  2407. CC libavfilter/vf_readeia608.o
  2408. CC libavfilter/vf_readvitc.o
  2409. CC libavfilter/vf_remap.o
  2410. CC libavfilter/vf_removegrain.o
  2411. CC libavfilter/vf_removelogo.o
  2412. CC libavfilter/vf_repeatfields.o
  2413. CC libavfilter/vf_rotate.o
  2414. CC libavfilter/vf_sab.o
  2415. CC libavfilter/vf_scale.o
  2416. CC libavfilter/vf_scdet.o
  2417. CC libavfilter/vf_scroll.o
  2418. CC libavfilter/vf_selectivecolor.o
  2419. CC libavfilter/vf_separatefields.o
  2420. CC libavfilter/vf_setparams.o
  2421. CC libavfilter/vf_shear.o
  2422. CC libavfilter/vf_showinfo.o
  2423. CC libavfilter/vf_showpalette.o
  2424. CC libavfilter/vf_shuffleframes.o
  2425. CC libavfilter/vf_shufflepixels.o
  2426. CC libavfilter/vf_shuffleplanes.o
  2427. CC libavfilter/vf_signalstats.o
  2428. CC libavfilter/vf_signature.o
  2429. CC libavfilter/vf_smartblur.o
  2430. CC libavfilter/vf_spp.o
  2431. CC libavfilter/vf_sr.o
  2432. CC libavfilter/vf_ssim.o
  2433. CC libavfilter/vf_stack.o
  2434. CC libavfilter/vf_stereo3d.o
  2435. CC libavfilter/vf_super2xsai.o
  2436. CC libavfilter/vf_swaprect.o
  2437. CC libavfilter/vf_swapuv.o
  2438. CC libavfilter/vf_telecine.o
  2439. CC libavfilter/vf_threshold.o
  2440. CC libavfilter/vf_thumbnail.o
  2441. CC libavfilter/vf_tile.o
  2442. CC libavfilter/vf_tinterlace.o
  2443. CC libavfilter/vf_tmidequalizer.o
  2444. CC libavfilter/vf_tonemap.o
  2445. CC libavfilter/vf_tpad.o
  2446. CC libavfilter/vf_transpose.o
  2447. CC libavfilter/vf_unsharp.o
  2448. CC libavfilter/vf_untile.o
  2449. CC libavfilter/vf_uspp.o
  2450. src/libavfilter/vf_uspp.c: In function 'filter':
  2451. src/libavfilter/vf_uspp.c:255:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
  2452. 255 | ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr);
  2453. | ^~~
  2454. In file included from src/libavfilter/internal.h:35,
  2455. from src/libavfilter/vf_uspp.c:35:
  2456. src/libavcodec/avcodec.h:3690:5: note: declared here
  2457. 3690 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
  2458. | ^~~~~~~~~~~~~~~~~~~~~
  2459. src/libavfilter/vf_uspp.c:261:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
  2460. 261 | p->frame_dec = p->avctx_enc[i]->coded_frame;
  2461. | ^
  2462. In file included from src/libavfilter/internal.h:35,
  2463. from src/libavfilter/vf_uspp.c:35:
  2464. src/libavcodec/avcodec.h:1761:35: note: declared here
  2465. 1761 | attribute_deprecated AVFrame *coded_frame;
  2466. | ^~~~~~~~~~~
  2467. CC libavfilter/vf_v360.o
  2468. CC libavfilter/vf_vaguedenoiser.o
  2469. CC libavfilter/vf_vectorscope.o
  2470. CC libavfilter/vf_vflip.o
  2471. CC libavfilter/vf_vfrdet.o
  2472. CC libavfilter/vf_vibrance.o
  2473. CC libavfilter/vf_vignette.o
  2474. CC libavfilter/vf_vmafmotion.o
  2475. CC libavfilter/vf_w3fdif.o
  2476. CC libavfilter/vf_waveform.o
  2477. CC libavfilter/vf_weave.o
  2478. CC libavfilter/vf_xbr.o
  2479. CC libavfilter/vf_xfade.o
  2480. CC libavfilter/vf_xmedian.o
  2481. CC libavfilter/vf_yadif.o
  2482. CC libavfilter/vf_yaepblur.o
  2483. CC libavfilter/vf_zoompan.o
  2484. CC libavfilter/video.o
  2485. CC libavfilter/vsink_nullsink.o
  2486. CC libavfilter/vsrc_cellauto.o
  2487. CC libavfilter/vsrc_gradients.o
  2488. CC libavfilter/vsrc_life.o
  2489. CC libavfilter/vsrc_mandelbrot.o
  2490. CC libavfilter/vsrc_mptestsrc.o
  2491. CC libavfilter/vsrc_sierpinski.o
  2492. CC libavfilter/vsrc_testsrc.o
  2493. X86ASM libavfilter/x86/af_afir.o
  2494. CC libavfilter/x86/af_afir_init.o
  2495. X86ASM libavfilter/x86/af_anlmdn.o
  2496. STRIP libavfilter/x86/af_afir.o
  2497. CC libavfilter/x86/af_anlmdn_init.o
  2498. X86ASM libavfilter/x86/af_volume.o
  2499. CC libavfilter/x86/af_volume_init.o
  2500. STRIP libavfilter/x86/af_anlmdn.o
  2501. X86ASM libavfilter/x86/avf_showcqt.o
  2502. CC libavfilter/x86/avf_showcqt_init.o
  2503. STRIP libavfilter/x86/af_volume.o
  2504. X86ASM libavfilter/x86/colorspacedsp.o
  2505. CC libavfilter/x86/colorspacedsp_init.o
  2506. X86ASM libavfilter/x86/scene_sad.o
  2507. CC libavfilter/x86/scene_sad_init.o
  2508. STRIP libavfilter/x86/scene_sad.o
  2509. X86ASM libavfilter/x86/vf_atadenoise.o
  2510. CC libavfilter/x86/vf_atadenoise_init.o
  2511. STRIP libavfilter/x86/avf_showcqt.o
  2512. X86ASM libavfilter/x86/vf_blend.o
  2513. STRIP libavfilter/x86/vf_atadenoise.o
  2514. CC libavfilter/x86/vf_blend_init.o
  2515. X86ASM libavfilter/x86/vf_bwdif.o
  2516. CC libavfilter/x86/vf_bwdif_init.o
  2517. X86ASM libavfilter/x86/vf_convolution.o
  2518. STRIP libavfilter/x86/vf_convolution.o
  2519. CC libavfilter/x86/vf_convolution_init.o
  2520. X86ASM libavfilter/x86/vf_eq.o
  2521. STRIP libavfilter/x86/vf_eq.o
  2522. CC libavfilter/x86/vf_eq_init.o
  2523. X86ASM libavfilter/x86/vf_framerate.o
  2524. STRIP libavfilter/x86/vf_blend.o
  2525. CC libavfilter/x86/vf_framerate_init.o
  2526. X86ASM libavfilter/x86/vf_fspp.o
  2527. STRIP libavfilter/x86/vf_framerate.o
  2528. CC libavfilter/x86/vf_fspp_init.o
  2529. STRIP libavfilter/x86/vf_bwdif.o
  2530. X86ASM libavfilter/x86/vf_gblur.o
  2531. CC libavfilter/x86/vf_gblur_init.o
  2532. STRIP libavfilter/x86/vf_gblur.o
  2533. X86ASM libavfilter/x86/vf_gradfun.o
  2534. CC libavfilter/x86/vf_gradfun_init.o
  2535. X86ASM libavfilter/x86/vf_hflip.o
  2536. STRIP libavfilter/x86/vf_gradfun.o
  2537. CC libavfilter/x86/vf_hflip_init.o
  2538. X86ASM libavfilter/x86/vf_hqdn3d.o
  2539. STRIP libavfilter/x86/vf_fspp.o
  2540. CC libavfilter/x86/vf_hqdn3d_init.o
  2541. STRIP libavfilter/x86/vf_hflip.o
  2542. X86ASM libavfilter/x86/vf_idet.o
  2543. STRIP libavfilter/x86/vf_hqdn3d.o
  2544. CC libavfilter/x86/vf_idet_init.o
  2545. X86ASM libavfilter/x86/vf_interlace.o
  2546. X86ASM libavfilter/x86/vf_limiter.o
  2547. STRIP libavfilter/x86/vf_idet.o
  2548. CC libavfilter/x86/vf_limiter_init.o
  2549. X86ASM libavfilter/x86/vf_maskedclamp.o
  2550. STRIP libavfilter/x86/vf_limiter.o
  2551. CC libavfilter/x86/vf_maskedclamp_init.o
  2552. STRIP libavfilter/x86/vf_interlace.o
  2553. X86ASM libavfilter/x86/vf_maskedmerge.o
  2554. CC libavfilter/x86/vf_maskedmerge_init.o
  2555. STRIP libavfilter/x86/vf_maskedclamp.o
  2556. CC libavfilter/x86/vf_noise.o
  2557. X86ASM libavfilter/x86/vf_overlay.o
  2558. STRIP libavfilter/x86/vf_maskedmerge.o
  2559. CC libavfilter/x86/vf_overlay_init.o
  2560. X86ASM libavfilter/x86/vf_pp7.o
  2561. CC libavfilter/x86/vf_pp7_init.o
  2562. STRIP libavfilter/x86/vf_overlay.o
  2563. X86ASM libavfilter/x86/vf_psnr.o
  2564. STRIP libavfilter/x86/vf_pp7.o
  2565. CC libavfilter/x86/vf_psnr_init.o
  2566. X86ASM libavfilter/x86/vf_pullup.o
  2567. CC libavfilter/x86/vf_pullup_init.o
  2568. STRIP libavfilter/x86/vf_pullup.o
  2569. X86ASM libavfilter/x86/vf_removegrain.o
  2570. STRIP libavfilter/x86/vf_psnr.o
  2571. CC libavfilter/x86/vf_removegrain_init.o
  2572. CC libavfilter/x86/vf_spp.o
  2573. X86ASM libavfilter/x86/vf_ssim.o
  2574. CC libavfilter/x86/vf_ssim_init.o
  2575. X86ASM libavfilter/x86/vf_stereo3d.o
  2576. STRIP libavfilter/x86/colorspacedsp.o
  2577. CC libavfilter/x86/vf_stereo3d_init.o
  2578. STRIP libavfilter/x86/vf_ssim.o
  2579. X86ASM libavfilter/x86/vf_threshold.o
  2580. CC libavfilter/x86/vf_threshold_init.o
  2581. STRIP libavfilter/x86/vf_stereo3d.o
  2582. CC libavfilter/x86/vf_tinterlace_init.o
  2583. X86ASM libavfilter/x86/vf_transpose.o
  2584. STRIP libavfilter/x86/vf_threshold.o
  2585. CC libavfilter/x86/vf_transpose_init.o
  2586. X86ASM libavfilter/x86/vf_v360.o
  2587. CC libavfilter/x86/vf_v360_init.o
  2588. STRIP libavfilter/x86/vf_transpose.o
  2589. X86ASM libavfilter/x86/vf_w3fdif.o
  2590. STRIP libavfilter/x86/vf_v360.o
  2591. CC libavfilter/x86/vf_w3fdif_init.o
  2592. X86ASM libavfilter/x86/vf_yadif.o
  2593. CC libavfilter/x86/vf_yadif_init.o
  2594. STRIP libavfilter/x86/vf_w3fdif.o
  2595. STRIP libavfilter/x86/vf_removegrain.o
  2596. X86ASM libavfilter/x86/yadif-10.o
  2597. X86ASM libavfilter/x86/yadif-16.o
  2598. CC libavfilter/yadif_common.o
  2599. AR libavformat/libavformat.a
  2600. STRIP libavfilter/x86/vf_yadif.o
  2601. CC libavcodec/012v.o
  2602. CC libavcodec/4xm.o
  2603. STRIP libavfilter/x86/yadif-10.o
  2604. CC libavcodec/8bps.o
  2605. CC libavcodec/8svx.o
  2606. CC libavcodec/a64multienc.o
  2607. CC libavcodec/aac_ac3_parser.o
  2608. CC libavcodec/aac_adtstoasc_bsf.o
  2609. STRIP libavfilter/x86/yadif-16.o
  2610. CC libavcodec/aac_parser.o
  2611. CC libavcodec/aaccoder.o
  2612. CC libavcodec/aacdec.o
  2613. CC libavcodec/aacdec_fixed.o
  2614. CC libavcodec/aacenc.o
  2615. CC libavcodec/aacenc_is.o
  2616. CC libavcodec/aacenc_ltp.o
  2617. CC libavcodec/aacenc_pred.o
  2618. CC libavcodec/aacenc_tns.o
  2619. CC libavcodec/aacenctab.o
  2620. CC libavcodec/aacps_common.o
  2621. CC libavcodec/aacps_fixed.o
  2622. CC libavcodec/aacps_float.o
  2623. CC libavcodec/aacpsdsp_fixed.o
  2624. CC libavcodec/aacpsdsp_float.o
  2625. CC libavcodec/aacpsy.o
  2626. CC libavcodec/aacsbr.o
  2627. CC libavcodec/aacsbr_fixed.o
  2628. CC libavcodec/aactab.o
  2629. CC libavcodec/aandcttab.o
  2630. CC libavcodec/aasc.o
  2631. CC libavcodec/ac3.o
  2632. CC libavcodec/ac3_parser.o
  2633. CC libavcodec/ac3dec_data.o
  2634. CC libavcodec/ac3dec_fixed.o
  2635. CC libavcodec/ac3dec_float.o
  2636. CC libavcodec/ac3dsp.o
  2637. CC libavcodec/ac3enc.o
  2638. CC libavcodec/ac3enc_fixed.o
  2639. CC libavcodec/ac3enc_float.o
  2640. CC libavcodec/ac3tab.o
  2641. CC libavcodec/acelp_filters.o
  2642. CC libavcodec/acelp_pitch_delay.o
  2643. CC libavcodec/acelp_vectors.o
  2644. CC libavcodec/adpcm.o
  2645. CC libavcodec/adpcm_data.o
  2646. CC libavcodec/adpcmenc.o
  2647. CC libavcodec/adts_header.o
  2648. CC libavcodec/adts_parser.o
  2649. CC libavcodec/adx.o
  2650. CC libavcodec/adx_parser.o
  2651. CC libavcodec/adxdec.o
  2652. CC libavcodec/adxenc.o
  2653. CC libavcodec/agm.o
  2654. CC libavcodec/aic.o
  2655. CC libavcodec/alac.o
  2656. CC libavcodec/alac_data.o
  2657. CC libavcodec/alacdsp.o
  2658. CC libavcodec/alacenc.o
  2659. CC libavcodec/aliaspixdec.o
  2660. CC libavcodec/aliaspixenc.o
  2661. CC libavcodec/allcodecs.o
  2662. CC libavcodec/alsdec.o
  2663. CC libavcodec/amrnbdec.o
  2664. CC libavcodec/amrwbdec.o
  2665. CC libavcodec/anm.o
  2666. CC libavcodec/ansi.o
  2667. CC libavcodec/apedec.o
  2668. CC libavcodec/aptx.o
  2669. CC libavcodec/aptxdec.o
  2670. CC libavcodec/aptxenc.o
  2671. CC libavcodec/arbc.o
  2672. CC libavcodec/argo.o
  2673. CC libavcodec/ass.o
  2674. CC libavcodec/ass_split.o
  2675. CC libavcodec/assdec.o
  2676. CC libavcodec/assenc.o
  2677. CC libavcodec/asv.o
  2678. CC libavcodec/asvdec.o
  2679. CC libavcodec/asvenc.o
  2680. CC libavcodec/atrac.o
  2681. CC libavcodec/atrac1.o
  2682. CC libavcodec/atrac3.o
  2683. CC libavcodec/atrac3plus.o
  2684. CC libavcodec/atrac3plusdec.o
  2685. CC libavcodec/atrac3plusdsp.o
  2686. CC libavcodec/atrac9dec.o
  2687. CC libavcodec/atsc_a53.o
  2688. CC libavcodec/audio_frame_queue.o
  2689. CC libavcodec/audiodsp.o
  2690. CC libavcodec/aura.o
  2691. CC libavcodec/av1_frame_merge_bsf.o
  2692. CC libavcodec/av1_frame_split_bsf.o
  2693. CC libavcodec/av1_metadata_bsf.o
  2694. CC libavcodec/av1_parse.o
  2695. CC libavcodec/av1_parser.o
  2696. CC libavcodec/av1dec.o
  2697. CC libavcodec/avdct.o
  2698. CC libavcodec/avfft.o
  2699. CC libavcodec/avpacket.o
  2700. CC libavcodec/avpicture.o
  2701. CC libavcodec/avrndec.o
  2702. src/libavcodec/avrndec.c: In function 'init':
  2703. src/libavcodec/avrndec.c:61:9: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
  2704. 61 | a->mjpeg_avctx->refcounted_frames = 1;
  2705. | ^
  2706. In file included from src/libavcodec/avrndec.c:22:
  2707. src/libavcodec/avcodec.h:1363:9: note: declared here
  2708. 1363 | int refcounted_frames;
  2709. | ^~~~~~~~~~~~~~~~~
  2710. src/libavcodec/avrndec.c: In function 'decode_frame':
  2711. src/libavcodec/avrndec.c:111:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
  2712. 111 | ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
  2713. | ^~~
  2714. In file included from src/libavcodec/avrndec.c:22:
  2715. src/libavcodec/avcodec.h:3068:5: note: declared here
  2716. 3068 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  2717. | ^~~~~~~~~~~~~~~~~~~~~
  2718. CC libavcodec/avs.o
  2719. CC libavcodec/avs2_parser.o
  2720. CC libavcodec/avs3_parser.o
  2721. CC libavcodec/avuidec.o
  2722. CC libavcodec/avuienc.o
  2723. CC libavcodec/bethsoftvideo.o
  2724. CC libavcodec/bfi.o
  2725. CC libavcodec/bgmc.o
  2726. CC libavcodec/bink.o
  2727. CC libavcodec/binkaudio.o
  2728. CC libavcodec/binkdsp.o
  2729. CC libavcodec/bintext.o
  2730. CC libavcodec/bitpacked.o
  2731. CC libavcodec/bitstream.o
  2732. CC libavcodec/bitstream_filter.o
  2733. CC libavcodec/bitstream_filters.o
  2734. CC libavcodec/blockdsp.o
  2735. CC libavcodec/bmp.o
  2736. CC libavcodec/bmp_parser.o
  2737. CC libavcodec/bmpenc.o
  2738. CC libavcodec/bmvaudio.o
  2739. CC libavcodec/bmvvideo.o
  2740. CC libavcodec/brenderpix.o
  2741. CC libavcodec/bsf.o
  2742. CC libavcodec/bswapdsp.o
  2743. CC libavcodec/c93.o
  2744. CC libavcodec/cabac.o
  2745. CC libavcodec/canopus.o
  2746. CC libavcodec/cavs.o
  2747. CC libavcodec/cavs_parser.o
  2748. CC libavcodec/cavsdata.o
  2749. CC libavcodec/cavsdec.o
  2750. CC libavcodec/cavsdsp.o
  2751. CC libavcodec/cbrt_data.o
  2752. CC libavcodec/cbrt_data_fixed.o
  2753. CC libavcodec/cbs.o
  2754. CC libavcodec/cbs_av1.o
  2755. CC libavcodec/cbs_bsf.o
  2756. CC libavcodec/cbs_h2645.o
  2757. CC libavcodec/cbs_mpeg2.o
  2758. CC libavcodec/cbs_sei.o
  2759. CC libavcodec/cbs_vp9.o
  2760. CC libavcodec/ccaption_dec.o
  2761. CC libavcodec/cdgraphics.o
  2762. CC libavcodec/cdtoons.o
  2763. CC libavcodec/cdxl.o
  2764. CC libavcodec/celp_filters.o
  2765. CC libavcodec/celp_math.o
  2766. CC libavcodec/cfhd.o
  2767. CC libavcodec/cfhddata.o
  2768. CC libavcodec/cfhddsp.o
  2769. CC libavcodec/cfhdenc.o
  2770. CC libavcodec/cga_data.o
  2771. CC libavcodec/chomp_bsf.o
  2772. CC libavcodec/cinepak.o
  2773. CC libavcodec/cinepakenc.o
  2774. CC libavcodec/clearvideo.o
  2775. CC libavcodec/cljrdec.o
  2776. CC libavcodec/cljrenc.o
  2777. CC libavcodec/cllc.o
  2778. CC libavcodec/cngdec.o
  2779. CC libavcodec/cngenc.o
  2780. CC libavcodec/codec2utils.o
  2781. CC libavcodec/codec_desc.o
  2782. CC libavcodec/cook.o
  2783. CC libavcodec/cook_parser.o
  2784. CC libavcodec/cpia.o
  2785. CC libavcodec/cri.o
  2786. CC libavcodec/cri_parser.o
  2787. CC libavcodec/cscd.o
  2788. CC libavcodec/cyuv.o
  2789. CC libavcodec/d3d11va.o
  2790. CC libavcodec/dca.o
  2791. CC libavcodec/dca_core.o
  2792. CC libavcodec/dca_core_bsf.o
  2793. CC libavcodec/dca_exss.o
  2794. CC libavcodec/dca_lbr.o
  2795. CC libavcodec/dca_parser.o
  2796. CC libavcodec/dca_xll.o
  2797. CC libavcodec/dcaadpcm.o
  2798. CC libavcodec/dcadata.o
  2799. CC libavcodec/dcadct.o
  2800. CC libavcodec/dcadec.o
  2801. CC libavcodec/dcadsp.o
  2802. CC libavcodec/dcaenc.o
  2803. CC libavcodec/dcahuff.o
  2804. CC libavcodec/dct.o
  2805. CC libavcodec/dct32_fixed.o
  2806. CC libavcodec/dct32_float.o
  2807. CC libavcodec/dds.o
  2808. CC libavcodec/decode.o
  2809. CC libavcodec/dfa.o
  2810. CC libavcodec/dirac.o
  2811. CC libavcodec/dirac_arith.o
  2812. CC libavcodec/dirac_dwt.o
  2813. CC libavcodec/dirac_parser.o
  2814. CC libavcodec/dirac_vlc.o
  2815. CC libavcodec/diracdec.o
  2816. CC libavcodec/diracdsp.o
  2817. CC libavcodec/diractab.o
  2818. CC libavcodec/dnxhd_parser.o
  2819. CC libavcodec/dnxhddata.o
  2820. CC libavcodec/dnxhddec.o
  2821. CC libavcodec/dnxhdenc.o
  2822. CC libavcodec/dolby_e.o
  2823. CC libavcodec/dolby_e_parse.o
  2824. CC libavcodec/dolby_e_parser.o
  2825. CC libavcodec/dpcm.o
  2826. CC libavcodec/dpx.o
  2827. CC libavcodec/dpx_parser.o
  2828. CC libavcodec/dpxenc.o
  2829. CC libavcodec/dsd.o
  2830. CC libavcodec/dsddec.o
  2831. CC libavcodec/dsicinaudio.o
  2832. CC libavcodec/dsicinvideo.o
  2833. CC libavcodec/dss_sp.o
  2834. CC libavcodec/dstdec.o
  2835. CC libavcodec/dump_extradata_bsf.o
  2836. CC libavcodec/dv.o
  2837. CC libavcodec/dv_profile.o
  2838. CC libavcodec/dvaudio_parser.o
  2839. CC libavcodec/dvaudiodec.o
  2840. CC libavcodec/dvbsub_parser.o
  2841. CC libavcodec/dvbsubdec.o
  2842. CC libavcodec/dvbsubenc.o
  2843. CC libavcodec/dvd_nav_parser.o
  2844. CC libavcodec/dvdata.o
  2845. CC libavcodec/dvdec.o
  2846. CC libavcodec/dvdsub.o
  2847. CC libavcodec/dvdsub_parser.o
  2848. CC libavcodec/dvdsubdec.o
  2849. CC libavcodec/dvdsubenc.o
  2850. CC libavcodec/dvenc.o
  2851. CC libavcodec/dxa.o
  2852. CC libavcodec/dxtory.o
  2853. CC libavcodec/dxv.o
  2854. CC libavcodec/dynamic_hdr10_plus.o
  2855. CC libavcodec/eac3_core_bsf.o
  2856. CC libavcodec/eac3_data.o
  2857. CC libavcodec/eac3enc.o
  2858. CC libavcodec/eacmv.o
  2859. CC libavcodec/eaidct.o
  2860. CC libavcodec/eamad.o
  2861. CC libavcodec/eatgq.o
  2862. CC libavcodec/eatgv.o
  2863. CC libavcodec/eatqi.o
  2864. CC libavcodec/elbg.o
  2865. CC libavcodec/elsdec.o
  2866. CC libavcodec/encode.o
  2867. CC libavcodec/error_resilience.o
  2868. CC libavcodec/escape124.o
  2869. CC libavcodec/escape130.o
  2870. CC libavcodec/evrcdec.o
  2871. CC libavcodec/exif.o
  2872. CC libavcodec/exr.o
  2873. CC libavcodec/exrdsp.o
  2874. CC libavcodec/extract_extradata_bsf.o
  2875. CC libavcodec/faandct.o
  2876. CC libavcodec/faanidct.o
  2877. CC libavcodec/fastaudio.o
  2878. CC libavcodec/faxcompr.o
  2879. CC libavcodec/fdctdsp.o
  2880. CC libavcodec/fft_fixed_32.o
  2881. CC libavcodec/fft_float.o
  2882. CC libavcodec/fft_init_table.o
  2883. CC libavcodec/ffv1.o
  2884. CC libavcodec/ffv1dec.o
  2885. CC libavcodec/ffv1enc.o
  2886. CC libavcodec/ffwavesynth.o
  2887. CC libavcodec/fic.o
  2888. CC libavcodec/filter_units_bsf.o
  2889. CC libavcodec/fits.o
  2890. CC libavcodec/fitsdec.o
  2891. CC libavcodec/fitsenc.o
  2892. CC libavcodec/flac.o
  2893. CC libavcodec/flac_parser.o
  2894. CC libavcodec/flacdata.o
  2895. CC libavcodec/flacdec.o
  2896. CC libavcodec/flacdsp.o
  2897. CC libavcodec/flacenc.o
  2898. CC libavcodec/flashsv.o
  2899. CC libavcodec/flashsv2enc.o
  2900. CC libavcodec/flashsvenc.o
  2901. CC libavcodec/flicvideo.o
  2902. CC libavcodec/flvdec.o
  2903. CC libavcodec/flvenc.o
  2904. CC libavcodec/fmtconvert.o
  2905. CC libavcodec/fmvc.o
  2906. CC libavcodec/frame_thread_encoder.o
  2907. CC libavcodec/fraps.o
  2908. CC libavcodec/frwu.o
  2909. CC libavcodec/g2meet.o
  2910. CC libavcodec/g722.o
  2911. CC libavcodec/g722dec.o
  2912. CC libavcodec/g722dsp.o
  2913. CC libavcodec/g722enc.o
  2914. CC libavcodec/g723_1.o
  2915. CC libavcodec/g723_1_parser.o
  2916. CC libavcodec/g723_1dec.o
  2917. CC libavcodec/g723_1enc.o
  2918. CC libavcodec/g726.o
  2919. CC libavcodec/g729_parser.o
  2920. CC libavcodec/g729dec.o
  2921. CC libavcodec/g729postfilter.o
  2922. CC libavcodec/gdv.o
  2923. CC libavcodec/gif.o
  2924. CC libavcodec/gif_parser.o
  2925. CC libavcodec/gifdec.o
  2926. CC libavcodec/golomb.o
  2927. CC libavcodec/gsm_parser.o
  2928. CC libavcodec/gsmdec.o
  2929. CC libavcodec/gsmdec_data.o
  2930. CC libavcodec/h261.o
  2931. CC libavcodec/h261_parser.o
  2932. CC libavcodec/h261data.o
  2933. CC libavcodec/h261dec.o
  2934. CC libavcodec/h261enc.o
  2935. CC libavcodec/h263.o
  2936. CC libavcodec/h263_parser.o
  2937. CC libavcodec/h263data.o
  2938. CC libavcodec/h263dec.o
  2939. CC libavcodec/h263dsp.o
  2940. CC libavcodec/h2645_parse.o
  2941. CC libavcodec/h264_cabac.o
  2942. CC libavcodec/h264_cavlc.o
  2943. CC libavcodec/h264_direct.o
  2944. CC libavcodec/h264_levels.o
  2945. CC libavcodec/h264_loopfilter.o
  2946. CC libavcodec/h264_mb.o
  2947. CC libavcodec/h264_metadata_bsf.o
  2948. CC libavcodec/h264_mp4toannexb_bsf.o
  2949. CC libavcodec/h264_parse.o
  2950. CC libavcodec/h264_parser.o
  2951. CC libavcodec/h264_picture.o
  2952. CC libavcodec/h264_ps.o
  2953. CC libavcodec/h264_redundant_pps_bsf.o
  2954. CC libavcodec/h264_refs.o
  2955. CC libavcodec/h264_sei.o
  2956. CC libavcodec/h264_slice.o
  2957. CC libavcodec/h264chroma.o
  2958. CC libavcodec/h264data.o
  2959. CC libavcodec/h264dec.o
  2960. CC libavcodec/h264dsp.o
  2961. CC libavcodec/h264idct.o
  2962. CC libavcodec/h264pred.o
  2963. CC libavcodec/h264qpel.o
  2964. CC libavcodec/h265_metadata_bsf.o
  2965. CC libavcodec/h265_profile_level.o
  2966. CC libavcodec/hap.o
  2967. CC libavcodec/hapdec.o
  2968. CC libavcodec/hapqa_extract_bsf.o
  2969. CC libavcodec/hcadec.o
  2970. CC libavcodec/hcom.o
  2971. CC libavcodec/hevc_cabac.o
  2972. CC libavcodec/hevc_data.o
  2973. CC libavcodec/hevc_filter.o
  2974. CC libavcodec/hevc_mp4toannexb_bsf.o
  2975. CC libavcodec/hevc_mvs.o
  2976. CC libavcodec/hevc_parse.o
  2977. CC libavcodec/hevc_parser.o
  2978. CC libavcodec/hevc_ps.o
  2979. CC libavcodec/hevc_refs.o
  2980. CC libavcodec/hevc_sei.o
  2981. CC libavcodec/hevcdec.o
  2982. CC libavcodec/hevcdsp.o
  2983. CC libavcodec/hevcpred.o
  2984. CC libavcodec/hnm4video.o
  2985. CC libavcodec/hpeldsp.o
  2986. CC libavcodec/hq_hqa.o
  2987. CC libavcodec/hq_hqadata.o
  2988. CC libavcodec/hq_hqadsp.o
  2989. CC libavcodec/hqx.o
  2990. CC libavcodec/hqxdsp.o
  2991. CC libavcodec/hqxvlc.o
  2992. CC libavcodec/htmlsubtitles.o
  2993. CC libavcodec/huffman.o
  2994. CC libavcodec/huffyuv.o
  2995. CC libavcodec/huffyuvdec.o
  2996. CC libavcodec/huffyuvdsp.o
  2997. CC libavcodec/huffyuvenc.o
  2998. CC libavcodec/huffyuvencdsp.o
  2999. CC libavcodec/idcinvideo.o
  3000. CC libavcodec/idctdsp.o
  3001. CC libavcodec/iff.o
  3002. CC libavcodec/iirfilter.o
  3003. CC libavcodec/ilbcdec.o
  3004. CC libavcodec/imc.o
  3005. CC libavcodec/imgconvert.o
  3006. CC libavcodec/imm4.o
  3007. CC libavcodec/imm5.o
  3008. CC libavcodec/imx_dump_header_bsf.o
  3009. CC libavcodec/indeo2.o
  3010. CC libavcodec/indeo3.o
  3011. CC libavcodec/indeo4.o
  3012. CC libavcodec/indeo5.o
  3013. CC libavcodec/intelh263dec.o
  3014. CC libavcodec/interplayacm.o
  3015. CC libavcodec/interplayvideo.o
  3016. CC libavcodec/intrax8.o
  3017. CC libavcodec/intrax8dsp.o
  3018. CC libavcodec/ipu_parser.o
  3019. CC libavcodec/ituh263dec.o
  3020. CC libavcodec/ituh263enc.o
  3021. CC libavcodec/ivi.o
  3022. CC libavcodec/ivi_dsp.o
  3023. CC libavcodec/j2kenc.o
  3024. CC libavcodec/jacosubdec.o
  3025. CC libavcodec/jfdctfst.o
  3026. CC libavcodec/jfdctint.o
  3027. CC libavcodec/jni.o
  3028. CC libavcodec/jpeg2000.o
  3029. CC libavcodec/jpeg2000_parser.o
  3030. CC libavcodec/jpeg2000dec.o
  3031. CC libavcodec/jpeg2000dsp.o
  3032. CC libavcodec/jpeg2000dwt.o
  3033. CC libavcodec/jpegls.o
  3034. CC libavcodec/jpeglsdec.o
  3035. CC libavcodec/jpeglsenc.o
  3036. CC libavcodec/jpegtables.o
  3037. CC libavcodec/jrevdct.o
  3038. CC libavcodec/jvdec.o
  3039. CC libavcodec/kbdwin.o
  3040. CC libavcodec/kgv1dec.o
  3041. CC libavcodec/kmvc.o
  3042. CC libavcodec/lagarith.o
  3043. CC libavcodec/lagarithrac.o
  3044. CC libavcodec/latm_parser.o
  3045. CC libavcodec/lcldec.o
  3046. CC libavcodec/lclenc.o
  3047. CC libavcodec/libfdk-aacdec.o
  3048. CC libavcodec/libfdk-aacenc.o
  3049. CC libavcodec/libmp3lame.o
  3050. CC libavcodec/libx264.o
  3051. CC libavcodec/ljpegenc.o
  3052. CC libavcodec/loco.o
  3053. CC libavcodec/lossless_audiodsp.o
  3054. CC libavcodec/lossless_videodsp.o
  3055. CC libavcodec/lossless_videoencdsp.o
  3056. CC libavcodec/lpc.o
  3057. CC libavcodec/lsp.o
  3058. CC libavcodec/lzf.o
  3059. CC libavcodec/lzw.o
  3060. CC libavcodec/lzwenc.o
  3061. CC libavcodec/m101.o
  3062. CC libavcodec/mace.o
  3063. CC libavcodec/magicyuv.o
  3064. CC libavcodec/magicyuvenc.o
  3065. CC libavcodec/mathtables.o
  3066. CC libavcodec/mdct15.o
  3067. CC libavcodec/mdct_fixed_32.o
  3068. CC libavcodec/mdct_float.o
  3069. CC libavcodec/mdec.o
  3070. CC libavcodec/me_cmp.o
  3071. CC libavcodec/mediacodec.o
  3072. CC libavcodec/metasound.o
  3073. CC libavcodec/metasound_data.o
  3074. CC libavcodec/microdvddec.o
  3075. CC libavcodec/midivid.o
  3076. CC libavcodec/mimic.o
  3077. CC libavcodec/mjpeg2jpeg_bsf.o
  3078. CC libavcodec/mjpeg_parser.o
  3079. CC libavcodec/mjpega_dump_header_bsf.o
  3080. CC libavcodec/mjpegbdec.o
  3081. CC libavcodec/mjpegdec.o
  3082. CC libavcodec/mjpegenc.o
  3083. CC libavcodec/mjpegenc_common.o
  3084. CC libavcodec/mjpegenc_huffman.o
  3085. CC libavcodec/mlp.o
  3086. CC libavcodec/mlp_parse.o
  3087. CC libavcodec/mlp_parser.o
  3088. CC libavcodec/mlpdec.o
  3089. CC libavcodec/mlpdsp.o
  3090. CC libavcodec/mlpenc.o
  3091. CC libavcodec/mlz.o
  3092. CC libavcodec/mmvideo.o
  3093. CC libavcodec/mobiclip.o
  3094. CC libavcodec/motion_est.o
  3095. CC libavcodec/motionpixels.o
  3096. CC libavcodec/movsub_bsf.o
  3097. CC libavcodec/movtextdec.o
  3098. CC libavcodec/movtextenc.o
  3099. src/libavcodec/movtextenc.c: In function 'mov_text_style_start':
  3100. src/libavcodec/movtextenc.c:358:26: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  3101. 358 | if (s->count + 1 > SIZE_MAX / sizeof(*s->style_attributes) ||
  3102. | ^
  3103. CC libavcodec/mp3_header_decompress_bsf.o
  3104. CC libavcodec/mpc.o
  3105. CC libavcodec/mpc7.o
  3106. CC libavcodec/mpc8.o
  3107. CC libavcodec/mpeg12.o
  3108. CC libavcodec/mpeg12data.o
  3109. CC libavcodec/mpeg12dec.o
  3110. CC libavcodec/mpeg12enc.o
  3111. CC libavcodec/mpeg12framerate.o
  3112. CC libavcodec/mpeg2_metadata_bsf.o
  3113. CC libavcodec/mpeg4_unpack_bframes_bsf.o
  3114. CC libavcodec/mpeg4audio.o
  3115. CC libavcodec/mpeg4video.o
  3116. CC libavcodec/mpeg4video_parser.o
  3117. CC libavcodec/mpeg4videodec.o
  3118. CC libavcodec/mpeg4videoenc.o
  3119. CC libavcodec/mpeg_er.o
  3120. CC libavcodec/mpegaudio.o
  3121. CC libavcodec/mpegaudio_parser.o
  3122. CC libavcodec/mpegaudiodata.o
  3123. CC libavcodec/mpegaudiodec_common.o
  3124. CC libavcodec/mpegaudiodec_fixed.o
  3125. CC libavcodec/mpegaudiodec_float.o
  3126. CC libavcodec/mpegaudiodecheader.o
  3127. CC libavcodec/mpegaudiodsp.o
  3128. CC libavcodec/mpegaudiodsp_data.o
  3129. CC libavcodec/mpegaudiodsp_fixed.o
  3130. CC libavcodec/mpegaudiodsp_float.o
  3131. CC libavcodec/mpegaudioenc_fixed.o
  3132. CC libavcodec/mpegaudioenc_float.o
  3133. CC libavcodec/mpegpicture.o
  3134. CC libavcodec/mpegutils.o
  3135. CC libavcodec/mpegvideo.o
  3136. CC libavcodec/mpegvideo_enc.o
  3137. CC libavcodec/mpegvideo_motion.o
  3138. CC libavcodec/mpegvideo_parser.o
  3139. CC libavcodec/mpegvideodata.o
  3140. CC libavcodec/mpegvideodsp.o
  3141. CC libavcodec/mpegvideoencdsp.o
  3142. CC libavcodec/mpl2dec.o
  3143. CC libavcodec/mqc.o
  3144. CC libavcodec/mqcdec.o
  3145. CC libavcodec/mqcenc.o
  3146. CC libavcodec/mscc.o
  3147. CC libavcodec/msgsmdec.o
  3148. CC libavcodec/msmpeg4.o
  3149. CC libavcodec/msmpeg4data.o
  3150. CC libavcodec/msmpeg4dec.o
  3151. CC libavcodec/msmpeg4enc.o
  3152. CC libavcodec/msp2dec.o
  3153. CC libavcodec/msrle.o
  3154. CC libavcodec/msrledec.o
  3155. CC libavcodec/mss1.o
  3156. CC libavcodec/mss12.o
  3157. CC libavcodec/mss2.o
  3158. CC libavcodec/mss2dsp.o
  3159. CC libavcodec/mss3.o
  3160. CC libavcodec/mss34dsp.o
  3161. CC libavcodec/mss4.o
  3162. CC libavcodec/msvideo1.o
  3163. CC libavcodec/msvideo1enc.o
  3164. CC libavcodec/mv30.o
  3165. CC libavcodec/mvcdec.o
  3166. CC libavcodec/mvha.o
  3167. CC libavcodec/mwsc.o
  3168. CC libavcodec/mxpegdec.o
  3169. CC libavcodec/nellymoser.o
  3170. CC libavcodec/nellymoserdec.o
  3171. CC libavcodec/nellymoserenc.o
  3172. CC libavcodec/noise_bsf.o
  3173. CC libavcodec/notchlc.o
  3174. CC libavcodec/null_bsf.o
  3175. CC libavcodec/nuv.o
  3176. CC libavcodec/on2avc.o
  3177. CC libavcodec/on2avcdata.o
  3178. CC libavcodec/options.o
  3179. CC libavcodec/opus.o
  3180. CC libavcodec/opus_celt.o
  3181. CC libavcodec/opus_metadata_bsf.o
  3182. CC libavcodec/opus_parser.o
  3183. CC libavcodec/opus_pvq.o
  3184. CC libavcodec/opus_rc.o
  3185. CC libavcodec/opus_silk.o
  3186. CC libavcodec/opusdec.o
  3187. CC libavcodec/opusdsp.o
  3188. CC libavcodec/opusenc.o
  3189. CC libavcodec/opusenc_psy.o
  3190. CC libavcodec/opustab.o
  3191. CC libavcodec/pafaudio.o
  3192. CC libavcodec/pafvideo.o
  3193. CC libavcodec/pamenc.o
  3194. CC libavcodec/parser.o
  3195. CC libavcodec/parsers.o
  3196. CC libavcodec/pcm-bluray.o
  3197. CC libavcodec/pcm-dvd.o
  3198. CC libavcodec/pcm-dvdenc.o
  3199. CC libavcodec/pcm.o
  3200. CC libavcodec/pcm_rechunk_bsf.o
  3201. CC libavcodec/pcx.o
  3202. CC libavcodec/pcxenc.o
  3203. CC libavcodec/pgssubdec.o
  3204. CC libavcodec/pgxdec.o
  3205. CC libavcodec/photocd.o
  3206. CC libavcodec/pictordec.o
  3207. CC libavcodec/pixblockdsp.o
  3208. CC libavcodec/pixlet.o
  3209. CC libavcodec/png.o
  3210. CC libavcodec/png_parser.o
  3211. CC libavcodec/pngdec.o
  3212. CC libavcodec/pngdsp.o
  3213. CC libavcodec/pngenc.o
  3214. CC libavcodec/pnm.o
  3215. CC libavcodec/pnm_parser.o
  3216. CC libavcodec/pnmdec.o
  3217. CC libavcodec/pnmenc.o
  3218. CC libavcodec/profiles.o
  3219. CC libavcodec/prores_metadata_bsf.o
  3220. CC libavcodec/proresdata.o
  3221. CC libavcodec/proresdec2.o
  3222. CC libavcodec/proresdsp.o
  3223. CC libavcodec/proresenc_anatoliy.o
  3224. CC libavcodec/proresenc_kostya.o
  3225. CC libavcodec/prosumer.o
  3226. CC libavcodec/psd.o
  3227. CC libavcodec/psymodel.o
  3228. CC libavcodec/pthread.o
  3229. CC libavcodec/pthread_frame.o
  3230. CC libavcodec/pthread_slice.o
  3231. CC libavcodec/ptx.o
  3232. CC libavcodec/qcelpdec.o
  3233. CC libavcodec/qdm2.o
  3234. CC libavcodec/qdmc.o
  3235. CC libavcodec/qdrw.o
  3236. CC libavcodec/qpeg.o
  3237. CC libavcodec/qpeldsp.o
  3238. CC libavcodec/qsv_api.o
  3239. CC libavcodec/qtrle.o
  3240. CC libavcodec/qtrleenc.o
  3241. CC libavcodec/r210dec.o
  3242. CC libavcodec/r210enc.o
  3243. CC libavcodec/ra144.o
  3244. CC libavcodec/ra144dec.o
  3245. CC libavcodec/ra144enc.o
  3246. CC libavcodec/ra288.o
  3247. CC libavcodec/ralf.o
  3248. CC libavcodec/rangecoder.o
  3249. CC libavcodec/rasc.o
  3250. CC libavcodec/ratecontrol.o
  3251. CC libavcodec/raw.o
  3252. CC libavcodec/rawdec.o
  3253. CC libavcodec/rawenc.o
  3254. CC libavcodec/rdft.o
  3255. CC libavcodec/realtextdec.o
  3256. CC libavcodec/remove_extradata_bsf.o
  3257. CC libavcodec/rl.o
  3258. CC libavcodec/rl2.o
  3259. CC libavcodec/rle.o
  3260. CC libavcodec/roqaudioenc.o
  3261. CC libavcodec/roqvideo.o
  3262. CC libavcodec/roqvideodec.o
  3263. CC libavcodec/roqvideoenc.o
  3264. CC libavcodec/rpza.o
  3265. CC libavcodec/rpzaenc.o
  3266. CC libavcodec/rscc.o
  3267. CC libavcodec/rtjpeg.o
  3268. CC libavcodec/rv10.o
  3269. CC libavcodec/rv10enc.o
  3270. CC libavcodec/rv20enc.o
  3271. CC libavcodec/rv30.o
  3272. CC libavcodec/rv30dsp.o
  3273. CC libavcodec/rv34.o
  3274. CC libavcodec/rv34_parser.o
  3275. CC libavcodec/rv34dsp.o
  3276. CC libavcodec/rv40.o
  3277. CC libavcodec/rv40dsp.o
  3278. CC libavcodec/s302m.o
  3279. CC libavcodec/s302menc.o
  3280. CC libavcodec/samidec.o
  3281. CC libavcodec/sanm.o
  3282. CC libavcodec/sbc.o
  3283. CC libavcodec/sbc_parser.o
  3284. CC libavcodec/sbcdec.o
  3285. CC libavcodec/sbcdec_data.o
  3286. CC libavcodec/sbcdsp.o
  3287. CC libavcodec/sbcdsp_data.o
  3288. CC libavcodec/sbcenc.o
  3289. CC libavcodec/sbrdsp.o
  3290. CC libavcodec/sbrdsp_fixed.o
  3291. CC libavcodec/scpr.o
  3292. CC libavcodec/screenpresso.o
  3293. CC libavcodec/sgidec.o
  3294. CC libavcodec/sgienc.o
  3295. CC libavcodec/sgirledec.o
  3296. CC libavcodec/sheervideo.o
  3297. CC libavcodec/shorten.o
  3298. CC libavcodec/simple_idct.o
  3299. CC libavcodec/sinewin.o
  3300. CC libavcodec/sipr.o
  3301. CC libavcodec/sipr16k.o
  3302. CC libavcodec/sipr_parser.o
  3303. CC libavcodec/siren.o
  3304. CC libavcodec/smacker.o
  3305. CC libavcodec/smc.o
  3306. CC libavcodec/snappy.o
  3307. CC libavcodec/snow.o
  3308. CC libavcodec/snow_dwt.o
  3309. CC libavcodec/snowdec.o
  3310. CC libavcodec/snowenc.o
  3311. CC libavcodec/sonic.o
  3312. CC libavcodec/sp5xdec.o
  3313. CC libavcodec/speedhq.o
  3314. CC libavcodec/speedhqenc.o
  3315. CC libavcodec/srtdec.o
  3316. CC libavcodec/srtenc.o
  3317. CC libavcodec/startcode.o
  3318. CC libavcodec/subviewerdec.o
  3319. CC libavcodec/sunrast.o
  3320. CC libavcodec/sunrastenc.o
  3321. CC libavcodec/svq1.o
  3322. CC libavcodec/svq1dec.o
  3323. CC libavcodec/svq1enc.o
  3324. CC libavcodec/svq3.o
  3325. CC libavcodec/synth_filter.o
  3326. CC libavcodec/tak.o
  3327. CC libavcodec/tak_parser.o
  3328. CC libavcodec/takdec.o
  3329. CC libavcodec/takdsp.o
  3330. CC libavcodec/targa.o
  3331. CC libavcodec/targa_y216dec.o
  3332. CC libavcodec/targaenc.o
  3333. CC libavcodec/tdsc.o
  3334. CC libavcodec/textdec.o
  3335. CC libavcodec/texturedsp.o
  3336. CC libavcodec/tiertexseqv.o
  3337. CC libavcodec/tiff.o
  3338. CC libavcodec/tiff_common.o
  3339. CC libavcodec/tiff_data.o
  3340. CC libavcodec/tiffenc.o
  3341. CC libavcodec/tmv.o
  3342. CC libavcodec/tpeldsp.o
  3343. CC libavcodec/trace_headers_bsf.o
  3344. CC libavcodec/truehd_core_bsf.o
  3345. CC libavcodec/truemotion1.o
  3346. CC libavcodec/truemotion2.o
  3347. CC libavcodec/truemotion2rt.o
  3348. CC libavcodec/truespeech.o
  3349. CC libavcodec/tscc.o
  3350. CC libavcodec/tscc2.o
  3351. CC libavcodec/tta.o
  3352. CC libavcodec/ttadata.o
  3353. CC libavcodec/ttadsp.o
  3354. CC libavcodec/ttaenc.o
  3355. CC libavcodec/ttaencdsp.o
  3356. CC libavcodec/twinvq.o
  3357. CC libavcodec/twinvqdec.o
  3358. CC libavcodec/txd.o
  3359. CC libavcodec/ulti.o
  3360. CC libavcodec/utils.o
  3361. CC libavcodec/utvideodec.o
  3362. CC libavcodec/utvideodsp.o
  3363. CC libavcodec/utvideoenc.o
  3364. CC libavcodec/v210dec.o
  3365. CC libavcodec/v210enc.o
  3366. CC libavcodec/v210x.o
  3367. CC libavcodec/v308dec.o
  3368. CC libavcodec/v308enc.o
  3369. CC libavcodec/v408dec.o
  3370. CC libavcodec/v408enc.o
  3371. CC libavcodec/v410dec.o
  3372. CC libavcodec/v410enc.o
  3373. CC libavcodec/v4l2_buffers.o
  3374. CC libavcodec/v4l2_context.o
  3375. CC libavcodec/v4l2_fmt.o
  3376. CC libavcodec/v4l2_m2m.o
  3377. CC libavcodec/v4l2_m2m_dec.o
  3378. CC libavcodec/v4l2_m2m_enc.o
  3379. CC libavcodec/vb.o
  3380. CC libavcodec/vble.o
  3381. CC libavcodec/vc1.o
  3382. CC libavcodec/vc1_block.o
  3383. CC libavcodec/vc1_loopfilter.o
  3384. CC libavcodec/vc1_mc.o
  3385. CC libavcodec/vc1_parser.o
  3386. CC libavcodec/vc1_pred.o
  3387. CC libavcodec/vc1data.o
  3388. CC libavcodec/vc1dec.o
  3389. CC libavcodec/vc1dsp.o
  3390. CC libavcodec/vc2enc.o
  3391. CC libavcodec/vc2enc_dwt.o
  3392. CC libavcodec/vcr1.o
  3393. CC libavcodec/videodsp.o
  3394. CC libavcodec/vima.o
  3395. CC libavcodec/vmdaudio.o
  3396. CC libavcodec/vmdvideo.o
  3397. CC libavcodec/vmnc.o
  3398. CC libavcodec/vorbis.o
  3399. CC libavcodec/vorbis_data.o
  3400. CC libavcodec/vorbis_parser.o
  3401. CC libavcodec/vorbisdec.o
  3402. CC libavcodec/vorbisdsp.o
  3403. CC libavcodec/vorbisenc.o
  3404. CC libavcodec/vp3.o
  3405. CC libavcodec/vp3_parser.o
  3406. CC libavcodec/vp3dsp.o
  3407. CC libavcodec/vp5.o
  3408. CC libavcodec/vp56.o
  3409. CC libavcodec/vp56data.o
  3410. CC libavcodec/vp56dsp.o
  3411. CC libavcodec/vp56rac.o
  3412. CC libavcodec/vp6.o
  3413. CC libavcodec/vp6dsp.o
  3414. CC libavcodec/vp8.o
  3415. CC libavcodec/vp8_parser.o
  3416. CC libavcodec/vp8dsp.o
  3417. CC libavcodec/vp9.o
  3418. CC libavcodec/vp9_metadata_bsf.o
  3419. CC libavcodec/vp9_parser.o
  3420. CC libavcodec/vp9_raw_reorder_bsf.o
  3421. CC libavcodec/vp9_superframe_bsf.o
  3422. CC libavcodec/vp9_superframe_split_bsf.o
  3423. CC libavcodec/vp9block.o
  3424. CC libavcodec/vp9data.o
  3425. CC libavcodec/vp9dsp.o
  3426. CC libavcodec/vp9dsp_10bpp.o
  3427. CC libavcodec/vp9dsp_12bpp.o
  3428. CC libavcodec/vp9dsp_8bpp.o
  3429. CC libavcodec/vp9lpf.o
  3430. CC libavcodec/vp9mvs.o
  3431. CC libavcodec/vp9prob.o
  3432. CC libavcodec/vp9recon.o
  3433. CC libavcodec/vqavideo.o
  3434. CC libavcodec/wavpack.o
  3435. CC libavcodec/wavpackdata.o
  3436. CC libavcodec/wavpackenc.o
  3437. CC libavcodec/wcmv.o
  3438. CC libavcodec/webp.o
  3439. CC libavcodec/webp_parser.o
  3440. CC libavcodec/webvttdec.o
  3441. CC libavcodec/webvttenc.o
  3442. CC libavcodec/wma.o
  3443. CC libavcodec/wma_common.o
  3444. CC libavcodec/wma_freqs.o
  3445. CC libavcodec/wmadec.o
  3446. CC libavcodec/wmaenc.o
  3447. CC libavcodec/wmalosslessdec.o
  3448. CC libavcodec/wmaprodec.o
  3449. CC libavcodec/wmavoice.o
  3450. CC libavcodec/wmv2.o
  3451. CC libavcodec/wmv2data.o
  3452. CC libavcodec/wmv2dec.o
  3453. CC libavcodec/wmv2dsp.o
  3454. CC libavcodec/wmv2enc.o
  3455. CC libavcodec/wnv1.o
  3456. CC libavcodec/wrapped_avframe.o
  3457. CC libavcodec/ws-snd1.o
  3458. X86ASM libavcodec/x86/aacencdsp.o
  3459. CC libavcodec/x86/aacencdsp_init.o
  3460. X86ASM libavcodec/x86/aacpsdsp.o
  3461. STRIP libavcodec/x86/aacencdsp.o
  3462. CC libavcodec/x86/aacpsdsp_init.o
  3463. X86ASM libavcodec/x86/ac3dsp.o
  3464. X86ASM libavcodec/x86/ac3dsp_downmix.o
  3465. STRIP libavcodec/x86/ac3dsp.o
  3466. CC libavcodec/x86/ac3dsp_init.o
  3467. STRIP libavcodec/x86/aacpsdsp.o
  3468. X86ASM libavcodec/x86/alacdsp.o
  3469. CC libavcodec/x86/alacdsp_init.o
  3470. STRIP libavcodec/x86/alacdsp.o
  3471. X86ASM libavcodec/x86/audiodsp.o
  3472. CC libavcodec/x86/audiodsp_init.o
  3473. X86ASM libavcodec/x86/blockdsp.o
  3474. STRIP libavcodec/x86/ac3dsp_downmix.o
  3475. CC libavcodec/x86/blockdsp_init.o
  3476. STRIP libavcodec/x86/audiodsp.o
  3477. X86ASM libavcodec/x86/bswapdsp.o
  3478. STRIP libavcodec/x86/blockdsp.o
  3479. CC libavcodec/x86/bswapdsp_init.o
  3480. CC libavcodec/x86/cavsdsp.o
  3481. X86ASM libavcodec/x86/cavsidct.o
  3482. STRIP libavcodec/x86/bswapdsp.o
  3483. CC libavcodec/x86/celt_pvq_init.o
  3484. X86ASM libavcodec/x86/celt_pvq_search.o
  3485. X86ASM libavcodec/x86/cfhddsp.o
  3486. STRIP libavcodec/x86/cavsidct.o
  3487. CC libavcodec/x86/cfhddsp_init.o
  3488. CC libavcodec/x86/constants.o
  3489. X86ASM libavcodec/x86/dcadsp.o
  3490. STRIP libavcodec/x86/cfhddsp.o
  3491. CC libavcodec/x86/dcadsp_init.o
  3492. STRIP libavcodec/x86/celt_pvq_search.o
  3493. X86ASM libavcodec/x86/dct32.o
  3494. CC libavcodec/x86/dct_init.o
  3495. STRIP libavcodec/x86/dcadsp.o
  3496. X86ASM libavcodec/x86/dirac_dwt.o
  3497. CC libavcodec/x86/dirac_dwt_init.o
  3498. STRIP libavcodec/x86/dct32.o
  3499. STRIP libavcodec/x86/dirac_dwt.o
  3500. X86ASM libavcodec/x86/diracdsp.o
  3501. CC libavcodec/x86/diracdsp_init.o
  3502. X86ASM libavcodec/x86/dnxhdenc.o
  3503. CC libavcodec/x86/dnxhdenc_init.o
  3504. X86ASM libavcodec/x86/exrdsp.o
  3505. STRIP libavcodec/x86/dnxhdenc.o
  3506. CC libavcodec/x86/exrdsp_init.o
  3507. STRIP libavcodec/x86/diracdsp.o
  3508. CC libavcodec/x86/fdct.o
  3509. CC libavcodec/x86/fdctdsp_init.o
  3510. STRIP libavcodec/x86/exrdsp.o
  3511. X86ASM libavcodec/x86/fft.o
  3512. CC libavcodec/x86/fft_init.o
  3513. X86ASM libavcodec/x86/flac_dsp_gpl.o
  3514. X86ASM libavcodec/x86/flacdsp.o
  3515. STRIP libavcodec/x86/flac_dsp_gpl.o
  3516. CC libavcodec/x86/flacdsp_init.o
  3517. X86ASM libavcodec/x86/fmtconvert.o
  3518. STRIP libavcodec/x86/fft.o
  3519. CC libavcodec/x86/fmtconvert_init.o
  3520. STRIP libavcodec/x86/fmtconvert.o
  3521. X86ASM libavcodec/x86/fpel.o
  3522. X86ASM libavcodec/x86/g722dsp.o
  3523. STRIP libavcodec/x86/flacdsp.o
  3524. CC libavcodec/x86/g722dsp_init.o
  3525. STRIP libavcodec/x86/g722dsp.o
  3526. X86ASM libavcodec/x86/h263_loopfilter.o
  3527. CC libavcodec/x86/h263dsp_init.o
  3528. STRIP libavcodec/x86/fpel.o
  3529. X86ASM libavcodec/x86/h264_chromamc.o
  3530. X86ASM libavcodec/x86/h264_chromamc_10bit.o
  3531. STRIP libavcodec/x86/h263_loopfilter.o
  3532. X86ASM libavcodec/x86/h264_deblock.o
  3533. STRIP libavcodec/x86/h264_chromamc_10bit.o
  3534. X86ASM libavcodec/x86/h264_deblock_10bit.o
  3535. STRIP libavcodec/x86/h264_chromamc.o
  3536. X86ASM libavcodec/x86/h264_idct.o
  3537. STRIP libavcodec/x86/h264_deblock_10bit.o
  3538. X86ASM libavcodec/x86/h264_idct_10bit.o
  3539. X86ASM libavcodec/x86/h264_intrapred.o
  3540. STRIP libavcodec/x86/h264_deblock.o
  3541. X86ASM libavcodec/x86/h264_intrapred_10bit.o
  3542. STRIP libavcodec/x86/h264_idct_10bit.o
  3543. CC libavcodec/x86/h264_intrapred_init.o
  3544. CC libavcodec/x86/h264_qpel.o
  3545. STRIP libavcodec/x86/h264_idct.o
  3546. X86ASM libavcodec/x86/h264_qpel_10bit.o
  3547. STRIP libavcodec/x86/h264_intrapred_10bit.o
  3548. X86ASM libavcodec/x86/h264_qpel_8bit.o
  3549. X86ASM libavcodec/x86/h264_weight.o
  3550. STRIP libavcodec/x86/h264_weight.o
  3551. X86ASM libavcodec/x86/h264_weight_10bit.o
  3552. STRIP libavcodec/x86/h264_weight_10bit.o
  3553. CC libavcodec/x86/h264chroma_init.o
  3554. STRIP libavcodec/x86/h264_qpel_10bit.o
  3555. CC libavcodec/x86/h264dsp_init.o
  3556. X86ASM libavcodec/x86/hevc_add_res.o
  3557. X86ASM libavcodec/x86/hevc_deblock.o
  3558. STRIP libavcodec/x86/h264_intrapred.o
  3559. X86ASM libavcodec/x86/hevc_idct.o
  3560. STRIP libavcodec/x86/hevc_add_res.o
  3561. X86ASM libavcodec/x86/hevc_mc.o
  3562. STRIP libavcodec/x86/h264_qpel_8bit.o
  3563. X86ASM libavcodec/x86/hevc_sao.o
  3564. STRIP libavcodec/x86/hevc_sao.o
  3565. X86ASM libavcodec/x86/hevc_sao_10bit.o
  3566. STRIP libavcodec/x86/hevc_idct.o
  3567. CC libavcodec/x86/hevcdsp_init.o
  3568. STRIP libavcodec/x86/hevc_deblock.o
  3569. X86ASM libavcodec/x86/hpeldsp.o
  3570. STRIP libavcodec/x86/hpeldsp.o
  3571. CC libavcodec/x86/hpeldsp_init.o
  3572. STRIP libavcodec/x86/hevc_sao_10bit.o
  3573. X86ASM libavcodec/x86/hpeldsp_vp3.o
  3574. CC libavcodec/x86/hpeldsp_vp3_init.o
  3575. X86ASM libavcodec/x86/huffyuvdsp.o
  3576. STRIP libavcodec/x86/hpeldsp_vp3.o
  3577. CC libavcodec/x86/huffyuvdsp_init.o
  3578. X86ASM libavcodec/x86/huffyuvencdsp.o
  3579. STRIP libavcodec/x86/huffyuvdsp.o
  3580. CC libavcodec/x86/huffyuvencdsp_init.o
  3581. STRIP libavcodec/x86/huffyuvencdsp.o
  3582. X86ASM libavcodec/x86/idctdsp.o
  3583. CC libavcodec/x86/idctdsp_init.o
  3584. STRIP libavcodec/x86/idctdsp.o
  3585. X86ASM libavcodec/x86/imdct36.o
  3586. X86ASM libavcodec/x86/jpeg2000dsp.o
  3587. STRIP libavcodec/x86/jpeg2000dsp.o
  3588. CC libavcodec/x86/jpeg2000dsp_init.o
  3589. X86ASM libavcodec/x86/lossless_audiodsp.o
  3590. STRIP libavcodec/x86/imdct36.o
  3591. CC libavcodec/x86/lossless_audiodsp_init.o
  3592. STRIP libavcodec/x86/lossless_audiodsp.o
  3593. X86ASM libavcodec/x86/lossless_videodsp.o
  3594. CC libavcodec/x86/lossless_videodsp_init.o
  3595. X86ASM libavcodec/x86/lossless_videoencdsp.o
  3596. STRIP libavcodec/x86/lossless_videoencdsp.o
  3597. CC libavcodec/x86/lossless_videoencdsp_init.o
  3598. CC libavcodec/x86/lpc.o
  3599. STRIP libavcodec/x86/lossless_videodsp.o
  3600. X86ASM libavcodec/x86/mdct15.o
  3601. CC libavcodec/x86/mdct15_init.o
  3602. X86ASM libavcodec/x86/me_cmp.o
  3603. STRIP libavcodec/x86/mdct15.o
  3604. CC libavcodec/x86/me_cmp_init.o
  3605. X86ASM libavcodec/x86/mlpdsp.o
  3606. STRIP libavcodec/x86/mlpdsp.o
  3607. CC libavcodec/x86/mlpdsp_init.o
  3608. CC libavcodec/x86/mpegaudiodsp.o
  3609. CC libavcodec/x86/mpegvideo.o
  3610. CC libavcodec/x86/mpegvideodsp.o
  3611. CC libavcodec/x86/mpegvideoenc.o
  3612. STRIP libavcodec/x86/me_cmp.o
  3613. X86ASM libavcodec/x86/mpegvideoencdsp.o
  3614. STRIP libavcodec/x86/mpegvideoencdsp.o
  3615. CC libavcodec/x86/mpegvideoencdsp_init.o
  3616. X86ASM libavcodec/x86/opusdsp.o
  3617. CC libavcodec/x86/opusdsp_init.o
  3618. STRIP libavcodec/x86/opusdsp.o
  3619. X86ASM libavcodec/x86/pixblockdsp.o
  3620. CC libavcodec/x86/pixblockdsp_init.o
  3621. STRIP libavcodec/x86/pixblockdsp.o
  3622. X86ASM libavcodec/x86/pngdsp.o
  3623. CC libavcodec/x86/pngdsp_init.o
  3624. X86ASM libavcodec/x86/proresdsp.o
  3625. STRIP libavcodec/x86/pngdsp.o
  3626. CC libavcodec/x86/proresdsp_init.o
  3627. X86ASM libavcodec/x86/qpel.o
  3628. STRIP libavcodec/x86/qpel.o
  3629. X86ASM libavcodec/x86/qpeldsp.o
  3630. STRIP libavcodec/x86/proresdsp.o
  3631. CC libavcodec/x86/qpeldsp_init.o
  3632. X86ASM libavcodec/x86/rv34dsp.o
  3633. STRIP libavcodec/x86/rv34dsp.o
  3634. CC libavcodec/x86/rv34dsp_init.o
  3635. X86ASM libavcodec/x86/rv40dsp.o
  3636. CC libavcodec/x86/rv40dsp_init.o
  3637. STRIP libavcodec/x86/rv40dsp.o
  3638. X86ASM libavcodec/x86/sbcdsp.o
  3639. STRIP libavcodec/x86/hevc_mc.o
  3640. CC libavcodec/x86/sbcdsp_init.o
  3641. X86ASM libavcodec/x86/sbrdsp.o
  3642. STRIP libavcodec/x86/qpeldsp.o
  3643. CC libavcodec/x86/sbrdsp_init.o
  3644. STRIP libavcodec/x86/sbcdsp.o
  3645. X86ASM libavcodec/x86/simple_idct.o
  3646. X86ASM libavcodec/x86/simple_idct10.o
  3647. CC libavcodec/x86/snowdsp.o
  3648. STRIP libavcodec/x86/sbrdsp.o
  3649. X86ASM libavcodec/x86/svq1enc.o
  3650. STRIP libavcodec/x86/svq1enc.o
  3651. CC libavcodec/x86/svq1enc_init.o
  3652. X86ASM libavcodec/x86/synth_filter.o
  3653. CC libavcodec/x86/synth_filter_init.o
  3654. X86ASM libavcodec/x86/takdsp.o
  3655. STRIP libavcodec/x86/synth_filter.o
  3656. CC libavcodec/x86/takdsp_init.o
  3657. X86ASM libavcodec/x86/ttadsp.o
  3658. STRIP libavcodec/x86/takdsp.o
  3659. CC libavcodec/x86/ttadsp_init.o
  3660. X86ASM libavcodec/x86/ttaencdsp.o
  3661. STRIP libavcodec/x86/ttadsp.o
  3662. CC libavcodec/x86/ttaencdsp_init.o
  3663. X86ASM libavcodec/x86/utvideodsp.o
  3664. STRIP libavcodec/x86/ttaencdsp.o
  3665. CC libavcodec/x86/utvideodsp_init.o
  3666. STRIP libavcodec/x86/utvideodsp.o
  3667. CC libavcodec/x86/v210-init.o
  3668. X86ASM libavcodec/x86/v210.o
  3669. X86ASM libavcodec/x86/v210enc.o
  3670. STRIP libavcodec/x86/v210.o
  3671. CC libavcodec/x86/v210enc_init.o
  3672. STRIP libavcodec/x86/v210enc.o
  3673. CC libavcodec/x86/vc1dsp_init.o
  3674. X86ASM libavcodec/x86/vc1dsp_loopfilter.o
  3675. X86ASM libavcodec/x86/vc1dsp_mc.o
  3676. STRIP libavcodec/x86/vc1dsp_mc.o
  3677. CC libavcodec/x86/vc1dsp_mmx.o
  3678. STRIP libavcodec/x86/simple_idct10.o
  3679. X86ASM libavcodec/x86/videodsp.o
  3680. STRIP libavcodec/x86/vc1dsp_loopfilter.o
  3681. CC libavcodec/x86/videodsp_init.o
  3682. X86ASM libavcodec/x86/vorbisdsp.o
  3683. CC libavcodec/x86/vorbisdsp_init.o
  3684. STRIP libavcodec/x86/vorbisdsp.o
  3685. X86ASM libavcodec/x86/vp3dsp.o
  3686. CC libavcodec/x86/vp3dsp_init.o
  3687. X86ASM libavcodec/x86/vp6dsp.o
  3688. STRIP libavcodec/x86/videodsp.o
  3689. CC libavcodec/x86/vp6dsp_init.o
  3690. X86ASM libavcodec/x86/vp8dsp.o
  3691. STRIP libavcodec/x86/vp6dsp.o
  3692. CC libavcodec/x86/vp8dsp_init.o
  3693. STRIP libavcodec/x86/vp3dsp.o
  3694. X86ASM libavcodec/x86/vp8dsp_loopfilter.o
  3695. CC libavcodec/x86/vp9dsp_init.o
  3696. STRIP libavcodec/x86/vp8dsp.o
  3697. CC libavcodec/x86/vp9dsp_init_10bpp.o
  3698. CC libavcodec/x86/vp9dsp_init_12bpp.o
  3699. CC libavcodec/x86/vp9dsp_init_16bpp.o
  3700. X86ASM libavcodec/x86/vp9intrapred.o
  3701. X86ASM libavcodec/x86/vp9intrapred_16bpp.o
  3702. STRIP libavcodec/x86/simple_idct.o
  3703. X86ASM libavcodec/x86/vp9itxfm.o
  3704. STRIP libavcodec/x86/vp8dsp_loopfilter.o
  3705. X86ASM libavcodec/x86/vp9itxfm_16bpp.o
  3706. STRIP libavcodec/x86/vp9intrapred.o
  3707. X86ASM libavcodec/x86/vp9lpf.o
  3708. STRIP libavcodec/x86/vp9intrapred_16bpp.o
  3709. X86ASM libavcodec/x86/vp9lpf_16bpp.o
  3710. STRIP libavcodec/x86/vp9lpf_16bpp.o
  3711. X86ASM libavcodec/x86/vp9mc.o
  3712. STRIP libavcodec/x86/vp9itxfm_16bpp.o
  3713. X86ASM libavcodec/x86/vp9mc_16bpp.o
  3714. STRIP libavcodec/x86/vp9mc_16bpp.o
  3715. X86ASM libavcodec/x86/xvididct.o
  3716. STRIP libavcodec/x86/vp9mc.o
  3717. CC libavcodec/x86/xvididct_init.o
  3718. CC libavcodec/xan.o
  3719. STRIP libavcodec/x86/vp9lpf.o
  3720. CC libavcodec/xbm_parser.o
  3721. CC libavcodec/xbmdec.o
  3722. STRIP libavcodec/x86/xvididct.o
  3723. CC libavcodec/xbmenc.o
  3724. CC libavcodec/xface.o
  3725. CC libavcodec/xfacedec.o
  3726. CC libavcodec/xfaceenc.o
  3727. CC libavcodec/xiph.o
  3728. CC libavcodec/xl.o
  3729. CC libavcodec/xma_parser.o
  3730. CC libavcodec/xpmdec.o
  3731. CC libavcodec/xsubdec.o
  3732. CC libavcodec/xsubenc.o
  3733. CC libavcodec/xvididct.o
  3734. CC libavcodec/xwddec.o
  3735. CC libavcodec/xwdenc.o
  3736. CC libavcodec/xxan.o
  3737. CC libavcodec/y41pdec.o
  3738. CC libavcodec/y41penc.o
  3739. CC libavcodec/ylc.o
  3740. CC libavcodec/yop.o
  3741. CC libavcodec/yuv4dec.o
  3742. CC libavcodec/yuv4enc.o
  3743. CC libavcodec/zerocodec.o
  3744. CC libavcodec/zmbv.o
  3745. CC libavcodec/zmbvenc.o
  3746. AR libpostproc/libpostproc.a
  3747. CC libswresample/audioconvert.o
  3748. CC libswresample/dither.o
  3749. CC libswresample/options.o
  3750. CC libswresample/rematrix.o
  3751. CC libswresample/resample.o
  3752. CC libswresample/resample_dsp.o
  3753. CC libswresample/swresample.o
  3754. CC libswresample/swresample_frame.o
  3755. X86ASM libswresample/x86/audio_convert.o
  3756. CC libswresample/x86/audio_convert_init.o
  3757. X86ASM libswresample/x86/rematrix.o
  3758. CC libswresample/x86/rematrix_init.o
  3759. X86ASM libswresample/x86/resample.o
  3760. STRIP libswresample/x86/rematrix.o
  3761. CC libswresample/x86/resample_init.o
  3762. CC libswscale/alphablend.o
  3763. STRIP libswresample/x86/resample.o
  3764. CC libswscale/gamma.o
  3765. CC libswscale/hscale.o
  3766. CC libswscale/hscale_fast_bilinear.o
  3767. CC libswscale/input.o
  3768. CC libswscale/options.o
  3769. CC libswscale/output.o
  3770. STRIP libswresample/x86/audio_convert.o
  3771. CC libswscale/rgb2rgb.o
  3772. CC libswscale/slice.o
  3773. CC libswscale/swscale.o
  3774. CC libswscale/swscale_unscaled.o
  3775. CC libswscale/utils.o
  3776. CC libswscale/vscale.o
  3777. CC libswscale/x86/hscale_fast_bilinear_simd.o
  3778. X86ASM libswscale/x86/input.o
  3779. STRIP libswscale/x86/input.o
  3780. X86ASM libswscale/x86/output.o
  3781. STRIP libswscale/x86/output.o
  3782. CC libswscale/x86/rgb2rgb.o
  3783. X86ASM libswscale/x86/rgb_2_rgb.o
  3784. STRIP libswscale/x86/rgb_2_rgb.o
  3785. X86ASM libswscale/x86/scale.o
  3786. CC libswscale/x86/swscale.o
  3787. CC libswscale/x86/yuv2rgb.o
  3788. X86ASM libswscale/x86/yuv_2_rgb.o
  3789. STRIP libswscale/x86/scale.o
  3790. CC libswscale/yuv2rgb.o
  3791. STRIP libswscale/x86/yuv_2_rgb.o
  3792. CC libavutil/adler32.o
  3793. CC libavutil/aes.o
  3794. CC libavutil/aes_ctr.o
  3795. CC libavutil/audio_fifo.o
  3796. CC libavutil/avsscanf.o
  3797. CC libavutil/avstring.o
  3798. CC libavutil/base64.o
  3799. CC libavutil/blowfish.o
  3800. CC libavutil/bprint.o
  3801. CC libavutil/buffer.o
  3802. CC libavutil/camellia.o
  3803. CC libavutil/cast5.o
  3804. CC libavutil/channel_layout.o
  3805. CC libavutil/color_utils.o
  3806. CC libavutil/cpu.o
  3807. CC libavutil/crc.o
  3808. In file included from src/libavutil/cpu.c:44:
  3809. /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
  3810. 21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
  3811. | ^~~~~~~
  3812. CC libavutil/des.o
  3813. CC libavutil/dict.o
  3814. CC libavutil/display.o
  3815. CC libavutil/dovi_meta.o
  3816. CC libavutil/downmix_info.o
  3817. CC libavutil/encryption_info.o
  3818. CC libavutil/error.o
  3819. CC libavutil/eval.o
  3820. CC libavutil/fifo.o
  3821. CC libavutil/file.o
  3822. CC libavutil/file_open.o
  3823. CC libavutil/film_grain_params.o
  3824. CC libavutil/fixed_dsp.o
  3825. CC libavutil/float_dsp.o
  3826. CC libavutil/frame.o
  3827. CC libavutil/hash.o
  3828. CC libavutil/hdr_dynamic_metadata.o
  3829. CC libavutil/hmac.o
  3830. CC libavutil/hwcontext.o
  3831. CC libavutil/imgutils.o
  3832. CC libavutil/integer.o
  3833. CC libavutil/intmath.o
  3834. CC libavutil/lfg.o
  3835. CC libavutil/lls.o
  3836. CC libavutil/log.o
  3837. CC libavutil/log2_tab.o
  3838. CC libavutil/lzo.o
  3839. CC libavutil/mastering_display_metadata.o
  3840. CC libavutil/mathematics.o
  3841. CC libavutil/md5.o
  3842. CC libavutil/mem.o
  3843. CC libavutil/murmur3.o
  3844. CC libavutil/opt.o
  3845. src/libavutil/opt.c: In function 'av_opt_child_class_iterate':
  3846. src/libavutil/opt.c:1738:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  3847. 1738 | *iter = parent->child_class_next(*iter);
  3848. | ^
  3849. CC libavutil/parseutils.o
  3850. CC libavutil/pixdesc.o
  3851. CC libavutil/pixelutils.o
  3852. CC libavutil/random_seed.o
  3853. CC libavutil/rational.o
  3854. CC libavutil/rc4.o
  3855. CC libavutil/reverse.o
  3856. CC libavutil/ripemd.o
  3857. CC libavutil/samplefmt.o
  3858. CC libavutil/sha.o
  3859. CC libavutil/sha512.o
  3860. CC libavutil/slicethread.o
  3861. CC libavutil/spherical.o
  3862. CC libavutil/stereo3d.o
  3863. CC libavutil/tea.o
  3864. CC libavutil/threadmessage.o
  3865. CC libavutil/time.o
  3866. STRIP libavcodec/x86/vp9itxfm.o
  3867. CC libavutil/timecode.o
  3868. CC libavutil/tree.o
  3869. src/libavutil/timecode.c: In function 'av_timecode_make_string':
  3870. src/libavutil/timecode.c:121:60: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=]
  3871. 121 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d",
  3872. | ^~~~
  3873. src/libavutil/timecode.c:121:41: note: directive argument in the range [0, 2147483647]
  3874. 121 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d",
  3875. | ^~~~~~~~~~~~~~~~~~~~~~~~
  3876. In file included from /usr/include/stdio.h:867,
  3877. from src/libavutil/timecode.c:29:
  3878. /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 32 bytes into a destination of size 23
  3879. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  3880. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3881. 68 | __bos (__s), __fmt, __va_arg_pack ());
  3882. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3883. CC libavutil/twofish.o
  3884. CC libavutil/tx.o
  3885. CC libavutil/tx_double.o
  3886. CC libavutil/tx_float.o
  3887. CC libavutil/tx_int32.o
  3888. CC libavutil/utils.o
  3889. CC libavutil/video_enc_params.o
  3890. src/libavutil/video_enc_params.c: In function 'av_video_enc_params_alloc':
  3891. src/libavutil/video_enc_params.c:36:19: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  3892. 36 | if (nb_blocks > SIZE_MAX / sizeof(AVVideoBlockParams) ||
  3893. | ^
  3894. CC libavutil/x86/cpu.o
  3895. X86ASM libavutil/x86/cpuid.o
  3896. STRIP libavutil/x86/cpuid.o
  3897. X86ASM libavutil/x86/fixed_dsp.o
  3898. STRIP libavutil/x86/fixed_dsp.o
  3899. CC libavutil/x86/fixed_dsp_init.o
  3900. X86ASM libavutil/x86/float_dsp.o
  3901. STRIP libavutil/x86/float_dsp.o
  3902. CC libavutil/x86/float_dsp_init.o
  3903. X86ASM libavutil/x86/imgutils.o
  3904. STRIP libavutil/x86/imgutils.o
  3905. CC libavutil/x86/imgutils_init.o
  3906. X86ASM libavutil/x86/lls.o
  3907. STRIP libavutil/x86/lls.o
  3908. CC libavutil/x86/lls_init.o
  3909. X86ASM libavutil/x86/pixelutils.o
  3910. CC libavutil/x86/pixelutils_init.o
  3911. CC libavutil/xga_font_data.o
  3912. STRIP libavutil/x86/pixelutils.o
  3913. CC libavutil/xtea.o
  3914. CC fftools/ffmpeg_opt.o
  3915. CC fftools/ffmpeg_filter.o
  3916. src/fftools/ffmpeg_opt.c: In function 'open_output_file':
  3917. src/fftools/ffmpeg_opt.c:2448:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  3918. 2448 | if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0)
  3919. | ^~
  3920. In file included from src/fftools/cmdutils.h:30,
  3921. from src/fftools/ffmpeg.h:28,
  3922. from src/fftools/ffmpeg_opt.c:24:
  3923. src/libavformat/avformat.h:884:21: note: declared here
  3924. 884 | AVCodecContext *codec;
  3925. | ^~~~~
  3926. CC fftools/ffmpeg_hw.o
  3927. CC fftools/cmdutils.o
  3928. src/fftools/cmdutils.c: In function 'print_all_libs_info':
  3929. src/fftools/cmdutils.c:1139:5: warning: 'avresample_version' is deprecated [-Wdeprecated-declarations]
  3930. 1139 | PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level);
  3931. | ^~~~~~~~~~~~~~
  3932. In file included from src/fftools/cmdutils.c:37:
  3933. src/libavresample/avresample.h:148:10: note: declared here
  3934. 148 | unsigned avresample_version(void);
  3935. | ^~~~~~~~~~~~~~~~~~
  3936. src/fftools/cmdutils.c:1139:5: warning: 'avresample_configuration' is deprecated [-Wdeprecated-declarations]
  3937. 1139 | PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level);
  3938. | ^~~~~~~~~~~~~~
  3939. In file included from src/fftools/cmdutils.c:37:
  3940. src/libavresample/avresample.h:158:13: note: declared here
  3941. 158 | const char *avresample_configuration(void);
  3942. | ^~~~~~~~~~~~~~~~~~~~~~~~
  3943. CC fftools/ffmpeg.o
  3944. CC fftools/ffplay.o
  3945. src/fftools/ffmpeg.c: In function 'init_input_stream':
  3946. src/fftools/ffmpeg.c:2957:9: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
  3947. 2957 | ist->dec_ctx->thread_safe_callbacks = 1;
  3948. | ^~~
  3949. In file included from src/libavformat/avformat.h:312,
  3950. from src/fftools/ffmpeg.c:43:
  3951. src/libavcodec/avcodec.h:1805:9: note: declared here
  3952. 1805 | int thread_safe_callbacks;
  3953. | ^~~~~~~~~~~~~~~~~~~~~
  3954. In file included from /usr/include/string.h:495,
  3955. from src/fftools/cmdutils.c:22:
  3956. In function 'strncpy',
  3957. inlined from 'print_buildconf' at src/fftools/cmdutils.c:1168:9,
  3958. inlined from 'show_buildconf' at src/fftools/cmdutils.c:1208:5:
  3959. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
  3960. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  3961. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3962. In function 'strncpy',
  3963. inlined from 'print_buildconf' at src/fftools/cmdutils.c:1174:9,
  3964. inlined from 'show_buildconf' at src/fftools/cmdutils.c:1208:5:
  3965. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation]
  3966. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  3967. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3968. CC fftools/ffprobe.o
  3969. src/fftools/ffprobe.c: In function 'show_packet':
  3970. src/fftools/ffprobe.c:2171:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations]
  3971. 2171 | print_duration_ts("convergence_duration", pkt->convergence_duration);
  3972. | ^~~~~~~~~~~~~~~~~
  3973. In file included from src/libavcodec/bsf.h:30,
  3974. from src/libavcodec/avcodec.h:44,
  3975. from src/libavformat/avformat.h:312,
  3976. from src/fftools/ffprobe.c:31:
  3977. src/libavcodec/packet.h:392:13: note: declared here
  3978. 392 | int64_t convergence_duration;
  3979. | ^~~~~~~~~~~~~~~~~~~~
  3980. src/fftools/ffprobe.c:2172:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations]
  3981. 2172 | print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base);
  3982. | ^~~~~~~~~~~~~~~~~~~
  3983. In file included from src/libavcodec/bsf.h:30,
  3984. from src/libavcodec/avcodec.h:44,
  3985. from src/libavformat/avformat.h:312,
  3986. from src/fftools/ffprobe.c:31:
  3987. src/libavcodec/packet.h:392:13: note: declared here
  3988. 392 | int64_t convergence_duration;
  3989. | ^~~~~~~~~~~~~~~~~~~~
  3990. src/fftools/ffprobe.c: In function 'show_stream':
  3991. src/fftools/ffprobe.c:2694:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations]
  3992. 2694 | if (dec_ctx && dec_ctx->timecode_frame_start >= 0) {
  3993. | ^~
  3994. In file included from src/libavformat/avformat.h:312,
  3995. from src/fftools/ffprobe.c:31:
  3996. src/libavcodec/avcodec.h:1495:13: note: declared here
  3997. 1495 | int64_t timecode_frame_start;
  3998. | ^~~~~~~~~~~~~~~~~~~~
  3999. src/fftools/ffprobe.c:2696:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations]
  4000. 2696 | av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start);
  4001. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4002. In file included from src/libavformat/avformat.h:312,
  4003. from src/fftools/ffprobe.c:31:
  4004. src/libavcodec/avcodec.h:1495:13: note: declared here
  4005. 1495 | int64_t timecode_frame_start;
  4006. | ^~~~~~~~~~~~~~~~~~~~
  4007. src/fftools/ffprobe.c:2760:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  4008. 2760 | if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str);
  4009. | ^~
  4010. In file included from src/fftools/ffprobe.c:31:
  4011. src/libavformat/avformat.h:884:21: note: declared here
  4012. 884 | AVCodecContext *codec;
  4013. | ^~~~~
  4014. src/fftools/ffprobe.c:1829:12: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  4015. 1829 | struct unit_value uv; \
  4016. | ^~~~~~~~~~
  4017. src/fftools/ffprobe.c:2760:41: note: in expansion of macro 'print_val'
  4018. 2760 | if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str);
  4019. | ^~~~~~~~~
  4020. In file included from src/fftools/ffprobe.c:31:
  4021. src/libavformat/avformat.h:884:21: note: declared here
  4022. 884 | AVCodecContext *codec;
  4023. | ^~~~~
  4024. src/fftools/ffprobe.c: In function 'open_input_file':
  4025. src/fftools/ffprobe.c:3056:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  4026. 3056 | ist->dec_ctx->properties = stream->codec->properties;
  4027. | ^~~
  4028. In file included from src/fftools/ffprobe.c:31:
  4029. src/libavformat/avformat.h:884:21: note: declared here
  4030. 884 | AVCodecContext *codec;
  4031. | ^~~~~
  4032. src/fftools/ffprobe.c:3057:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  4033. 3057 | ist->dec_ctx->coded_width = stream->codec->coded_width;
  4034. | ^~~
  4035. In file included from src/fftools/ffprobe.c:31:
  4036. src/libavformat/avformat.h:884:21: note: declared here
  4037. 884 | AVCodecContext *codec;
  4038. | ^~~~~
  4039. src/fftools/ffprobe.c:3058:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  4040. 3058 | ist->dec_ctx->coded_height = stream->codec->coded_height;
  4041. | ^~~
  4042. In file included from src/fftools/ffprobe.c:31:
  4043. src/libavformat/avformat.h:884:21: note: declared here
  4044. 884 | AVCodecContext *codec;
  4045. | ^~~~~
  4046. INSTALL libavdevice/libavdevice.a
  4047. INSTALL libavformat/libavformat.a
  4048. INSTALL libpostproc/libpostproc.a
  4049. INSTALL libavdevice/libavdevice.pc
  4050. INSTALL libavfilter/libavfilter.pc
  4051. INSTALL libavformat/libavformat.pc
  4052. INSTALL libpostproc/libpostproc.pc
  4053. INSTALL libavcodec/libavcodec.pc
  4054. INSTALL libswresample/libswresample.pc
  4055. INSTALL libswscale/libswscale.pc
  4056. INSTALL libavutil/libavutil.pc
  4057. AR libavfilter/libavfilter.a
  4058. AR libavcodec/libavcodec.a
  4059. AR libswresample/libswresample.a
  4060. AR libswscale/libswscale.a
  4061. AR libavutil/libavutil.a
  4062. INSTALL libavfilter/libavfilter.a
  4063. INSTALL libswresample/libswresample.a
  4064. INSTALL libswscale/libswscale.a
  4065. INSTALL libavutil/libavutil.a
  4066. LD ffmpeg_g
  4067. LD ffplay_g
  4068. INSTALL libavcodec/libavcodec.a
  4069. STRIP ffplay
  4070. STRIP ffmpeg
  4071. LD ffprobe_g
  4072. STRIP ffprobe
  4073. INSTALL install-progs-yes
  4074. INSTALL ffmpeg
  4075. INSTALL ffplay
  4076. INSTALL ffprobe
  4077. make: Leaving directory '/home/ubuntu/mpv-build/ffmpeg_build'
  4078. Using mpv options: --enable-vapoursynth --enable-libmpv-shared --enable-zimg
  4079. Setting top to : /home/ubuntu/mpv-build/mpv
  4080. Setting out to : /home/ubuntu/mpv-build/mpv/build
  4081. Checking for waf version in 1.8.4-2.1.0 : ok
  4082. Checking for program 'cc' : /usr/bin/cc
  4083. Checking for program 'pkg-config' : /usr/bin/pkg-config
  4084. Checking for program 'ar' : /usr/bin/ar
  4085. Checking for program 'rst2html' : not found
  4086. Checking for program 'rst2man' : not found
  4087. Checking for program 'rst2pdf' : not found
  4088. Checking for program 'windres' : not found
  4089. Checking for program 'perl' : /usr/bin/perl
  4090. Checking for 'gcc' (C compiler) : /usr/bin/cc
  4091. Detected target OS: : os-linux
  4092. Checking for compiler flags -std=c11 : yes
  4093. Checking for compiler flags -Werror -Werror=implicit-function-declaration : yes
  4094. Checking for compiler flags -Werror -Wno-error=deprecated-declarations : yes
  4095. Checking for compiler flags -Werror -Wno-error=unused-function : yes
  4096. Checking for compiler flags -Werror -Wempty-body : yes
  4097. Checking for compiler flags -Werror -Wdisabled-optimization : yes
  4098. Checking for compiler flags -Werror -Wstrict-prototypes : yes
  4099. Checking for compiler flags -Werror -Wno-format-zero-length : yes
  4100. Checking for compiler flags -Werror -Werror=format-security : yes
  4101. Checking for compiler flags -Werror -Wno-redundant-decls : yes
  4102. Checking for compiler flags -Werror -Wvla : yes
  4103. Checking for compiler flags -Werror -Wno-format-truncation : yes
  4104. Checking for compiler flags -Werror -Wimplicit-fallthrough : yes
  4105. Checking for compiler flags -Werror -fno-math-errno : yes
  4106. Checking for LGPL (version 2.1 or later) build : disabled
  4107. Checking for GPL (version 2 or later) build : yes
  4108. Checking for mpv CLI player : yes
  4109. Checking for shared library : yes
  4110. Checking for static library : disabled
  4111. Checking for static build : disabled
  4112. Checking for whether to include binary compile time : yes
  4113. Checking for whether to optimize : yes
  4114. Checking for whether to compile-in debugging information : yes
  4115. Checking for unit tests (development only) : disabled
  4116. Checking for enable ta leak report by default (development only) : disabled
  4117. Checking for manpage generation : no (missing RST2MAN)
  4118. Checking for html manual generation : disabled
  4119. Checking for pdf manual generation : disabled
  4120. Checking for dynamic loader : yes
  4121. Checking for C plugins : yes
  4122. Checking for inline assembly (currently without effect) : yes
  4123. Checking for generate a clang compilation database : disabled
  4124. Checking for static Swift linking : disabled
  4125. Checking for compiler support for noexecstack : yes
  4126. Checking for linker support for --nxcompat --no-seh --dynamicbase : no
  4127. Checking for -lm : yes
  4128. Checking for MinGW : os-win32 not found
  4129. Checking for POSIX environment : yes
  4130. Checking for Android environment : no
  4131. Checking for tvOS environment : no
  4132. Checking for Android EGL support : android not found
  4133. Checking for development environment : yes
  4134. Checking for macOS Swift build tools : os-darwin not found
  4135. Checking for Universal Windows Platform : disabled
  4136. Checking for win32 desktop APIs : os-win32 not found
  4137. Checking for internal pthread wrapper for win32 (Vista+) : posix found
  4138. Checking for POSIX threads : yes
  4139. Checking for pthread runtime debugging wrappers : disabled
  4140. Checking for C11 stdatomic.h : yes
  4141. Checking for linking with -lrt : yes
  4142. Checking for iconv : yes
  4143. Checking for w32/dos paths : os-win32 not found
  4144. Checking for glob() POSIX support : yes
  4145. Checking for glob() win32 replacement : posix found
  4146. Checking for any glob() support : yes
  4147. Checking for vt.h : yes
  4148. Checking for consio.h : vt.h found
  4149. Checking for gbm.h : no
  4150. Checking for GLIBC API for setting thread name : yes
  4151. Checking for OSX API for setting thread name : glibc-thread-name found
  4152. Checking for BSD API for setting thread name : glibc-thread-name found
  4153. Checking for BSD's fstatfs() : no
  4154. Checking for Linux's fstatfs() : yes
  4155. Checking for Linux's input-event-codes.h : yes
  4156. Checking for Lua : no ('lua-5.1 >= 5.1.0' not found)
  4157. Checking for Javascript (MuJS backend) : no ('mujs >= 1.0.0' not found)
  4158. Checking for SSA/ASS support : yes
  4159. Checking for zlib : yes
  4160. Checking for Bluray support : yes
  4161. Checking for dvdnav support : disabled
  4162. Checking for cdda support (libcdio) : disabled
  4163. Checking for uchardet support : no ('uchardet' not found)
  4164. Checking for librubberband support : no ('rubberband >= 1.8.0' not found)
  4165. Checking for libzimg support (high quality software scaler) : yes
  4166. Checking for LCMS2 support : no ('lcms2 >= 2.6' not found)
  4167. Checking for VapourSynth filter bridge : yes
  4168. Checking for libarchive wrapper for reading zip files and more : no ('libarchive >= 3.4.0' not found)
  4169. Checking for DVB input module : disabled
  4170. Checking for SDL2 : disabled
  4171. Checking for SDL2 gamepad input : sdl2 not found
  4172. Checking for FFmpeg library : yes
  4173. Checking for libavdevice : yes
  4174. Checking for Disable all known FFmpeg ABI violations : disabled
  4175. Checking for SDL2 audio output : sdl2 not found
  4176. Checking for PulseAudio audio output : yes
  4177. Checking for JACK audio output : no ('jack' not found)
  4178. Checking for OpenAL audio output : disabled
  4179. Checking for OpenSL ES audio output : no
  4180. Checking for ALSA audio output : yes
  4181. Checking for CoreAudio audio output : no
  4182. Checking for AudioUnit output for iOS : no
  4183. Checking for WASAPI audio output : os-win32 not found
  4184. Checking for SDL2 video output : sdl2 not found
  4185. Checking for Cocoa : no
  4186. Checking for DRM : yes
  4187. Checking for GBM : gbm.h not found
  4188. Checking for wayland-scanner : yes
  4189. Checking for wayland-protocols : no ('wayland-protocols >= 1.15' not found)
  4190. Checking for Wayland : wayland-protocols not found
  4191. Checking for Linux's memfd_create() : wayland not found
  4192. Checking for X11 : yes
  4193. Checking for Xv video output : yes
  4194. Checking for OpenGL Cocoa Backend : cocoa not found
  4195. Checking for OpenGL X11/GLX (deprecated/legacy) : disabled
  4196. Checking for Raspberry Pi support : disabled
  4197. Checking for EGL 1.4 : yes
  4198. Checking for OpenGL X11 EGL Backend : yes
  4199. Checking for OpenGL DRM EGL Backend : gbm not found
  4200. Checking for OpenGL Wayland Backend : wayland not found
  4201. Checking for OpenGL Win32 Backend : win32-desktop not found
  4202. Checking for OpenGL/DirectX Interop Backend : gl-win32 not found
  4203. Checking for OpenGL ANGLE headers : os-win32 not found
  4204. Checking for OpenGL Win32 ANGLE Library : egl-angle not found
  4205. Checking for OpenGL Win32 ANGLE Backend : egl-angle not found
  4206. Checking for VDPAU acceleration : no ('vdpau >= 0.2' not found)
  4207. Checking for VDPAU with OpenGL/X11 : vdpau not found
  4208. Checking for VAAPI acceleration : no ('libva >= 1.1.0' not found)
  4209. Checking for VAAPI (X11 support) : vaapi not found
  4210. Checking for VAAPI (Wayland support) : vaapi not found
  4211. Checking for VAAPI (DRM/EGL support) : vaapi not found
  4212. Checking for VAAPI EGL on X11 : vaapi-x11 not found
  4213. Checking for VAAPI EGL : vaapi-x-egl not found
  4214. Checking for CACA : yes
  4215. Checking for JPEG support : yes
  4216. Checking for Direct3D support : win32-desktop not found
  4217. Checking for libshaderc SPIR-V compiler (shared library) : no
  4218. Checking for libshaderc SPIR-V compiler (static library) : no
  4219. Checking for libshaderc SPIR-V compiler : shaderc-shared not found
  4220. Checking for SPIRV-Cross SPIR-V shader converter (shared library) : no ('spirv-cross-c-shared' not found)
  4221. Checking for SPIRV-Cross SPIR-V shader converter (static library) : no ('spirv-cross' not found)
  4222. Checking for SPIRV-Cross SPIR-V shader converter : spirv-cross-shared not found
  4223. Checking for Direct3D 11 video output : win32-desktop not found
  4224. Checking for iOS OpenGL ES hardware decoding interop support : no
  4225. Checking for OpenGL without platform-specific code (e.g. for libmpv) : yes
  4226. Checking for OpenGL context support : yes
  4227. Checking for libplacebo support : no ('libplacebo >= 1.18.0' not found)
  4228. Checking for Vulkan context support : libplacebo not found
  4229. Checking for VAAPI Vulkan : vaapi not found
  4230. Checking for EGL helper functions : yes
  4231. Checking for Sixel : no ('libsixel >= 1.5' not found)
  4232. Checking for libavcodec videotoolbox hwaccel : gl-cocoa not found
  4233. Checking for Videotoolbox with OpenGL : gl-cocoa not found
  4234. Checking for D3D11VA hwaccel : os-win32 not found
  4235. Checking for DXVA2 hwaccel : d3d-hwaccel not found
  4236. Checking for OpenGL/DirectX Interop Backend DXVA2 interop : gl-dxinterop not found
  4237. Checking for CUDA Headers and dynamic loader : no ('ffnvcodec >= 8.2.15.7' not found)
  4238. Checking for CUDA acceleration : ffnvcodec not found
  4239. Checking for CUDA with graphics interop : cuda-hwaccel not found
  4240. Checking for Raspberry Pi MMAL hwaccel : rpi not found
  4241. Checking for w32 executable : os-win32 not found
  4242. Checking for macOS Touch Bar support : cocoa not found
  4243. Checking for macOS 10.11 SDK Features : cocoa not found
  4244. Checking for macOS 10.12.2 SDK Features : cocoa not found
  4245. Checking for macOS 10.14 SDK Features : cocoa not found
  4246. Checking for macOS Media Player support : macos-10-12-2-features not found
  4247. Checking for macOS libmpv backend : cocoa not found
  4248. Writing configuration header: : config.h
  4249. 'configure' finished successfully (1.461s)
  4250. Waf: Entering directory `/home/ubuntu/mpv-build/mpv/build'
  4251. [1/1] Compiling version.sh
  4252. [ 2/427] Compiling TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns
  4253. [ 3/427] Compiling etc/mpv-icon-8bit-16x16.png
  4254. [ 4/427] Compiling etc/mpv-icon-8bit-32x32.png
  4255. [ 5/427] Compiling etc/mpv-icon-8bit-64x64.png
  4256. [ 6/427] Compiling etc/mpv-icon-8bit-128x128.png
  4257. [ 7/427] Compiling etc/input.conf
  4258. [ 8/427] Compiling etc/builtin.conf
  4259. [ 9/427] Compiling sub/osd_font.otf
  4260. [ 10/427] Compiling player/lua/defaults.lua
  4261. [ 11/427] Compiling player/lua/assdraw.lua
  4262. [ 12/427] Compiling player/lua/options.lua
  4263. [ 13/427] Compiling player/lua/osc.lua
  4264. [ 14/427] Compiling player/lua/ytdl_hook.lua
  4265. [ 15/427] Compiling player/lua/stats.lua
  4266. [ 16/427] Compiling player/lua/console.lua
  4267. [ 17/427] Compiling player/lua/auto_profiles.lua
  4268. [ 18/427] Compiling player/javascript/defaults.js
  4269. [ 19/427] Creating build/generated/ebml_types.h
  4270. [ 20/427] Creating build/generated/ebml_defs.c
  4271. [ 21/427] Compiling libmpv/mpv.def
  4272. [ 22/427] Compiling libmpv/mpv.def
  4273. [ 23/427] Compiling libmpv/mpv.pc.in
  4274. [ 24/427] Compiling audio/filter/af_format.c
  4275. [ 25/427] Compiling demux/demux_null.c
  4276. [ 26/427] Compiling demux/demux_raw.c
  4277. [ 27/427] Compiling demux/timeline.c
  4278. [ 28/427] Compiling filters/f_output_chain.c
  4279. [ 29/427] Compiling misc/json.c
  4280. [ 30/427] Compiling video/filter/vf_gpu.c
  4281. [ 31/427] Compiling stream/stream_cb.c
  4282. [ 32/427] Compiling video/out/opengl/context_x11egl.c
  4283. [ 33/427] Compiling demux/demux_disc.c
  4284. [ 34/427] Compiling video/filter/vf_format.c
  4285. [ 35/427] Compiling stream/stream_bluray.c
  4286. [ 36/427] Compiling video/out/opengl/context.c
  4287. [ 37/427] Compiling common/av_common.c
  4288. [ 38/427] Compiling misc/dispatch.c
  4289. [ 39/427] Compiling video/filter/vf_fingerprint.c
  4290. [ 40/427] Compiling stream/stream_avdevice.c
  4291. [ 41/427] Compiling stream/stream.c
  4292. [ 42/427] Compiling demux/demux_cue.c
  4293. [ 43/427] Compiling video/filter/refqueue.c
  4294. [ 44/427] Compiling stream/cookies.c
  4295. [ 45/427] Compiling audio/format.c
  4296. [ 46/427] Compiling video/decode/vd_lavc.c
  4297. [ 47/427] Compiling misc/charset_conv.c
  4298. [ 48/427] Compiling player/video.c
  4299. [ 49/427] Compiling video/csputils.c
  4300. [ 50/427] Compiling demux/demux.c
  4301. ../video/decode/vd_lavc.c: In function 'init_avctx':
  4302. ../video/decode/vd_lavc.c:664:9: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
  4303. 664 | avctx->thread_safe_callbacks = 1;
  4304. | ^~~~~
  4305. In file included from ../video/decode/vd_lavc.c:25:
  4306. ../../build_libs/include/libavcodec/avcodec.h:1805:9: note: declared here
  4307. 1805 | int thread_safe_callbacks;
  4308. | ^~~~~~~~~~~~~~~~~~~~~
  4309.  
  4310. [ 51/427] Compiling video/out/gpu/video_shaders.c
  4311. [ 52/427] Compiling player/sub.c
  4312. [ 53/427] Compiling video/out/libmpv_sw.c
  4313. [ 54/427] Compiling audio/out/buffer.c
  4314. [ 55/427] Compiling misc/bstr.c
  4315. [ 56/427] Compiling video/out/gpu/video.c
  4316. [ 57/427] Compiling audio/filter/af_scaletempo.c
  4317. [ 58/427] Compiling demux/packet.c
  4318. [ 59/427] Compiling input/keycodes.c
  4319. [ 60/427] Compiling video/out/gpu/user_shaders.c
  4320. [ 61/427] Compiling player/osd.c
  4321. [ 62/427] Compiling sub/osd.c
  4322. [ 63/427] Compiling player/misc.c
  4323. [ 64/427] Compiling demux/cue.c
  4324. [ 65/427] Compiling filters/f_hwtransfer.c
  4325. [ 66/427] Compiling video/out/gpu/spirv.c
  4326. [ 67/427] Compiling player/main.c
  4327. [ 68/427] Compiling audio/out/ao_pulse.c
  4328. [ 69/427] Compiling input/ipc-unix.c
  4329. [ 70/427] Compiling video/out/gpu/shader_cache.c
  4330. [ 71/427] Compiling player/loadfile.c
  4331. [ 72/427] Compiling sub/lavc_conv.c
  4332. [ 73/427] Compiling demux/codec_tags.c
  4333. [ 74/427] Compiling player/external_files.c
  4334. [ 75/427] Compiling video/out/gpu/ra.c
  4335. [ 76/427] Compiling sub/filter_sdh.c
  4336. [ 77/427] Compiling player/configfiles.c
  4337. [ 78/427] Compiling audio/fmt-conversion.c
  4338. [ 79/427] Compiling filters/f_demux_in.c
  4339. [ 80/427] Compiling input/ipc.c
  4340. [ 81/427] Compiling video/out/gpu/osd.c
  4341. [ 82/427] Compiling sub/filter_regex.c
  4342. [ 83/427] Compiling player/command.c
  4343. [ 84/427] Compiling common/version.c
  4344. [ 85/427] Compiling video/out/gpu/libmpv_gpu.c
  4345. [ 86/427] Compiling sub/img_convert.c
  4346. [ 87/427] Compiling player/client.c
  4347. [ 88/427] Compiling audio/out/ao_pcm.c
  4348. [ 89/427] Compiling input/input.c
  4349. [ 90/427] Compiling video/out/gpu/lcms.c
  4350. [ 91/427] Compiling sub/draw_bmp.c
  4351. [ 92/427] Compiling player/audio.c
  4352. [ 93/427] Compiling options/path.c
  4353. [ 94/427] Compiling common/tags.c
  4354. [ 95/427] Compiling ta/ta_utils.c
  4355. [ 96/427] Compiling options/parse_configfile.c
  4356. [ 97/427] Compiling sub/dec_sub.c
  4357. [ 98/427] Compiling demux/demux_playlist.c
  4358. [ 99/427] Compiling demux/ebml.c
  4359. [100/427] Compiling filters/f_decoder_wrapper.c
  4360. [101/427] Compiling input/event.c
  4361. [102/427] Compiling ta/ta_talloc.c
  4362. [103/427] Compiling ta/ta.c
  4363. [104/427] Compiling options/parse_commandline.c
  4364. [105/427] Compiling common/stats.c
  4365. [106/427] Compiling audio/filter/af_lavcac3enc.c
  4366. [107/427] Compiling options/options.c
  4367. [108/427] Compiling osdep/subprocess.c
  4368. [109/427] Compiling options/m_property.c
  4369. [110/427] Compiling audio/out/ao_null.c
  4370. [111/427] Compiling input/cmd.c
  4371. [112/427] Compiling osdep/semaphore_osx.c
  4372. [113/427] Compiling osdep/path-unix.c
  4373. [114/427] Compiling options/m_option.c
  4374. [115/427] Compiling osdep/polldev.c
  4375. [116/427] Compiling common/recorder.c
  4376. [117/427] Compiling options/m_config_frontend.c
  4377. [118/427] Compiling osdep/subprocess-posix.c
  4378. [119/427] Compiling audio/filter/af_scaletempo2_internals.c
  4379. [120/427] Compiling filters/f_auto_filters.c
  4380. [121/427] Compiling filters/user_filters.c
  4381. [122/427] Compiling osdep/timer.c
  4382. [123/427] Compiling options/m_config_core.c
  4383. [124/427] Compiling video/repack.c
  4384. [125/427] Compiling video/out/gpu/hwdec.c
  4385. [126/427] Compiling osdep/timer-linux.c
  4386. [127/427] Compiling audio/filter/af_drop.c
  4387. [128/427] Compiling common/playlist.c
  4388. [129/427] Compiling osdep/threads.c
  4389. [130/427] Compiling video/out/x11_common.c
  4390. [131/427] Compiling osdep/io.c
  4391. [132/427] Compiling video/out/gpu/error_diffusion.c
  4392. [133/427] Compiling osdep/terminal-unix.c
  4393. [134/427] Compiling audio/decode/ad_spdif.c
  4394. [135/427] Compiling stream/stream_null.c
  4395. [136/427] Compiling video/out/win_state.c
  4396. [137/427] Compiling sub/ass_mp.c
  4397. [138/427] Compiling audio/out/ao_lavc.c
  4398. [139/427] Compiling filters/frame.c
  4399. [140/427] Compiling video/zimg.c
  4400. [141/427] Compiling video/out/gpu/context.c
  4401. [142/427] Compiling stream/stream_memory.c
  4402. [143/427] Compiling stream/stream_mf.c
  4403. [144/427] Compiling video/sws_utils.c
  4404. [145/427] Compiling video/out/vo_xv.c
  4405. [146/427] Compiling video/out/filter_kernels.c
  4406. [147/427] Compiling stream/stream_lavf.c
  4407. [148/427] Compiling audio/decode/ad_lavc.c
  4408. [149/427] Compiling common/msg.c
  4409. [150/427] Compiling sub/osd_libass.c
  4410. [151/427] Compiling audio/chmap_sel.c
  4411. [152/427] Compiling audio/chmap.c
  4412. [153/427] Compiling stream/stream_edl.c
  4413. [154/427] Compiling video/out/drm_prime.c
  4414. [155/427] Compiling stream/stream_slice.c
  4415. [156/427] Compiling stream/stream_file.c
  4416. [157/427] Compiling demux/demux_timeline.c
  4417. [158/427] Compiling filters/f_autoconvert.c
  4418. [159/427] Compiling audio/filter/af_scaletempo2.c
  4419. [160/427] Compiling filters/filter.c
  4420. [161/427] Compiling video/out/drm_common.c
  4421. [162/427] Compiling video/out/vo_tct.c
  4422. [163/427] Compiling stream/stream_concat.c
  4423. [164/427] Compiling audio/aframe.c
  4424. [165/427] Compiling video/out/vo_null.c
  4425. [166/427] Compiling common/encode_lavc.c
  4426. [167/427] Compiling video/out/vo_libmpv.c
  4427. [168/427] Compiling video/out/vo_lavc.c
  4428. [169/427] Compiling video/out/drm_atomic.c
  4429. [170/427] Compiling audio/out/ao_alsa.c
  4430. [171/427] Compiling common/common.c
  4431. [172/427] Compiling video/out/vo_image.c
  4432. [173/427] Compiling video/out/dr_helper.c
  4433. [174/427] Compiling video/out/vo_gpu.c
  4434. [175/427] Compiling video/out/bitmap_packer.c
  4435. [176/427] Compiling filters/f_utils.c
  4436. [177/427] Compiling demux/demux_mkv_timeline.c
  4437. [178/427] Compiling video/out/aspect.c
  4438. [179/427] Compiling video/out/vo_drm.c
  4439. [180/427] Compiling video/out/dither.c
  4440. [181/427] Compiling video/mp_image_pool.c
  4441. [182/427] Compiling video/out/vo_caca.c
  4442. [183/427] Compiling misc/thread_tools.c
  4443. [184/427] Compiling audio/out/ao.c
  4444. [185/427] Compiling filters/f_swscale.c
  4445. [186/427] Compiling misc/thread_pool.c
  4446. [187/427] Compiling video/mp_image.c
  4447. [188/427] Compiling filters/f_async_queue.c
  4448. [189/427] Compiling video/out/vo.c
  4449. [190/427] Compiling demux/demux_mkv.c
  4450. [191/427] Compiling video/out/vo_x11.c
  4451. [192/427] Compiling video/img_format.c
  4452. [193/427] Compiling common/codecs.c
  4453. [194/427] Compiling video/image_writer.c
  4454. [195/427] Compiling video/out/opengl/ra_gl.c
  4455. [196/427] Compiling demux/demux_mf.c
  4456. [197/427] Compiling video/image_loader.c
  4457. [198/427] Compiling video/out/opengl/oml_sync.c
  4458. [199/427] Compiling common/av_log.c
  4459. [200/427] Compiling misc/node.c
  4460. [201/427] Compiling filters/f_swresample.c
  4461. [202/427] Compiling video/hwdec.c
  4462. [203/427] Compiling misc/rendezvous.c
  4463. [204/427] Compiling video/out/opengl/libmpv_gl.c
  4464. [205/427] Compiling video/fmt-conversion.c
  4465. [206/427] Compiling video/out/opengl/hwdec_drmprime_drm.c
  4466. [207/427] Compiling misc/natural_sort.c
  4467. [208/427] Compiling demux/demux_edl.c
  4468. [209/427] Compiling video/filter/vf_vapoursynth.c
  4469. [210/427] Compiling video/out/opengl/formats.c
  4470. [211/427] Compiling demux/demux_lavf.c
  4471. [212/427] Compiling video/out/opengl/egl_helpers.c
  4472. [213/427] Compiling video/filter/vf_sub.c
  4473. [214/427] Compiling player/scripting.c
  4474. [215/427] Compiling video/out/opengl/utils.c
  4475. [216/427] Compiling player/playloop.c
  4476. [217/427] Compiling video/out/opengl/common.c
  4477. [218/427] Compiling sub/sd_lavc.c
  4478. [219/427] Compiling video/out/gpu/utils.c
  4479. [220/427] Compiling demux/cache.c
  4480. [221/427] Compiling filters/f_lavfi.c
  4481. [222/427] Compiling player/screenshot.c
  4482. [223/427] Compiling sub/sd_ass.c
  4483. [224/427] Compiling osdep/main-fn-unix.c
  4484. [225/427] Compiling demux/packet.c
  4485. [226/427] Compiling video/hwdec.c
  4486. [227/427] Compiling video/out/opengl/formats.c
  4487. [228/427] Compiling filters/f_hwtransfer.c
  4488. [229/427] Compiling player/configfiles.c
  4489. [230/427] Compiling video/fmt-conversion.c
  4490. [231/427] Compiling video/out/opengl/context_x11egl.c
  4491. [232/427] Compiling filters/f_decoder_wrapper.c
  4492. [233/427] Compiling audio/out/buffer.c
  4493. [234/427] Compiling demux/ebml.c
  4494. [235/427] Linking build/mpv
  4495. [236/427] Compiling audio/out/ao_pcm.c
  4496. [237/427] Compiling player/client.c
  4497. [238/427] Compiling video/out/gpu/utils.c
  4498. [239/427] Compiling filters/f_autoconvert.c
  4499. [240/427] Compiling options/path.c
  4500. [241/427] Compiling video/out/gpu/video_shaders.c
  4501. [242/427] Compiling audio/out/ao_alsa.c
  4502. [243/427] Compiling audio/out/ao_lavc.c
  4503. [244/427] Compiling video/out/gpu/video.c
  4504. [245/427] Compiling sub/sd_ass.c
  4505. [246/427] Compiling stream/stream_mf.c
  4506. [247/427] Compiling video/out/gpu/user_shaders.c
  4507. [248/427] Compiling demux/timeline.c
  4508. [249/427] Compiling options/parse_commandline.c
  4509. [250/427] Compiling sub/filter_regex.c
  4510. [251/427] Compiling sub/lavc_conv.c
  4511. [252/427] Compiling audio/filter/af_scaletempo2.c
  4512. [253/427] Compiling options/options.c
  4513. [254/427] Compiling options/m_property.c
  4514. [255/427] Compiling audio/decode/ad_spdif.c
  4515. [256/427] Compiling sub/draw_bmp.c
  4516. [257/427] Compiling options/m_config_core.c
  4517. [258/427] Compiling sub/dec_sub.c
  4518. [259/427] Compiling misc/thread_pool.c
  4519. [260/427] Compiling stream/stream_null.c
  4520. [261/427] Compiling ta/ta_utils.c
  4521. [262/427] Compiling player/misc.c
  4522. [263/427] Compiling ta/ta.c
  4523. [264/427] Compiling audio/chmap_sel.c
  4524. [265/427] Compiling ta/ta_talloc.c
  4525. [266/427] Compiling stream/stream_file.c
  4526. [267/427] Compiling osdep/subprocess-posix.c
  4527. [268/427] Compiling osdep/io.c
  4528. [269/427] Compiling osdep/semaphore_osx.c
  4529. [270/427] Compiling video/decode/vd_lavc.c
  4530. [271/427] Compiling input/keycodes.c
  4531. [272/427] Compiling video/out/gpu/libmpv_gpu.c
  4532. [273/427] Compiling osdep/polldev.c
  4533. [274/427] Compiling osdep/subprocess.c
  4534. [275/427] Compiling osdep/path-unix.c
  4535. [276/427] Compiling misc/charset_conv.c
  4536. [277/427] Compiling video/out/dr_helper.c
  4537. [278/427] Compiling common/playlist.c
  4538. [279/427] Compiling video/repack.c
  4539. [280/427] Compiling demux/demux_mkv.c
  4540. ../video/decode/vd_lavc.c: In function 'init_avctx':
  4541. ../video/decode/vd_lavc.c:664:9: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
  4542. 664 | avctx->thread_safe_callbacks = 1;
  4543. | ^~~~~
  4544. In file included from ../video/decode/vd_lavc.c:25:
  4545. ../../build_libs/include/libavcodec/avcodec.h:1805:9: note: declared here
  4546. 1805 | int thread_safe_callbacks;
  4547. | ^~~~~~~~~~~~~~~~~~~~~
  4548.  
  4549. [281/427] Compiling video/out/vo_x11.c
  4550. [282/427] Compiling input/ipc.c
  4551. [283/427] Compiling video/out/vo_lavc.c
  4552. [284/427] Compiling demux/demux_disc.c
  4553. [285/427] Compiling player/video.c
  4554. [286/427] Compiling common/av_common.c
  4555. [287/427] Compiling filters/user_filters.c
  4556. [288/427] Compiling filters/f_swscale.c
  4557. [289/427] Compiling video/mp_image_pool.c
  4558. [290/427] Compiling video/image_writer.c
  4559. [291/427] Compiling video/out/vo.c
  4560. [292/427] Compiling video/filter/vf_format.c
  4561. [293/427] Compiling misc/natural_sort.c
  4562. [294/427] Compiling video/img_format.c
  4563. [295/427] Compiling osdep/timer-linux.c
  4564. [296/427] Compiling video/out/gpu/ra.c
  4565. [297/427] Compiling misc/json.c
  4566. [298/427] Compiling demux/demux_playlist.c
  4567. [299/427] Compiling video/out/filter_kernels.c
  4568. [300/427] Compiling misc/dispatch.c
  4569. [301/427] Compiling video/out/gpu/lcms.c
  4570. [302/427] Compiling stream/stream_cb.c
  4571. [303/427] Compiling video/out/vo_xv.c
  4572. [304/427] Compiling demux/demux_mf.c
  4573. [305/427] Compiling input/ipc-unix.c
  4574. [306/427] Compiling video/out/drm_common.c
  4575. [307/427] Compiling video/out/vo_tct.c
  4576. [308/427] Compiling stream/cookies.c
  4577. [309/427] Compiling demux/demux_edl.c
  4578. [310/427] Compiling input/cmd.c
  4579. [311/427] Compiling demux/cue.c
  4580. [312/427] Compiling common/recorder.c
  4581. [313/427] Compiling player/screenshot.c
  4582. [314/427] Compiling video/mp_image.c
  4583. [315/427] Compiling video/out/vo_caca.c
  4584. [316/427] Compiling filters/f_utils.c
  4585. [317/427] Compiling video/out/vo_image.c
  4586. [318/427] Compiling common/encode_lavc.c
  4587. [319/427] Compiling video/image_loader.c
  4588. [320/427] Compiling common/msg.c
  4589. [321/427] Compiling player/main.c
  4590. [322/427] Compiling video/filter/vf_sub.c
  4591. [323/427] Compiling video/zimg.c
  4592. [324/427] Compiling video/filter/vf_gpu.c
  4593. [325/427] Compiling misc/rendezvous.c
  4594. [326/427] Compiling filters/f_lavfi.c
  4595. [327/427] Compiling player/command.c
  4596. [328/427] Compiling audio/out/ao_pulse.c
  4597. [329/427] Compiling sub/sd_lavc.c
  4598. [330/427] Compiling common/codecs.c
  4599. [331/427] Compiling audio/out/ao_null.c
  4600. [332/427] Compiling filters/f_async_queue.c
  4601. [333/427] Compiling filters/f_auto_filters.c
  4602. [334/427] Compiling options/m_option.c
  4603. [335/427] Compiling audio/format.c
  4604. [336/427] Compiling sub/filter_sdh.c
  4605. [337/427] Compiling audio/filter/af_format.c
  4606. [338/427] Compiling audio/filter/af_scaletempo2_internals.c
  4607. [339/427] Compiling misc/thread_tools.c
  4608. [340/427] Compiling audio/filter/af_lavcac3enc.c
  4609. [341/427] Compiling audio/filter/af_drop.c
  4610. [342/427] Compiling misc/node.c
  4611. [343/427] Compiling video/out/gpu/shader_cache.c
  4612. [344/427] Compiling demux/demux_lavf.c
  4613. [345/427] Compiling video/out/gpu/spirv.c
  4614. [346/427] Compiling stream/stream_edl.c
  4615. [347/427] Compiling demux/demux_null.c
  4616. [348/427] Compiling audio/chmap.c
  4617. [349/427] Compiling stream/stream_concat.c
  4618. [350/427] Compiling demux/cache.c
  4619. [351/427] Compiling video/out/drm_atomic.c
  4620. [352/427] Compiling input/event.c
  4621. [353/427] Compiling video/out/vo_null.c
  4622. [354/427] Compiling video/out/vo_drm.c
  4623. [355/427] Compiling player/playloop.c
  4624. [356/427] Compiling osdep/threads.c
  4625. [357/427] Compiling player/scripting.c
  4626. [358/427] Compiling common/stats.c
  4627. [359/427] Compiling osdep/terminal-unix.c
  4628. [360/427] Compiling options/parse_configfile.c
  4629. [361/427] Compiling video/out/x11_common.c
  4630. [362/427] Compiling video/out/drm_prime.c
  4631. [363/427] Compiling input/input.c
  4632. [364/427] Compiling video/out/gpu/context.c
  4633. [365/427] Compiling stream/stream_slice.c
  4634. [366/427] Compiling player/sub.c
  4635. [367/427] Compiling common/tags.c
  4636. [368/427] Compiling video/out/vo_gpu.c
  4637. [369/427] Compiling video/out/opengl/ra_gl.c
  4638. [370/427] Compiling video/filter/vf_vapoursynth.c
  4639. [371/427] Compiling player/external_files.c
  4640. [372/427] Compiling filters/f_swresample.c
  4641. [373/427] Compiling video/filter/refqueue.c
  4642. [374/427] Compiling sub/osd_libass.c
  4643. [375/427] Compiling video/csputils.c
  4644. [376/427] Compiling audio/fmt-conversion.c
  4645. [377/427] Compiling player/audio.c
  4646. [378/427] Compiling sub/img_convert.c
  4647. [379/427] Compiling options/m_config_frontend.c
  4648. [380/427] Compiling demux/demux_timeline.c
  4649. [381/427] Compiling sub/ass_mp.c
  4650. [382/427] Compiling stream/stream_lavf.c
  4651. [383/427] Compiling video/out/gpu/hwdec.c
  4652. [384/427] Compiling stream/stream.c
  4653. [385/427] Compiling video/sws_utils.c
  4654. [386/427] Compiling demux/demux_cue.c
  4655. [387/427] Compiling video/out/aspect.c
  4656. [388/427] Compiling demux/demux_raw.c
  4657. [389/427] Compiling stream/stream_avdevice.c
  4658. [390/427] Compiling video/out/gpu/error_diffusion.c
  4659. [391/427] Compiling filters/filter.c
  4660. [392/427] Compiling video/out/bitmap_packer.c
  4661. [393/427] Compiling common/version.c
  4662. [394/427] Compiling filters/frame.c
  4663. [395/427] Compiling video/out/opengl/utils.c
  4664. [396/427] Compiling video/out/libmpv_sw.c
  4665. [397/427] Compiling video/out/opengl/context.c
  4666. [398/427] Compiling sub/osd.c
  4667. [399/427] Compiling audio/filter/af_scaletempo.c
  4668. [400/427] Compiling video/out/opengl/libmpv_gl.c
  4669. [401/427] Compiling audio/aframe.c
  4670. [402/427] Compiling misc/bstr.c
  4671. [403/427] Compiling demux/demux.c
  4672. [404/427] Compiling video/out/win_state.c
  4673. [405/427] Compiling video/out/dither.c
  4674. [406/427] Compiling player/osd.c
  4675. [407/427] Compiling video/filter/vf_fingerprint.c
  4676. [408/427] Compiling stream/stream_memory.c
  4677. [409/427] Compiling audio/out/ao.c
  4678. [410/427] Compiling video/out/vo_libmpv.c
  4679. [411/427] Compiling filters/f_demux_in.c
  4680. [412/427] Compiling stream/stream_bluray.c
  4681. [413/427] Compiling video/out/opengl/common.c
  4682. [414/427] Compiling demux/codec_tags.c
  4683. [415/427] Compiling audio/decode/ad_lavc.c
  4684. [416/427] Compiling video/out/opengl/oml_sync.c
  4685. [417/427] Compiling video/out/gpu/osd.c
  4686. [418/427] Compiling common/av_log.c
  4687. [419/427] Compiling demux/demux_mkv_timeline.c
  4688. [420/427] Compiling common/common.c
  4689. [421/427] Compiling osdep/timer.c
  4690. [422/427] Compiling video/out/opengl/hwdec_drmprime_drm.c
  4691. [423/427] Compiling video/out/opengl/egl_helpers.c
  4692. [424/427] Compiling filters/f_output_chain.c
  4693. [425/427] Compiling player/loadfile.c
  4694. [426/427] Linking build/libmpv.so
  4695. [427/427] Symlinking build/libmpv.so
  4696. Waf: Leaving directory `/home/ubuntu/mpv-build/mpv/build'
  4697. 'build' finished successfully (25.596s)
  4698.  
Add Comment
Please, Sign In to add comment