Advertisement
Guest User

Untitled

a guest
Mar 12th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 62.73 KB | None | 0 0
  1. markus@ubuntu-armhf:~/xbmc/tools/depends/target/ffmpeg$ ls
  2. 0001-MPEG4-vdpau-2.4.6-Helix.patch  ffmpeg-2.4.6-Helix         FFMPEG-VERSION
  3. autobuild.sh                        ffmpeg-2.4.6-Helix.tar.gz  Makefile
  4. markus@ubuntu-armhf:~/xbmc/tools/depends/target/ffmpeg$ rm ffmpeg-2.4.6-Helix -rf
  5. markus@ubuntu-armhf:~/xbmc/tools/depends/target/ffmpeg$ rm ffmpeg-2.4.6-Helix.tar.gz
  6. markus@ubuntu-armhf:~/xbmc/tools/depends/target/ffmpeg$ ls
  7. 0001-MPEG4-vdpau-2.4.6-Helix.patch  autobuild.sh  FFMPEG-VERSION  Makefile
  8. markus@ubuntu-armhf:~/xbmc/tools/depends/target/ffmpeg$ cd ../../..
  9. markus@ubuntu-armhf:~/xbmc/tools$ cd ..
  10. markus@ubuntu-armhf:~/xbmc$
  11. markus@ubuntu-armhf:~/xbmc$ ./configure --config-cache --prefix=/usr/local --disable-x11 --disable-sdl --disable-xrandr --disable-joystick --disable-gl --enable-vdpau --disable-vaapi --disable-openmax --enable-neon --enable-gles --disable-mysql --disable-airplay --disable-airtunes --enable-debug --disable-optimizations --with-ffmpeg=force --with-platform=allwinner-mali
  12.  
  13. configure: WARNING: unrecognized options: --enable-neon
  14. configure: loading cache config.cache
  15. checking for a BSD-compatible install... (cached) /usr/bin/install -c
  16. checking whether build environment is sane... yes
  17. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  18. checking for gawk... (cached) gawk
  19. checking whether make sets $(MAKE)... (cached) yes
  20. checking whether make supports nested variables... (cached) yes
  21. checking build system type... (cached) armv7l-unknown-linux-gnueabihf
  22. checking host system type... (cached) armv7l-unknown-linux-gnueabihf
  23. checking for git... (cached) yes
  24. checking for gcc... (cached) gcc
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... (cached) o
  30. checking whether we are using the GNU C compiler... (cached) yes
  31. checking whether gcc accepts -g... (cached) yes
  32. checking for gcc option to accept ISO C89... (cached) none needed
  33. checking whether gcc understands -c and -o together... (cached) yes
  34. checking for style of include used by make... GNU
  35. checking dependency style of gcc... (cached) none
  36. checking how to run the C preprocessor... (cached) gcc -E
  37. checking for gcc... gcc
  38. checking whether we are using the GNU C compiler... (cached) yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... (cached) none needed
  41. checking whether gcc understands -c and -o together... (cached) yes
  42. checking dependency style of gcc... (cached) none
  43. checking how to run the C preprocessor... gcc -E
  44. checking for g++... (cached) g++
  45. checking whether we are using the GNU C++ compiler... (cached) yes
  46. checking whether g++ accepts -g... (cached) yes
  47. checking dependency style of g++... (cached) none
  48. checking how to run the C++ preprocessor... (cached) g++ -E
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... (cached) yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... (cached) none
  53. checking how to run the C++ preprocessor... g++ -E
  54. checking how to print strings... printf
  55. checking for a sed that does not truncate output... (cached) /bin/sed
  56. checking for grep that handles long lines and -e... (cached) /bin/grep
  57. checking for egrep... (cached) /bin/grep -E
  58. checking for fgrep... (cached) /bin/grep -F
  59. checking for ld used by gcc... (cached) /usr/bin/ld
  60. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  61. checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
  62. checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
  63. checking whether ln -s works... yes
  64. checking the maximum length of command line arguments... (cached) 1572864
  65. checking whether the shell understands some XSI constructs... yes
  66. checking whether the shell understands "+="... yes
  67. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... (cached) func_convert_file_noop
  68. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... (cached) func_convert_file_noop
  69. checking for /usr/bin/ld option to reload object files... (cached) -r
  70. checking for objdump... (cached) objdump
  71. checking how to recognize dependent libraries... (cached) pass_all
  72. checking for dlltool... no
  73. checking how to associate runtime and link libraries... (cached) printf %s\n
  74. checking for ar... (cached) ar
  75. checking for archiver @FILE support... (cached) @
  76. checking for strip... (cached) strip
  77. checking for ranlib... (cached) ranlib
  78. checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
  79. checking for sysroot... no
  80. checking for mt... (cached) mt
  81. checking if mt is a manifest tool... (cached) no
  82. checking for ANSI C header files... (cached) yes
  83. checking for sys/types.h... (cached) yes
  84. checking for sys/stat.h... (cached) yes
  85. checking for stdlib.h... (cached) yes
  86. checking for string.h... (cached) yes
  87. checking for memory.h... (cached) yes
  88. checking for strings.h... (cached) yes
  89. checking for inttypes.h... (cached) yes
  90. checking for stdint.h... (cached) yes
  91. checking for unistd.h... (cached) yes
  92. checking for dlfcn.h... (cached) yes
  93. checking for objdir... (cached) .libs
  94. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  95. checking for gcc option to produce PIC... (cached) -fPIC -DPIC
  96. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  97. checking if gcc static flag -static works... (cached) yes
  98. checking if gcc supports -c -o file.o... (cached) yes
  99. checking if gcc supports -c -o file.o... (cached) yes
  100. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  101. checking whether -lc should be explicitly linked in... (cached) no
  102. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether stripping libraries is possible... yes
  105. checking if libtool supports shared libraries... yes
  106. checking whether to build shared libraries... yes
  107. checking whether to build static libraries... yes
  108. checking how to run the C++ preprocessor... g++ -E
  109. checking for ld used by g++... (cached) /usr/bin/ld
  110. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  111. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  112. checking for g++ option to produce PIC... (cached) -fPIC -DPIC
  113. checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
  114. checking if g++ static flag -static works... (cached) yes
  115. checking if g++ supports -c -o file.o... (cached) yes
  116. checking if g++ supports -c -o file.o... (cached) yes
  117. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  118. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  119. checking how to hardcode library paths into programs... immediate
  120. checking for gawk... (cached) gawk
  121. checking whether ln -s works... yes
  122. checking whether make sets $(MAKE)... (cached) yes
  123. checking for pkg-config... (cached) /usr/bin/pkg-config
  124. checking pkg-config is at least version 0.9.0... yes
  125. checking for size_t... (cached) yes
  126. checking for working alloca.h... (cached) yes
  127. checking for alloca... (cached) yes
  128. checking for uid_t in sys/types.h... (cached) yes
  129. checking for unistd.h... (cached) yes
  130. checking for working chown... (cached) yes
  131. checking for dirent.h that defines DIR... (cached) yes
  132. checking for library containing opendir... (cached) none required
  133. checking whether closedir returns void... (cached) no
  134. checking for error_at_line... (cached) yes
  135. checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
  136. checking whether gcc needs -traditional... (cached) no
  137. checking whether lstat correctly handles trailing slash... (cached) yes
  138. checking whether lstat accepts an empty string... (cached) no
  139. checking whether lstat correctly handles trailing slash... (cached) yes
  140. checking for working memcmp... (cached) yes
  141. checking whether time.h and sys/time.h may both be included... (cached) yes
  142. checking for sys/time.h... (cached) yes
  143. checking for unistd.h... (cached) yes
  144. checking for stdlib.h... (cached) yes
  145. checking for sys/param.h... (cached) yes
  146. checking for utime.h... (cached) yes
  147. checking for alarm... (cached) yes
  148. checking for working mktime... (cached) yes
  149. checking for getpagesize... (cached) yes
  150. checking for working mmap... (cached) yes
  151. checking for sys/select.h... (cached) yes
  152. checking for sys/socket.h... (cached) yes
  153. checking types of arguments for select... (cached) int,fd_set *,struct timeval *
  154. (cached) checking return type of signal handlers... (cached) void
  155. checking whether stat accepts an empty string... (cached) no
  156. checking for working strcoll... (cached) yes
  157. checking for strftime... (cached) yes
  158. checking for working strtod... (cached) yes
  159. checking whether utime accepts a null argument... (cached) yes
  160. checking for vprintf... (cached) yes
  161. checking for _doprnt... (cached) no
  162. checking for atexit... (cached) yes
  163. checking for dup2... (cached) yes
  164. checking for fdatasync... (cached) yes
  165. checking for floor... (cached) no
  166. checking for fs_stat_dev... (cached) no
  167. checking for ftime... (cached) yes
  168. checking for ftruncate... (cached) yes
  169. checking for getcwd... (cached) yes
  170. checking for gethostbyaddr... (cached) yes
  171. checking for gethostbyname... (cached) yes
  172. checking for gethostname... (cached) yes
  173. checking for getpagesize... (cached) yes
  174. checking for getpass... (cached) yes
  175. checking for gettimeofday... (cached) yes
  176. checking for inet_ntoa... (cached) yes
  177. checking for lchown... (cached) yes
  178. checking for localeconv... (cached) yes
  179. checking for memchr... (cached) yes
  180. checking for memmove... (cached) yes
  181. checking for memset... (cached) yes
  182. checking for mkdir... (cached) yes
  183. checking for modf... (cached) yes
  184. checking for munmap... (cached) yes
  185. checking for pow... (cached) no
  186. checking for rmdir... (cached) yes
  187. checking for select... (cached) yes
  188. checking for setenv... (cached) yes
  189. checking for setlocale... (cached) yes
  190. checking for socket... (cached) yes
  191. checking for sqrt... (cached) no
  192. checking for strcasecmp... (cached) yes
  193. checking for strchr... (cached) yes
  194. checking for strcspn... (cached) yes
  195. checking for strdup... (cached) yes
  196. checking for strerror... (cached) yes
  197. checking for strncasecmp... (cached) yes
  198. checking for strpbrk... (cached) yes
  199. checking for strrchr... (cached) yes
  200. checking for strspn... (cached) yes
  201. checking for strstr... (cached) yes
  202. checking for strtol... (cached) yes
  203. checking for strtoul... (cached) yes
  204. checking for sysinfo... (cached) yes
  205. checking for tzset... (cached) yes
  206. checking for utime... (cached) yes
  207. checking for posix_fadvise... yes
  208. checking for localtime_r... yes
  209. checking size of int... (cached) 4
  210. checking size of size_t... (cached) 4
  211. checking for __sync_add_and_fetch(temp, 1)... yes
  212. checking for __sync_sub_and_fetch(temp, 1)... yes
  213. checking for __sync_val_compare_and_swap(temp, 1, 1)... yes
  214. checking for std::u16string... no
  215. checking for std::u32string... no
  216. checking for char16_t... no
  217. checking for char32_t... no
  218. checking size of wchar_t... 4
  219. checking for sys/inotify.h... (cached) yes
  220. checking for boost/shared_ptr.hpp... (cached) yes
  221. checking for python... (cached) /usr/bin/python
  222. checking for a version of Python >= '2.1.0'... yes
  223. checking for a version of Python >= 2.4... yes
  224. checking for the distutils Python package... yes
  225. checking for Python include path... -I/usr/include/python2.7
  226. checking for Python library path... -L/usr/lib -lpython2.7
  227. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  228. checking python extra libraries... -L/usr/lib -lz -lpthread -ldl  -lutil
  229. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  230. checking consistency of all components of python development environment... yes
  231. configure: Using Python 2.7
  232. == Wayland disabled. ==
  233. checking for main in -lEGL... (cached) yes
  234. checking for main in -lGLESv2... (cached) yes
  235. checking for ass/ass.h... (cached) yes
  236. checking for mpeg2dec/mpeg2.h... (cached) yes
  237. checking for mpeg2dec/mpeg2convert.h... (cached) yes
  238. checking for jpeglib.h... (cached) yes
  239. checking for ogg/ogg.h... (cached) yes
  240. checking for vorbis/vorbisfile.h... (cached) yes
  241. checking for libmodplug/modplug.h... (cached) yes
  242. checking for curl/curl.h... (cached) yes
  243. checking for libcurl soname... libcurl-gnutls.so.4
  244. checking for CRYPTO_set_locking_callback(0) in libcurl-gnutls.so.4... no
  245. checking for openssl/crypto.h... (cached) yes
  246. checking for gcrypt.h... (cached) yes
  247. checking for main in -lgpg-error... (cached) yes
  248. checking for gcry_control in -lgcrypt... (cached) yes
  249. checking for GNUTLS... yes
  250. checking for main in -lbz2... (cached) yes
  251. checking for main in -ljpeg... (cached) yes
  252. checking for main in -ltiff... (cached) yes
  253. checking for main in -lpthread... (cached) yes
  254. checking for pthread_setname_np in -lpthread... (cached) yes
  255. checking for main in -llzo2... (cached) yes
  256. checking for main in -lz... (cached) yes
  257. checking for main in -lcrypto... (cached) yes
  258. checking for main in -lssl... (cached) yes
  259. checking for hci_devid in -lbluetooth... (cached) yes
  260. checking for main in -lyajl... (cached) yes
  261. checking for main in -ltinyxml... (cached) yes
  262. checking for LIBXML... yes
  263. checking for LIBXSLT... yes
  264. checking for FRIBIDI... yes
  265. checking for SQLITE3... yes
  266. checking for PNG... yes
  267. checking for PCRECPP... yes
  268. checking for PCRE... yes
  269. checking for FREETYPE2... yes
  270. checking for TAGLIB... yes
  271. checking for CDIO... yes
  272. checking for LIBBLURAY... yes
  273. checking for libbluray soname... libbluray.so.1
  274. checking for bd_register_argb_overlay_proc in -lbluray... yes
  275. checking whether BD_EVENT_IDLE is declared... yes
  276. checking for library containing iconv_open... none required
  277. checking for library containing dlopen... -ldl
  278. checking for library containing clock_gettime... none required
  279. checking for library containing dn_expand... no
  280. checking for library containing _dn_expand... no
  281. checking for library containing __dn_expand... -lresolv
  282. checking for main in -ljasper... (cached) yes
  283. checking for ALSA... yes
  284. checking for DBUS... yes
  285. checking for libogg soname... libogg.so.0
  286. checking for libvorbis soname... libvorbis.so.0
  287. checking for libvorbisfile soname... libvorbisfile.so.3
  288. checking for libmodplug soname... libmodplug.so.1
  289. checking for libass soname... libass.so.4
  290. checking for libmpeg2 soname... libmpeg2.so.0
  291. checking for main in -lmicrohttpd... (cached) yes
  292. checking for ALSA... yes
  293. checking for PULSE... yes
  294. checking for main in -lavahi-common... (cached) yes
  295. checking for main in -lavahi-client... (cached) yes
  296. checking for embedded_mDNSInit in -lmDNSEmbedded... no
  297. configure: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
  298. == X11 disabled. ==
  299. == XRandR support disabled. SDL will be used for resolution support. ==
  300. configure: == WAVEFORM enabled ==
  301. configure: == SPECTRUM enabled ==
  302. configure: == GOOM disabled. ==
  303. configure: == RSXS disabled. ==
  304. configure: == FishBMC disabled. ==
  305. configure: == ProjectM disabled. ==
  306. checking for sftp_tell64 in -lssh... (cached) yes
  307. checking for librtmp/log.h... (cached) yes
  308. checking for librtmp/amf.h... (cached) yes
  309. checking for librtmp/rtmp.h... (cached) yes
  310. checking for librtmp soname... librtmp.so.0
  311. checking for SAMBA... yes
  312. checking for nfsc/libnfs.h... (cached) yes
  313. checking for libnfs soname... libnfs.so.1
  314. checking for afpfs-ng/libafpclient.h... (cached) no
  315. configure: == Could not find libafpclient. AFP client support disabled. ==
  316. checking for UDEV... yes
  317. configure: == libusb disabled. ==
  318. checking for CEC... yes
  319. checking for libcec soname... libcec.so.2
  320. configure: == libcec enabled. ==
  321. checking for sys/capability.h... (cached) yes
  322. checking for main in -lcap... (cached) yes
  323. checking cedarJpegLib.h usability... no
  324. checking cedarJpegLib.h presence... no
  325. checking for cedarJpegLib.h... no
  326. configure: == Could not find libcedarJpeg. Will fall back to libjpeg. ==
  327. configure: "FFmpeg installation forced by user - installing our version"
  328. patching files with MPEG4 VDPAU extension
  329. /home/markus/xbmc/tools/depends/target/ffmpeg/ffmpeg-2.4.6-Helix
  330. patching file libavcodec/allcodecs.c
  331. patching file libavcodec/avcodec.h
  332. patching file libavcodec/h263dec.c
  333. patching file libavcodec/Makefile
  334. patching file libavcodec/mpeg12dec.c
  335. patching file libavcodec/mpeg4videodec.c
  336. patching file libavcodec/msmpeg4dec.c
  337. patching file libavcodec/old_codec_ids.h
  338. patching file libavcodec/utils.c
  339. patching file libavcodec/vc1dec.c
  340. patching file libavcodec/vdpau.c
  341. patching file libavcodec/vdpau.h
  342. patching file libavcodec/vdpau_internal.h
  343. patching file libavcodec/vdpau_mpeg4.c
  344. patching file libavfilter/libmpcodecs/img_format.c
  345. patching file libavfilter/libmpcodecs/img_format.h
  346. patching file libavfilter/libmpcodecs/libvo/video_out.h
  347. patching file libavfilter/vf_mp.c
  348. patching file libavformat/mov.c
  349. patching file libavutil/arm/intmath.h
  350. patching file libavutil/pixdesc.c
  351. patching file libavutil/pixfmt.h
  352. patching file libavutil/utils.c
  353. install prefix            /home/markus/xbmc/tools/depends/target/ffmpeg/ffmpeg-install
  354. source path               .
  355. C compiler                gcc
  356. C library                 glibc
  357. ARCH                      arm (armv7-a)
  358. version string suffix     xbmc-2.4.6-Helix
  359. big-endian                no
  360. runtime cpu detection     yes
  361. ARMv5TE enabled           yes
  362. ARMv6 enabled             yes
  363. ARMv6T2 enabled           yes
  364. VFP enabled               yes
  365. NEON enabled              yes
  366. THUMB enabled             yes
  367. debug symbols             yes
  368. strip symbols             yes
  369. optimize for size         no
  370. optimizations             no
  371. static                    yes
  372. shared                    no
  373. postprocessing support    yes
  374. new filter support        yes
  375. network support           yes
  376. threading support         pthreads
  377. safe bitstream reader     yes
  378. SDL support               no
  379. opencl enabled            no
  380. texi2html enabled         no
  381. perl enabled              yes
  382. pod2man enabled           yes
  383. makeinfo enabled          no
  384. makeinfo supports HTML    no
  385.  
  386. External libraries:
  387. bzlib           libvorbis       xlib
  388. gnutls          lzma            zlib
  389. iconv
  390.  
  391. Enabled decoders:
  392. aac         bink            gsm_ms
  393. aac_latm        binkaudio_dct       h261
  394. aasc            binkaudio_rdft      h263
  395. ac3         bintext         h263i
  396. ac3_fixed       bmp         h263p
  397. adpcm_4xm       bmv_audio       h264
  398. adpcm_adx       bmv_video       h264_vdpau
  399. adpcm_afc       brender_pix     hevc
  400. adpcm_ct        c93         hnm4_video
  401. adpcm_dtk       cavs            huffyuv
  402. adpcm_ea        cdgraphics      iac
  403. adpcm_ea_maxis_xa   cdxl            idcin
  404. adpcm_ea_r1     cinepak         idf
  405. adpcm_ea_r2     cljr            iff_byterun1
  406. adpcm_ea_r3     cllc            iff_ilbm
  407. adpcm_ea_xas        comfortnoise        imc
  408. adpcm_g722      cook            indeo2
  409. adpcm_g726      cpia            indeo3
  410. adpcm_g726le        cscd            indeo4
  411. adpcm_ima_amv       cyuv            indeo5
  412. adpcm_ima_apc       dca         interplay_dpcm
  413. adpcm_ima_dk3       dfa         interplay_video
  414. adpcm_ima_dk4       dirac           jacosub
  415. adpcm_ima_ea_eacs   dnxhd           jpeg2000
  416. adpcm_ima_ea_sead   dpx         jpegls
  417. adpcm_ima_iss       dsd_lsbf        jv
  418. adpcm_ima_oki       dsd_lsbf_planar     kgv1
  419. adpcm_ima_qt        dsd_msbf        kmvc
  420. adpcm_ima_rad       dsd_msbf_planar     lagarith
  421. adpcm_ima_smjpeg    dsicinaudio     libvorbis
  422. adpcm_ima_wav       dsicinvideo     loco
  423. adpcm_ima_ws        dvbsub          mace3
  424. adpcm_ms        dvdsub          mace6
  425. adpcm_sbpro_2       dvvideo         mdec
  426. adpcm_sbpro_3       dxa         metasound
  427. adpcm_sbpro_4       dxtory          microdvd
  428. adpcm_swf       eac3            mimic
  429. adpcm_thp       eacmv           mjpeg
  430. adpcm_vima      eamad           mjpegb
  431. adpcm_xa        eatgq           mlp
  432. adpcm_yamaha        eatgv           mmvideo
  433. aic         eatqi           motionpixels
  434. alac            eightbps        movtext
  435. alias_pix       eightsvx_exp        mp1
  436. als         eightsvx_fib        mp1float
  437. amrnb           escape124       mp2
  438. amrwb           escape130       mp2float
  439. amv         evrc            mp3
  440. anm         exr         mp3adu
  441. ansi            ffv1            mp3adufloat
  442. ape         ffvhuff         mp3float
  443. ass         ffwavesynth     mp3on4
  444. asv1            fic         mp3on4float
  445. asv2            flac            mpc7
  446. atrac1          flashsv         mpc8
  447. atrac3          flashsv2        mpeg1_vdpau
  448. atrac3p         flic            mpeg1video
  449. aura            flv         mpeg2video
  450. aura2           fourxm          mpeg4
  451. avrn            fraps           mpeg4_vdpau
  452. avrp            frwu            mpeg_vdpau
  453. avs         g2m         mpeg_xvmc
  454. avui            g723_1          mpegvideo
  455. ayuv            g729            mpl2
  456. bethsoftvid     gif         msa1
  457. bfi         gsm         msmpeg4v1
  458. msmpeg4v1_vdpau     ptx         txd
  459. msmpeg4v2       qcelp           ulti
  460. msmpeg4v3       qdm2            utvideo
  461. msmpeg4v3_vdpau     qdraw           v210
  462. msrle           qpeg            v210x
  463. mss1            qtrle           v308
  464. mss2            r10k            v408
  465. msvideo1        r210            v410
  466. mszh            ra_144          vb
  467. mts2            ra_288          vble
  468. mvc1            ralf            vc1
  469. mvc2            rawvideo        vc1_vdpau
  470. mxpeg           realtext        vc1image
  471. nellymoser      rl2         vcr1
  472. nuv         roq         vima
  473. on2avc          roq_dpcm        vmdaudio
  474. opus            rpza            vmdvideo
  475. paf_audio       rv10            vmnc
  476. paf_video       rv20            vorbis
  477. pam         rv30            vp3
  478. pbm         rv40            vp5
  479. pcm_alaw        s302m           vp6
  480. pcm_bluray      sami            vp6a
  481. pcm_dvd         sanm            vp6f
  482. pcm_f32be       sgi         vp7
  483. pcm_f32le       sgirle          vp8
  484. pcm_f64be       shorten         vp9
  485. pcm_f64le       sipr            vplayer
  486. pcm_lxf         smackaud        vqa
  487. pcm_mulaw       smacker         wavpack
  488. pcm_s16be       smc         webp
  489. pcm_s16be_planar    smvjpeg         webvtt
  490. pcm_s16le       snow            wmalossless
  491. pcm_s16le_planar    sol_dpcm        wmapro
  492. pcm_s24be       sonic           wmav1
  493. pcm_s24daud     sp5x            wmav2
  494. pcm_s24le       srt         wmavoice
  495. pcm_s24le_planar    ssa         wmv1
  496. pcm_s32be       subrip          wmv2
  497. pcm_s32le       subviewer       wmv3
  498. pcm_s32le_planar    subviewer1      wmv3_vdpau
  499. pcm_s8          sunrast         wmv3image
  500. pcm_s8_planar       svq1            wnv1
  501. pcm_u16be       svq3            ws_snd1
  502. pcm_u16le       tak         xan_dpcm
  503. pcm_u24be       targa           xan_wc3
  504. pcm_u24le       targa_y216      xan_wc4
  505. pcm_u32be       text            xbin
  506. pcm_u32le       theora          xbm
  507. pcm_u8          thp         xface
  508. pcm_zork        tiertexseqvideo     xl
  509. pcx         tiff            xsub
  510. pgm         tmv         xwd
  511. pgmyuv          truehd          y41p
  512. pgssub          truemotion1     yop
  513. pictor          truemotion2     yuv4
  514. pjs         truespeech      zero12v
  515. png         tscc            zerocodec
  516. ppm         tscc2           zlib
  517. prores          tta         zmbv
  518. prores_lgpl     twinvq
  519.  
  520. Enabled encoders:
  521. a64multi        jpegls          ppm
  522. a64multi5       libvorbis       prores
  523. aac         ljpeg           prores_aw
  524. ac3         mjpeg           prores_ks
  525. ac3_fixed       movtext         qtrle
  526. adpcm_adx       mp2         r10k
  527. adpcm_g722      mp2fixed        r210
  528. adpcm_g726      mpeg1video      ra_144
  529. adpcm_ima_qt        mpeg2video      rawvideo
  530. adpcm_ima_wav       mpeg4           roq
  531. adpcm_ms        msmpeg4v2       roq_dpcm
  532. adpcm_swf       msmpeg4v3       rv10
  533. adpcm_yamaha        msvideo1        rv20
  534. alac            nellymoser      s302m
  535. alias_pix       pam         sgi
  536. amv         pbm         snow
  537. ass         pcm_alaw        sonic
  538. asv1            pcm_f32be       sonic_ls
  539. asv2            pcm_f32le       srt
  540. avrp            pcm_f64be       ssa
  541. avui            pcm_f64le       subrip
  542. ayuv            pcm_mulaw       sunrast
  543. bmp         pcm_s16be       svq1
  544. cinepak         pcm_s16be_planar    targa
  545. cljr            pcm_s16le       tiff
  546. comfortnoise        pcm_s16le_planar    tta
  547. dca         pcm_s24be       utvideo
  548. dnxhd           pcm_s24daud     v210
  549. dpx         pcm_s24le       v308
  550. dvbsub          pcm_s24le_planar    v408
  551. dvdsub          pcm_s32be       v410
  552. dvvideo         pcm_s32le       vorbis
  553. eac3            pcm_s32le_planar    wavpack
  554. ffv1            pcm_s8          webvtt
  555. ffvhuff         pcm_s8_planar       wmav1
  556. flac            pcm_u16be       wmav2
  557. flashsv         pcm_u16le       wmv1
  558. flashsv2        pcm_u24be       wmv2
  559. flv         pcm_u24le       xbm
  560. g723_1          pcm_u32be       xface
  561. gif         pcm_u32le       xsub
  562. h261            pcm_u8          xwd
  563. h263            pcx         y41p
  564. h263p           pgm         yuv4
  565. huffyuv         pgmyuv          zlib
  566. jpeg2000        png         zmbv
  567.  
  568. Enabled hwaccels:
  569. h263_vaapi      mpeg2_vaapi     msmpeg4v3_vdpau
  570. h263_vdpau      mpeg2_vdpau     vc1_vaapi
  571. h264_vaapi      mpeg2_xvmc      vc1_vdpau
  572. h264_vdpau      mpeg4_vaapi     wmv3_vaapi
  573. mpeg1_vdpau     mpeg4_vdpau     wmv3_vdpau
  574. mpeg1_xvmc
  575.  
  576. Enabled parsers:
  577. aac         dvd_nav         mpegvideo
  578. aac_latm        dvdsub          opus
  579. ac3         flac            png
  580. adx         gsm         pnm
  581. bmp         h261            rv30
  582. cavsvideo       h263            rv40
  583. cook            h264            tak
  584. dca         hevc            vc1
  585. dirac           mjpeg           vorbis
  586. dnxhd           mlp         vp3
  587. dpx         mpeg4video      vp8
  588. dvbsub          mpegaudio       vp9
  589.  
  590. Enabled demuxers:
  591. aac         h263            nistsphere
  592. ac3         h264            nsv
  593. act         hevc            nut
  594. adf         hls         nuv
  595. adp         hnm         ogg
  596. adx         ico         oma
  597. aea         idcin           paf
  598. afc         idf         pcm_alaw
  599. aiff            iff         pcm_f32be
  600. amr         ilbc            pcm_f32le
  601. anm         image2          pcm_f64be
  602. apc         image2_alias_pix    pcm_f64le
  603. ape         image2_brender_pix  pcm_mulaw
  604. aqtitle         image2pipe      pcm_s16be
  605. asf         image_bmp_pipe      pcm_s16le
  606. ass         image_dpx_pipe      pcm_s24be
  607. ast         image_exr_pipe      pcm_s24le
  608. au          image_j2k_pipe      pcm_s32be
  609. avi         image_jpegls_pipe   pcm_s32le
  610. avr         image_pictor_pipe   pcm_s8
  611. avs         image_png_pipe      pcm_u16be
  612. bethsoftvid     image_sgi_pipe      pcm_u16le
  613. bfi         image_sunrast_pipe  pcm_u24be
  614. bink            image_tiff_pipe     pcm_u24le
  615. bintext         image_webp_pipe     pcm_u32be
  616. bit         ingenient       pcm_u32le
  617. bmv         ipmovie         pcm_u8
  618. boa         ircam           pjs
  619. brstm           iss         pmp
  620. c93         iv8         pva
  621. caf         ivf         pvf
  622. cavsvideo       jacosub         qcp
  623. cdg         jv          r3d
  624. cdxl            latm            rawvideo
  625. cine            live_flv        realtext
  626. concat          lmlm4           redspark
  627. data            loas            rl2
  628. daud            lrc         rm
  629. dfa         lvf         roq
  630. dirac           lxf         rpl
  631. dnxhd           m4v         rsd
  632. dsf         matroska        rso
  633. dsicin          mgsts           rtp
  634. dts         microdvd        rtsp
  635. dtshd           mjpeg           sami
  636. dv          mlp         sap
  637. dxa         mlv         sbg
  638. ea          mm          sdp
  639. ea_cdata        mmf         sdr2
  640. eac3            mov         segafilm
  641. epaf            mp3         shorten
  642. ffm         mpc         siff
  643. ffmetadata      mpc8            sln
  644. filmstrip       mpegps          smacker
  645. flac            mpegts          smjpeg
  646. flic            mpegtsraw       smush
  647. flv         mpegvideo       sol
  648. fourxm          mpl2            sox
  649. frm         mpsub           spdif
  650. g722            msnwc_tcp       srt
  651. g723_1          mtv         str
  652. g729            mv          subviewer
  653. gif         mvi         subviewer1
  654. gsm         mxf         swf
  655. gxf         mxg         tak
  656. h261            nc          tedcaptions
  657. thp         vmd         wsaud
  658. tiertexseq      vobsub          wsvqa
  659. tmv         voc         wtv
  660. truehd          vplayer         wv
  661. tta         vqf         xa
  662. tty         w64         xbin
  663. txd         wav         xmv
  664. vc1         wc3         xwma
  665. vc1t            webm_dash_manifest  yop
  666. vivo            webvtt          yuv4mpegpipe
  667.  
  668. Enabled muxers:
  669. a64         ipod            pcm_s24be
  670. ac3         ircam           pcm_s24le
  671. adts            ismv            pcm_s32be
  672. adx         ivf         pcm_s32le
  673. aiff            jacosub         pcm_s8
  674. amr         latm            pcm_u16be
  675. asf         lrc         pcm_u16le
  676. asf_stream      m4v         pcm_u24be
  677. ass         matroska        pcm_u24le
  678. ast         matroska_audio      pcm_u32be
  679. au          md5         pcm_u32le
  680. avi         microdvd        pcm_u8
  681. avm2            mjpeg           psp
  682. bit         mkvtimestamp_v2     rawvideo
  683. caf         mlp         rm
  684. cavsvideo       mmf         roq
  685. crc         mov         rso
  686. data            mp2         rtp
  687. daud            mp3         rtsp
  688. dirac           mp4         sap
  689. dnxhd           mpeg1system     segment
  690. dts         mpeg1vcd        smjpeg
  691. dv          mpeg1video      smoothstreaming
  692. eac3            mpeg2dvd        sox
  693. f4v         mpeg2svcd       spdif
  694. ffm         mpeg2video      spx
  695. ffmetadata      mpeg2vob        srt
  696. filmstrip       mpegts          stream_segment
  697. flac            mpjpeg          swf
  698. flv         mxf         tee
  699. framecrc        mxf_d10         tg2
  700. framemd5        null            tgp
  701. g722            nut         truehd
  702. g723_1          oga         uncodedframecrc
  703. gif         ogg         vc1
  704. gxf         oma         vc1t
  705. h261            opus            voc
  706. h263            pcm_alaw        w64
  707. h264            pcm_f32be       wav
  708. hds         pcm_f32le       webm
  709. hevc            pcm_f64be       webm_dash_manifest
  710. hls         pcm_f64le       webvtt
  711. ico         pcm_mulaw       wtv
  712. ilbc            pcm_s16be       wv
  713. image2          pcm_s16le       yuv4mpegpipe
  714. image2pipe
  715.  
  716. Enabled protocols:
  717. cache           httpproxy       rtmpt
  718. concat          https           rtmpte
  719. crypto          icecast         rtmpts
  720. data            md5         rtp
  721. ffrtmpcrypt     mmsh            srtp
  722. ffrtmphttp      mmst            subfile
  723. file            pipe            tcp
  724. ftp         rtmp            tls
  725. gopher          rtmpe           udp
  726. hls         rtmps           unix
  727. http
  728.  
  729. Enabled filters:
  730. aconvert        decimate        overlay
  731. adelay          dejudder        owdenoise
  732. aecho           delogo          pad
  733. aeval           deshake         pan
  734. aevalsrc        drawbox         perms
  735. afade           drawgrid        perspective
  736. aformat         earwax          phase
  737. ainterleave     ebur128         pixdesctest
  738. allpass         edgedetect      pp
  739. alphaextract        elbg            psnr
  740. alphamerge      equalizer       pullup
  741. amerge          extractplanes       removelogo
  742. amix            fade            replaygain
  743. amovie          field           rgbtestsrc
  744. anull           fieldmatch      rotate
  745. anullsink       fieldorder      sab
  746. anullsrc        flanger         scale
  747. apad            format          select
  748. aperms          fps         sendcmd
  749. aphaser         framepack       separatefields
  750. aresample       framestep       setdar
  751. aselect         geq         setfield
  752. asendcmd        gradfun         setpts
  753. asetnsamples        haldclut        setsar
  754. asetpts         haldclutsrc     settb
  755. asetrate        hflip           showcqt
  756. asettb          highpass        showinfo
  757. ashowinfo       histeq          showspectrum
  758. asplit          histogram       showwaves
  759. astats          hqdn3d          shuffleplanes
  760. astreamsync     hqx         signalstats
  761. atempo          hue         silencedetect
  762. atrim           idet            silenceremove
  763. avectorscope        il          sine
  764. bandpass        interlace       smartblur
  765. bandreject      interleave      smptebars
  766. bass            join            smptehdbars
  767. bbox            kerndeint       split
  768. biquad          lenscorrection      spp
  769. blackdetect     life            stereo3d
  770. blackframe      lowpass         super2xsai
  771. blend           lut         swapuv
  772. boxblur         lut3d           telecine
  773. cellauto        lutrgb          testsrc
  774. channelmap      lutyuv          thumbnail
  775. channelsplit        mandelbrot      tile
  776. codecview       mcdeint         tinterlace
  777. color           mergeplanes     transpose
  778. colorbalance        movie           treble
  779. colorchannelmixer   mp          trim
  780. colormatrix     mpdecimate      unsharp
  781. compand         mptestsrc       vflip
  782. concat          negate          vignette
  783. copy            noformat        volume
  784. crop            noise           volumedetect
  785. cropdetect      null            w3fdif
  786. curves          nullsink        yadif
  787. dctdnoiz        nullsrc         zoompan
  788.  
  789. Enabled bsfs:
  790. aac_adtstoasc       imx_dump_header     mp3_header_decompress
  791. chomp           mjpeg2jpeg      noise
  792. dump_extradata      mjpega_dump_header  remove_extradata
  793. h264_mp4toannexb    mov2textsub     text2movsub
  794.  
  795. Enabled indevs:
  796.  
  797. Enabled outdevs:
  798.  
  799. License: nonfree and unredistributable
  800. Creating config.mak, config.h, and doc/config.texi...
  801. CC  libavdevice/alldevices.o
  802. CC  libavdevice/avdevice.o
  803. CC  libavfilter/aeval.o
  804. CC  libavfilter/af_aconvert.o
  805. CC  libavfilter/af_aecho.o
  806. CC  libavfilter/af_adelay.o
  807. CC  libavfilter/af_afade.o
  808. CC  libavfilter/af_aformat.o
  809. CC  libavfilter/af_amerge.o
  810. CC  libavfilter/af_amix.o
  811. CC  libavfilter/af_anull.o
  812. CC  libavfilter/af_apad.o
  813. CC  libavfilter/af_aphaser.o
  814. CC  libavfilter/af_aresample.o
  815. CC  libavfilter/af_asetnsamples.o
  816. CC  libavfilter/af_asetrate.o
  817. CC  libavfilter/af_ashowinfo.o
  818. CC  libavfilter/af_astats.o
  819. CC  libavfilter/af_astreamsync.o
  820. CC  libavfilter/af_atempo.o
  821. CC  libavfilter/af_biquads.o
  822. CC  libavfilter/af_channelmap.o
  823. CC  libavfilter/af_channelsplit.o
  824. CC  libavfilter/af_compand.o
  825. CC  libavfilter/af_earwax.o
  826. CC  libavfilter/af_flanger.o
  827. CC  libavfilter/af_join.o
  828. CC  libavfilter/af_pan.o
  829. CC  libavfilter/af_replaygain.o
  830. CC  libavfilter/af_silencedetect.o
  831. CC  libavfilter/af_silenceremove.o
  832. CC  libavfilter/af_volume.o
  833. CC  libavfilter/af_volumedetect.o
  834. CC  libavfilter/allfilters.o
  835. CC  libavfilter/asink_anullsink.o
  836. CC  libavfilter/asrc_anullsrc.o
  837. CC  libavfilter/asrc_sine.o
  838. CC  libavfilter/audio.o
  839. CC  libavfilter/avcodec.o
  840. libavfilter/audio.c: In function 'avfilter_get_audio_buffer_ref_from_arrays':
  841. libavfilter/audio.c:166:5: warning: 'avfilter_get_audio_buffer_ref_from_arrays_channels' is deprecated (declared at libavfilter/audio.c:84) [-Wdeprecated-declarations]
  842.      return avfilter_get_audio_buffer_ref_from_arrays_channels(data, linesize, perms,
  843.      ^
  844. libavfilter/avcodec.c: In function 'avfilter_get_video_buffer_ref_from_frame':
  845. libavfilter/avcodec.c:36:9: warning: 'avfilter_get_video_buffer_ref_from_arrays' is deprecated (declared at libavfilter/avfilter.h:914) [-Wdeprecated-declarations]
  846.          avfilter_get_video_buffer_ref_from_arrays(frame->data, frame->linesize, perms,
  847.          ^
  848. libavfilter/avcodec.c:41:5: warning: 'avfilter_copy_frame_props' is deprecated (declared at libavfilter/avfilter.h:1117) [-Wdeprecated-declarations]
  849.      if (avfilter_copy_frame_props(picref, frame) < 0) {
  850.      ^
  851. libavfilter/avcodec.c:43:9: warning: 'avfilter_unref_bufferp' is deprecated (declared at libavfilter/avfilter.h:236) [-Wdeprecated-declarations]
  852.          avfilter_unref_bufferp(&picref);
  853.          ^
  854. libavfilter/avcodec.c: In function 'avfilter_get_audio_buffer_ref_from_frame':
  855. libavfilter/avcodec.c:60:5: warning: 'avfilter_get_audio_buffer_ref_from_arrays_channels' is deprecated (declared at libavfilter/avfilter.h:952) [-Wdeprecated-declarations]
  856.      samplesref = avfilter_get_audio_buffer_ref_from_arrays_channels(
  857.      ^
  858. libavfilter/avcodec.c:65:5: warning: 'avfilter_copy_frame_props' is deprecated (declared at libavfilter/avfilter.h:1117) [-Wdeprecated-declarations]
  859.      if (avfilter_copy_frame_props(samplesref, frame) < 0) {
  860.      ^
  861. libavfilter/avcodec.c:67:9: warning: 'avfilter_unref_bufferp' is deprecated (declared at libavfilter/avfilter.h:236) [-Wdeprecated-declarations]
  862.          avfilter_unref_bufferp(&samplesref);
  863.          ^
  864. libavfilter/avcodec.c: In function 'avfilter_get_buffer_ref_from_frame':
  865. libavfilter/avcodec.c:78:9: warning: 'avfilter_get_video_buffer_ref_from_frame' is deprecated (declared at libavfilter/avcodec.c:32) [-Wdeprecated-declarations]
  866.          return avfilter_get_video_buffer_ref_from_frame(frame, perms);
  867.          ^
  868. libavfilter/avcodec.c:80:9: warning: 'avfilter_get_audio_buffer_ref_from_frame' is deprecated (declared at libavfilter/avcodec.c:48) [-Wdeprecated-declarations]
  869.          return avfilter_get_audio_buffer_ref_from_frame(frame, perms);
  870.          ^
  871. CC  libavfilter/avf_avectorscope.o
  872. CC  libavfilter/avf_concat.o
  873. CC  libavfilter/avf_showcqt.o
  874. CC  libavfilter/avf_showspectrum.o
  875. CC  libavfilter/avf_showwaves.o
  876. CC  libavfilter/avfilter.o
  877. CC  libavfilter/avfiltergraph.o
  878. CC  libavfilter/bbox.o
  879. CC  libavfilter/buffer.o
  880. CC  libavfilter/buffersink.o
  881. CC  libavfilter/buffersrc.o
  882. CC  libavfilter/drawutils.o
  883. CC  libavfilter/dualinput.o
  884. CC  libavfilter/f_ebur128.o
  885. CC  libavfilter/f_interleave.o
  886. CC  libavfilter/f_perms.o
  887. CC  libavfilter/f_select.o
  888. CC  libavfilter/f_sendcmd.o
  889. CC  libavfilter/fifo.o
  890. CC  libavfilter/formats.o
  891. CC  libavfilter/framesync.o
  892. CC  libavfilter/generate_wave_table.o
  893. CC  libavfilter/graphdump.o
  894. CC  libavfilter/graphparser.o
  895. CC  libavfilter/lavfutils.o
  896. CC  libavfilter/libmpcodecs/img_format.o
  897. CC  libavfilter/libmpcodecs/mp_image.o
  898. CC  libavfilter/libmpcodecs/vf_eq.o
  899. CC  libavfilter/libmpcodecs/vf_eq2.o
  900. CC  libavfilter/libmpcodecs/vf_fspp.o
  901. CC  libavfilter/libmpcodecs/vf_ilpack.o
  902. CC  libavfilter/libmpcodecs/vf_pp7.o
  903. CC  libavfilter/libmpcodecs/vf_softpulldown.o
  904. CC  libavfilter/libmpcodecs/vf_uspp.o
  905. CC  libavfilter/lswsutils.o
  906. libavfilter/libmpcodecs/vf_uspp.c: In function 'filter':
  907. libavfilter/libmpcodecs/vf_uspp.c:186:9: warning: 'avcodec_encode_video' is deprecated (declared at ./libavcodec/avcodec.h:4483) [-Wdeprecated-declarations]
  908.          avcodec_encode_video(p->avctx_enc[i], p->outbuf, p->outbuf_size, p->frame);
  909.          ^
  910. CC  libavfilter/opencl_allkernels.o
  911. CC  libavfilter/pthread.o
  912. CC  libavfilter/setpts.o
  913. CC  libavfilter/settb.o
  914. CC  libavfilter/split.o
  915. CC  libavfilter/src_movie.o
  916. CC  libavfilter/transform.o
  917. CC  libavfilter/trim.o
  918. CC  libavfilter/vf_alphamerge.o
  919. CC  libavfilter/vf_aspect.o
  920. CC  libavfilter/vf_bbox.o
  921. CC  libavfilter/vf_blackdetect.o
  922. CC  libavfilter/vf_blackframe.o
  923. CC  libavfilter/vf_blend.o
  924. CC  libavfilter/vf_boxblur.o
  925. CC  libavfilter/vf_codecview.o
  926. CC  libavfilter/vf_colorbalance.o
  927. CC  libavfilter/vf_colorchannelmixer.o
  928. CC  libavfilter/vf_colormatrix.o
  929. CC  libavfilter/vf_copy.o
  930. CC  libavfilter/vf_crop.o
  931. CC  libavfilter/vf_cropdetect.o
  932. CC  libavfilter/vf_curves.o
  933. CC  libavfilter/vf_dctdnoiz.o
  934. CC  libavfilter/vf_decimate.o
  935. CC  libavfilter/vf_dejudder.o
  936. CC  libavfilter/vf_delogo.o
  937. CC  libavfilter/vf_deshake.o
  938. CC  libavfilter/vf_drawbox.o
  939. CC  libavfilter/vf_edgedetect.o
  940. CC  libavfilter/vf_elbg.o
  941. CC  libavfilter/vf_extractplanes.o
  942. CC  libavfilter/vf_fade.o
  943. CC  libavfilter/vf_field.o
  944. CC  libavfilter/vf_fieldmatch.o
  945. CC  libavfilter/vf_fieldorder.o
  946. CC  libavfilter/vf_format.o
  947. CC  libavfilter/vf_fps.o
  948. CC  libavfilter/vf_framepack.o
  949. CC  libavfilter/vf_framestep.o
  950. CC  libavfilter/vf_geq.o
  951. CC  libavfilter/vf_gradfun.o
  952. CC  libavfilter/vf_hflip.o
  953. CC  libavfilter/vf_histeq.o
  954. CC  libavfilter/vf_histogram.o
  955. CC  libavfilter/vf_hqdn3d.o
  956. CC  libavfilter/vf_hqx.o
  957. CC  libavfilter/vf_hue.o
  958. CC  libavfilter/vf_idet.o
  959. CC  libavfilter/vf_il.o
  960. CC  libavfilter/vf_interlace.o
  961. CC  libavfilter/vf_kerndeint.o
  962. CC  libavfilter/vf_lenscorrection.o
  963. CC  libavfilter/vf_lut.o
  964. CC  libavfilter/vf_lut3d.o
  965. CC  libavfilter/vf_mcdeint.o
  966. CC  libavfilter/vf_mergeplanes.o
  967. CC  libavfilter/vf_mp.o
  968. CC  libavfilter/vf_mpdecimate.o
  969. CC  libavfilter/vf_noise.o
  970. CC  libavfilter/vf_null.o
  971. CC  libavfilter/vf_overlay.o
  972. CC  libavfilter/vf_owdenoise.o
  973. CC  libavfilter/vf_pad.o
  974. CC  libavfilter/vf_perspective.o
  975. CC  libavfilter/vf_phase.o
  976. CC  libavfilter/vf_pixdesctest.o
  977. CC  libavfilter/vf_pp.o
  978. CC  libavfilter/vf_psnr.o
  979. CC  libavfilter/vf_pullup.o
  980. CC  libavfilter/vf_removelogo.o
  981. CC  libavfilter/vf_rotate.o
  982. CC  libavfilter/vf_sab.o
  983. CC  libavfilter/vf_scale.o
  984. CC  libavfilter/vf_separatefields.o
  985. CC  libavfilter/vf_setfield.o
  986. CC  libavfilter/vf_showinfo.o
  987. CC  libavfilter/vf_shuffleplanes.o
  988. CC  libavfilter/vf_signalstats.o
  989. CC  libavfilter/vf_smartblur.o
  990. CC  libavfilter/vf_spp.o
  991. CC  libavfilter/vf_stereo3d.o
  992. CC  libavfilter/vf_super2xsai.o
  993. CC  libavfilter/vf_swapuv.o
  994. CC  libavfilter/vf_telecine.o
  995. CC  libavfilter/vf_thumbnail.o
  996. CC  libavfilter/vf_tile.o
  997. CC  libavfilter/vf_tinterlace.o
  998. CC  libavfilter/vf_transpose.o
  999. CC  libavfilter/vf_unsharp.o
  1000. CC  libavfilter/vf_vflip.o
  1001. CC  libavfilter/vf_vignette.o
  1002. CC  libavfilter/vf_w3fdif.o
  1003. CC  libavfilter/vf_yadif.o
  1004. CC  libavfilter/vf_zoompan.o
  1005. CC  libavfilter/video.o
  1006. CC  libavfilter/vsink_nullsink.o
  1007. CC  libavfilter/vsrc_cellauto.o
  1008. CC  libavfilter/vsrc_life.o
  1009. CC  libavfilter/vsrc_mandelbrot.o
  1010. CC  libavfilter/vsrc_mptestsrc.o
  1011. CC  libavfilter/vsrc_testsrc.o
  1012. CC  libavformat/4xm.o
  1013. CC  libavformat/a64.o
  1014. CC  libavformat/aacdec.o
  1015. CC  libavformat/ac3dec.o
  1016. CC  libavformat/act.o
  1017. CC  libavformat/adp.o
  1018. CC  libavformat/adtsenc.o
  1019. CC  libavformat/adxdec.o
  1020. CC  libavformat/aea.o
  1021. CC  libavformat/afc.o
  1022. CC  libavformat/aiffdec.o
  1023. CC  libavformat/aiffenc.o
  1024. CC  libavformat/allformats.o
  1025. CC  libavformat/amr.o
  1026. CC  libavformat/anm.o
  1027. CC  libavformat/apc.o
  1028. CC  libavformat/ape.o
  1029. CC  libavformat/apetag.o
  1030. CC  libavformat/aqtitledec.o
  1031. CC  libavformat/asf.o
  1032. CC  libavformat/asfcrypt.o
  1033. CC  libavformat/asfdec.o
  1034. CC  libavformat/asfenc.o
  1035. CC  libavformat/assdec.o
  1036. CC  libavformat/assenc.o
  1037. CC  libavformat/ast.o
  1038. CC  libavformat/astdec.o
  1039. CC  libavformat/astenc.o
  1040. CC  libavformat/au.o
  1041. CC  libavformat/audiointerleave.o
  1042. CC  libavformat/avc.o
  1043. CC  libavformat/avidec.o
  1044. CC  libavformat/avienc.o
  1045. CC  libavformat/avio.o
  1046. CC  libavformat/aviobuf.o
  1047. CC  libavformat/avlanguage.o
  1048. CC  libavformat/avr.o
  1049. CC  libavformat/avs.o
  1050. CC  libavformat/bethsoftvid.o
  1051. CC  libavformat/bfi.o
  1052. CC  libavformat/bink.o
  1053. CC  libavformat/bintext.o
  1054. CC  libavformat/bit.o
  1055. CC  libavformat/bmv.o
  1056. CC  libavformat/boadec.o
  1057. CC  libavformat/brstm.o
  1058. CC  libavformat/c93.o
  1059. CC  libavformat/cache.o
  1060. CC  libavformat/caf.o
  1061. CC  libavformat/cafdec.o
  1062. CC  libavformat/cafenc.o
  1063. CC  libavformat/cavsvideodec.o
  1064. CC  libavformat/cdg.o
  1065. CC  libavformat/cdxl.o
  1066. CC  libavformat/cinedec.o
  1067. CC  libavformat/concat.o
  1068. CC  libavformat/concatdec.o
  1069. CC  libavformat/crcenc.o
  1070. CC  libavformat/crypto.o
  1071. CC  libavformat/cutils.o
  1072. CC  libavformat/data_uri.o
  1073. CC  libavformat/dauddec.o
  1074. CC  libavformat/daudenc.o
  1075. CC  libavformat/dfa.o
  1076. CC  libavformat/diracdec.o
  1077. CC  libavformat/dnxhddec.o
  1078. CC  libavformat/dsfdec.o
  1079. CC  libavformat/dsicin.o
  1080. CC  libavformat/dtsdec.o
  1081. CC  libavformat/dtshddec.o
  1082. CC  libavformat/dump.o
  1083. CC  libavformat/dv.o
  1084. CC  libavformat/dvenc.o
  1085. CC  libavformat/dxa.o
  1086. CC  libavformat/eacdata.o
  1087. CC  libavformat/electronicarts.o
  1088. CC  libavformat/epafdec.o
  1089. CC  libavformat/ffmdec.o
  1090. CC  libavformat/ffmenc.o
  1091. CC  libavformat/ffmetadec.o
  1092. CC  libavformat/ffmetaenc.o
  1093. CC  libavformat/file.o
  1094. CC  libavformat/filmstripdec.o
  1095. CC  libavformat/filmstripenc.o
  1096. CC  libavformat/flac_picture.o
  1097. CC  libavformat/flacdec.o
  1098. CC  libavformat/flacenc.o
  1099. CC  libavformat/flacenc_header.o
  1100. CC  libavformat/flic.o
  1101. CC  libavformat/flvdec.o
  1102. CC  libavformat/flvenc.o
  1103. libavformat/flvdec.c:702:12: warning: 'flv_data_packet' defined but not used [-Wunused-function]
  1104.  static int flv_data_packet(AVFormatContext *s, AVPacket *pkt,
  1105.             ^
  1106. CC  libavformat/format.o
  1107. libavformat/format.c: In function 'av_probe_input_format3':
  1108. libavformat/format.c:190:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  1109.          lpd.buf = zerobuffer;
  1110.                  ^
  1111. CC  libavformat/framecrcenc.o
  1112. CC  libavformat/framehash.o
  1113. CC  libavformat/frmdec.o
  1114. CC  libavformat/ftp.o
  1115. CC  libavformat/g722.o
  1116. CC  libavformat/g723_1.o
  1117. CC  libavformat/g729dec.o
  1118. CC  libavformat/gif.o
  1119. CC  libavformat/gifdec.o
  1120. CC  libavformat/gopher.o
  1121. CC  libavformat/gsmdec.o
  1122. CC  libavformat/gxf.o
  1123. CC  libavformat/gxfenc.o
  1124. CC  libavformat/h261dec.o
  1125. CC  libavformat/h263dec.o
  1126. CC  libavformat/h264dec.o
  1127. CC  libavformat/hdsenc.o
  1128. CC  libavformat/hevc.o
  1129. CC  libavformat/hevcdec.o
  1130. CC  libavformat/hls.o
  1131. CC  libavformat/hlsenc.o
  1132. CC  libavformat/hlsproto.o
  1133. CC  libavformat/hnm.o
  1134. CC  libavformat/http.o
  1135. CC  libavformat/httpauth.o
  1136. CC  libavformat/icecast.o
  1137. CC  libavformat/icodec.o
  1138. CC  libavformat/icoenc.o
  1139. CC  libavformat/id3v1.o
  1140. CC  libavformat/id3v2.o
  1141. CC  libavformat/id3v2enc.o
  1142. CC  libavformat/idcin.o
  1143. CC  libavformat/idroqdec.o
  1144. CC  libavformat/idroqenc.o
  1145. CC  libavformat/iff.o
  1146. CC  libavformat/ilbc.o
  1147. CC  libavformat/img2.o
  1148. CC  libavformat/img2_alias_pix.o
  1149. CC  libavformat/img2_brender_pix.o
  1150. CC  libavformat/img2dec.o
  1151. CC  libavformat/img2enc.o
  1152. CC  libavformat/ingenientdec.o
  1153. CC  libavformat/ipmovie.o
  1154. CC  libavformat/ircam.o
  1155. CC  libavformat/ircamdec.o
  1156. CC  libavformat/ircamenc.o
  1157. CC  libavformat/isom.o
  1158. CC  libavformat/iss.o
  1159. CC  libavformat/iv8.o
  1160. CC  libavformat/ivfdec.o
  1161. CC  libavformat/ivfenc.o
  1162. CC  libavformat/jacosubdec.o
  1163. CC  libavformat/jacosubenc.o
  1164. CC  libavformat/jvdec.o
  1165. CC  libavformat/latmenc.o
  1166. CC  libavformat/lmlm4.o
  1167. CC  libavformat/loasdec.o
  1168. CC  libavformat/lrc.o
  1169. CC  libavformat/lrcdec.o
  1170. CC  libavformat/lrcenc.o
  1171. CC  libavformat/lvfdec.o
  1172. CC  libavformat/lxfdec.o
  1173. CC  libavformat/m4vdec.o
  1174. CC  libavformat/matroska.o
  1175. CC  libavformat/matroskadec.o
  1176. CC  libavformat/matroskaenc.o
  1177. CC  libavformat/md5enc.o
  1178. CC  libavformat/md5proto.o
  1179. CC  libavformat/metadata.o
  1180. CC  libavformat/mgsts.o
  1181. CC  libavformat/microdvddec.o
  1182. CC  libavformat/microdvdenc.o
  1183. CC  libavformat/mkvtimestamp_v2.o
  1184. CC  libavformat/mlvdec.o
  1185. CC  libavformat/mm.o
  1186. CC  libavformat/mmf.o
  1187. CC  libavformat/mms.o
  1188. CC  libavformat/mmsh.o
  1189. CC  libavformat/mmst.o
  1190. CC  libavformat/mov.o
  1191. CC  libavformat/mov_chan.o
  1192. CC  libavformat/movenc.o
  1193. CC  libavformat/movenchint.o
  1194. CC  libavformat/mp3dec.o
  1195. CC  libavformat/mp3enc.o
  1196. CC  libavformat/mpc.o
  1197. CC  libavformat/mpc8.o
  1198. CC  libavformat/mpeg.o
  1199. CC  libavformat/mpegenc.o
  1200. CC  libavformat/mpegts.o
  1201. CC  libavformat/mpegtsenc.o
  1202. libavformat/mpegts.c:2667:16: warning: 'mpegts_get_dts' defined but not used [-Wunused-function]
  1203.  static int64_t mpegts_get_dts(AVFormatContext *s, int stream_index,
  1204.                 ^
  1205. CC  libavformat/mpegvideodec.o
  1206. CC  libavformat/mpjpeg.o
  1207. CC  libavformat/mpl2dec.o
  1208. CC  libavformat/mpsubdec.o
  1209. CC  libavformat/msnwc_tcp.o
  1210. CC  libavformat/mtv.o
  1211. CC  libavformat/mux.o
  1212. libavformat/mux.c: In function 'init_pts':
  1213. libavformat/mux.c:404:13: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1214.              frac_init(&st->pts, 0, 0, den);
  1215.              ^
  1216. libavformat/mux.c: In function 'compute_pkt_fields2':
  1217. libavformat/mux.c:486:13: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1218.              pkt->pts = st->pts.val;
  1219.              ^
  1220. CC  libavformat/mvdec.o
  1221. libavformat/mux.c:517:5: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1222.      st->pts.val = pkt->dts;
  1223.      ^
  1224. libavformat/mux.c:529:9: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1225.          if (frame_size >= 0 && (pkt->size || st->pts.num != st->pts.den >> 1 || st->pts.val)) {
  1226.          ^
  1227. libavformat/mux.c:529:9: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1228. libavformat/mux.c:529:9: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1229. libavformat/mux.c:530:13: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1230.              frac_add(&st->pts, (int64_t)st->time_base.den * frame_size);
  1231.              ^
  1232. libavformat/mux.c:534:9: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1233.          frac_add(&st->pts, (int64_t)st->time_base.den * st->codec->time_base.num);
  1234.          ^
  1235. libavformat/mux.c: In function 'ff_write_chained':
  1236. libavformat/mux.c:994:5: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1178) [-Wdeprecated-declarations]
  1237.      pkt->destruct = local_pkt.destruct;
  1238.      ^
  1239. libavformat/mux.c:994:5: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1178) [-Wdeprecated-declarations]
  1240. CC  libavformat/mvi.o
  1241. CC  libavformat/mxf.o
  1242. CC  libavformat/mxfdec.o
  1243. CC  libavformat/mxfenc.o
  1244. CC  libavformat/mxg.o
  1245. CC  libavformat/ncdec.o
  1246. CC  libavformat/network.o
  1247. CC  libavformat/nistspheredec.o
  1248. CC  libavformat/nsvdec.o
  1249. CC  libavformat/nullenc.o
  1250. CC  libavformat/nut.o
  1251. CC  libavformat/nutdec.o
  1252. CC  libavformat/nutenc.o
  1253. CC  libavformat/nuv.o
  1254. CC  libavformat/oggdec.o
  1255. CC  libavformat/oggenc.o
  1256. CC  libavformat/oggparsecelt.o
  1257. CC  libavformat/oggparsedirac.o
  1258. CC  libavformat/oggparseflac.o
  1259. CC  libavformat/oggparseogm.o
  1260. CC  libavformat/oggparseopus.o
  1261. CC  libavformat/oggparseskeleton.o
  1262. CC  libavformat/oggparsespeex.o
  1263. CC  libavformat/oggparsetheora.o
  1264. CC  libavformat/oggparsevorbis.o
  1265. CC  libavformat/oggparsevp8.o
  1266. CC  libavformat/oma.o
  1267. CC  libavformat/omadec.o
  1268. CC  libavformat/omaenc.o
  1269. CC  libavformat/options.o
  1270. CC  libavformat/os_support.o
  1271. CC  libavformat/paf.o
  1272. CC  libavformat/pcm.o
  1273. CC  libavformat/pcmdec.o
  1274. CC  libavformat/pcmenc.o
  1275. CC  libavformat/pjsdec.o
  1276. CC  libavformat/pmpdec.o
  1277. CC  libavformat/psxstr.o
  1278. CC  libavformat/pva.o
  1279. CC  libavformat/pvfdec.o
  1280. CC  libavformat/qcp.o
  1281. CC  libavformat/r3d.o
  1282. CC  libavformat/rawdec.o
  1283. CC  libavformat/rawenc.o
  1284. CC  libavformat/rawvideodec.o
  1285. CC  libavformat/rdt.o
  1286. CC  libavformat/realtextdec.o
  1287. CC  libavformat/redspark.o
  1288. CC  libavformat/replaygain.o
  1289. CC  libavformat/riff.o
  1290. CC  libavformat/riffdec.o
  1291. CC  libavformat/riffenc.o
  1292. CC  libavformat/rl2.o
  1293. CC  libavformat/rm.o
  1294. CC  libavformat/rmdec.o
  1295. CC  libavformat/rmenc.o
  1296. CC  libavformat/rmsipr.o
  1297. CC  libavformat/rpl.o
  1298. CC  libavformat/rsd.o
  1299. CC  libavformat/rso.o
  1300. CC  libavformat/rsodec.o
  1301. CC  libavformat/rsoenc.o
  1302. CC  libavformat/rtmpcrypt.o
  1303. CC  libavformat/rtmpdh.o
  1304. libavformat/rtmpcrypt.c: In function 'rtmpe_write':
  1305. libavformat/rtmpcrypt.c:303:9: warning: passing argument 2 of 'av_rc4_crypt' discards 'const' qualifier from pointer target type [enabled by default]
  1306.          av_rc4_crypt(&rt->key_out, buf, buf, size, NULL, 1);
  1307.          ^
  1308. In file included from libavformat/rtmpcrypt.c:32:0:
  1309. ./libavutil/rc4.h:48:6: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
  1310.  void av_rc4_crypt(struct AVRC4 *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
  1311.       ^
  1312. CC  libavformat/rtmphttp.o
  1313. CC  libavformat/rtmppkt.o
  1314. CC  libavformat/rtmpproto.o
  1315. CC  libavformat/rtp.o
  1316. CC  libavformat/rtpdec.o
  1317. CC  libavformat/rtpdec_amr.o
  1318. CC  libavformat/rtpdec_asf.o
  1319. CC  libavformat/rtpdec_g726.o
  1320. CC  libavformat/rtpdec_h261.o
  1321. CC  libavformat/rtpdec_h263.o
  1322. CC  libavformat/rtpdec_h263_rfc2190.o
  1323. CC  libavformat/rtpdec_h264.o
  1324. CC  libavformat/rtpdec_hevc.o
  1325. CC  libavformat/rtpdec_ilbc.o
  1326. CC  libavformat/rtpdec_jpeg.o
  1327. CC  libavformat/rtpdec_latm.o
  1328. CC  libavformat/rtpdec_mpeg12.o
  1329. CC  libavformat/rtpdec_mpeg4.o
  1330. CC  libavformat/rtpdec_mpegts.o
  1331. CC  libavformat/rtpdec_qcelp.o
  1332. CC  libavformat/rtpdec_qdm2.o
  1333. CC  libavformat/rtpdec_qt.o
  1334. CC  libavformat/rtpdec_svq3.o
  1335. CC  libavformat/rtpdec_vp8.o
  1336. CC  libavformat/rtpdec_xiph.o
  1337. CC  libavformat/rtpenc.o
  1338. CC  libavformat/rtpenc_aac.o
  1339. CC  libavformat/rtpenc_amr.o
  1340. CC  libavformat/rtpenc_chain.o
  1341. CC  libavformat/rtpenc_h261.o
  1342. CC  libavformat/rtpenc_h263.o
  1343. CC  libavformat/rtpenc_h263_rfc2190.o
  1344. CC  libavformat/rtpenc_h264.o
  1345. CC  libavformat/rtpenc_jpeg.o
  1346. CC  libavformat/rtpenc_latm.o
  1347. CC  libavformat/rtpenc_mpv.o
  1348. CC  libavformat/rtpenc_vp8.o
  1349. CC  libavformat/rtpenc_xiph.o
  1350. CC  libavformat/rtpproto.o
  1351. CC  libavformat/rtsp.o
  1352. CC  libavformat/rtspdec.o
  1353. CC  libavformat/rtspenc.o
  1354. CC  libavformat/samidec.o
  1355. CC  libavformat/sapdec.o
  1356. CC  libavformat/sapenc.o
  1357. CC  libavformat/sauce.o
  1358. CC  libavformat/sbgdec.o
  1359. CC  libavformat/sdp.o
  1360. CC  libavformat/sdr2.o
  1361. CC  libavformat/seek.o
  1362. CC  libavformat/segafilm.o
  1363. CC  libavformat/segment.o
  1364. CC  libavformat/sierravmd.o
  1365. CC  libavformat/siff.o
  1366. CC  libavformat/smacker.o
  1367. CC  libavformat/smjpeg.o
  1368. CC  libavformat/smjpegdec.o
  1369. CC  libavformat/smjpegenc.o
  1370. CC  libavformat/smoothstreamingenc.o
  1371. CC  libavformat/smush.o
  1372. CC  libavformat/sol.o
  1373. CC  libavformat/soxdec.o
  1374. CC  libavformat/soxenc.o
  1375. CC  libavformat/spdif.o
  1376. CC  libavformat/spdifdec.o
  1377. CC  libavformat/spdifenc.o
  1378. CC  libavformat/srtdec.o
  1379. CC  libavformat/srtenc.o
  1380. CC  libavformat/srtp.o
  1381. CC  libavformat/srtpproto.o
  1382. CC  libavformat/subfile.o
  1383. CC  libavformat/subtitles.o
  1384. CC  libavformat/subviewer1dec.o
  1385. CC  libavformat/subviewerdec.o
  1386. CC  libavformat/swf.o
  1387. CC  libavformat/swfdec.o
  1388. CC  libavformat/swfenc.o
  1389. CC  libavformat/takdec.o
  1390. CC  libavformat/tcp.o
  1391. CC  libavformat/tedcaptionsdec.o
  1392. CC  libavformat/tee.o
  1393. libavformat/tee.c: In function 'filter_packet':
  1394. libavformat/tee.c:400:9: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1178) [-Wdeprecated-declarations]
  1395.          if (ret == 0 && new_pkt.data != pkt->data && new_pkt.destruct) {
  1396.          ^
  1397. CC  libavformat/thp.o
  1398. CC  libavformat/tiertexseq.o
  1399. CC  libavformat/tls.o
  1400. CC  libavformat/tmv.o
  1401. CC  libavformat/tta.o
  1402. CC  libavformat/tty.o
  1403. CC  libavformat/txd.o
  1404. CC  libavformat/udp.o
  1405. CC  libavformat/uncodedframecrcenc.o
  1406. CC  libavformat/unix.o
  1407. CC  libavformat/url.o
  1408. CC  libavformat/urldecode.o
  1409. CC  libavformat/utils.o
  1410. CC  libavformat/vc1test.o
  1411. libavformat/utils.c: In function 'av_stream_get_end_pts':
  1412. libavformat/utils.c:118:5: warning: 'pts' is deprecated (declared at libavformat/avformat.h:809) [-Wdeprecated-declarations]
  1413.      return st->pts.val;
  1414.      ^
  1415. libavformat/utils.c: In function 'avformat_find_stream_info':
  1416. libavformat/utils.c:3010:9: warning: 'max_analyze_duration' is deprecated (declared at libavformat/avformat.h:1313) [-Wdeprecated-declarations]
  1417.          max_analyze_duration = ic->max_analyze_duration;
  1418.          ^
  1419. CC  libavformat/vc1testenc.o
  1420. CC  libavformat/vivo.o
  1421. CC  libavformat/voc.o
  1422. CC  libavformat/vocdec.o
  1423. CC  libavformat/vocenc.o
  1424. CC  libavformat/vorbiscomment.o
  1425. CC  libavformat/vplayerdec.o
  1426. CC  libavformat/vqf.o
  1427. CC  libavformat/w64.o
  1428. CC  libavformat/wavdec.o
  1429. CC  libavformat/wavenc.o
  1430. CC  libavformat/wc3movie.o
  1431. CC  libavformat/webmdashenc.o
  1432. CC  libavformat/webvttdec.o
  1433. CC  libavformat/webvttenc.o
  1434. CC  libavformat/westwood_aud.o
  1435. CC  libavformat/westwood_vqa.o
  1436. CC  libavformat/wtv_common.o
  1437. CC  libavformat/wtvdec.o
  1438. CC  libavformat/wtvenc.o
  1439. CC  libavformat/wv.o
  1440. CC  libavformat/wvdec.o
  1441. CC  libavformat/wvenc.o
  1442. CC  libavformat/xa.o
  1443. CC  libavformat/xmv.o
  1444. CC  libavformat/xwma.o
  1445. CC  libavformat/yop.o
  1446. CC  libavformat/yuv4mpegdec.o
  1447. CC  libavformat/yuv4mpegenc.o
  1448. CC  libavcodec/012v.o
  1449. CC  libavcodec/4xm.o
  1450. CC  libavcodec/8bps.o
  1451. CC  libavcodec/8svx.o
  1452. CC  libavcodec/a64multienc.o
  1453. CC  libavcodec/aac_ac3_parser.o
  1454. CC  libavcodec/aac_adtstoasc_bsf.o
  1455. CC  libavcodec/aac_parser.o
  1456. CC  libavcodec/aacadtsdec.o
  1457. CC  libavcodec/aaccoder.o
  1458. CC  libavcodec/aacdec.o
  1459. CC  libavcodec/aacenc.o
  1460. CC  libavcodec/aacps.o
  1461. CC  libavcodec/aacpsdsp.o
  1462. CC  libavcodec/aacpsy.o
  1463. CC  libavcodec/aacsbr.o
  1464. CC  libavcodec/aactab.o
  1465. CC  libavcodec/aandcttab.o
  1466. CC  libavcodec/aasc.o
  1467. CC  libavcodec/ac3.o
  1468. CC  libavcodec/ac3_parser.o
  1469. CC  libavcodec/ac3dec_data.o
  1470. CC  libavcodec/ac3dec_fixed.o
  1471. CC  libavcodec/ac3dec_float.o
  1472. CC  libavcodec/ac3dsp.o
  1473. CC  libavcodec/ac3enc.o
  1474. CC  libavcodec/ac3enc_fixed.o
  1475. CC  libavcodec/ac3enc_float.o
  1476. CC  libavcodec/ac3tab.o
  1477. CC  libavcodec/acelp_filters.o
  1478. CC  libavcodec/acelp_pitch_delay.o
  1479. CC  libavcodec/acelp_vectors.o
  1480. CC  libavcodec/adpcm.o
  1481. CC  libavcodec/adpcm_data.o
  1482. CC  libavcodec/adpcmenc.o
  1483. CC  libavcodec/adx.o
  1484. CC  libavcodec/adx_parser.o
  1485. CC  libavcodec/adxdec.o
  1486. CC  libavcodec/adxenc.o
  1487. CC  libavcodec/aic.o
  1488. CC  libavcodec/alac.o
  1489. CC  libavcodec/alac_data.o
  1490. CC  libavcodec/alacenc.o
  1491. CC  libavcodec/aliaspixdec.o
  1492. CC  libavcodec/aliaspixenc.o
  1493. CC  libavcodec/allcodecs.o
  1494. CC  libavcodec/alsdec.o
  1495. CC  libavcodec/amrnbdec.o
  1496. CC  libavcodec/amrwbdec.o
  1497. CC  libavcodec/anm.o
  1498. CC  libavcodec/ansi.o
  1499. CC  libavcodec/apedec.o
  1500. CC  libavcodec/arm/aacpsdsp_init_arm.o
  1501. AS  libavcodec/arm/aacpsdsp_neon.o
  1502. AS  libavcodec/arm/ac3dsp_arm.o
  1503. AS  libavcodec/arm/ac3dsp_armv6.o
  1504. CC  libavcodec/arm/ac3dsp_init_arm.o
  1505. AS  libavcodec/arm/ac3dsp_neon.o
  1506. CC  libavcodec/arm/audiodsp_init_arm.o
  1507. CC  libavcodec/arm/audiodsp_init_neon.o
  1508. AS  libavcodec/arm/audiodsp_neon.o
  1509. CC  libavcodec/arm/blockdsp_init_arm.o
  1510. CC  libavcodec/arm/blockdsp_init_neon.o
  1511. AS  libavcodec/arm/blockdsp_neon.o
  1512. CC  libavcodec/arm/dcadsp_init_arm.o
  1513. AS  libavcodec/arm/dcadsp_neon.o
  1514. AS  libavcodec/arm/dcadsp_vfp.o
  1515. CC  libavcodec/arm/fft_fixed_init_arm.o
  1516. AS  libavcodec/arm/fft_fixed_neon.o
  1517. CC  libavcodec/arm/fft_init_arm.o
  1518. AS  libavcodec/arm/fft_neon.o
  1519. AS  libavcodec/arm/fft_vfp.o
  1520. AS  libavcodec/arm/flacdsp_arm.o
  1521. CC  libavcodec/arm/flacdsp_init_arm.o
  1522. CC  libavcodec/arm/fmtconvert_init_arm.o
  1523. AS  libavcodec/arm/fmtconvert_neon.o
  1524. AS  libavcodec/arm/fmtconvert_vfp.o
  1525. AS  libavcodec/arm/fmtconvert_vfp_armv6.o
  1526. CC  libavcodec/arm/h264chroma_init_arm.o
  1527. AS  libavcodec/arm/h264cmc_neon.o
  1528. CC  libavcodec/arm/h264dsp_init_arm.o
  1529. AS  libavcodec/arm/h264dsp_neon.o
  1530. AS  libavcodec/arm/h264idct_neon.o
  1531. CC  libavcodec/arm/h264pred_init_arm.o
  1532. AS  libavcodec/arm/h264pred_neon.o
  1533. CC  libavcodec/arm/h264qpel_init_arm.o
  1534. AS  libavcodec/arm/h264qpel_neon.o
  1535. AS  libavcodec/arm/hpeldsp_arm.o
  1536. AS  libavcodec/arm/hpeldsp_armv6.o
  1537. CC  libavcodec/arm/hpeldsp_init_arm.o
  1538. CC  libavcodec/arm/hpeldsp_init_armv6.o
  1539. CC  libavcodec/arm/hpeldsp_init_neon.o
  1540. AS  libavcodec/arm/hpeldsp_neon.o
  1541. AS  libavcodec/arm/idctdsp_arm.o
  1542. AS  libavcodec/arm/idctdsp_armv6.o
  1543. CC  libavcodec/arm/idctdsp_init_arm.o
  1544. CC  libavcodec/arm/idctdsp_init_armv5te.o
  1545. CC  libavcodec/arm/idctdsp_init_armv6.o
  1546. CC  libavcodec/arm/idctdsp_init_neon.o
  1547. AS  libavcodec/arm/idctdsp_neon.o
  1548. AS  libavcodec/arm/int_neon.o
  1549. AS  libavcodec/arm/jrevdct_arm.o
  1550. CC  libavcodec/arm/lossless_audiodsp_init_arm.o
  1551. AS  libavcodec/arm/lossless_audiodsp_neon.o
  1552. AS  libavcodec/arm/mdct_fixed_neon.o
  1553. AS  libavcodec/arm/mdct_neon.o
  1554. AS  libavcodec/arm/mdct_vfp.o
  1555. AS  libavcodec/arm/me_cmp_armv6.o
  1556. CC  libavcodec/arm/me_cmp_init_arm.o
  1557. AS  libavcodec/arm/mlpdsp_armv5te.o
  1558. AS  libavcodec/arm/mlpdsp_armv6.o
  1559. CC  libavcodec/arm/mlpdsp_init_arm.o
  1560. AS  libavcodec/arm/mpegaudiodsp_fixed_armv6.o
  1561. CC  libavcodec/arm/mpegaudiodsp_init_arm.o
  1562. CC  libavcodec/arm/mpegvideo_arm.o
  1563. CC  libavcodec/arm/mpegvideo_armv5te.o
  1564. AS  libavcodec/arm/mpegvideo_armv5te_s.o
  1565. AS  libavcodec/arm/mpegvideo_neon.o
  1566. AS  libavcodec/arm/mpegvideoencdsp_armv6.o
  1567. CC  libavcodec/arm/mpegvideoencdsp_init_arm.o
  1568. AS  libavcodec/arm/pixblockdsp_armv6.o
  1569. CC  libavcodec/arm/pixblockdsp_init_arm.o
  1570. AS  libavcodec/arm/rdft_neon.o
  1571. CC  libavcodec/arm/rv34dsp_init_arm.o
  1572. AS  libavcodec/arm/rv34dsp_neon.o
  1573. CC  libavcodec/arm/rv40dsp_init_arm.o
  1574. AS  libavcodec/arm/rv40dsp_neon.o
  1575. CC  libavcodec/arm/sbrdsp_init_arm.o
  1576. AS  libavcodec/arm/sbrdsp_neon.o
  1577. AS  libavcodec/arm/simple_idct_arm.o
  1578. AS  libavcodec/arm/simple_idct_armv5te.o
  1579. AS  libavcodec/arm/simple_idct_armv6.o
  1580. AS  libavcodec/arm/simple_idct_neon.o
  1581. AS  libavcodec/arm/startcode_armv6.o
  1582. AS  libavcodec/arm/synth_filter_neon.o
  1583. AS  libavcodec/arm/synth_filter_vfp.o
  1584. CC  libavcodec/arm/vc1dsp_init_arm.o
  1585. CC  libavcodec/arm/vc1dsp_init_neon.o
  1586. AS  libavcodec/arm/vc1dsp_neon.o
  1587. AS  libavcodec/arm/videodsp_armv5te.o
  1588. CC  libavcodec/arm/videodsp_init_arm.o
  1589. CC  libavcodec/arm/videodsp_init_armv5te.o
  1590. CC  libavcodec/arm/vorbisdsp_init_arm.o
  1591. AS  libavcodec/arm/vorbisdsp_neon.o
  1592. CC  libavcodec/arm/vp3dsp_init_arm.o
  1593. AS  libavcodec/arm/vp3dsp_neon.o
  1594. CC  libavcodec/arm/vp6dsp_init_arm.o
  1595. AS  libavcodec/arm/vp6dsp_neon.o
  1596. AS  libavcodec/arm/vp8_armv6.o
  1597. AS  libavcodec/arm/vp8dsp_armv6.o
  1598. CC  libavcodec/arm/vp8dsp_init_arm.o
  1599. CC  libavcodec/arm/vp8dsp_init_armv6.o
  1600. CC  libavcodec/arm/vp8dsp_init_neon.o
  1601. AS  libavcodec/arm/vp8dsp_neon.o
  1602. CC  libavcodec/ass.o
  1603. CC  libavcodec/ass_split.o
  1604. CC  libavcodec/assdec.o
  1605. CC  libavcodec/assenc.o
  1606. CC  libavcodec/asv.o
  1607. CC  libavcodec/asvdec.o
  1608. CC  libavcodec/asvenc.o
  1609. CC  libavcodec/atrac.o
  1610. CC  libavcodec/atrac1.o
  1611. CC  libavcodec/atrac3.o
  1612. CC  libavcodec/atrac3plus.o
  1613. CC  libavcodec/atrac3plusdec.o
  1614. CC  libavcodec/atrac3plusdsp.o
  1615. CC  libavcodec/audio_frame_queue.o
  1616. CC  libavcodec/audioconvert.o
  1617. CC  libavcodec/audiodsp.o
  1618. CC  libavcodec/aura.o
  1619. CC  libavcodec/avdct.o
  1620. CC  libavcodec/avfft.o
  1621. CC  libavcodec/avpacket.o
  1622. CC  libavcodec/avpicture.o
  1623. CC  libavcodec/avrndec.o
  1624. CC  libavcodec/avs.o
  1625. CC  libavcodec/avuidec.o
  1626. CC  libavcodec/avuienc.o
  1627. CC  libavcodec/bethsoftvideo.o
  1628. CC  libavcodec/bfi.o
  1629. CC  libavcodec/bgmc.o
  1630. CC  libavcodec/bink.o
  1631. CC  libavcodec/binkaudio.o
  1632. CC  libavcodec/binkdsp.o
  1633. CC  libavcodec/bintext.o
  1634. CC  libavcodec/bitstream.o
  1635. CC  libavcodec/bitstream_filter.o
  1636. CC  libavcodec/blockdsp.o
  1637. CC  libavcodec/bmp.o
  1638. CC  libavcodec/bmp_parser.o
  1639. CC  libavcodec/bmpenc.o
  1640. CC  libavcodec/bmvaudio.o
  1641. CC  libavcodec/bmvvideo.o
  1642. CC  libavcodec/brenderpix.o
  1643. CC  libavcodec/bswapdsp.o
  1644. CC  libavcodec/c93.o
  1645. CC  libavcodec/cabac.o
  1646. CC  libavcodec/cavs.o
  1647. CC  libavcodec/cavs_parser.o
  1648. CC  libavcodec/cavsdata.o
  1649. CC  libavcodec/cavsdec.o
  1650. CC  libavcodec/cavsdsp.o
  1651. CC  libavcodec/cdgraphics.o
  1652. CC  libavcodec/cdxl.o
  1653. CC  libavcodec/celp_filters.o
  1654. CC  libavcodec/celp_math.o
  1655. CC  libavcodec/cga_data.o
  1656. CC  libavcodec/chomp_bsf.o
  1657. CC  libavcodec/cinepak.o
  1658. CC  libavcodec/cinepakenc.o
  1659. CC  libavcodec/cljrdec.o
  1660. CC  libavcodec/cljrenc.o
  1661. CC  libavcodec/cllc.o
  1662. CC  libavcodec/cngdec.o
  1663. CC  libavcodec/cngenc.o
  1664. CC  libavcodec/codec_desc.o
  1665. CC  libavcodec/cook.o
  1666. CC  libavcodec/cook_parser.o
  1667. CC  libavcodec/cpia.o
  1668. CC  libavcodec/cscd.o
  1669. CC  libavcodec/cyuv.o
  1670. CC  libavcodec/dca.o
  1671. CC  libavcodec/dca_parser.o
  1672. CC  libavcodec/dcadec.o
  1673. CC  libavcodec/dcadsp.o
  1674. CC  libavcodec/dcaenc.o
  1675. libavcodec/dcadec.c: In function 'dca_decode_frame':
  1676. libavcodec/dcadec.c:2336:9: warning: 'request_channels' is deprecated (declared at libavcodec/avcodec.h:2039) [-Wdeprecated-declarations]
  1677.          || (s->core_ext_mask & DCA_EXT_XXCH && avctx->request_channels > 0
  1678.          ^
  1679. libavcodec/dcadec.c:2337:13: warning: 'request_channels' is deprecated (declared at libavcodec/avcodec.h:2039) [-Wdeprecated-declarations]
  1680.              && avctx->request_channels
  1681.              ^
  1682. libavcodec/dcadec.c:2416:9: warning: 'request_channels' is deprecated (declared at libavcodec/avcodec.h:2039) [-Wdeprecated-declarations]
  1683.          if (avctx->request_channels > 0
  1684.          ^
  1685. libavcodec/dcadec.c:2417:13: warning: 'request_channels' is deprecated (declared at libavcodec/avcodec.h:2039) [-Wdeprecated-declarations]
  1686.              && avctx->request_channels < s->prim_channels) {
  1687.              ^
  1688. libavcodec/dcadec.c:2420:47: warning: 'request_channels' is deprecated (declared at libavcodec/avcodec.h:2039) [-Wdeprecated-declarations]
  1689.                                                <= avctx->request_channels; i++) {
  1690.                                                ^
  1691. CC  libavcodec/dct.o
  1692. CC  libavcodec/dct32_fixed.o
  1693. CC  libavcodec/dct32_float.o
  1694. CC  libavcodec/dfa.o
  1695. CC  libavcodec/dirac.o
  1696. CC  libavcodec/dirac_arith.o
  1697. CC  libavcodec/dirac_dwt.o
  1698. CC  libavcodec/dirac_parser.o
  1699. CC  libavcodec/diracdec.o
  1700. CC  libavcodec/diracdsp.o
  1701. libavcodec/diracdec.c: In function 'dirac_decode_picture_header':
  1702. libavcodec/diracdec.c:1742:5: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1703.      if (s->current_picture->avframe->reference) {
  1704.      ^
  1705. libavcodec/diracdec.c:1748:17: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1706.                  retire_pic->avframe->reference &= DELAYED_PIC_REF;
  1707.                  ^
  1708. libavcodec/diracdec.c:1756:13: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1709.              remove_frame(s->ref_frames, s->ref_frames[0]->avframe->display_picture_number)->avframe->reference &= DELAYED_PIC_REF;
  1710.              ^
  1711. libavcodec/diracdec.c: In function 'get_delayed_pic':
  1712. libavcodec/diracdec.c:1790:9: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1713.          out->avframe->reference ^= DELAYED_PIC_REF;
  1714.          ^
  1715. libavcodec/diracdec.c: In function 'dirac_decode_data_unit':
  1716. libavcodec/diracdec.c:1872:9: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1717.          pic->avframe->reference = (parse_code & 0x0C) == 0x0C;  /* [DIRAC_STD]  is_reference() */
  1718.          ^
  1719. libavcodec/diracdec.c: In function 'dirac_decode_frame':
  1720. libavcodec/diracdec.c:1908:9: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1721.          if (s->all_frames[i].avframe->data[0] && !s->all_frames[i].avframe->reference) {
  1722.          ^
  1723. libavcodec/diracdec.c:1957:9: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1724.          s->current_picture->avframe->reference |= DELAYED_PIC_REF;
  1725.          ^
  1726. libavcodec/diracdec.c:1973:13: warning: 'reference' is deprecated (declared at ./libavutil/frame.h:261) [-Wdeprecated-declarations]
  1727.              delayed_frame->avframe->reference ^= DELAYED_PIC_REF;
  1728.              ^
  1729. CC  libavcodec/dnxhd_parser.o
  1730. CC  libavcodec/dnxhddata.o
  1731. CC  libavcodec/dnxhddec.o
  1732. CC  libavcodec/dnxhdenc.o
  1733. CC  libavcodec/dpcm.o
  1734. CC  libavcodec/dpx.o
  1735. CC  libavcodec/dpx_parser.o
  1736. CC  libavcodec/dpxenc.o
  1737. CC  libavcodec/dsddec.o
  1738. CC  libavcodec/dsicinaudio.o
  1739. CC  libavcodec/dsicinvideo.o
  1740. CC  libavcodec/dsputil_compat.o
  1741. CC  libavcodec/dump_extradata_bsf.o
  1742. CC  libavcodec/dv.o
  1743. CC  libavcodec/dv_profile.o
  1744. CC  libavcodec/dvbsub.o
  1745. CC  libavcodec/dvbsub_parser.o
  1746. CC  libavcodec/dvbsubdec.o
  1747. CC  libavcodec/dvd_nav_parser.o
  1748. CC  libavcodec/dvdata.o
  1749. CC  libavcodec/dvdec.o
  1750. CC  libavcodec/dvdsub_parser.o
  1751. CC  libavcodec/dvdsubdec.o
  1752. CC  libavcodec/dvdsubenc.o
  1753. libavcodec/dvdsubdec.c: In function 'ayvu_to_argb':
  1754. libavcodec/dvdsubdec.c:66:19: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  1755.      uint8_t *cm = ff_crop_tab + MAX_NEG_CROP;
  1756.                    ^
  1757. CC  libavcodec/dvenc.o
  1758. CC  libavcodec/dxa.o
  1759. libavcodec/dvenc.c: In function 'dvvideo_encode_frame':
  1760. libavcodec/dvenc.c:728:31: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  1761.      s->frame                  = frame;
  1762.                                ^
  1763. CC  libavcodec/dxtory.o
  1764. CC  libavcodec/eac3_data.o
  1765. CC  libavcodec/eac3dec.o
  1766. CC  libavcodec/eac3enc.o
  1767. CC  libavcodec/eacmv.o
  1768. CC  libavcodec/eaidct.o
  1769. CC  libavcodec/eamad.o
  1770. CC  libavcodec/eatgq.o
  1771. CC  libavcodec/eatgv.o
  1772. CC  libavcodec/eatqi.o
  1773. CC  libavcodec/elbg.o
  1774. CC  libavcodec/error_resilience.o
  1775. CC  libavcodec/escape124.o
  1776. CC  libavcodec/escape130.o
  1777. CC  libavcodec/evrcdec.o
  1778. CC  libavcodec/exif.o
  1779. CC  libavcodec/exr.o
  1780. CC  libavcodec/faandct.o
  1781. CC  libavcodec/faanidct.o
  1782. CC  libavcodec/fdctdsp.o
  1783. CC  libavcodec/faxcompr.o
  1784. CC  libavcodec/fft_fixed.o
  1785. CC  libavcodec/fft_fixed_32.o
  1786. CC  libavcodec/fft_float.o
  1787. CC  libavcodec/fft_init_table.o
  1788. CC  libavcodec/ffv1.o
  1789. CC  libavcodec/ffv1dec.o
  1790. CC  libavcodec/ffv1enc.o
  1791. CC  libavcodec/ffwavesynth.o
  1792. CC  libavcodec/fic.o
  1793. CC  libavcodec/flac.o
  1794. CC  libavcodec/flac_parser.o
  1795. CC  libavcodec/flacdata.o
  1796. CC  libavcodec/flacdec.o
  1797. CC  libavcodec/flacdsp.o
  1798. CC  libavcodec/flacenc.o
  1799. CC  libavcodec/flashsv.o
  1800. CC  libavcodec/flashsv2enc.o
  1801. CC  libavcodec/flashsvenc.o
  1802. CC  libavcodec/flicvideo.o
  1803. CC  libavcodec/flvdec.o
  1804. CC  libavcodec/flvenc.o
  1805. CC  libavcodec/fmtconvert.o
  1806. CC  libavcodec/frame_thread_encoder.o
  1807. CC  libavcodec/fraps.o
  1808. CC  libavcodec/frwu.o
  1809. CC  libavcodec/g2meet.o
  1810. CC  libavcodec/g722.o
  1811. CC  libavcodec/g722dec.o
  1812. CC  libavcodec/g722enc.o
  1813. CC  libavcodec/g723_1.o
  1814. CC  libavcodec/g726.o
  1815. CC  libavcodec/g729dec.o
  1816. CC  libavcodec/g729postfilter.o
  1817. CC  libavcodec/gif.o
  1818. CC  libavcodec/gifdec.o
  1819. CC  libavcodec/golomb.o
  1820. CC  libavcodec/gsm_parser.o
  1821. CC  libavcodec/gsmdec.o
  1822. CC  libavcodec/gsmdec_data.o
  1823. CC  libavcodec/h261.o
  1824. CC  libavcodec/h261_parser.o
  1825. CC  libavcodec/h261data.o
  1826. CC  libavcodec/h261dec.o
  1827. CC  libavcodec/h261enc.o
  1828. CC  libavcodec/h263.o
  1829. CC  libavcodec/h263_parser.o
  1830. CC  libavcodec/h263dec.o
  1831. CC  libavcodec/h263dsp.o
  1832. In file included from libavcodec/vdpau_internal.h:55:0,
  1833.                  from libavcodec/h263dec.c:43:
  1834. libavcodec/vdpau.h:104:5: error: unknown type name 'VdpDecoderSetControlData'
  1835.      VdpDecoderSetControlData *set_video_header;
  1836.      ^
  1837. make: *** [libavcodec/h263dec.o] Error 1
  1838. make: *** Waiting for unfinished jobs....
  1839. ERROR: building ffmpeg failed
  1840. checking for FFMPEG... no
  1841. configure: error: "ffmpeg not found"
  1842. markus@ubuntu-armhf:~/xbmc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement