Last active
April 13, 2016 21:07
-
-
Save astiob/da6fee0eb4ac77a862d682107b267a6c to your computer and use it in GitHub Desktop.
mpv build log on Raspberry Pi 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/mpv-build $ uname -a | |
Linux raspberrypi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux | |
pi@raspberrypi:~/mpv-build $ gcc --version | |
gcc (Raspbian 4.9.2-10) 4.9.2 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/libass $ sudo apt-get install autoconf libtool | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
automake autotools-dev libltdl-dev libsigsegv2 m4 | |
Suggested packages: | |
autoconf-archive gnu-standards autoconf-doc gettext libtool-doc automaken gfortran fortran95-compiler gcj-jdk | |
The following NEW packages will be installed: | |
autoconf automake autotools-dev libltdl-dev libsigsegv2 libtool m4 | |
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 1,747 kB of archives. | |
After this operation, 5,857 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] y | |
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libsigsegv2 armhf 2.10-4 [28.2 kB] | |
Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main m4 armhf 1.4.17-4 [238 kB] | |
Get:3 http://mirrordirector.raspbian.org/raspbian/ jessie/main autoconf all 2.69-8 [340 kB] | |
Get:4 http://mirrordirector.raspbian.org/raspbian/ jessie/main autotools-dev all 20140911.1 [70.5 kB] | |
Get:5 http://mirrordirector.raspbian.org/raspbian/ jessie/main automake all 1:1.14.1-4 [725 kB] | |
Get:6 http://mirrordirector.raspbian.org/raspbian/ jessie/main libltdl-dev armhf 2.4.2-1.11 [155 kB] | |
Get:7 http://mirrordirector.raspbian.org/raspbian/ jessie/main libtool all 2.4.2-1.11 [190 kB] | |
Fetched 1,747 kB in 1s (1,110 kB/s) | |
Selecting previously unselected package libsigsegv2:armhf. | |
(Reading database ... 126747 files and directories currently installed.) | |
Preparing to unpack .../libsigsegv2_2.10-4_armhf.deb ... | |
Unpacking libsigsegv2:armhf (2.10-4) ... | |
Selecting previously unselected package m4. | |
Preparing to unpack .../archives/m4_1.4.17-4_armhf.deb ... | |
Unpacking m4 (1.4.17-4) ... | |
Selecting previously unselected package autoconf. | |
Preparing to unpack .../autoconf_2.69-8_all.deb ... | |
Unpacking autoconf (2.69-8) ... | |
Selecting previously unselected package autotools-dev. | |
Preparing to unpack .../autotools-dev_20140911.1_all.deb ... | |
Unpacking autotools-dev (20140911.1) ... | |
Selecting previously unselected package automake. | |
Preparing to unpack .../automake_1%3a1.14.1-4_all.deb ... | |
Unpacking automake (1:1.14.1-4) ... | |
Selecting previously unselected package libltdl-dev:armhf. | |
Preparing to unpack .../libltdl-dev_2.4.2-1.11_armhf.deb ... | |
Unpacking libltdl-dev:armhf (2.4.2-1.11) ... | |
Selecting previously unselected package libtool. | |
Preparing to unpack .../libtool_2.4.2-1.11_all.deb ... | |
Unpacking libtool (2.4.2-1.11) ... | |
Processing triggers for install-info (5.2.0.dfsg.1-6) ... | |
Processing triggers for man-db (2.7.0.2-5) ... | |
Setting up libsigsegv2:armhf (2.10-4) ... | |
Setting up m4 (1.4.17-4) ... | |
Setting up autoconf (2.69-8) ... | |
Setting up autotools-dev (20140911.1) ... | |
Setting up automake (1:1.14.1-4) ... | |
update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode | |
Setting up libltdl-dev:armhf (2.4.2-1.11) ... | |
Setting up libtool (2.4.2-1.11) ... | |
Processing triggers for libc-bin (2.19-18+deb8u3) ... | |
pi@raspberrypi:~/libass $ sudo apt-get install libfribidi-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following NEW packages will be installed: | |
libfribidi-dev | |
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 63.5 kB of archives. | |
After this operation, 132 kB of additional disk space will be used. | |
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libfribidi-dev armhf 0.19.6-3 [63.5 kB] | |
Fetched 63.5 kB in 0s (167 kB/s) | |
Selecting previously unselected package libfribidi-dev. | |
(Reading database ... 127116 files and directories currently installed.) | |
Preparing to unpack .../libfribidi-dev_0.19.6-3_armhf.deb ... | |
Unpacking libfribidi-dev (0.19.6-3) ... | |
Processing triggers for man-db (2.7.0.2-5) ... | |
Setting up libfribidi-dev (0.19.6-3) ... | |
pi@raspberrypi:~/libass $ sudo apt-get install libfontconfig-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Note, selecting 'libfontconfig1-dev' instead of 'libfontconfig-dev' | |
The following NEW packages will be installed: | |
libfontconfig1-dev | |
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 875 kB of archives. | |
After this operation, 1,696 kB of additional disk space will be used. | |
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libfontconfig1-dev armhf 2.11.0-6.3 [875 kB] | |
Fetched 875 kB in 0s (1,640 kB/s) | |
Selecting previously unselected package libfontconfig1-dev:armhf. | |
(Reading database ... 127170 files and directories currently installed.) | |
Preparing to unpack .../libfontconfig1-dev_2.11.0-6.3_armhf.deb ... | |
Unpacking libfontconfig1-dev:armhf (2.11.0-6.3) ... | |
Processing triggers for man-db (2.7.0.2-5) ... | |
Setting up libfontconfig1-dev:armhf (2.11.0-6.3) ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/mpv-build $ ./rebuild -j4 | |
+ git pull --rebase | |
Current branch master is up to date. | |
+ do_clone_all | |
+ do_clone ffmpeg https://github.com/FFmpeg/FFmpeg.git | |
+ set -ex | |
+ test -e ffmpeg | |
+ git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg | |
Cloning into 'ffmpeg'... | |
remote: Counting objects: 471741, done. | |
remote: Compressing objects: 100% (1117/1117), done. | |
remote: Total 471741 (delta 859), reused 0 (delta 0), pack-reused 470623 | |
Receiving objects: 100% (471741/471741), 195.09 MiB | 3.52 MiB/s, done. | |
Resolving deltas: 100% (367159/367159), done. | |
Checking connectivity... done. | |
Checking out files: 100% (5758/5758), done. | |
+ cd ffmpeg | |
+ git remote set-url origin https://github.com/FFmpeg/FFmpeg.git | |
+ git fetch | |
+ do_clone fribidi http://anongit.freedesktop.org/git/fribidi/fribidi.git | |
+ set -ex | |
+ test -e fribidi | |
+ git clone http://anongit.freedesktop.org/git/fribidi/fribidi.git fribidi | |
Cloning into 'fribidi'... | |
remote: Counting objects: 1429, done. | |
remote: Compressing objects: 100% (519/519), done. | |
remote: Total 1429 (delta 1081), reused 1149 (delta 894) | |
Receiving objects: 100% (1429/1429), 635.37 KiB | 378.00 KiB/s, done. | |
Resolving deltas: 100% (1081/1081), done. | |
Checking connectivity... done. | |
+ cd fribidi | |
+ git remote set-url origin http://anongit.freedesktop.org/git/fribidi/fribidi.git | |
+ git fetch | |
+ do_clone libass https://github.com/libass/libass.git | |
+ set -ex | |
+ test -e libass | |
+ git clone https://github.com/libass/libass.git libass | |
Cloning into 'libass'... | |
remote: Counting objects: 6259, done. | |
remote: Total 6259 (delta 0), reused 0 (delta 0), pack-reused 6259 | |
Receiving objects: 100% (6259/6259), 2.18 MiB | 1.48 MiB/s, done. | |
Resolving deltas: 100% (4137/4137), done. | |
Checking connectivity... done. | |
+ cd libass | |
+ git remote set-url origin https://github.com/libass/libass.git | |
+ git fetch | |
+ do_clone mpv https://github.com/mpv-player/mpv.git | |
+ set -ex | |
+ test -e mpv | |
+ git clone https://github.com/mpv-player/mpv.git mpv | |
Cloning into 'mpv'... | |
remote: Counting objects: 249824, done. | |
remote: Compressing objects: 100% (61/61), done. | |
remote: Total 249824 (delta 22), reused 0 (delta 0), pack-reused 249762 | |
Receiving objects: 100% (249824/249824), 71.10 MiB | 1.41 MiB/s, done. | |
Resolving deltas: 100% (196259/196259), done. | |
Checking connectivity... done. | |
+ cd mpv | |
+ git remote set-url origin https://github.com/mpv-player/mpv.git | |
+ git fetch | |
+ do_releasetag ffmpeg n | |
+ cd ffmpeg | |
+ git tag | |
+ + grepgrep -v dev -v | |
rc | |
+ versort_with_prefix n | |
+ sed -n -e s/^n\([0-9]\)/\1/p+ | |
sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 | |
+ sed -e s/^/n/ | |
+ tail -n 1 | |
+ version=n3.0.1 | |
+ git checkout --detach refs/tags/n3.0.1 | |
Checking out files: 100% (1892/1892), done. | |
Note: checking out 'refs/tags/n3.0.1'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at fda00aa... doc/Doxyfile: update for 3.0.1 | |
+ do_releasetag fribidi | |
+ cd fribidi | |
+ git tag | |
+ grep -v+ versort_with_prefix | |
rc | |
+ sed -n -e s/^\([0-9]\)/\1/p | |
+ tail -n 1 | |
+ sed -e s/^// | |
+ sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 | |
+ grep -v dev | |
+ version=0.19.7 | |
+ git checkout --detach refs/tags/0.19.7 | |
Note: checking out 'refs/tags/0.19.7'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 1a6935c... 0.19.7 | |
+ do_gitmaster libass | |
+ set -ex | |
+ cd libass | |
+ git checkout --detach origin/master | |
Note: checking out 'origin/master'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 06d5dae... Merge pull request #217 from ssbssa/master | |
+ git remote prune origin | |
+ do_releasetag mpv v | |
+ cd mpv | |
+ git tag | |
+ grep -v rc | |
+ grep -v dev | |
+ tail -n 1 | |
+ versort_with_prefix v | |
+ sed -n -e s/^v\([0-9]\)/\1/p | |
+ sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 | |
+ sed -e s/^/v/ | |
+ version=v0.17.0 | |
+ git checkout --detach refs/tags/v0.17.0 | |
Note: checking out 'refs/tags/v0.17.0'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 0536841... Release 0.17.0 | |
+ do_update_debian_versions | |
+ scripts/debian-update-versions | |
+ do_bootstrap | |
+ scripts/mpv-bootstrap | |
Downloading https://waf.io/waf-1.8.12... | |
Checksum verified. | |
'distclean' finished successfully (0.024s) | |
Running autoreconf... | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: copying file `./ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:6: installing './compile' | |
configure.ac:6: installing './config.guess' | |
configure.ac:6: installing './config.sub' | |
configure.ac:2: installing './install-sh' | |
configure.ac:2: installing './missing' | |
libass/Makefile.am: installing './depcomp' | |
autoreconf: Leaving directory `.' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... armv7l-unknown-linux-gnueabihf | |
checking host system type... armv7l-unknown-linux-gnueabihf | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking dependency style of gcc... gcc3 | |
checking for ANSI C header files... (cached) yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for stdint.h... (cached) yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for library containing libiconv_open... no | |
checking for library containing iconv_open... none required | |
checking for fabs in -lm... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for FREETYPE... yes | |
checking for FRIBIDI... yes | |
checking for FONTCONFIG... yes | |
checking for CORETEXT... no | |
checking for DIRECTWRITE... no | |
checking for HARFBUZZ... no | |
checking whether make supports nested variables... (cached) yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libass/Makefile | |
config.status: creating test/Makefile | |
config.status: creating profile/Makefile | |
config.status: creating libass.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make: Entering directory '/home/pi/mpv-build/libass' | |
Making install in libass | |
make[1]: Entering directory '/home/pi/mpv-build/libass/libass' | |
CC ass_cache.lo | |
CC ass_font.lo | |
CC ass.lo | |
CC ass_fontselect.lo | |
CC ass_render.lo | |
CC ass_utils.lo | |
CC ass_bitmap.lo | |
CC ass_blur.lo | |
CC ass_library.lo | |
CC ass_drawing.lo | |
CC ass_parse.lo | |
CC ass_render_api.lo | |
CC ass_shaper.lo | |
CC ass_strtod.lo | |
CC ass_fontconfig.lo | |
CC ass_string.lo | |
CC ass_rasterizer.lo | |
CC ass_rasterizer_c.lo | |
CCLD libass.la | |
make[2]: Entering directory '/home/pi/mpv-build/libass/libass' | |
/bin/mkdir -p '/home/pi/mpv-build/build_libs/lib' | |
/bin/mkdir -p '/home/pi/mpv-build/build_libs/include/ass' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libass.la '/home/pi/mpv-build/build_libs/lib' | |
/usr/bin/install -c -m 644 ass.h ass_types.h '/home/pi/mpv-build/build_libs/include/ass' | |
libtool: install: /usr/bin/install -c .libs/libass.lai /home/pi/mpv-build/build_libs/lib/libass.la | |
libtool: install: /usr/bin/install -c .libs/libass.a /home/pi/mpv-build/build_libs/lib/libass.a | |
libtool: install: chmod 644 /home/pi/mpv-build/build_libs/lib/libass.a | |
libtool: install: ranlib /home/pi/mpv-build/build_libs/lib/libass.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/mpv-build/build_libs/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/pi/mpv-build/build_libs/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[2]: Leaving directory '/home/pi/mpv-build/libass/libass' | |
make[1]: Leaving directory '/home/pi/mpv-build/libass/libass' | |
make[1]: Entering directory '/home/pi/mpv-build/libass' | |
make[2]: Entering directory '/home/pi/mpv-build/libass' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/pi/mpv-build/build_libs/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libass.pc '/home/pi/mpv-build/build_libs/lib/pkgconfig' | |
make[2]: Leaving directory '/home/pi/mpv-build/libass' | |
make[1]: Leaving directory '/home/pi/mpv-build/libass' | |
make: Leaving directory '/home/pi/mpv-build/libass' | |
Using ffmpeg options: --enable-gpl --disable-debug --disable-doc | |
install prefix /home/pi/mpv-build/build_libs | |
source path /home/pi/mpv-build/ffmpeg | |
C compiler gcc | |
C library glibc | |
ARCH arm (armv6) | |
big-endian no | |
runtime cpu detection yes | |
ARMv5TE enabled yes | |
ARMv6 enabled yes | |
ARMv6T2 enabled yes | |
VFP enabled yes | |
NEON enabled yes | |
THUMB enabled no | |
debug symbols no | |
strip symbols yes | |
optimize for size no | |
optimizations yes | |
static yes | |
shared no | |
postprocessing support yes | |
new filter support yes | |
network support yes | |
threading support pthreads | |
safe bitstream reader yes | |
SDL support no | |
opencl enabled no | |
texi2html enabled no | |
perl enabled yes | |
pod2man enabled yes | |
makeinfo enabled no | |
makeinfo supports HTML no | |
Enabled programs: | |
ffmpeg ffprobe ffserver | |
External libraries: | |
iconv zlib | |
Enabled decoders: | |
aac adpcm_swf brender_pix eatgv idcin mp3on4 pcm_s16be ra_144 svq3 vp6a | |
aac_fixed adpcm_thp c93 eatqi idf mp3on4float pcm_s16be_planar ra_288 tak vp6f | |
aac_latm adpcm_thp_le cavs eightbps iff_ilbm mpc7 pcm_s16le ralf targa vp7 | |
aasc adpcm_vima ccaption eightsvx_exp imc mpc8 pcm_s16le_planar rawvideo targa_y216 vp8 | |
ac3 adpcm_xa cdgraphics eightsvx_fib indeo2 mpeg1video pcm_s24be realtext tdsc vp9 | |
ac3_fixed adpcm_yamaha cdxl escape124 indeo3 mpeg2video pcm_s24daud rl2 text vplayer | |
adpcm_4xm aic cfhd escape130 indeo4 mpeg4 pcm_s24le roq theora vqa | |
adpcm_adx alac cinepak evrc indeo5 mpegvideo pcm_s24le_planar roq_dpcm thp wavpack | |
adpcm_afc alias_pix cljr exr interplay_acm mpl2 pcm_s32be rpza tiertexseqvideo webp | |
adpcm_aica als cllc ffv1 interplay_dpcm msa1 pcm_s32le rscc tiff webvtt | |
adpcm_ct amrnb comfortnoise ffvhuff interplay_video msmpeg4v1 pcm_s32le_planar rv10 tmv wmalossless | |
adpcm_dtk amrwb cook ffwavesynth jacosub msmpeg4v2 pcm_s8 rv20 truehd wmapro | |
adpcm_ea amv cpia fic jpeg2000 msmpeg4v3 pcm_s8_planar rv30 truemotion1 wmav1 | |
adpcm_ea_maxis_xa anm cscd flac jpegls msrle pcm_u16be rv40 truemotion2 wmav2 | |
adpcm_ea_r1 ansi cyuv flashsv jv mss1 pcm_u16le s302m truespeech wmavoice | |
adpcm_ea_r2 ape dca flashsv2 kgv1 mss2 pcm_u24be sami tscc wmv1 | |
adpcm_ea_r3 apng dds flic kmvc msvideo1 pcm_u24le sanm tscc2 wmv2 | |
adpcm_ea_xas ass dfa flv lagarith mszh pcm_u32be screenpresso tta wmv3 | |
adpcm_g722 asv1 dirac fourxm loco mts2 pcm_u32le sdx2_dpcm twinvq wmv3image | |
adpcm_g726 asv2 dnxhd fraps mace3 mvc1 pcm_u8 sgi txd wnv1 | |
adpcm_g726le atrac1 dpx frwu mace6 mvc2 pcm_zork sgirle ulti ws_snd1 | |
adpcm_ima_amv atrac3 dsd_lsbf g2m mdec mxpeg pcx shorten utvideo xan_dpcm | |
adpcm_ima_apc atrac3p dsd_lsbf_planar g723_1 metasound nellymoser pgm sipr v210 xan_wc3 | |
adpcm_ima_dk3 aura dsd_msbf g729 microdvd nuv pgmyuv smackaud v210x xan_wc4 | |
adpcm_ima_dk4 aura2 dsd_msbf_planar gif mimic on2avc pgssub smacker v308 xbin | |
adpcm_ima_ea_eacs avrn dsicinaudio gsm mjpeg opus pictor smc v408 xbm | |
adpcm_ima_ea_sead avrp dsicinvideo gsm_ms mjpegb paf_audio pjs smvjpeg v410 xface | |
adpcm_ima_iss avs dss_sp h261 mlp paf_video png snow vb xl | |
adpcm_ima_oki avui dvaudio h263 mmvideo pam ppm sol_dpcm vble xma1 | |
adpcm_ima_qt ayuv dvbsub h263i motionpixels pbm prores sonic vc1 xma2 | |
adpcm_ima_rad bethsoftvid dvdsub h263p movtext pcm_alaw prores_lgpl sp5x vc1image xsub | |
adpcm_ima_smjpeg bfi dvvideo h264 mp1 pcm_bluray ptx srt vcr1 xwd | |
adpcm_ima_wav bink dxa hap mp1float pcm_dvd qcelp ssa vmdaudio y41p | |
adpcm_ima_ws binkaudio_dct dxtory hevc mp2 pcm_f32be qdm2 stl vmdvideo yop | |
adpcm_ms binkaudio_rdft dxv hnm4_video mp2float pcm_f32le qdraw subrip vmnc yuv4 | |
adpcm_psx bintext eac3 hq_hqa mp3 pcm_f64be qpeg subviewer vorbis zero12v | |
adpcm_sbpro_2 bmp eacmv hqx mp3adu pcm_f64le qtrle subviewer1 vp3 zerocodec | |
adpcm_sbpro_3 bmv_audio eamad huffyuv mp3adufloat pcm_lxf r10k sunrast vp5 zlib | |
adpcm_sbpro_4 bmv_video eatgq iac mp3float pcm_mulaw r210 svq1 vp6 zmbv | |
Enabled encoders: | |
a64multi amv dpx h263 msmpeg4v3 pcm_s16le_planar pcm_u32be ra_144 sunrast webvtt | |
a64multi5 apng dvbsub h263p msvideo1 pcm_s24be pcm_u32le rawvideo svq1 wmav1 | |
aac ass dvdsub huffyuv nellymoser pcm_s24daud pcm_u8 roq targa wmav2 | |
ac3 asv1 dvvideo jpeg2000 pam pcm_s24le pcx roq_dpcm text wmv1 | |
ac3_fixed asv2 eac3 jpegls pbm pcm_s24le_planar pgm rv10 tiff wmv2 | |
adpcm_adx avrp ffv1 ljpeg pcm_alaw pcm_s32be pgmyuv rv20 tta wrapped_avframe | |
adpcm_g722 avui ffvhuff mjpeg pcm_f32be pcm_s32le png s302m utvideo xbm | |
adpcm_g726 ayuv flac movtext pcm_f32le pcm_s32le_planar ppm sgi v210 xface | |
adpcm_ima_qt bmp flashsv mp2 pcm_f64be pcm_s8 prores snow v308 xsub | |
adpcm_ima_wav cinepak flashsv2 mp2fixed pcm_f64le pcm_s8_planar prores_aw sonic v408 xwd | |
adpcm_ms cljr flv mpeg1video pcm_mulaw pcm_u16be prores_ks sonic_ls v410 y41p | |
adpcm_swf comfortnoise g723_1 mpeg2video pcm_s16be pcm_u16le qtrle srt vc2 yuv4 | |
adpcm_yamaha dca gif mpeg4 pcm_s16be_planar pcm_u24be r10k ssa vorbis zlib | |
alac dnxhd h261 msmpeg4v2 pcm_s16le pcm_u24le r210 subrip wavpack zmbv | |
alias_pix | |
Enabled hwaccels: | |
Enabled parsers: | |
aac bmp dirac dvbsub g729 h264 mpeg4video png tak vp3 | |
aac_latm cavsvideo dnxhd dvd_nav gsm hevc mpegaudio pnm vc1 vp8 | |
ac3 cook dpx dvdsub h261 mjpeg mpegvideo rv30 vorbis vp9 | |
adx dca dvaudio flac h263 mlp opus rv40 | |
Enabled demuxers: | |
aa bethsoftvid dtshd h264 image_webp_pipe mov paf qcp sol vc1t | |
aac bfi dv hevc ingenient mp3 pcm_alaw r3d sox vivo | |
ac3 bfstm dvbsub hls ipmovie mpc pcm_f32be rawvideo spdif vmd | |
acm bink dxa hnm ircam mpc8 pcm_f32le realtext srt vobsub | |
act bintext ea ico iss mpegps pcm_f64be redspark stl voc | |
adf bit ea_cdata idcin iv8 mpegts pcm_f64le rl2 str vpk | |
adp bmv eac3 idf ivf mpegtsraw pcm_mulaw rm subviewer vplayer | |
ads boa epaf iff ivr mpegvideo pcm_s16be roq subviewer1 vqf | |
adx brstm ffm ilbc jacosub mpjpeg pcm_s16le rpl sup w64 | |
aea c93 ffmetadata image2 jv mpl2 pcm_s24be rsd svag wav | |
afc caf filmstrip image2_alias_pix live_flv mpsub pcm_s24le rso swf wc3 | |
aiff cavsvideo flac image2_brender_pix lmlm4 msf pcm_s32be rtp tak webm_dash_manifest | |
amr cdg flic image2pipe loas msnwc_tcp pcm_s32le rtsp tedcaptions webvtt | |
anm cdxl flv image_bmp_pipe lrc mtv pcm_s8 sami thp wsaud | |
apc cine fourxm image_dds_pipe lvf mv pcm_u16be sap threedostr wsvqa | |
ape concat frm image_dpx_pipe lxf mvi pcm_u16le sbg tiertexseq wtv | |
apng data fsb image_exr_pipe m4v mxf pcm_u24be sdp tmv wv | |
aqtitle daud g722 image_j2k_pipe matroska mxg pcm_u24le sdr2 truehd wve | |
asf dcstr g723_1 image_jpeg_pipe mgsts nc pcm_u32be segafilm tta xa | |
asf_o dfa g729 image_jpegls_pipe microdvd nistsphere pcm_u32le shorten tty xbin | |
ass dirac genh image_pictor_pipe mjpeg nsv pcm_u8 siff txd xmv | |
ast dnxhd gif image_png_pipe mlp nut pjs sln v210 xvag | |
au dsf gsm image_qdraw_pipe mlv nuv pmp smacker v210x xwma | |
avi dsicin gxf image_sgi_pipe mm ogg pva smjpeg vag yop | |
avr dss h261 image_sunrast_pipe mmf oma pvf smush vc1 yuv4mpegpipe | |
avs dts h263 image_tiff_pipe | |
Enabled muxers: | |
a64 caf flac ilbc microdvd mpeg2video pcm_f32be pcm_u24be segment uncodedframecrc | |
ac3 cavsvideo flv image2 mjpeg mpeg2vob pcm_f32le pcm_u24le singlejpeg vc1 | |
adts crc framecrc image2pipe mkvtimestamp_v2 mpegts pcm_f64be pcm_u32be smjpeg vc1t | |
adx dash framemd5 ipod mlp mpjpeg pcm_f64le pcm_u32le smoothstreaming voc | |
aiff data g722 ircam mmf mxf pcm_mulaw pcm_u8 sox w64 | |
amr daud g723_1 ismv mov mxf_d10 pcm_s16be psp spdif wav | |
apng dirac gif ivf mp2 mxf_opatom pcm_s16le rawvideo spx webm | |
asf dnxhd gxf jacosub mp3 null pcm_s24be rm srt webm_chunk | |
asf_stream dts h261 latm mp4 nut pcm_s24le roq stream_segment webm_dash_manifest | |
ass dv h263 lrc mpeg1system oga pcm_s32be rso swf webp | |
ast eac3 h264 m4v mpeg1vcd ogg pcm_s32le rtp tee webvtt | |
au f4v hds matroska mpeg1video oma pcm_s8 rtp_mpegts tg2 wtv | |
avi ffm hevc matroska_audio mpeg2dvd opus pcm_u16be rtsp tgp wv | |
avm2 ffmetadata hls md5 mpeg2svcd pcm_alaw pcm_u16le sap truehd yuv4mpegpipe | |
bit filmstrip ico | |
Enabled protocols: | |
async crypto file hls icecast mmst rtmpt srtp tcp udplite | |
cache data ftp http md5 pipe rtp subfile udp unix | |
concat ffrtmphttp gopher httpproxy mmsh rtmp | |
Enabled filters: | |
acompressor anull bandpass copy equalizer hqdn3d mptestsrc removegrain showvolume tblend | |
acrossfade anullsink bandreject cover_rect erosion hqx negate removelogo showwaves telecine | |
adelay anullsrc bass crop extractplanes hstack nnedi repeatfields showwavespic testsrc | |
adrawgraph apad bbox cropdetect extrastereo hue noformat replaygain shuffleframes testsrc2 | |
aecho aperms biquad curves fade idet noise reverse shuffleplanes thumbnail | |
aemphasis aphasemeter blackdetect dcshift fftfilt il null rgbtestsrc sidechaincompress tile | |
aeval aphaser blackframe dctdnoiz field inflate nullsink rotate sidechaingate tinterlace | |
aevalsrc apulsator blend deband fieldmatch interlace nullsrc sab signalstats transpose | |
afade arealtime boxblur decimate fieldorder interleave overlay scale silencedetect treble | |
afftfilt aresample cellauto deflate find_rect join owdenoise scale2ref silenceremove tremolo | |
aformat areverse channelmap dejudder flanger kerndeint pad select sine trim | |
agate aselect channelsplit delogo format lenscorrection palettegen selectivecolor smartblur unsharp | |
ahistogram asendcmd chorus deshake fps life paletteuse sendcmd smptebars uspp | |
ainterleave asetnsamples chromakey detelecine framepack lowpass pan separatefields smptehdbars vectorscope | |
alimiter asetpts codecview dilation framerate lut perms setdar spectrumsynth vflip | |
allpass asetrate color displace framestep lut3d perspective setfield split vibrato | |
allrgb asettb colorbalance drawbox fspp lutrgb phase setpts spp vignette | |
allyuv ashowinfo colorchannelmixer drawgraph geq lutyuv pixdesctest setsar ssim volume | |
alphaextract asplit colorkey drawgrid gradfun mandelbrot pp settb stereo3d volumedetect | |
alphamerge astats colorlevels dynaudnorm haldclut maskedmerge pp7 showcqt stereotools vstack | |
amerge astreamselect colormatrix earwax haldclutsrc mcdeint psnr showfreqs stereowiden w3fdif | |
ametadata atadenoise compand ebur128 hflip mergeplanes pullup showinfo streamselect waveform | |
amix atempo compensationdelay edgedetect highpass metadata qp showpalette super2xsai xbr | |
amovie atrim concat elbg histeq movie random showspectrum swaprect yadif | |
anequalizer avectorscope convolution eq histogram mpdecimate realtime showspectrumpic swapuv zoompan | |
anoisesrc | |
Enabled bsfs: | |
aac_adtstoasc dump_extradata hevc_mp4toannexb mjpeg2jpeg mov2textsub mp3_header_decompress mpeg4_unpack_bframes noise remove_extradata text2movsub | |
chomp h264_mp4toannexb imx_dump_header mjpega_dump_header | |
Enabled indevs: | |
dv1394 fbdev lavfi oss v4l2 | |
Enabled outdevs: | |
fbdev oss v4l2 | |
License: GPL version 2 or later | |
Creating config.mak, config.h, and doc/config.texi... | |
make: Entering directory '/home/pi/mpv-build/ffmpeg_build' | |
CC ffmpeg.o | |
CC libavdevice/alldevices.o | |
CC libavdevice/avdevice.o | |
CC libavdevice/dv1394.o | |
CC libavdevice/fbdev_common.o | |
src/ffmpeg.c: In function 'sub2video_copy_rect': | |
src/ffmpeg.c:200:5: warning: 'pict' is deprecated (declared at src/libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] | |
src = r->pict.data[0]; | |
^ | |
src/ffmpeg.c:200:5: warning: 'data' is deprecated (declared at src/libavcodec/avcodec.h:3668) [-Wdeprecated-declarations] | |
src/ffmpeg.c:201:5: warning: 'pict' is deprecated (declared at src/libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] | |
pal = (uint32_t *)r->pict.data[1]; | |
^ | |
src/ffmpeg.c:201:5: warning: 'data' is deprecated (declared at src/libavcodec/avcodec.h:3668) [-Wdeprecated-declarations] | |
src/ffmpeg.c:208:9: warning: 'pict' is deprecated (declared at src/libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] | |
src += r->pict.linesize[0]; | |
^ | |
src/ffmpeg.c:208:9: warning: 'linesize' is deprecated (declared at src/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations] | |
src/ffmpeg.c: In function 'do_streamcopy': | |
src/ffmpeg.c:1884:9: warning: 'avpicture_fill' is deprecated (declared at src/libavcodec/avcodec.h:4883) [-Wdeprecated-declarations] | |
int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height); | |
^ | |
CC libavdevice/fbdev_dec.o | |
src/ffmpeg.c: In function 'sub2video_push_ref': | |
src/ffmpeg.c:220:9: warning: ignoring return value of 'av_buffersrc_add_frame_flags', declared with attribute warn_unused_result [-Wunused-result] | |
av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame, | |
^ | |
src/ffmpeg.c: In function 'sub2video_flush': | |
src/ffmpeg.c:295:9: warning: ignoring return value of 'av_buffersrc_add_frame', declared with attribute warn_unused_result [-Wunused-result] | |
av_buffersrc_add_frame(ist->filters[i]->filter, NULL); | |
^ | |
CC libavdevice/fbdev_enc.o | |
CC libavdevice/lavfi.o | |
CC libavdevice/oss.o | |
CC libavdevice/oss_dec.o | |
CC libavdevice/oss_enc.o | |
CC libavdevice/timefilter.o | |
CC libavdevice/utils.o | |
CC libavdevice/v4l2-common.o | |
CC libavdevice/v4l2.o | |
CC libavdevice/v4l2enc.o | |
CC libavfilter/aeval.o | |
CC libavfilter/af_adelay.o | |
CC libavfilter/af_aecho.o | |
CC libavfilter/af_aemphasis.o | |
CC libavfilter/af_afade.o | |
CC libavfilter/af_afftfilt.o | |
CC libavfilter/af_aformat.o | |
CC libavfilter/af_agate.o | |
CC libavfilter/af_alimiter.o | |
CC libavfilter/af_amerge.o | |
CC libavfilter/af_amix.o | |
CC libavfilter/af_anequalizer.o | |
CC libavfilter/af_anull.o | |
CC libavfilter/af_apad.o | |
CC libavfilter/af_aphaser.o | |
CC libavfilter/af_apulsator.o | |
CC libavfilter/af_aresample.o | |
CC libavfilter/af_asetnsamples.o | |
CC libavfilter/af_asetrate.o | |
CC libavfilter/af_ashowinfo.o | |
CC libavfilter/af_astats.o | |
CC libavfilter/af_atempo.o | |
CC libavfilter/af_biquads.o | |
CC libavfilter/af_channelmap.o | |
CC libavfilter/af_channelsplit.o | |
CC libavfilter/af_chorus.o | |
CC libavfilter/af_compand.o | |
CC libavfilter/af_compensationdelay.o | |
CC libavfilter/af_dcshift.o | |
CC libavfilter/af_dynaudnorm.o | |
CC libavfilter/af_earwax.o | |
CC libavfilter/af_extrastereo.o | |
CC libavfilter/af_flanger.o | |
CC libavfilter/af_join.o | |
CC libavfilter/af_pan.o | |
CC libavfilter/af_replaygain.o | |
CC libavfilter/af_sidechaincompress.o | |
CC libavfilter/af_silencedetect.o | |
CC libavfilter/af_silenceremove.o | |
CC libavfilter/af_stereotools.o | |
CC libavfilter/af_stereowiden.o | |
CC libavfilter/af_tremolo.o | |
CC libavfilter/af_vibrato.o | |
CC libavfilter/af_volume.o | |
CC libavfilter/af_volumedetect.o | |
CC libavfilter/allfilters.o | |
CC libavfilter/asink_anullsink.o | |
CC libavfilter/asrc_anoisesrc.o | |
CC libavfilter/asrc_anullsrc.o | |
CC libavfilter/asrc_sine.o | |
CC libavfilter/audio.o | |
CC libavfilter/avf_ahistogram.o | |
CC libavfilter/avf_avectorscope.o | |
CC libavfilter/avf_aphasemeter.o | |
CC libavfilter/avf_concat.o | |
CC libavfilter/avf_showcqt.o | |
CC libavfilter/avf_showfreqs.o | |
CC libavfilter/avf_showspectrum.o | |
CC libavfilter/avf_showvolume.o | |
CC libavfilter/avf_showwaves.o | |
CC libavfilter/avfilter.o | |
CC libavfilter/avfiltergraph.o | |
CC libavfilter/bbox.o | |
CC libavfilter/buffersink.o | |
CC libavfilter/buffersrc.o | |
CC libavfilter/drawutils.o | |
CC libavfilter/dualinput.o | |
CC libavfilter/f_drawgraph.o | |
CC libavfilter/f_ebur128.o | |
CC libavfilter/f_interleave.o | |
CC libavfilter/f_metadata.o | |
CC libavfilter/f_perms.o | |
CC libavfilter/f_realtime.o | |
CC libavfilter/f_reverse.o | |
CC libavfilter/f_select.o | |
CC libavfilter/f_sendcmd.o | |
CC libavfilter/f_streamselect.o | |
CC libavfilter/fifo.o | |
CC libavfilter/formats.o | |
CC libavfilter/framepool.o | |
CC libavfilter/framesync.o | |
CC libavfilter/generate_wave_table.o | |
CC libavfilter/graphparser.o | |
CC libavfilter/graphdump.o | |
CC libavfilter/lavfutils.o | |
CC libavfilter/lswsutils.o | |
CC libavfilter/opencl_allkernels.o | |
CC libavfilter/pthread.o | |
CC libavfilter/setpts.o | |
CC libavfilter/settb.o | |
CC libavfilter/split.o | |
CC libavfilter/src_movie.o | |
CC libavfilter/transform.o | |
CC libavfilter/trim.o | |
CC libavfilter/vaf_spectrumsynth.o | |
src/libavfilter/vaf_spectrumsynth.c: In function 'try_push_frame': | |
src/libavfilter/vaf_spectrumsynth.c:369:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable] | |
int ch, n, i, ret; | |
^ | |
CC libavfilter/vf_alphamerge.o | |
CC libavfilter/vf_aspect.o | |
CC libavfilter/vf_atadenoise.o | |
CC libavfilter/vf_bbox.o | |
CC libavfilter/vf_blackdetect.o | |
CC libavfilter/vf_blackframe.o | |
CC libavfilter/vf_blend.o | |
CC libavfilter/vf_boxblur.o | |
CC libavfilter/vf_chromakey.o | |
CC libavfilter/vf_codecview.o | |
CC libavfilter/vf_colorbalance.o | |
CC libavfilter/vf_colorchannelmixer.o | |
CC libavfilter/vf_colorkey.o | |
CC libavfilter/vf_colorlevels.o | |
CC libavfilter/vf_colormatrix.o | |
CC libavfilter/vf_convolution.o | |
CC libavfilter/vf_copy.o | |
CC libavfilter/vf_cover_rect.o | |
CC libavfilter/vf_crop.o | |
CC libavfilter/vf_cropdetect.o | |
CC libavfilter/vf_curves.o | |
CC libavfilter/vf_dctdnoiz.o | |
CC libavfilter/vf_deband.o | |
CC libavfilter/vf_decimate.o | |
CC libavfilter/vf_dejudder.o | |
CC libavfilter/vf_delogo.o | |
CC libavfilter/vf_deshake.o | |
CC libavfilter/vf_detelecine.o | |
CC libavfilter/vf_displace.o | |
CC libavfilter/vf_drawbox.o | |
CC libavfilter/vf_edgedetect.o | |
CC libavfilter/vf_elbg.o | |
CC libavfilter/vf_eq.o | |
CC libavfilter/vf_extractplanes.o | |
CC libavfilter/vf_fade.o | |
CC libavfilter/vf_fftfilt.o | |
CC libavfilter/vf_field.o | |
CC libavfilter/vf_fieldmatch.o | |
CC libavfilter/vf_fieldorder.o | |
CC libavfilter/vf_find_rect.o | |
CC libavfilter/vf_format.o | |
CC libavfilter/vf_fps.o | |
CC libavfilter/vf_framepack.o | |
CC libavfilter/vf_framerate.o | |
CC libavfilter/vf_framestep.o | |
CC libavfilter/vf_fspp.o | |
CC libavfilter/vf_geq.o | |
CC libavfilter/vf_gradfun.o | |
CC libavfilter/vf_hflip.o | |
CC libavfilter/vf_histeq.o | |
CC libavfilter/vf_histogram.o | |
CC libavfilter/vf_hqdn3d.o | |
CC libavfilter/vf_hqx.o | |
CC libavfilter/vf_hue.o | |
CC libavfilter/vf_idet.o | |
CC libavfilter/vf_il.o | |
CC libavfilter/vf_interlace.o | |
CC libavfilter/vf_kerndeint.o | |
CC libavfilter/vf_lenscorrection.o | |
CC libavfilter/vf_lut.o | |
CC libavfilter/vf_lut3d.o | |
CC libavfilter/vf_maskedmerge.o | |
CC libavfilter/vf_mcdeint.o | |
CC libavfilter/vf_mergeplanes.o | |
src/libavfilter/vf_mcdeint.c: In function 'config_props': | |
src/libavfilter/vf_mcdeint.c:137:9: warning: 'me_method' is deprecated (declared at src/libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] | |
enc_ctx->me_method = ME_ITER; | |
^ | |
src/libavfilter/vf_mcdeint.c: In function 'filter_frame': | |
src/libavfilter/vf_mcdeint.c:196:5: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] | |
frame_dec = mcdeint->enc_ctx->coded_frame; | |
^ | |
CC libavfilter/vf_mpdecimate.o | |
CC libavfilter/vf_neighbor.o | |
CC libavfilter/vf_nnedi.o | |
src/libavfilter/vf_nnedi.c: In function 'evalfunc_1': | |
src/libavfilter/vf_nnedi.c:611:15: warning: assignment discards 'const' qualifier from pointer target type | |
srcpp = srcp - (ydia - 1) * src_stride - xdiad2m1; | |
^ | |
CC libavfilter/vf_noise.o | |
CC libavfilter/vf_null.o | |
CC libavfilter/vf_overlay.o | |
CC libavfilter/vf_owdenoise.o | |
CC libavfilter/vf_pad.o | |
CC libavfilter/vf_palettegen.o | |
CC libavfilter/vf_paletteuse.o | |
CC libavfilter/vf_perspective.o | |
CC libavfilter/vf_phase.o | |
CC libavfilter/vf_pixdesctest.o | |
CC libavfilter/vf_pp.o | |
CC libavfilter/vf_pp7.o | |
CC libavfilter/vf_psnr.o | |
CC libavfilter/vf_pullup.o | |
CC libavfilter/vf_qp.o | |
CC libavfilter/vf_random.o | |
CC libavfilter/vf_removegrain.o | |
CC libavfilter/vf_removelogo.o | |
CC libavfilter/vf_repeatfields.o | |
CC libavfilter/vf_rotate.o | |
CC libavfilter/vf_sab.o | |
CC libavfilter/vf_scale.o | |
CC libavfilter/vf_selectivecolor.o | |
CC libavfilter/vf_separatefields.o | |
CC libavfilter/vf_setfield.o | |
CC libavfilter/vf_showinfo.o | |
CC libavfilter/vf_showpalette.o | |
CC libavfilter/vf_shuffleframes.o | |
CC libavfilter/vf_shuffleplanes.o | |
CC libavfilter/vf_signalstats.o | |
CC libavfilter/vf_smartblur.o | |
CC libavfilter/vf_spp.o | |
CC libavfilter/vf_ssim.o | |
CC libavfilter/vf_stack.o | |
CC libavfilter/vf_stereo3d.o | |
CC libavfilter/vf_super2xsai.o | |
CC libavfilter/vf_swaprect.o | |
CC libavfilter/vf_swapuv.o | |
CC libavfilter/vf_telecine.o | |
CC libavfilter/vf_thumbnail.o | |
CC libavfilter/vf_tile.o | |
CC libavfilter/vf_tinterlace.o | |
CC libavfilter/vf_transpose.o | |
CC libavfilter/vf_unsharp.o | |
CC libavfilter/vf_uspp.o | |
src/libavfilter/vf_uspp.c: In function 'filter': | |
src/libavfilter/vf_uspp.c:253:9: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] | |
p->frame_dec = p->avctx_enc[i]->coded_frame; | |
^ | |
CC libavfilter/vf_vectorscope.o | |
CC libavfilter/vf_vflip.o | |
CC libavfilter/vf_vignette.o | |
CC libavfilter/vf_w3fdif.o | |
CC libavfilter/vf_waveform.o | |
CC libavfilter/vf_xbr.o | |
CC libavfilter/vf_yadif.o | |
CC libavfilter/vf_zoompan.o | |
CC libavfilter/video.o | |
CC libavfilter/vsink_nullsink.o | |
CC libavfilter/vsrc_cellauto.o | |
CC libavfilter/vsrc_life.o | |
CC libavfilter/vsrc_mandelbrot.o | |
CC libavfilter/vsrc_mptestsrc.o | |
CC libavfilter/vsrc_testsrc.o | |
CC libavfilter/window_func.o | |
CC libavformat/3dostr.o | |
CC libavformat/4xm.o | |
CC libavformat/a64.o | |
CC libavformat/aacdec.o | |
CC libavformat/aadec.o | |
CC libavformat/ac3dec.o | |
CC libavformat/acm.o | |
CC libavformat/act.o | |
CC libavformat/adp.o | |
CC libavformat/ads.o | |
CC libavformat/adtsenc.o | |
CC libavformat/adxdec.o | |
CC libavformat/aea.o | |
CC libavformat/afc.o | |
CC libavformat/aiffdec.o | |
CC libavformat/aiffenc.o | |
CC libavformat/allformats.o | |
CC libavformat/amr.o | |
CC libavformat/anm.o | |
CC libavformat/apc.o | |
CC libavformat/ape.o | |
CC libavformat/apetag.o | |
CC libavformat/apngdec.o | |
CC libavformat/apngenc.o | |
CC libavformat/aqtitledec.o | |
CC libavformat/asf.o | |
CC libavformat/asfcrypt.o | |
CC libavformat/asfdec_f.o | |
CC libavformat/asfdec_o.o | |
CC libavformat/asfenc.o | |
CC libavformat/assdec.o | |
CC libavformat/assenc.o | |
CC libavformat/ast.o | |
CC libavformat/astdec.o | |
CC libavformat/astenc.o | |
CC libavformat/async.o | |
CC libavformat/au.o | |
CC libavformat/audiointerleave.o | |
CC libavformat/avc.o | |
CC libavformat/avidec.o | |
CC libavformat/avienc.o | |
CC libavformat/avio.o | |
CC libavformat/aviobuf.o | |
CC libavformat/avlanguage.o | |
CC libavformat/avr.o | |
CC libavformat/avs.o | |
CC libavformat/bethsoftvid.o | |
CC libavformat/bfi.o | |
CC libavformat/bink.o | |
CC libavformat/bintext.o | |
CC libavformat/bit.o | |
CC libavformat/bmv.o | |
CC libavformat/boadec.o | |
CC libavformat/brstm.o | |
CC libavformat/c93.o | |
CC libavformat/cache.o | |
CC libavformat/caf.o | |
CC libavformat/cafdec.o | |
CC libavformat/cafenc.o | |
CC libavformat/cavsvideodec.o | |
CC libavformat/cdg.o | |
CC libavformat/cdxl.o | |
CC libavformat/cinedec.o | |
CC libavformat/concat.o | |
CC libavformat/concatdec.o | |
CC libavformat/crcenc.o | |
CC libavformat/crypto.o | |
CC libavformat/cutils.o | |
CC libavformat/dashenc.o | |
CC libavformat/data_uri.o | |
CC libavformat/dauddec.o | |
CC libavformat/daudenc.o | |
CC libavformat/dcstr.o | |
CC libavformat/dfa.o | |
CC libavformat/diracdec.o | |
CC libavformat/dnxhddec.o | |
CC libavformat/dsfdec.o | |
CC libavformat/dsicin.o | |
CC libavformat/dss.o | |
CC libavformat/dtsdec.o | |
CC libavformat/dtshddec.o | |
CC libavformat/dump.o | |
CC libavformat/dv.o | |
CC libavformat/dvbsub.o | |
CC libavformat/dvenc.o | |
CC libavformat/dxa.o | |
CC libavformat/eacdata.o | |
CC libavformat/electronicarts.o | |
CC libavformat/epafdec.o | |
CC libavformat/ffmdec.o | |
CC libavformat/ffmenc.o | |
src/libavformat/ffmdec.c: In function 'ffm_close': | |
src/libavformat/ffmdec.c:253:9: warning: 'rc_eq' is deprecated (declared at src/libavcodec/avcodec.h:2515) [-Wdeprecated-declarations] | |
av_freep(&s->streams[i]->codec->rc_eq); | |
^ | |
src/libavformat/ffmdec.c: In function 'ffm2_read_header': | |
src/libavformat/ffmdec.c:387:13: warning: 'rc_eq' is deprecated (declared at src/libavcodec/avcodec.h:2515) [-Wdeprecated-declarations] | |
codec->rc_eq = av_strdup(rc_eq_buf); | |
^ | |
src/libavformat/ffmdec.c:398:13: warning: 'mpeg_quant' is deprecated (declared at src/libavcodec/avcodec.h:1851) [-Wdeprecated-declarations] | |
codec->mpeg_quant = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:400:13: warning: 'me_method' is deprecated (declared at src/libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] | |
codec->me_method = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:403:13: warning: 'frame_skip_cmp' is deprecated (declared at src/libavcodec/avcodec.h:2614) [-Wdeprecated-declarations] | |
codec->frame_skip_cmp = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:404:13: warning: 'rc_buffer_aggressivity' is deprecated (declared at src/libavcodec/avcodec.h:2537) [-Wdeprecated-declarations] | |
codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); | |
^ | |
src/libavformat/ffmdec.c:407:13: warning: 'coder_type' is deprecated (declared at src/libavcodec/avcodec.h:2576) [-Wdeprecated-declarations] | |
codec->coder_type = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:412:13: warning: 'scenechange_threshold' is deprecated (declared at src/libavcodec/avcodec.h:2108) [-Wdeprecated-declarations] | |
codec->scenechange_threshold = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:413:13: warning: 'b_frame_strategy' is deprecated (declared at src/libavcodec/avcodec.h:1830) [-Wdeprecated-declarations] | |
codec->b_frame_strategy = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c: In function 'ffm_read_header': | |
src/libavformat/ffmdec.c:579:13: warning: 'rc_eq' is deprecated (declared at src/libavcodec/avcodec.h:2515) [-Wdeprecated-declarations] | |
codec->rc_eq = av_strdup(rc_eq_buf); | |
^ | |
src/libavformat/ffmdec.c:590:13: warning: 'mpeg_quant' is deprecated (declared at src/libavcodec/avcodec.h:1851) [-Wdeprecated-declarations] | |
codec->mpeg_quant = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:592:13: warning: 'me_method' is deprecated (declared at src/libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] | |
codec->me_method = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:595:13: warning: 'frame_skip_cmp' is deprecated (declared at src/libavcodec/avcodec.h:2614) [-Wdeprecated-declarations] | |
codec->frame_skip_cmp = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:596:13: warning: 'rc_buffer_aggressivity' is deprecated (declared at src/libavcodec/avcodec.h:2537) [-Wdeprecated-declarations] | |
codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); | |
^ | |
src/libavformat/ffmdec.c:599:13: warning: 'coder_type' is deprecated (declared at src/libavcodec/avcodec.h:2576) [-Wdeprecated-declarations] | |
codec->coder_type = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:604:13: warning: 'scenechange_threshold' is deprecated (declared at src/libavcodec/avcodec.h:2108) [-Wdeprecated-declarations] | |
codec->scenechange_threshold = avio_rb32(pb); | |
^ | |
src/libavformat/ffmdec.c:605:13: warning: 'b_frame_strategy' is deprecated (declared at src/libavcodec/avcodec.h:1830) [-Wdeprecated-declarations] | |
codec->b_frame_strategy = avio_rb32(pb); | |
^ | |
CC libavformat/ffmetadec.o | |
CC libavformat/ffmetaenc.o | |
CC libavformat/file.o | |
CC libavformat/filmstripdec.o | |
CC libavformat/filmstripenc.o | |
CC libavformat/flac_picture.o | |
CC libavformat/flacdec.o | |
CC libavformat/flacenc.o | |
CC libavformat/flacenc_header.o | |
CC libavformat/flic.o | |
CC libavformat/flvdec.o | |
CC libavformat/flvenc.o | |
CC libavformat/format.o | |
CC libavformat/framecrcenc.o | |
CC libavformat/framehash.o | |
CC libavformat/frmdec.o | |
CC libavformat/fsb.o | |
CC libavformat/ftp.o | |
CC libavformat/g722.o | |
CC libavformat/g723_1.o | |
CC libavformat/g729dec.o | |
CC libavformat/genh.o | |
CC libavformat/gif.o | |
CC libavformat/gifdec.o | |
CC libavformat/gopher.o | |
CC libavformat/gsmdec.o | |
CC libavformat/gxf.o | |
CC libavformat/gxfenc.o | |
CC libavformat/h261dec.o | |
CC libavformat/h263dec.o | |
CC libavformat/h264dec.o | |
CC libavformat/hdsenc.o | |
CC libavformat/hevc.o | |
CC libavformat/hevcdec.o | |
CC libavformat/hls.o | |
CC libavformat/hlsenc.o | |
CC libavformat/hlsproto.o | |
CC libavformat/hnm.o | |
CC libavformat/http.o | |
CC libavformat/httpauth.o | |
CC libavformat/icecast.o | |
CC libavformat/icodec.o | |
CC libavformat/icoenc.o | |
CC libavformat/id3v1.o | |
CC libavformat/id3v2.o | |
CC libavformat/id3v2enc.o | |
CC libavformat/idcin.o | |
CC libavformat/idroqdec.o | |
CC libavformat/idroqenc.o | |
CC libavformat/iff.o | |
CC libavformat/ilbc.o | |
CC libavformat/img2.o | |
CC libavformat/img2_alias_pix.o | |
CC libavformat/img2_brender_pix.o | |
CC libavformat/img2dec.o | |
CC libavformat/img2enc.o | |
CC libavformat/ingenientdec.o | |
src/libavformat/img2enc.c: In function 'write_packet': | |
src/libavformat/img2enc.c:161:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
(ret = av_dup_packet(&pkt2)) < 0 || | |
^ | |
CC libavformat/ipmovie.o | |
CC libavformat/ircam.o | |
CC libavformat/ircamdec.o | |
CC libavformat/ircamenc.o | |
CC libavformat/isom.o | |
CC libavformat/iss.o | |
CC libavformat/iv8.o | |
CC libavformat/ivfdec.o | |
CC libavformat/ivfenc.o | |
CC libavformat/jacosubdec.o | |
CC libavformat/jacosubenc.o | |
CC libavformat/jvdec.o | |
CC libavformat/latmenc.o | |
CC libavformat/lmlm4.o | |
CC libavformat/loasdec.o | |
CC libavformat/lrc.o | |
CC libavformat/lrcdec.o | |
CC libavformat/lrcenc.o | |
CC libavformat/lvfdec.o | |
CC libavformat/lxfdec.o | |
CC libavformat/m4vdec.o | |
CC libavformat/matroska.o | |
CC libavformat/matroskadec.o | |
CC libavformat/matroskaenc.o | |
CC libavformat/md5enc.o | |
CC libavformat/md5proto.o | |
CC libavformat/metadata.o | |
CC libavformat/mgsts.o | |
CC libavformat/microdvddec.o | |
CC libavformat/microdvdenc.o | |
CC libavformat/mkvtimestamp_v2.o | |
CC libavformat/mlpdec.o | |
CC libavformat/mlvdec.o | |
CC libavformat/mm.o | |
CC libavformat/mmf.o | |
CC libavformat/mms.o | |
CC libavformat/mmsh.o | |
CC libavformat/mmst.o | |
CC libavformat/mov.o | |
CC libavformat/mov_chan.o | |
CC libavformat/movenc.o | |
CC libavformat/movenccenc.o | |
CC libavformat/movenchint.o | |
CC libavformat/mp3dec.o | |
CC libavformat/mp3enc.o | |
CC libavformat/mpc.o | |
CC libavformat/mpc8.o | |
CC libavformat/mpeg.o | |
CC libavformat/mpegenc.o | |
CC libavformat/mpegts.o | |
CC libavformat/mpegtsenc.o | |
CC libavformat/mpegvideodec.o | |
CC libavformat/mpjpeg.o | |
src/libavformat/movenc.c: In function 'mov_flush_fragment': | |
src/libavformat/movenc.c:863:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] | |
if (cluster_idx >= track->entry) | |
^ | |
CC libavformat/mpjpegdec.o | |
CC libavformat/mpl2dec.o | |
CC libavformat/mpsubdec.o | |
CC libavformat/msf.o | |
CC libavformat/msnwc_tcp.o | |
CC libavformat/mtv.o | |
CC libavformat/mux.o | |
CC libavformat/mvdec.o | |
CC libavformat/mvi.o | |
CC libavformat/mxf.o | |
CC libavformat/mxfdec.o | |
CC libavformat/mxfenc.o | |
CC libavformat/mxg.o | |
CC libavformat/ncdec.o | |
CC libavformat/network.o | |
CC libavformat/nistspheredec.o | |
CC libavformat/nsvdec.o | |
CC libavformat/nullenc.o | |
CC libavformat/nut.o | |
CC libavformat/nutdec.o | |
CC libavformat/nutenc.o | |
CC libavformat/nuv.o | |
CC libavformat/oggdec.o | |
CC libavformat/oggenc.o | |
CC libavformat/oggparsecelt.o | |
CC libavformat/oggparsedaala.o | |
CC libavformat/oggparsedirac.o | |
CC libavformat/oggparseflac.o | |
CC libavformat/oggparseogm.o | |
CC libavformat/oggparseopus.o | |
CC libavformat/oggparseskeleton.o | |
CC libavformat/oggparsespeex.o | |
CC libavformat/oggparsetheora.o | |
CC libavformat/oggparsevorbis.o | |
CC libavformat/oggparsevp8.o | |
CC libavformat/oma.o | |
CC libavformat/omadec.o | |
CC libavformat/omaenc.o | |
CC libavformat/options.o | |
CC libavformat/os_support.o | |
CC libavformat/paf.o | |
CC libavformat/pcm.o | |
CC libavformat/pcmdec.o | |
CC libavformat/pcmenc.o | |
CC libavformat/pjsdec.o | |
CC libavformat/pmpdec.o | |
CC libavformat/psxstr.o | |
CC libavformat/pva.o | |
CC libavformat/pvfdec.o | |
CC libavformat/qcp.o | |
CC libavformat/qtpalette.o | |
CC libavformat/r3d.o | |
CC libavformat/rawdec.o | |
CC libavformat/rawenc.o | |
CC libavformat/rawvideodec.o | |
CC libavformat/rdt.o | |
CC libavformat/realtextdec.o | |
CC libavformat/redspark.o | |
CC libavformat/replaygain.o | |
CC libavformat/riff.o | |
CC libavformat/riffdec.o | |
CC libavformat/riffenc.o | |
CC libavformat/rl2.o | |
CC libavformat/rm.o | |
CC libavformat/rmdec.o | |
CC libavformat/rmenc.o | |
CC libavformat/rmsipr.o | |
CC libavformat/rpl.o | |
CC libavformat/rsd.o | |
CC libavformat/rso.o | |
CC libavformat/rsodec.o | |
CC libavformat/rsoenc.o | |
CC libavformat/rtmphttp.o | |
CC libavformat/rtmppkt.o | |
CC libavformat/rtmpproto.o | |
CC libavformat/rtp.o | |
CC libavformat/rtpdec.o | |
CC libavformat/rtpdec_ac3.o | |
CC libavformat/rtpdec_amr.o | |
CC libavformat/rtpdec_asf.o | |
CC libavformat/rtpdec_dv.o | |
CC libavformat/rtpdec_g726.o | |
CC libavformat/rtpdec_h261.o | |
CC libavformat/rtpdec_h263.o | |
CC libavformat/rtpdec_h263_rfc2190.o | |
CC libavformat/rtpdec_h264.o | |
CC libavformat/rtpdec_hevc.o | |
CC libavformat/rtpdec_ilbc.o | |
CC libavformat/rtpdec_jpeg.o | |
CC libavformat/rtpdec_latm.o | |
CC libavformat/rtpdec_mpa_robust.o | |
CC libavformat/rtpdec_mpeg12.o | |
CC libavformat/rtpdec_mpeg4.o | |
CC libavformat/rtpdec_mpegts.o | |
CC libavformat/rtpdec_qcelp.o | |
CC libavformat/rtpdec_qdm2.o | |
CC libavformat/rtpdec_qt.o | |
CC libavformat/rtpdec_svq3.o | |
CC libavformat/rtpdec_vp8.o | |
CC libavformat/rtpdec_vp9.o | |
CC libavformat/rtpdec_xiph.o | |
CC libavformat/rtpenc.o | |
CC libavformat/rtpenc_aac.o | |
CC libavformat/rtpenc_amr.o | |
CC libavformat/rtpenc_chain.o | |
CC libavformat/rtpenc_h261.o | |
CC libavformat/rtpenc_h263.o | |
CC libavformat/rtpenc_h263_rfc2190.o | |
CC libavformat/rtpenc_h264_hevc.o | |
CC libavformat/rtpenc_jpeg.o | |
CC libavformat/rtpenc_latm.o | |
CC libavformat/rtpenc_mpegts.o | |
CC libavformat/rtpenc_mpv.o | |
CC libavformat/rtpenc_vp8.o | |
CC libavformat/rtpenc_xiph.o | |
CC libavformat/rtpproto.o | |
CC libavformat/rtsp.o | |
CC libavformat/rtspdec.o | |
CC libavformat/rtspenc.o | |
CC libavformat/samidec.o | |
CC libavformat/sapdec.o | |
CC libavformat/sapenc.o | |
CC libavformat/sauce.o | |
CC libavformat/sbgdec.o | |
CC libavformat/sdp.o | |
CC libavformat/sdr2.o | |
CC libavformat/segafilm.o | |
CC libavformat/segment.o | |
CC libavformat/shortendec.o | |
CC libavformat/sierravmd.o | |
CC libavformat/siff.o | |
CC libavformat/smacker.o | |
CC libavformat/smjpeg.o | |
CC libavformat/smjpegdec.o | |
CC libavformat/smjpegenc.o | |
CC libavformat/smoothstreamingenc.o | |
CC libavformat/sol.o | |
CC libavformat/smush.o | |
CC libavformat/soxdec.o | |
CC libavformat/soxenc.o | |
CC libavformat/spdif.o | |
CC libavformat/spdifdec.o | |
CC libavformat/spdifenc.o | |
CC libavformat/srtdec.o | |
CC libavformat/srtenc.o | |
CC libavformat/srtp.o | |
CC libavformat/srtpproto.o | |
CC libavformat/stldec.o | |
CC libavformat/subfile.o | |
CC libavformat/subtitles.o | |
CC libavformat/subviewer1dec.o | |
CC libavformat/subviewerdec.o | |
CC libavformat/supdec.o | |
CC libavformat/svag.o | |
CC libavformat/swf.o | |
CC libavformat/swfdec.o | |
CC libavformat/swfenc.o | |
CC libavformat/takdec.o | |
CC libavformat/tcp.o | |
CC libavformat/tedcaptionsdec.o | |
CC libavformat/tee.o | |
CC libavformat/thp.o | |
src/libavformat/tee.c: In function 'tee_write_packet': | |
src/libavformat/tee.c:450:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
(ret = av_dup_packet(&pkt2))< 0) | |
^ | |
CC libavformat/tiertexseq.o | |
CC libavformat/tmv.o | |
CC libavformat/tta.o | |
CC libavformat/tty.o | |
CC libavformat/txd.o | |
CC libavformat/udp.o | |
CC libavformat/uncodedframecrcenc.o | |
CC libavformat/unix.o | |
CC libavformat/url.o | |
CC libavformat/urldecode.o | |
CC libavformat/utils.o | |
CC libavformat/v210.o | |
CC libavformat/vag.o | |
CC libavformat/vc1dec.o | |
CC libavformat/vc1test.o | |
CC libavformat/vc1testenc.o | |
CC libavformat/vivo.o | |
CC libavformat/voc.o | |
CC libavformat/vocdec.o | |
CC libavformat/vocenc.o | |
CC libavformat/vorbiscomment.o | |
CC libavformat/vpk.o | |
CC libavformat/vplayerdec.o | |
CC libavformat/vqf.o | |
CC libavformat/w64.o | |
CC libavformat/wavdec.o | |
CC libavformat/wavenc.o | |
CC libavformat/wc3movie.o | |
CC libavformat/webm_chunk.o | |
CC libavformat/webmdashenc.o | |
CC libavformat/webpenc.o | |
CC libavformat/webvttdec.o | |
CC libavformat/webvttenc.o | |
CC libavformat/westwood_aud.o | |
CC libavformat/westwood_vqa.o | |
CC libavformat/wtv_common.o | |
CC libavformat/wtvdec.o | |
CC libavformat/wtvenc.o | |
CC libavformat/wv.o | |
CC libavformat/wvdec.o | |
CC libavformat/wvedec.o | |
CC libavformat/wvenc.o | |
CC libavformat/xa.o | |
CC libavformat/xmv.o | |
CC libavformat/xvag.o | |
CC libavformat/xwma.o | |
CC libavformat/yop.o | |
CC libavformat/yuv4mpegdec.o | |
CC libavformat/yuv4mpegenc.o | |
CC libpostproc/postprocess.o | |
CC cmdutils.o | |
CC ffmpeg_opt.o | |
src/ffmpeg_opt.c: In function 'show_hwaccels': | |
src/ffmpeg_opt.c:178:19: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] | |
for (i = 0; i < FF_ARRAY_ELEMS(hwaccels) - 1; i++) { | |
^ | |
CC ffmpeg_filter.o | |
CC ffprobe.o | |
src/ffprobe.c: In function 'show_packet': | |
src/ffprobe.c:1770:5: warning: 'convergence_duration' is deprecated (declared at src/libavcodec/avcodec.h:1496) [-Wdeprecated-declarations] | |
print_duration_ts("convergence_duration", pkt->convergence_duration); | |
^ | |
src/ffprobe.c:1771:5: warning: 'convergence_duration' is deprecated (declared at src/libavcodec/avcodec.h:1496) [-Wdeprecated-declarations] | |
print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); | |
^ | |
src/ffprobe.c: In function 'show_stream': | |
src/ffprobe.c:2235:13: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2635) [-Wdeprecated-declarations] | |
if (dec_ctx->timecode_frame_start >= 0) { | |
^ | |
src/ffprobe.c:2237:17: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2635) [-Wdeprecated-declarations] | |
av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); | |
^ | |
CC ffserver.o | |
CC ffserver_config.o | |
src/ffserver_config.c: In function 'add_codec': | |
src/ffserver_config.c:292:13: warning: 'rc_eq' is deprecated (declared at src/libavcodec/avcodec.h:2515) [-Wdeprecated-declarations] | |
av->rc_eq = av_strdup("tex^qComp"); | |
^ | |
src/ffserver_config.c:294:13: warning: 'rc_eq' is deprecated (declared at src/libavcodec/avcodec.h:2515) [-Wdeprecated-declarations] | |
WARNING("Setting default value for video rate control equation = " | |
^ | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-360p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/doc/ffprobe.xsd | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/demuxing_decoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/muxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_dir_cmd.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filter_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/http_multiclient.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/resampling_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/metadata.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/remuxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/extract_mvs.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/decoding_encoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_reading.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/qsvdec.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcode_aac.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/scaling_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/Makefile | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/README | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-360p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/doc/ffprobe.xsd | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/demuxing_decoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/muxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_dir_cmd.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filter_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/http_multiclient.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/resampling_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/metadata.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/remuxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/extract_mvs.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/decoding_encoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_reading.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/qsvdec.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcode_aac.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/scaling_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/Makefile | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/README | |
INSTALL home/pi/mpv-build/ffmpeg/libavdevice/avdevice.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavdevice/version.h | |
INSTALL libavdevice/libavdevice.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/avfilter.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/avfiltergraph.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/buffersink.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/buffersrc.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/version.h | |
INSTALL libavfilter/libavfilter.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavformat/avformat.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavformat/avio.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavformat/version.h | |
INSTALL libavformat/libavformat.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/avcodec.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/avdct.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/avfft.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/dv_profile.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/d3d11va.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/dirac.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/dxva2.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/qsv.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vaapi.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vda.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vdpau.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/version.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/videotoolbox.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vorbis_parser.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/xvmc.h | |
INSTALL libavcodec/libavcodec.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libpostproc/postprocess.h | |
INSTALL home/pi/mpv-build/ffmpeg/libpostproc/version.h | |
INSTALL libpostproc/libpostproc.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libswresample/swresample.h | |
INSTALL home/pi/mpv-build/ffmpeg/libswresample/version.h | |
INSTALL libswresample/libswresample.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libswscale/swscale.h | |
INSTALL home/pi/mpv-build/ffmpeg/libswscale/version.h | |
INSTALL libswscale/libswscale.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/adler32.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/aes.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/aes_ctr.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/attributes.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/audio_fifo.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/avassert.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/avstring.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/avutil.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/base64.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/blowfish.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/bprint.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/bswap.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/buffer.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/cast5.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/camellia.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/channel_layout.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/common.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/cpu.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/crc.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/des.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/display.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/downmix_info.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/error.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/eval.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/fifo.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/file.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/frame.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/hash.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/hmac.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/imgutils.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/intfloat.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/intreadwrite.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/lfg.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/log.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/macros.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/mathematics.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/mastering_display_metadata.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/md5.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/mem.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/motion_vector.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/murmur3.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/dict.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/opt.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/parseutils.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/pixdesc.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/pixelutils.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/pixfmt.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/random_seed.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/rc4.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/replaygain.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/rational.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/ripemd.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/samplefmt.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/sha.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/sha512.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/stereo3d.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/threadmessage.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/time.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/timecode.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/timestamp.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/tree.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/twofish.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/version.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/xtea.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/tea.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/lzo.h | |
INSTALL libavutil/avconfig.h | |
INSTALL libavutil/ffversion.h | |
INSTALL libavutil/libavutil.pc | |
AR libavdevice/libavdevice.a | |
AR libavfilter/libavfilter.a | |
AR libavformat/libavformat.a | |
CC libavcodec/012v.o | |
CC libavcodec/4xm.o | |
CC libavcodec/8bps.o | |
CC libavcodec/8svx.o | |
CC libavcodec/a64multienc.o | |
CC libavcodec/aac_ac3_parser.o | |
CC libavcodec/aac_adtstoasc_bsf.o | |
CC libavcodec/aac_parser.o | |
CC libavcodec/aacadtsdec.o | |
CC libavcodec/aaccoder.o | |
CC libavcodec/aacdec.o | |
CC libavcodec/aacdec_fixed.o | |
CC libavcodec/aacenc.o | |
CC libavcodec/aacenc_is.o | |
CC libavcodec/aacenc_ltp.o | |
CC libavcodec/aacenc_pred.o | |
CC libavcodec/aacenc_tns.o | |
CC libavcodec/aacenctab.o | |
CC libavcodec/aacps_fixed.o | |
CC libavcodec/aacps_float.o | |
CC libavcodec/aacpsdsp_fixed.o | |
CC libavcodec/aacpsdsp_float.o | |
CC libavcodec/aacpsy.o | |
CC libavcodec/aacsbr.o | |
CC libavcodec/aacsbr_fixed.o | |
CC libavcodec/aactab.o | |
CC libavcodec/aandcttab.o | |
CC libavcodec/aasc.o | |
CC libavcodec/ac3.o | |
CC libavcodec/ac3_parser.o | |
CC libavcodec/ac3dec_data.o | |
CC libavcodec/ac3dec_fixed.o | |
CC libavcodec/ac3dec_float.o | |
CC libavcodec/ac3dsp.o | |
CC libavcodec/ac3enc.o | |
CC libavcodec/ac3enc_fixed.o | |
CC libavcodec/ac3enc_float.o | |
CC libavcodec/ac3tab.o | |
CC libavcodec/acelp_filters.o | |
CC libavcodec/acelp_pitch_delay.o | |
CC libavcodec/acelp_vectors.o | |
CC libavcodec/adpcm.o | |
CC libavcodec/adpcm_data.o | |
CC libavcodec/adpcmenc.o | |
CC libavcodec/adx.o | |
CC libavcodec/adx_parser.o | |
CC libavcodec/adxdec.o | |
CC libavcodec/adxenc.o | |
CC libavcodec/aic.o | |
CC libavcodec/alac.o | |
CC libavcodec/alac_data.o | |
CC libavcodec/alacdsp.o | |
CC libavcodec/alacenc.o | |
CC libavcodec/aliaspixdec.o | |
CC libavcodec/aliaspixenc.o | |
CC libavcodec/allcodecs.o | |
CC libavcodec/alsdec.o | |
CC libavcodec/amrnbdec.o | |
CC libavcodec/amrwbdec.o | |
CC libavcodec/anm.o | |
CC libavcodec/ansi.o | |
CC libavcodec/apedec.o | |
CC libavcodec/arm/aacpsdsp_init_arm.o | |
AS libavcodec/arm/aacpsdsp_neon.o | |
AS libavcodec/arm/ac3dsp_arm.o | |
AS libavcodec/arm/ac3dsp_armv6.o | |
CC libavcodec/arm/ac3dsp_init_arm.o | |
AS libavcodec/arm/ac3dsp_neon.o | |
CC libavcodec/arm/audiodsp_init_arm.o | |
CC libavcodec/arm/audiodsp_init_neon.o | |
AS libavcodec/arm/audiodsp_neon.o | |
CC libavcodec/arm/blockdsp_init_arm.o | |
CC libavcodec/arm/blockdsp_init_neon.o | |
AS libavcodec/arm/blockdsp_neon.o | |
CC libavcodec/arm/fft_fixed_init_arm.o | |
AS libavcodec/arm/fft_fixed_neon.o | |
CC libavcodec/arm/fft_init_arm.o | |
AS libavcodec/arm/fft_neon.o | |
AS libavcodec/arm/fft_vfp.o | |
AS libavcodec/arm/flacdsp_arm.o | |
CC libavcodec/arm/flacdsp_init_arm.o | |
CC libavcodec/arm/fmtconvert_init_arm.o | |
AS libavcodec/arm/fmtconvert_neon.o | |
AS libavcodec/arm/fmtconvert_vfp.o | |
CC libavcodec/arm/g722dsp_init_arm.o | |
AS libavcodec/arm/g722dsp_neon.o | |
CC libavcodec/arm/h264chroma_init_arm.o | |
AS libavcodec/arm/h264cmc_neon.o | |
CC libavcodec/arm/h264dsp_init_arm.o | |
AS libavcodec/arm/h264dsp_neon.o | |
AS libavcodec/arm/h264idct_neon.o | |
CC libavcodec/arm/h264pred_init_arm.o | |
AS libavcodec/arm/h264pred_neon.o | |
CC libavcodec/arm/h264qpel_init_arm.o | |
AS libavcodec/arm/h264qpel_neon.o | |
AS libavcodec/arm/hevcdsp_deblock_neon.o | |
AS libavcodec/arm/hevcdsp_idct_neon.o | |
CC libavcodec/arm/hevcdsp_init_arm.o | |
CC libavcodec/arm/hevcdsp_init_neon.o | |
AS libavcodec/arm/hevcdsp_qpel_neon.o | |
AS libavcodec/arm/hpeldsp_arm.o | |
AS libavcodec/arm/hpeldsp_armv6.o | |
CC libavcodec/arm/hpeldsp_init_arm.o | |
CC libavcodec/arm/hpeldsp_init_armv6.o | |
CC libavcodec/arm/hpeldsp_init_neon.o | |
AS libavcodec/arm/hpeldsp_neon.o | |
AS libavcodec/arm/idctdsp_arm.o | |
AS libavcodec/arm/idctdsp_armv6.o | |
CC libavcodec/arm/idctdsp_init_arm.o | |
CC libavcodec/arm/idctdsp_init_armv5te.o | |
CC libavcodec/arm/idctdsp_init_armv6.o | |
CC libavcodec/arm/idctdsp_init_neon.o | |
AS libavcodec/arm/idctdsp_neon.o | |
AS libavcodec/arm/int_neon.o | |
AS libavcodec/arm/jrevdct_arm.o | |
CC libavcodec/arm/lossless_audiodsp_init_arm.o | |
AS libavcodec/arm/lossless_audiodsp_neon.o | |
AS libavcodec/arm/mdct_fixed_neon.o | |
AS libavcodec/arm/mdct_neon.o | |
AS libavcodec/arm/mdct_vfp.o | |
AS libavcodec/arm/me_cmp_armv6.o | |
CC libavcodec/arm/me_cmp_init_arm.o | |
AS libavcodec/arm/mlpdsp_armv5te.o | |
AS libavcodec/arm/mlpdsp_armv6.o | |
CC libavcodec/arm/mlpdsp_init_arm.o | |
AS libavcodec/arm/mpegaudiodsp_fixed_armv6.o | |
CC libavcodec/arm/mpegaudiodsp_init_arm.o | |
CC libavcodec/arm/mpegvideo_arm.o | |
CC libavcodec/arm/mpegvideo_armv5te.o | |
AS libavcodec/arm/mpegvideo_armv5te_s.o | |
AS libavcodec/arm/mpegvideo_neon.o | |
AS libavcodec/arm/mpegvideoencdsp_armv6.o | |
CC libavcodec/arm/mpegvideoencdsp_init_arm.o | |
AS libavcodec/arm/pixblockdsp_armv6.o | |
CC libavcodec/arm/pixblockdsp_init_arm.o | |
AS libavcodec/arm/rdft_neon.o | |
CC libavcodec/arm/rv34dsp_init_arm.o | |
AS libavcodec/arm/rv34dsp_neon.o | |
CC libavcodec/arm/rv40dsp_init_arm.o | |
AS libavcodec/arm/rv40dsp_neon.o | |
CC libavcodec/arm/sbrdsp_init_arm.o | |
AS libavcodec/arm/sbrdsp_neon.o | |
AS libavcodec/arm/simple_idct_arm.o | |
AS libavcodec/arm/simple_idct_armv5te.o | |
AS libavcodec/arm/simple_idct_armv6.o | |
AS libavcodec/arm/simple_idct_neon.o | |
AS libavcodec/arm/startcode_armv6.o | |
CC libavcodec/arm/synth_filter_init_arm.o | |
AS libavcodec/arm/synth_filter_neon.o | |
AS libavcodec/arm/synth_filter_vfp.o | |
CC libavcodec/arm/vc1dsp_init_arm.o | |
CC libavcodec/arm/vc1dsp_init_neon.o | |
AS libavcodec/arm/vc1dsp_neon.o | |
AS libavcodec/arm/videodsp_armv5te.o | |
CC libavcodec/arm/videodsp_init_arm.o | |
CC libavcodec/arm/videodsp_init_armv5te.o | |
CC libavcodec/arm/vorbisdsp_init_arm.o | |
AS libavcodec/arm/vorbisdsp_neon.o | |
CC libavcodec/arm/vp3dsp_init_arm.o | |
AS libavcodec/arm/vp3dsp_neon.o | |
CC libavcodec/arm/vp6dsp_init_arm.o | |
AS libavcodec/arm/vp6dsp_neon.o | |
AS libavcodec/arm/vp8_armv6.o | |
AS libavcodec/arm/vp8dsp_armv6.o | |
CC libavcodec/arm/vp8dsp_init_arm.o | |
CC libavcodec/arm/vp8dsp_init_armv6.o | |
CC libavcodec/arm/vp8dsp_init_neon.o | |
AS libavcodec/arm/vp8dsp_neon.o | |
CC libavcodec/ass.o | |
CC libavcodec/ass_split.o | |
CC libavcodec/assdec.o | |
CC libavcodec/assenc.o | |
CC libavcodec/asv.o | |
CC libavcodec/asvdec.o | |
CC libavcodec/asvenc.o | |
CC libavcodec/atrac.o | |
CC libavcodec/atrac1.o | |
CC libavcodec/atrac3.o | |
CC libavcodec/atrac3plus.o | |
CC libavcodec/atrac3plusdec.o | |
CC libavcodec/atrac3plusdsp.o | |
CC libavcodec/audio_frame_queue.o | |
CC libavcodec/audioconvert.o | |
CC libavcodec/audiodsp.o | |
CC libavcodec/aura.o | |
CC libavcodec/avdct.o | |
CC libavcodec/avfft.o | |
CC libavcodec/avpacket.o | |
CC libavcodec/avpicture.o | |
CC libavcodec/avrndec.o | |
CC libavcodec/avs.o | |
CC libavcodec/avuidec.o | |
CC libavcodec/avuienc.o | |
CC libavcodec/bethsoftvideo.o | |
CC libavcodec/bfi.o | |
CC libavcodec/bgmc.o | |
CC libavcodec/bink.o | |
CC libavcodec/binkaudio.o | |
CC libavcodec/binkdsp.o | |
CC libavcodec/bintext.o | |
CC libavcodec/bitstream.o | |
src/libavcodec/atrac3plus.c: In function 'ff_atrac3p_decode_channel_unit': | |
src/libavcodec/atrac3plus.c:1777:52: warning: array subscript is below array bounds [-Warray-bounds] | |
ctx->num_subbands = atrac3p_qu_to_subband[ctx->num_quant_units - 1] + 1; | |
^ | |
CC libavcodec/bitstream_filter.o | |
CC libavcodec/blockdsp.o | |
CC libavcodec/bmp.o | |
CC libavcodec/bmp_parser.o | |
CC libavcodec/bmpenc.o | |
CC libavcodec/bmvaudio.o | |
CC libavcodec/bmvvideo.o | |
CC libavcodec/brenderpix.o | |
CC libavcodec/bswapdsp.o | |
CC libavcodec/c93.o | |
CC libavcodec/cabac.o | |
CC libavcodec/canopus.o | |
CC libavcodec/cavs.o | |
CC libavcodec/cavs_parser.o | |
CC libavcodec/cavsdata.o | |
CC libavcodec/cavsdec.o | |
CC libavcodec/cavsdsp.o | |
CC libavcodec/ccaption_dec.o | |
CC libavcodec/cdgraphics.o | |
CC libavcodec/cdxl.o | |
CC libavcodec/celp_filters.o | |
CC libavcodec/celp_math.o | |
CC libavcodec/cfhd.o | |
CC libavcodec/cfhddata.o | |
CC libavcodec/cga_data.o | |
CC libavcodec/chomp_bsf.o | |
CC libavcodec/cinepak.o | |
CC libavcodec/cinepakenc.o | |
CC libavcodec/cljrdec.o | |
CC libavcodec/cljrenc.o | |
CC libavcodec/cllc.o | |
CC libavcodec/cngdec.o | |
CC libavcodec/cngenc.o | |
CC libavcodec/codec_desc.o | |
CC libavcodec/cook.o | |
CC libavcodec/cook_parser.o | |
CC libavcodec/cpia.o | |
CC libavcodec/cscd.o | |
CC libavcodec/cyuv.o | |
CC libavcodec/d3d11va.o | |
CC libavcodec/dca.o | |
CC libavcodec/dca_core.o | |
CC libavcodec/dca_exss.o | |
CC libavcodec/dca_parser.o | |
CC libavcodec/dca_xll.o | |
CC libavcodec/dcadata.o | |
CC libavcodec/dcadct.o | |
CC libavcodec/dcadec.o | |
CC libavcodec/dcadsp.o | |
CC libavcodec/dcaenc.o | |
CC libavcodec/dct.o | |
CC libavcodec/dct32_fixed.o | |
CC libavcodec/dct32_float.o | |
CC libavcodec/dds.o | |
CC libavcodec/dfa.o | |
CC libavcodec/dirac.o | |
CC libavcodec/dirac_arith.o | |
CC libavcodec/dirac_dwt.o | |
CC libavcodec/dirac_parser.o | |
CC libavcodec/diracdec.o | |
CC libavcodec/diracdsp.o | |
CC libavcodec/diractab.o | |
CC libavcodec/dnxhd_parser.o | |
CC libavcodec/dnxhddata.o | |
CC libavcodec/dnxhddec.o | |
CC libavcodec/dnxhdenc.o | |
CC libavcodec/dpcm.o | |
CC libavcodec/dpx.o | |
CC libavcodec/dpx_parser.o | |
CC libavcodec/dpxenc.o | |
CC libavcodec/dsddec.o | |
CC libavcodec/dsicinaudio.o | |
CC libavcodec/dsicinvideo.o | |
CC libavcodec/dss_sp.o | |
CC libavcodec/dump_extradata_bsf.o | |
CC libavcodec/dv.o | |
CC libavcodec/dv_profile.o | |
CC libavcodec/dvaudio_parser.o | |
CC libavcodec/dvaudiodec.o | |
CC libavcodec/dvbsub.o | |
CC libavcodec/dvbsub_parser.o | |
CC libavcodec/dvbsubdec.o | |
CC libavcodec/dvd_nav_parser.o | |
CC libavcodec/dvdata.o | |
CC libavcodec/dvdec.o | |
CC libavcodec/dvdsub_parser.o | |
CC libavcodec/dvdsubdec.o | |
CC libavcodec/dvdsubenc.o | |
CC libavcodec/dvenc.o | |
CC libavcodec/dxa.o | |
CC libavcodec/dxtory.o | |
src/libavcodec/dvenc.c: In function 'dv_encode_video_segment': | |
src/libavcodec/dvenc.c:377:81: warning: array subscript is above array bounds [-Warray-bounds] | |
for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++) | |
^ | |
CC libavcodec/dxv.o | |
CC libavcodec/eac3_data.o | |
CC libavcodec/eac3enc.o | |
CC libavcodec/eacmv.o | |
CC libavcodec/eaidct.o | |
CC libavcodec/eamad.o | |
CC libavcodec/eatgq.o | |
CC libavcodec/eatgv.o | |
CC libavcodec/eatqi.o | |
CC libavcodec/elbg.o | |
CC libavcodec/elsdec.o | |
CC libavcodec/error_resilience.o | |
CC libavcodec/escape124.o | |
CC libavcodec/escape130.o | |
CC libavcodec/evrcdec.o | |
CC libavcodec/exif.o | |
CC libavcodec/exr.o | |
CC libavcodec/faandct.o | |
CC libavcodec/faanidct.o | |
CC libavcodec/faxcompr.o | |
CC libavcodec/fdctdsp.o | |
CC libavcodec/fft_fixed.o | |
CC libavcodec/fft_fixed_32.o | |
CC libavcodec/fft_float.o | |
CC libavcodec/fft_init_table.o | |
CC libavcodec/ffv1.o | |
CC libavcodec/ffv1dec.o | |
CC libavcodec/ffv1enc.o | |
src/libavcodec/ffv1enc.c: In function 'encode_frame': | |
src/libavcodec/ffv1enc.c:1292:5: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] | |
avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; | |
^ | |
CC libavcodec/ffwavesynth.o | |
CC libavcodec/fic.o | |
CC libavcodec/flac.o | |
CC libavcodec/flac_parser.o | |
CC libavcodec/flacdata.o | |
CC libavcodec/flacdec.o | |
CC libavcodec/flacdsp.o | |
CC libavcodec/flacenc.o | |
CC libavcodec/flashsv.o | |
CC libavcodec/flashsv2enc.o | |
CC libavcodec/flashsvenc.o | |
CC libavcodec/flicvideo.o | |
CC libavcodec/flvdec.o | |
CC libavcodec/flvenc.o | |
CC libavcodec/fmtconvert.o | |
CC libavcodec/frame_thread_encoder.o | |
src/libavcodec/frame_thread_encoder.c: In function 'worker': | |
src/libavcodec/frame_thread_encoder.c:92:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
av_dup_packet(pkt); | |
^ | |
CC libavcodec/fraps.o | |
CC libavcodec/frwu.o | |
CC libavcodec/g2meet.o | |
CC libavcodec/g722.o | |
CC libavcodec/g722dec.o | |
CC libavcodec/g722dsp.o | |
CC libavcodec/g722enc.o | |
CC libavcodec/g723_1.o | |
CC libavcodec/g723_1dec.o | |
CC libavcodec/g723_1enc.o | |
CC libavcodec/g726.o | |
CC libavcodec/g729_parser.o | |
CC libavcodec/g729dec.o | |
CC libavcodec/g729postfilter.o | |
CC libavcodec/gif.o | |
CC libavcodec/gifdec.o | |
CC libavcodec/golomb.o | |
CC libavcodec/gsm_parser.o | |
CC libavcodec/gsmdec.o | |
CC libavcodec/gsmdec_data.o | |
CC libavcodec/h261.o | |
CC libavcodec/h261_parser.o | |
CC libavcodec/h261data.o | |
CC libavcodec/h261dec.o | |
CC libavcodec/h261enc.o | |
CC libavcodec/h263.o | |
CC libavcodec/h263_parser.o | |
CC libavcodec/h263data.o | |
CC libavcodec/h263dec.o | |
CC libavcodec/h263dsp.o | |
CC libavcodec/h264.o | |
CC libavcodec/h264_cabac.o | |
CC libavcodec/h264_cavlc.o | |
CC libavcodec/h264_direct.o | |
src/libavcodec/h264_cavlc.c: In function 'decode_residual.isra.19': | |
src/libavcodec/h264_cavlc.c:605:46: warning: array subscript is above array bounds [-Warray-bounds] | |
((type*)block)[*scantable]= level[i]; \ | |
^ | |
src/libavcodec/h264_cavlc.c:625:9: note: in expansion of macro 'STORE_BLOCK' | |
STORE_BLOCK(int32_t) | |
^ | |
src/libavcodec/h264_cavlc.c:605:46: warning: array subscript is above array bounds [-Warray-bounds] | |
((type*)block)[*scantable]= level[i]; \ | |
^ | |
src/libavcodec/h264_cavlc.c:627:9: note: in expansion of macro 'STORE_BLOCK' | |
STORE_BLOCK(int16_t) | |
^ | |
CC libavcodec/h264_loopfilter.o | |
CC libavcodec/h264_mb.o | |
CC libavcodec/h264_mp4toannexb_bsf.o | |
CC libavcodec/h264_parser.o | |
CC libavcodec/h264_picture.o | |
CC libavcodec/h264_ps.o | |
CC libavcodec/h264_refs.o | |
CC libavcodec/h264_sei.o | |
CC libavcodec/h264_slice.o | |
CC libavcodec/h264chroma.o | |
CC libavcodec/h264dsp.o | |
CC libavcodec/h264idct.o | |
CC libavcodec/h264pred.o | |
CC libavcodec/h264qpel.o | |
CC libavcodec/hap.o | |
CC libavcodec/hapdec.o | |
CC libavcodec/hevc.o | |
CC libavcodec/hevc_cabac.o | |
CC libavcodec/hevc_data.o | |
CC libavcodec/hevc_filter.o | |
CC libavcodec/hevc_mp4toannexb_bsf.o | |
CC libavcodec/hevc_mvs.o | |
CC libavcodec/hevc_parse.o | |
CC libavcodec/hevc_parser.o | |
CC libavcodec/hevc_ps.o | |
CC libavcodec/hevc_refs.o | |
CC libavcodec/hevc_sei.o | |
CC libavcodec/hevcdsp.o | |
src/libavcodec/hevc_ps.c: In function 'ff_hevc_parse_sps': | |
src/libavcodec/hevc_ps.c:927:79: warning: array subscript is above array bounds [-Warray-bounds] | |
sps->temporal_layer[i].max_dec_pic_buffering = sps->temporal_layer[start].max_dec_pic_buffering; | |
^ | |
src/libavcodec/hevc_ps.c:928:79: warning: array subscript is above array bounds [-Warray-bounds] | |
sps->temporal_layer[i].num_reorder_pics = sps->temporal_layer[start].num_reorder_pics; | |
^ | |
src/libavcodec/hevc_ps.c:929:79: warning: array subscript is above array bounds [-Warray-bounds] | |
sps->temporal_layer[i].max_latency_increase = sps->temporal_layer[start].max_latency_increase; | |
^ | |
CC libavcodec/hevcpred.o | |
CC libavcodec/hnm4video.o | |
CC libavcodec/hpeldsp.o | |
CC libavcodec/hq_hqa.o | |
CC libavcodec/hq_hqadata.o | |
CC libavcodec/hq_hqadsp.o | |
CC libavcodec/hqx.o | |
CC libavcodec/hqxdsp.o | |
CC libavcodec/hqxvlc.o | |
CC libavcodec/htmlsubtitles.o | |
CC libavcodec/huffman.o | |
CC libavcodec/huffyuv.o | |
CC libavcodec/huffyuvdec.o | |
CC libavcodec/huffyuvdsp.o | |
CC libavcodec/huffyuvenc.o | |
CC libavcodec/huffyuvencdsp.o | |
CC libavcodec/idcinvideo.o | |
CC libavcodec/idctdsp.o | |
CC libavcodec/iff.o | |
CC libavcodec/iirfilter.o | |
CC libavcodec/imc.o | |
CC libavcodec/imdct15.o | |
CC libavcodec/imgconvert.o | |
CC libavcodec/imx_dump_header_bsf.o | |
CC libavcodec/indeo2.o | |
CC libavcodec/indeo3.o | |
CC libavcodec/indeo4.o | |
CC libavcodec/indeo5.o | |
CC libavcodec/intelh263dec.o | |
CC libavcodec/interplayacm.o | |
CC libavcodec/interplayvideo.o | |
CC libavcodec/intrax8.o | |
CC libavcodec/intrax8dsp.o | |
CC libavcodec/ituh263dec.o | |
CC libavcodec/ituh263enc.o | |
CC libavcodec/ivi.o | |
CC libavcodec/ivi_dsp.o | |
CC libavcodec/j2kenc.o | |
CC libavcodec/jacosubdec.o | |
CC libavcodec/jfdctfst.o | |
CC libavcodec/jfdctint.o | |
CC libavcodec/jpeg2000.o | |
CC libavcodec/jpeg2000dec.o | |
CC libavcodec/jpeg2000dsp.o | |
CC libavcodec/jpeg2000dwt.o | |
CC libavcodec/jpegls.o | |
CC libavcodec/jpeglsdec.o | |
CC libavcodec/jpeglsenc.o | |
CC libavcodec/jpegtables.o | |
CC libavcodec/jrevdct.o | |
CC libavcodec/jvdec.o | |
CC libavcodec/kbdwin.o | |
CC libavcodec/kgv1dec.o | |
CC libavcodec/kmvc.o | |
CC libavcodec/lagarith.o | |
CC libavcodec/lagarithrac.o | |
CC libavcodec/latm_parser.o | |
CC libavcodec/lcldec.o | |
CC libavcodec/lclenc.o | |
CC libavcodec/ljpegenc.o | |
CC libavcodec/loco.o | |
CC libavcodec/lossless_audiodsp.o | |
CC libavcodec/lossless_videodsp.o | |
CC libavcodec/lpc.o | |
CC libavcodec/lsp.o | |
CC libavcodec/lzf.o | |
CC libavcodec/lzw.o | |
CC libavcodec/lzwenc.o | |
CC libavcodec/mace.o | |
CC libavcodec/mathtables.o | |
CC libavcodec/mdct_fixed.o | |
CC libavcodec/mdct_fixed_32.o | |
CC libavcodec/mdct_float.o | |
CC libavcodec/mdec.o | |
CC libavcodec/me_cmp.o | |
CC libavcodec/metasound.o | |
CC libavcodec/metasound_data.o | |
CC libavcodec/microdvddec.o | |
CC libavcodec/mimic.o | |
CC libavcodec/mjpeg2jpeg_bsf.o | |
CC libavcodec/mjpeg_parser.o | |
CC libavcodec/mjpega_dump_header_bsf.o | |
CC libavcodec/mjpegdec.o | |
CC libavcodec/mjpegbdec.o | |
CC libavcodec/mjpegenc.o | |
CC libavcodec/mjpegenc_common.o | |
CC libavcodec/mlp.o | |
CC libavcodec/mlp_parser.o | |
CC libavcodec/mlpdec.o | |
CC libavcodec/mlpdsp.o | |
CC libavcodec/mmvideo.o | |
CC libavcodec/motion_est.o | |
CC libavcodec/motionpixels.o | |
CC libavcodec/movsub_bsf.o | |
CC libavcodec/movtextdec.o | |
CC libavcodec/movtextenc.o | |
CC libavcodec/mp3_header_decompress_bsf.o | |
CC libavcodec/mpc.o | |
CC libavcodec/mpc7.o | |
CC libavcodec/mpc8.o | |
CC libavcodec/mpeg12.o | |
CC libavcodec/mpeg12data.o | |
CC libavcodec/mpeg12dec.o | |
CC libavcodec/mpeg12enc.o | |
CC libavcodec/mpeg4_unpack_bframes_bsf.o | |
CC libavcodec/mpeg4audio.o | |
CC libavcodec/mpeg4video.o | |
CC libavcodec/mpeg4video_parser.o | |
CC libavcodec/mpeg4videodec.o | |
CC libavcodec/mpeg4videoenc.o | |
CC libavcodec/mpeg_er.o | |
CC libavcodec/mpegaudio.o | |
CC libavcodec/mpegaudio_parser.o | |
CC libavcodec/mpegaudiodata.o | |
CC libavcodec/mpegaudiodec_fixed.o | |
CC libavcodec/mpegaudiodec_float.o | |
CC libavcodec/mpegaudiodecheader.o | |
CC libavcodec/mpegaudiodsp.o | |
CC libavcodec/mpegaudiodsp_data.o | |
CC libavcodec/mpegaudiodsp_fixed.o | |
CC libavcodec/mpegaudiodsp_float.o | |
CC libavcodec/mpegaudioenc_fixed.o | |
CC libavcodec/mpegaudioenc_float.o | |
CC libavcodec/mpegpicture.o | |
CC libavcodec/mpegutils.o | |
CC libavcodec/mpegvideo.o | |
CC libavcodec/mpegvideo_enc.o | |
CC libavcodec/mpegvideo_motion.o | |
CC libavcodec/mpegvideo_parser.o | |
CC libavcodec/mpegvideodata.o | |
CC libavcodec/mpegvideodsp.o | |
CC libavcodec/mpegvideoencdsp.o | |
CC libavcodec/mpl2dec.o | |
CC libavcodec/mqc.o | |
CC libavcodec/mqcdec.o | |
CC libavcodec/mqcenc.o | |
CC libavcodec/msgsmdec.o | |
CC libavcodec/msmpeg4.o | |
CC libavcodec/msmpeg4data.o | |
CC libavcodec/msmpeg4dec.o | |
CC libavcodec/msmpeg4enc.o | |
CC libavcodec/msrle.o | |
CC libavcodec/msrledec.o | |
CC libavcodec/mss1.o | |
CC libavcodec/mss12.o | |
CC libavcodec/mss2.o | |
CC libavcodec/mss2dsp.o | |
CC libavcodec/mss3.o | |
CC libavcodec/mss34dsp.o | |
CC libavcodec/mss4.o | |
CC libavcodec/msvideo1.o | |
CC libavcodec/msvideo1enc.o | |
CC libavcodec/mvcdec.o | |
CC libavcodec/mxpegdec.o | |
CC libavcodec/nellymoser.o | |
CC libavcodec/nellymoserdec.o | |
CC libavcodec/nellymoserenc.o | |
CC libavcodec/noise_bsf.o | |
CC libavcodec/nuv.o | |
CC libavcodec/on2avc.o | |
CC libavcodec/on2avcdata.o | |
CC libavcodec/options.o | |
CC libavcodec/opus.o | |
CC libavcodec/opus_celt.o | |
CC libavcodec/opus_parser.o | |
CC libavcodec/opus_silk.o | |
CC libavcodec/opusdec.o | |
CC libavcodec/pafaudio.o | |
CC libavcodec/pafvideo.o | |
CC libavcodec/pamenc.o | |
CC libavcodec/parser.o | |
CC libavcodec/pcm-bluray.o | |
CC libavcodec/pcm-dvd.o | |
CC libavcodec/pcm.o | |
CC libavcodec/pcx.o | |
CC libavcodec/pcxenc.o | |
CC libavcodec/pgssubdec.o | |
CC libavcodec/pictordec.o | |
CC libavcodec/pixblockdsp.o | |
CC libavcodec/png.o | |
CC libavcodec/png_parser.o | |
CC libavcodec/pngdec.o | |
CC libavcodec/pngdsp.o | |
CC libavcodec/pngenc.o | |
CC libavcodec/pnm.o | |
CC libavcodec/pnm_parser.o | |
CC libavcodec/pnmdec.o | |
CC libavcodec/pnmenc.o | |
CC libavcodec/profiles.o | |
CC libavcodec/proresdata.o | |
CC libavcodec/proresdec2.o | |
CC libavcodec/proresdec_lgpl.o | |
CC libavcodec/proresdsp.o | |
CC libavcodec/proresenc_anatoliy.o | |
CC libavcodec/proresenc_kostya.o | |
CC libavcodec/psymodel.o | |
CC libavcodec/pthread.o | |
CC libavcodec/pthread_frame.o | |
CC libavcodec/pthread_slice.o | |
CC libavcodec/ptx.o | |
CC libavcodec/qcelpdec.o | |
CC libavcodec/qdm2.o | |
CC libavcodec/qdrw.o | |
CC libavcodec/qpeg.o | |
CC libavcodec/qpeldsp.o | |
CC libavcodec/qsv_api.o | |
CC libavcodec/qtrle.o | |
CC libavcodec/qtrleenc.o | |
CC libavcodec/r210dec.o | |
CC libavcodec/r210enc.o | |
CC libavcodec/ra144.o | |
CC libavcodec/ra144dec.o | |
CC libavcodec/ra144enc.o | |
CC libavcodec/ra288.o | |
CC libavcodec/ralf.o | |
CC libavcodec/rangecoder.o | |
CC libavcodec/ratecontrol.o | |
CC libavcodec/raw.o | |
CC libavcodec/rawdec.o | |
CC libavcodec/rawenc.o | |
CC libavcodec/rdft.o | |
CC libavcodec/realtextdec.o | |
CC libavcodec/remove_extradata_bsf.o | |
CC libavcodec/resample.o | |
CC libavcodec/resample2.o | |
CC libavcodec/rl.o | |
CC libavcodec/rl2.o | |
CC libavcodec/rle.o | |
CC libavcodec/roqaudioenc.o | |
CC libavcodec/roqvideo.o | |
CC libavcodec/roqvideodec.o | |
CC libavcodec/roqvideoenc.o | |
CC libavcodec/rpza.o | |
CC libavcodec/rscc.o | |
CC libavcodec/rtjpeg.o | |
CC libavcodec/rv10.o | |
CC libavcodec/rv10enc.o | |
CC libavcodec/rv20enc.o | |
CC libavcodec/rv30.o | |
CC libavcodec/rv30dsp.o | |
CC libavcodec/rv34.o | |
CC libavcodec/rv34_parser.o | |
CC libavcodec/rv34dsp.o | |
CC libavcodec/rv40.o | |
CC libavcodec/rv40dsp.o | |
CC libavcodec/s302m.o | |
CC libavcodec/s302menc.o | |
CC libavcodec/samidec.o | |
CC libavcodec/sanm.o | |
CC libavcodec/sbrdsp.o | |
CC libavcodec/sbrdsp_fixed.o | |
CC libavcodec/screenpresso.o | |
CC libavcodec/sgidec.o | |
CC libavcodec/sgienc.o | |
CC libavcodec/sgirledec.o | |
CC libavcodec/shorten.o | |
CC libavcodec/simple_idct.o | |
CC libavcodec/sinewin.o | |
CC libavcodec/sinewin_fixed.o | |
CC libavcodec/sipr.o | |
CC libavcodec/sipr16k.o | |
CC libavcodec/smacker.o | |
CC libavcodec/smc.o | |
CC libavcodec/smvjpegdec.o | |
CC libavcodec/snappy.o | |
CC libavcodec/snow.o | |
CC libavcodec/snow_dwt.o | |
CC libavcodec/snowdec.o | |
CC libavcodec/snowenc.o | |
src/libavcodec/snowenc.c: In function 'encode_frame': | |
src/libavcodec/snowenc.c:1646:5: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] | |
av_frame_unref(avctx->coded_frame); | |
^ | |
src/libavcodec/snowenc.c:1647:5: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] | |
ret = av_frame_ref(avctx->coded_frame, s->current_picture); | |
^ | |
src/libavcodec/snowenc.c:1677:9: warning: 'me_method' is deprecated (declared at src/libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] | |
s->m.me_method= s->avctx->me_method; | |
^ | |
src/libavcodec/snowenc.c:1879:5: warning: 'frame_bits' is deprecated (declared at src/libavcodec/avcodec.h:2684) [-Wdeprecated-declarations] | |
avctx->frame_bits = s->m.frame_bits; | |
^ | |
src/libavcodec/snowenc.c:1880:5: warning: 'mv_bits' is deprecated (declared at src/libavcodec/avcodec.h:2666) [-Wdeprecated-declarations] | |
avctx->mv_bits = s->m.mv_bits; | |
^ | |
src/libavcodec/snowenc.c:1881:5: warning: 'misc_bits' is deprecated (declared at src/libavcodec/avcodec.h:2680) [-Wdeprecated-declarations] | |
avctx->misc_bits = s->m.misc_bits; | |
^ | |
src/libavcodec/snowenc.c:1882:5: warning: 'p_tex_bits' is deprecated (declared at src/libavcodec/avcodec.h:2672) [-Wdeprecated-declarations] | |
avctx->p_tex_bits = s->m.p_tex_bits; | |
^ | |
CC libavcodec/sonic.o | |
CC libavcodec/sp5xdec.o | |
CC libavcodec/srtdec.o | |
CC libavcodec/srtenc.o | |
CC libavcodec/startcode.o | |
CC libavcodec/subviewerdec.o | |
CC libavcodec/sunrast.o | |
CC libavcodec/sunrastenc.o | |
CC libavcodec/svq1.o | |
CC libavcodec/svq13.o | |
CC libavcodec/svq1dec.o | |
CC libavcodec/svq1enc.o | |
CC libavcodec/svq3.o | |
CC libavcodec/synth_filter.o | |
CC libavcodec/tak.o | |
CC libavcodec/tak_parser.o | |
CC libavcodec/takdec.o | |
CC libavcodec/takdsp.o | |
CC libavcodec/targa.o | |
CC libavcodec/targa_y216dec.o | |
CC libavcodec/targaenc.o | |
CC libavcodec/tdsc.o | |
CC libavcodec/textdec.o | |
CC libavcodec/texturedsp.o | |
CC libavcodec/tiertexseqv.o | |
CC libavcodec/tiff.o | |
CC libavcodec/tiff_common.o | |
CC libavcodec/tiff_data.o | |
CC libavcodec/tiffenc.o | |
CC libavcodec/tmv.o | |
CC libavcodec/tpeldsp.o | |
CC libavcodec/truemotion1.o | |
CC libavcodec/truemotion2.o | |
CC libavcodec/truespeech.o | |
CC libavcodec/tscc.o | |
CC libavcodec/tscc2.o | |
CC libavcodec/tta.o | |
CC libavcodec/ttadata.o | |
CC libavcodec/ttadsp.o | |
CC libavcodec/ttaenc.o | |
CC libavcodec/twinvq.o | |
CC libavcodec/twinvqdec.o | |
CC libavcodec/txd.o | |
CC libavcodec/ulti.o | |
CC libavcodec/utils.o | |
src/libavcodec/utils.c: In function 'avcodec_encode_audio2': | |
src/libavcodec/utils.c:1810:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
if (av_dup_packet(avpkt) < 0) { | |
^ | |
src/libavcodec/utils.c: In function 'avcodec_encode_video2': | |
src/libavcodec/utils.c:1899:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
if (av_dup_packet(avpkt) < 0) { | |
^ | |
CC libavcodec/utvideo.o | |
CC libavcodec/utvideodec.o | |
CC libavcodec/utvideoenc.o | |
CC libavcodec/v210dec.o | |
CC libavcodec/v210enc.o | |
CC libavcodec/v210x.o | |
CC libavcodec/v308dec.o | |
CC libavcodec/v308enc.o | |
CC libavcodec/v408dec.o | |
CC libavcodec/v408enc.o | |
CC libavcodec/v410dec.o | |
CC libavcodec/v410enc.o | |
CC libavcodec/vb.o | |
CC libavcodec/vble.o | |
CC libavcodec/vc1.o | |
CC libavcodec/vc1_block.o | |
CC libavcodec/vc1_loopfilter.o | |
CC libavcodec/vc1_mc.o | |
CC libavcodec/vc1_parser.o | |
CC libavcodec/vc1_pred.o | |
CC libavcodec/vc1data.o | |
CC libavcodec/vc1dec.o | |
CC libavcodec/vc1dsp.o | |
CC libavcodec/vc2enc.o | |
CC libavcodec/vc2enc_dwt.o | |
CC libavcodec/vcr1.o | |
CC libavcodec/videodsp.o | |
CC libavcodec/vima.o | |
CC libavcodec/vmdaudio.o | |
CC libavcodec/vmdvideo.o | |
CC libavcodec/vmnc.o | |
CC libavcodec/vorbis.o | |
CC libavcodec/vorbis_data.o | |
CC libavcodec/vorbis_parser.o | |
CC libavcodec/vorbisdec.o | |
CC libavcodec/vorbisdsp.o | |
CC libavcodec/vorbisenc.o | |
CC libavcodec/vp3.o | |
CC libavcodec/vp3_parser.o | |
CC libavcodec/vp3dsp.o | |
CC libavcodec/vp5.o | |
CC libavcodec/vp56.o | |
CC libavcodec/vp56data.o | |
CC libavcodec/vp56dsp.o | |
CC libavcodec/vp56rac.o | |
CC libavcodec/vp6.o | |
CC libavcodec/vp6dsp.o | |
CC libavcodec/vp8.o | |
CC libavcodec/vp8_parser.o | |
CC libavcodec/vp8dsp.o | |
CC libavcodec/vp9.o | |
CC libavcodec/vp9_parser.o | |
CC libavcodec/vp9dsp.o | |
CC libavcodec/vp9dsp_10bpp.o | |
CC libavcodec/vp9dsp_12bpp.o | |
CC libavcodec/vp9dsp_8bpp.o | |
CC libavcodec/vqavideo.o | |
CC libavcodec/wavpack.o | |
CC libavcodec/wavpackenc.o | |
CC libavcodec/webp.o | |
CC libavcodec/webvttdec.o | |
CC libavcodec/webvttenc.o | |
CC libavcodec/wma.o | |
CC libavcodec/wma_common.o | |
CC libavcodec/wma_freqs.o | |
CC libavcodec/wmadec.o | |
CC libavcodec/wmaenc.o | |
CC libavcodec/wmalosslessdec.o | |
CC libavcodec/wmaprodec.o | |
CC libavcodec/wmavoice.o | |
CC libavcodec/wmv2.o | |
CC libavcodec/wmv2dec.o | |
CC libavcodec/wmv2dsp.o | |
CC libavcodec/wmv2enc.o | |
CC libavcodec/wnv1.o | |
CC libavcodec/wrapped_avframe.o | |
CC libavcodec/ws-snd1.o | |
CC libavcodec/xan.o | |
CC libavcodec/xbmdec.o | |
CC libavcodec/xbmenc.o | |
CC libavcodec/xface.o | |
CC libavcodec/xfacedec.o | |
CC libavcodec/xfaceenc.o | |
CC libavcodec/xiph.o | |
CC libavcodec/xl.o | |
CC libavcodec/xsubdec.o | |
CC libavcodec/xsubenc.o | |
CC libavcodec/xvididct.o | |
CC libavcodec/xwddec.o | |
CC libavcodec/xwdenc.o | |
CC libavcodec/xxan.o | |
CC libavcodec/y41pdec.o | |
CC libavcodec/y41penc.o | |
CC libavcodec/yop.o | |
CC libavcodec/yuv4dec.o | |
CC libavcodec/yuv4enc.o | |
CC libavcodec/zerocodec.o | |
CC libavcodec/zmbv.o | |
CC libavcodec/zmbvenc.o | |
AR libpostproc/libpostproc.a | |
CC libswresample/arm/audio_convert_init.o | |
AS libswresample/arm/audio_convert_neon.o | |
CC libswresample/audioconvert.o | |
CC libswresample/dither.o | |
CC libswresample/options.o | |
CC libswresample/rematrix.o | |
CC libswresample/resample.o | |
CC libswresample/resample_dsp.o | |
CC libswresample/swresample.o | |
CC libswresample/swresample_frame.o | |
CC libswscale/alphablend.o | |
CC libswscale/arm/swscale_unscaled.o | |
AS libswscale/arm/yuv2rgb_neon.o | |
CC libswscale/gamma.o | |
CC libswscale/hscale.o | |
CC libswscale/hscale_fast_bilinear.o | |
CC libswscale/input.o | |
CC libswscale/options.o | |
src/libswscale/input.c:929:13: warning: 'planar_rgb9le_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, le, 0) \ | |
^ | |
src/libswscale/input.c:944:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(9) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb9be_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, be, 1) | |
^ | |
src/libswscale/input.c:944:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(9) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb10le_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, le, 0) \ | |
^ | |
src/libswscale/input.c:945:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(10) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb10be_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, be, 1) | |
^ | |
src/libswscale/input.c:945:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(10) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb12le_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, le, 0) \ | |
^ | |
src/libswscale/input.c:946:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(12) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb12be_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, be, 1) | |
^ | |
src/libswscale/input.c:946:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(12) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb14le_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, le, 0) \ | |
^ | |
src/libswscale/input.c:947:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(14) | |
^ | |
src/libswscale/input.c:929:13: warning: 'planar_rgb14be_to_a' defined but not used [-Wunused-function] | |
static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | |
^ | |
src/libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' | |
rgb9plus_planar_funcs_endian(nbits, be, 1) | |
^ | |
src/libswscale/input.c:947:1: note: in expansion of macro 'rgb9plus_planar_funcs' | |
rgb9plus_planar_funcs(14) | |
^ | |
CC libswscale/output.o | |
CC libswscale/rgb2rgb.o | |
CC libswscale/slice.o | |
src/libswscale/slice.c: In function 'ff_init_slice_from_src': | |
src/libswscale/slice.c:178:56: warning: assignment discards 'const' qualifier from pointer target type | |
s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i]; | |
^ | |
src/libswscale/slice.c:184:37: warning: assignment discards 'const' qualifier from pointer target type | |
s->plane[i].line[j] = src_[i] + j * stride[i]; | |
^ | |
CC libswscale/swscale.o | |
CC libswscale/swscale_unscaled.o | |
CC libswscale/utils.o | |
CC libswscale/vscale.o | |
CC libswscale/yuv2rgb.o | |
CC libavutil/adler32.o | |
CC libavutil/aes.o | |
CC libavutil/aes_ctr.o | |
CC libavutil/arm/cpu.o | |
CC libavutil/arm/float_dsp_init_arm.o | |
CC libavutil/arm/float_dsp_init_neon.o | |
CC libavutil/arm/float_dsp_init_vfp.o | |
AS libavutil/arm/float_dsp_neon.o | |
AS libavutil/arm/float_dsp_vfp.o | |
CC libavutil/audio_fifo.o | |
CC libavutil/avstring.o | |
CC libavutil/base64.o | |
CC libavutil/blowfish.o | |
CC libavutil/bprint.o | |
CC libavutil/buffer.o | |
CC libavutil/camellia.o | |
CC libavutil/cast5.o | |
CC libavutil/channel_layout.o | |
CC libavutil/color_utils.o | |
CC libavutil/cpu.o | |
CC libavutil/crc.o | |
CC libavutil/des.o | |
CC libavutil/dict.o | |
CC libavutil/display.o | |
CC libavutil/downmix_info.o | |
CC libavutil/error.o | |
CC libavutil/eval.o | |
CC libavutil/fifo.o | |
CC libavutil/file.o | |
CC libavutil/file_open.o | |
CC libavutil/fixed_dsp.o | |
CC libavutil/float_dsp.o | |
CC libavutil/frame.o | |
CC libavutil/hash.o | |
CC libavutil/hmac.o | |
CC libavutil/imgutils.o | |
CC libavutil/integer.o | |
CC libavutil/intmath.o | |
CC libavutil/lfg.o | |
CC libavutil/lls.o | |
CC libavutil/log.o | |
CC libavutil/log2_tab.o | |
CC libavutil/lzo.o | |
CC libavutil/mastering_display_metadata.o | |
CC libavutil/mathematics.o | |
CC libavutil/md5.o | |
CC libavutil/mem.o | |
CC libavutil/murmur3.o | |
CC libavutil/opt.o | |
CC libavutil/parseutils.o | |
CC libavutil/pixdesc.o | |
CC libavutil/pixelutils.o | |
CC libavutil/random_seed.o | |
CC libavutil/rational.o | |
CC libavutil/rc4.o | |
CC libavutil/reverse.o | |
CC libavutil/ripemd.o | |
CC libavutil/samplefmt.o | |
CC libavutil/sha.o | |
CC libavutil/sha512.o | |
CC libavutil/stereo3d.o | |
CC libavutil/tea.o | |
CC libavutil/threadmessage.o | |
CC libavutil/time.o | |
CC libavutil/timecode.o | |
CC libavutil/tree.o | |
CC libavutil/twofish.o | |
CC libavutil/utils.o | |
CC libavutil/xga_font_data.o | |
CC libavutil/xtea.o | |
INSTALL libavdevice/libavdevice.a | |
INSTALL libavfilter/libavfilter.a | |
INSTALL libavformat/libavformat.a | |
INSTALL libpostproc/libpostproc.a | |
AR libavcodec/libavcodec.a | |
AR libswresample/libswresample.a | |
AR libswscale/libswscale.a | |
INSTALL libswresample/libswresample.a | |
INSTALL libswscale/libswscale.a | |
INSTALL libavcodec/libavcodec.a | |
AR libavutil/libavutil.a | |
LD ffmpeg_g | |
LD ffprobe_g | |
LD ffserver_g | |
INSTALL libavutil/libavutil.a | |
CP ffserver | |
STRIP ffserver | |
CP ffprobe | |
CP ffmpeg | |
STRIP ffprobe | |
STRIP ffmpeg | |
INSTALL install-progs-yes | |
INSTALL ffmpeg | |
INSTALL ffprobe | |
INSTALL ffserver | |
make: Leaving directory '/home/pi/mpv-build/ffmpeg_build' | |
Using mpv options: | |
Setting top to : /home/pi/mpv-build/mpv | |
Setting out to : /home/pi/mpv-build/mpv/build | |
Checking for waf version in 1.8.4-1.9.0 : ok | |
Checking for program 'cc' : /usr/bin/cc | |
Checking for program 'pkg-config' : /usr/bin/pkg-config | |
Checking for program 'ar' : /usr/bin/ar | |
Checking for program 'perl' : /usr/bin/perl | |
Checking for program 'rst2html' : not found | |
Checking for program 'rst2man' : not found | |
Checking for program 'rst2pdf' : not found | |
Checking for program 'windres' : not found | |
Checking for 'gcc' (C compiler) : /usr/bin/cc | |
Detected target OS: : os-linux | |
Checking for compiler flags -Werror=implicit-function-declaration : yes | |
Checking for compiler flags -Wno-error=deprecated-declarations : yes | |
Checking for compiler flags -Wno-error=unused-function : yes | |
Checking for compiler flags -Wempty-body : yes | |
Checking for compiler flags -Wdisabled-optimization : yes | |
Checking for compiler flags -Wstrict-prototypes : yes | |
Checking for compiler flags -Wno-format-zero-length : yes | |
Checking for compiler flags -Werror=format-security : yes | |
Checking for compiler flags -Wno-redundant-decls : yes | |
Checking for GPL3 license : disabled | |
Checking for mpv CLI player : yes | |
Checking for shared library : disabled | |
Checking for static library : disabled | |
Checking for static build : disabled | |
Checking for whether to include binary compile time : yes | |
Checking for whether to optimize : yes | |
Checking for whether to compile-in debugging information : yes | |
Checking for manpage generation : no (missing RST2MAN) | |
Checking for html manual generation : disabled | |
Checking for pdf manual generation : disabled | |
Checking for dynamic loader : yes | |
Checking for dlopen : yes | |
Checking for compilation of default filters for vf_dlopen : disabled | |
Checking for zsh completion : disabled | |
Checking for inline assembly (currently without effect) : yes | |
Checking for test suite (using cmocka) : disabled | |
Checking for generate a clang compilation database : disabled | |
Checking for compiler support for noexecstack : yes | |
Checking for linker support for --nxcompat --no-seh --dynamicbase : no | |
Checking for -lm : yes | |
Checking for MinGW : os-win32 not found | |
Checking for POSIX environment : yes | |
Checking for development environment : yes | |
Checking for win32 : not found any of os-win32, os-cygwin | |
Checking for internal pthread wrapper for win32 (Vista+) : win32 not found | |
Checking for POSIX threads : yes | |
Checking for stdatomic.h : yes | |
Checking for compiler support for __atomic built-ins : stdatomic found | |
Checking for compiler support for __sync built-ins : stdatomic found | |
Checking for compiler support for usable thread synchronization built-ins : yes | |
Checking for C11 TLS support : yes | |
Checking for linking with -lrt : yes | |
Checking for iconv : yes | |
Checking for w32/dos paths : not found any of os-win32, os-cygwin | |
Checking for termios : yes | |
Checking for shm : yes | |
Checking for nanosleep : yes | |
Checking for POSIX spawnp()/kill() : yes | |
Checking for posix_spawnp() or MinGW : yes | |
Checking for glob() : yes | |
Checking for glob() win32 replacement : not found any of os-win32, os-cygwin | |
Checking for fchmod() : yes | |
Checking for vt.h : yes | |
Checking for gbm.h : no | |
Checking for GLIBC API for setting thread name : yes | |
Checking for OSX API for setting thread name : glibc-thread-name found | |
Checking for BSD API for setting thread name : glibc-thread-name found | |
Checking for NetBSD API for setting thread name : glibc-thread-name found | |
Checking for BSD's fstatfs() : no | |
Checking for Linux's fstatfs() : yes | |
Checking for Samba support : no ('smbclient' not found) | |
Checking for Lua : no ('luajit >= 2.0.0' not found) | |
Checking for SSA/ASS support : yes | |
Checking for libass OSD support : yes | |
Checking for dummy OSD support : libass-osd found | |
Checking for zlib : yes | |
Checking for Encoding : disabled | |
Checking for Bluray support : no ('libbluray >= 0.3.0' not found) | |
Checking for dvdread support : no ('dvdread >= 4.1.0' not found) | |
Checking for dvdnav support : dvdread not found | |
Checking for cdda support (libcdio) : no ('libcdio_paranoia' not found) | |
Checking for ENCA support : no | |
Checking for libguess support : no ('libguess >= 1.0' not found) | |
Checking for uchardet support : no ('uchardet' not found) | |
Checking for librubberband support : no ('rubberband >= 1.8.0' not found) | |
Checking for LCMS2 support : no ('lcms2 >= 2.6' not found) | |
Checking for VapourSynth filter bridge (Python) : no ('vapoursynth >= 24 vapoursynth-script >= 23' not found) | |
Checking for VapourSynth filter bridge (Lazy Lua) : lua not found | |
Checking for VapourSynth filter bridge (core) : not found any of vapoursynth-lazy, vapoursynth | |
Checking for libarchive wrapper for reading zip files and more : disabled | |
Checking for SDL2 : disabled | |
Checking for SDL (1.x) : disabled | |
Checking for OSS (implementation from opensound.com) : no | |
Checking for OSS (platform-specific OSS implementation) : yes | |
Checking for OSS (emulation on top of SunAudio) : oss-audio-native found | |
Checking for OSS audio output : yes | |
Checking for RSound audio output : no | |
Checking for sndio audio input/output : disabled | |
Checking for PulseAudio audio output : no ('libpulse >= 1.0' not found) | |
Checking for JACK audio output : no ('jack' not found) | |
Checking for OpenAL audio output : disabled | |
Checking for OpenSL ES audio output : no | |
Checking for ALSA audio output : no ('alsa >= 1.0.18' not found) | |
Checking for CoreAudio audio output : no | |
Checking for WASAPI audio output : win32 not found | |
Checking for Cocoa : no | |
Checking for DRM : no ('libdrm' not found) | |
Checking for GBM : gbm.h not found | |
Checking for Wayland : no ('wayland-client >= 1.6.0 wayland-cursor >= 1.6.0 xkbcommon >= 0.3.0' not found) | |
Checking for X11 : no ('x11' not found) | |
Checking for Xss screensaver extensions : x11 not found | |
Checking for X extensions : x11 not found | |
Checking for Xv video output : x11 not found | |
Checking for Xinerama : x11 not found | |
Checking for Xrandr : x11 not found | |
Checking for OpenGL Cocoa Backend : cocoa not found | |
Checking for OpenGL X11 Backend : x11 not found | |
Checking for OpenGL X11 EGL Backend : x11 not found | |
Checking for OpenGL DRM EGL Backend : gbm, drm not found | |
Checking for OpenGL Wayland Backend : wayland not found | |
Checking for OpenGL Win32 Backend : win32 not found | |
Checking for OpenGL/DirectX Interop Backend : gl-win32 not found | |
Checking for OpenGL Win32 ANGLE Backend : not found any of os-win32, os-cygwin | |
Checking for VDPAU acceleration : x11 not found | |
Checking for VDPAU with OpenGL/X11 : gl-x11, vdpau not found | |
Checking for VAAPI acceleration : not found any of x11, egl-drm, wayland | |
Checking for VAAPI (X11 support) : x11, vaapi not found | |
Checking for VAAPI (Wayland support) : gl-wayland, vaapi not found | |
Checking for VAAPI (DRM/EGL support) : vaapi, egl-drm not found | |
Checking for VAAPI GLX : gl-x11, vaapi-x11 not found | |
Checking for VAAPI EGL on X11 : vaapi-x11, egl-x11 not found | |
Checking for VAAPI EGL : not found any of vaapi-wayland, vaapi-x-egl | |
Checking for CACA : no ('caca >= 0.99.beta18' not found) | |
Checking for JPEG support : no | |
Checking for Direct3D support : win32 not found | |
Checking for Android support : no | |
Checking for Raspberry Pi support : no | |
Checking for Desktop standard OpengGL support : no | |
Checking for Android OpenGL ES support : android not found | |
Checking for Any OpenGL (ES) support : not found any of cocoa, standard-gl, android-gl | |
Checking for OpenGL without platform-specific code (e.g. for libmpv) : not found any of libmpv-shared, libmpv-static | |
Checking for OpenGL video outputs : not found any of egl-x11, gl-win32, plain-gl, gl-wayland, gl-cocoa, rpi, gl-x11, egl-drm | |
Checking for EGL helper functions : not found any of egl-x11 | |
Checking for libav/ffmpeg : yes | |
Checking for libswresample : yes | |
Checking for libavresample : libswresample found | |
Checking for usable resampler found : yes | |
Checking for libavfilter : yes | |
Checking for libavdevice : yes | |
Checking for libavcodec avcodec_enum_to_chroma_pos API : yes | |
Checking for libavutil AVFrame metadata : yes | |
Checking for libavutil AVFrame skip samples metadata : yes | |
Checking for libavutil AV_PIX_FMT_MMAL : yes | |
Checking for libavtuil av_version_info() : yes | |
Checking for libavutil new pixdesc fields : yes | |
Checking for libavcodec 64 bit AVPacket.duration : yes | |
Checking for libavcodec AVSubtitleRect AVPicture removal : yes | |
Checking for libavcodec avcodec_profile_name() : yes | |
Checking for libavcodec decode/encode API : no | |
Checking for libavcodec AVCodecParameters API : no | |
Checking for libavcodec VAAPI hwaccel : vaapi not found | |
Checking for libavcodec videotoolbox hwaccel : no | |
Checking for Videotoolbox with OpenGL : videotoolbox-hwaccel, gl-cocoa not found | |
Checking for libavcodec VDPAU hwaccel : vdpau not found | |
Checking for libavcodec DXVA2 hwaccel : win32 not found | |
Checking for libavcodec D3D11VA hwaccel : win32 not found | |
Checking for Direct3D hwaccel : not found any of d3d11va-hwaccel, dxva2-hwaccel | |
Checking for GCC SSE4 intrinsics for GPU memcpy : not found any of vaapi-hwaccel, d3d-hwaccel | |
Checking for TV interface : yes | |
Checking for videoio.h : no | |
Checking for videodev2.h : yes | |
Checking for Video4Linux2 TV interface : yes | |
Checking for libv4l2 support : no ('libv4l2' not found) | |
Checking for audio input support : yes | |
Checking for DVB input module : yes | |
Checking for w32 executable : not found any of os-win32, os-cygwin | |
Checking for Apple Remote support : cocoa not found | |
Writing configuration header: : config.h | |
'configure' finished successfully (51.327s) | |
Waf: Entering directory `/home/pi/mpv-build/mpv/build' | |
[ 1/185] Compiling version.sh | |
[ 2/185] Compiling TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns | |
[ 3/185] Compiling video/out/x11_icon.bin | |
[ 4/185] Compiling etc/input.conf | |
[ 5/185] Compiling sub/osd_font.otf | |
[ 6/185] Compiling video/out/opengl/nnedi3_weights.bin | |
[ 7/185] Compiling player/lua/defaults.lua | |
[ 8/185] Compiling player/lua/assdraw.lua | |
[ 9/185] Compiling player/lua/options.lua | |
[ 10/185] Compiling player/lua/osc.lua | |
[ 11/185] Compiling player/lua/ytdl_hook.lua | |
[ 12/185] Processing ebml_types.h: demux/ebml.c demux/demux_mkv.c -> build/ebml_types.h | |
[ 13/185] Compiling demux/ebml.c | |
[ 14/185] Compiling stream/rar.c | |
[ 15/185] Compiling player/configfiles.c | |
[ 16/185] Compiling video/csputils.c | |
[ 17/185] Compiling video/filter/vf_noformat.c | |
[ 18/185] Compiling sub/sd_lavc.c | |
[ 19/185] Compiling input/ipc.c | |
[ 20/185] Compiling audio/filter/af_format.c | |
[ 21/185] Compiling demux/demux_edl.c | |
[ 22/185] Compiling audio/out/ao_pcm.c | |
[ 23/185] Compiling audio/mixer.c | |
[ 24/185] Compiling audio/out/pull.c | |
[ 25/185] Compiling video/out/vo.c | |
[ 26/185] Compiling osdep/timer-linux.c | |
[ 27/185] Compiling stream/cache_file.c | |
[ 28/185] Compiling video/decode/vd_lavc.c | |
[ 29/185] Compiling options/parse_commandline.c | |
[ 30/185] Compiling stream/stream_memory.c | |
[ 31/185] Compiling video/out/bitmap_packer.c | |
[ 32/185] Compiling input/event.c | |
[ 33/185] Compiling player/main.c | |
[ 34/185] Compiling stream/tv.c | |
[ 35/185] Compiling common/av_common.c | |
[ 36/185] Compiling video/out/aspect.c | |
[ 37/185] Compiling player/sub.c | |
[ 38/185] Compiling player/video.c | |
[ 39/185] Compiling common/tags.c | |
[ 40/185] Compiling audio/decode/ad_spdif.c | |
[ 41/185] Compiling video/filter/vf_pullup.c | |
[ 42/185] Compiling osdep/semaphore_osx.c | |
[ 43/185] Compiling ta/ta_utils.c | |
[ 44/185] Compiling stream/stream_lavf.c | |
[ 45/185] Compiling demux/timeline.c | |
[ 46/185] Compiling stream/stream_dvb.c | |
[ 48/185] Compiling player/scripting.c | |
[ 48/185] Compiling stream/frequencies.c | |
[ 49/185] Compiling options/path.c | |
[ 50/185] Compiling osdep/terminal-unix.c | |
[ 51/185] Compiling video/filter/vf_stereo3d.c | |
[ 52/185] Compiling stream/stream_mf.c | |
[ 53/185] Compiling options/options.c | |
[ 54/185] Compiling demux/demux_cue.c | |
[ 55/185] Compiling video/filter/vf_gradfun.c | |
[ 56/185] Compiling options/m_property.c | |
[ 57/185] Compiling demux/demux_timeline.c | |
[ 58/185] Compiling video/filter/vf_eq.c | |
[ 59/185] Compiling video/out/dither.c | |
[ 60/185] Compiling stream/stream_null.c | |
[ 61/185] Compiling audio/filter/af_lavrresample.c | |
[ 62/185] Compiling player/playloop.c | |
[ 63/185] Compiling video/filter/vf_flip.c | |
[ 64/185] Compiling player/external_files.c | |
[ 65/185] Compiling demux/demux_null.c | |
[ 66/185] Compiling osdep/io.c | |
[ 67/185] Compiling audio/audio_buffer.c | |
[ 68/185] Compiling demux/packet.c | |
[ 69/185] Compiling sub/osd_libass.c | |
[ 70/185] Compiling audio/decode/dec_audio.c | |
[ 71/185] Compiling stream/cache.c | |
[ 72/185] Compiling player/misc.c | |
[ 73/185] Compiling sub/osd.c | |
[ 74/185] Compiling video/filter/vf.c | |
[ 75/185] Compiling stream/stream_avdevice.c | |
[ 76/185] Compiling audio/out/ao_oss.c | |
[ 77/185] Compiling video/filter/vf_lavfi.c | |
[ 78/185] Compiling video/filter/vf_dsize.c | |
[ 79/185] Compiling video/fmt-conversion.c | |
[ 80/185] Compiling audio/filter/tools.c | |
[ 81/185] Compiling sub/dec_sub.c | |
[ 82/185] Compiling input/input.c | |
[ 83/185] Compiling misc/bstr.c | |
[ 84/185] Compiling ta/ta_talloc.c | |
[ 85/185] Compiling misc/dispatch.c | |
[ 86/185] Compiling player/command.c | |
[ 87/185] Compiling demux/ebml.c | |
[ 88/185] Compiling demux/codec_tags.c | |
[ 89/185] Compiling video/mp_image.c | |
[ 90/185] Compiling osdep/subprocess.c | |
[ 91/185] Compiling audio/filter/af_lavcac3enc.c | |
[ 92/185] Compiling sub/ass_mp.c | |
[ 93/185] Compiling audio/audio.c | |
[ 94/185] Compiling demux/demux_playlist.c | |
[ 95/185] Compiling audio/decode/ad_lavc.c | |
[ 96/185] Compiling demux/demux_rar.c | |
[ 97/185] Compiling audio/filter/af_scaletempo.c | |
[ 98/185] Compiling video/filter/vf_crop.c | |
[ 99/185] Compiling audio/filter/af_equalizer.c | |
[100/185] Compiling osdep/subprocess-posix.c | |
[101/185] Compiling input/cmd_list.c | |
[102/185] Compiling osdep/timer.c | |
[103/185] Compiling sub/sd_ass.c | |
[104/185] Compiling demux/demux_raw.c | |
[105/185] Compiling video/image_writer.c | |
[106/185] Compiling audio/out/ao.c | |
[107/185] Compiling osdep/threads.c | |
[108/185] Compiling demux/demux_lavf.c | |
[109/185] Compiling video/out/vo_null.c | |
[110/185] Compiling stream/stream_edl.c | |
[111/185] Compiling demux/demux_mf.c | |
[112/185] Compiling player/lavfi.c | |
[113/185] Compiling video/sws_utils.c | |
[114/185] Compiling video/filter/vf_buffer.c | |
[115/185] Compiling common/playlist.c | |
[116/185] Compiling video/filter/vf_rotate.c | |
[118/185] Compiling player/screenshot.c | |
[118/185] Compiling stream/stream_file.c | |
[119/185] Compiling osdep/main-fn-unix.c | |
[120/185] Compiling demux/demux_mkv.c | |
[121/185] Compiling video/filter/vf_format.c | |
[122/185] Compiling video/filter/vf_dlopen.c | |
[123/185] Compiling video/decode/dec_video.c | |
[124/185] Compiling audio/chmap.c | |
[125/185] Compiling video/out/vo_image.c | |
[126/185] Compiling osdep/path-unix.c | |
[127/185] Compiling audio/filter/af_channels.c | |
[128/185] Compiling player/client.c | |
[129/185] Compiling player/loadfile.c | |
[130/185] Compiling demux/demux_tv.c | |
[131/185] Compiling misc/ring.c | |
[132/185] Compiling stream/stream.c | |
[133/185] Compiling audio/filter/af_volume.c | |
[134/185] Compiling audio/filter/af_drc.c | |
[135/185] Compiling misc/rendezvous.c | |
[136/185] Compiling video/img_format.c | |
[137/185] Compiling stream/audio_in.c | |
[138/185] Compiling stream/tvi_dummy.c | |
[139/185] Compiling common/av_log.c | |
[140/185] Compiling audio/format.c | |
[141/185] Compiling audio/filter/af_delay.c | |
[142/185] Compiling input/cmd_parse.c | |
[144/185] Compiling player/audio.c | |
[144/185] Compiling video/mp_image_pool.c | |
[145/185] Compiling stream/tvi_v4l2.c | |
[146/185] Compiling video/filter/vf_expand.c | |
[147/185] Compiling audio/out/ao_null.c | |
[148/185] Compiling common/codecs.c | |
[149/185] Compiling audio/chmap_sel.c | |
[150/185] Compiling sub/draw_bmp.c | |
[151/185] Compiling audio/fmt-conversion.c | |
[152/185] Compiling video/filter/vf_sub.c | |
[153/185] Compiling input/ipc-unix.c | |
[154/185] Compiling sub/img_convert.c | |
[155/185] Compiling stream/dvb_tune.c | |
[156/185] Compiling input/keycodes.c | |
[157/185] Compiling audio/filter/af_lavfi.c | |
[158/185] Compiling misc/charset_conv.c | |
[159/185] Compiling stream/stream_rar.c | |
[160/185] Compiling player/osd.c | |
[161/185] Compiling demux/cue.c | |
[162/185] Compiling stream/cookies.c | |
[163/185] Compiling demux/demux_disc.c | |
[164/185] Compiling video/filter/vf_mirror.c | |
[165/185] Compiling audio/out/push.c | |
[166/185] Compiling options/m_option.c | |
[167/185] Compiling options/parse_configfile.c | |
[168/185] Compiling misc/json.c | |
[169/185] Compiling video/out/win_state.c | |
[170/185] Compiling stream/ai_oss.c | |
[171/185] Compiling video/filter/vf_scale.c | |
[172/185] Compiling audio/filter/af_pan.c | |
[173/185] Compiling sub/lavc_conv.c | |
[174/185] Compiling video/out/filter_kernels.c | |
[175/185] Compiling audio/filter/af.c | |
[176/185] Compiling stream/stream_tv.c | |
[177/185] Compiling ta/ta.c | |
[178/185] Compiling video/filter/vf_yadif.c | |
[179/185] Compiling options/m_config.c | |
[180/185] Compiling demux/demux.c | |
[181/185] Compiling common/common.c | |
[182/185] Compiling common/msg.c | |
[183/185] Compiling common/version.c | |
[184/185] Compiling demux/demux_mkv_timeline.c | |
[185/185] Linking build/mpv | |
Waf: Leaving directory `/home/pi/mpv-build/mpv/build' | |
'build' finished successfully (2m6.102s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/mpv-build $ mpv/build/mpv detect-renderer.mkv -vo image | |
Playing: detect-renderer.mkv | |
(+) Video --vid=1 (*) (h264) | |
(+) Subs --sid=1 (*) (ass) | |
VO: [image] 384x288 yuv420p | |
[sub/ass] fontselect: Using default font family: (Arial, 700, 0) -> /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf, 0, DejaVuSans-Bold | |
[sub/ass] [0x21bfec0]: Warning: no style named '404' found | |
[sub/ass] [0x21bfec0]: Warning: no style named '*Old' found | |
[vo/image] Saving 00000001.png | |
(Paused) V: 00:00:00 / 09:59:59 (0%) | |
Exiting... (Quit) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/mpv-build $ sudo apt-get install libharfbuzz-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
libharfbuzz-gobject0 | |
The following NEW packages will be installed: | |
libharfbuzz-dev libharfbuzz-gobject0 | |
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 871 kB of archives. | |
After this operation, 1,595 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] | |
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libharfbuzz-gobject0 armhf 0.9.35-2 [364 kB] | |
Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main libharfbuzz-dev armhf 0.9.35-2 [507 kB] | |
Fetched 871 kB in 0s (1,292 kB/s) | |
Selecting previously unselected package libharfbuzz-gobject0:armhf. | |
(Reading database ... 127569 files and directories currently installed.) | |
Preparing to unpack .../libharfbuzz-gobject0_0.9.35-2_armhf.deb ... | |
Unpacking libharfbuzz-gobject0:armhf (0.9.35-2) ... | |
Selecting previously unselected package libharfbuzz-dev. | |
Preparing to unpack .../libharfbuzz-dev_0.9.35-2_armhf.deb ... | |
Unpacking libharfbuzz-dev (0.9.35-2) ... | |
Setting up libharfbuzz-gobject0:armhf (0.9.35-2) ... | |
Setting up libharfbuzz-dev (0.9.35-2) ... | |
Processing triggers for libc-bin (2.19-18+deb8u3) ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/mpv-build $ ./build -j4 | |
Running autoreconf... | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: copying file `./ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `.' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... armv7l-unknown-linux-gnueabihf | |
checking host system type... armv7l-unknown-linux-gnueabihf | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking dependency style of gcc... gcc3 | |
checking for ANSI C header files... (cached) yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for stdint.h... (cached) yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for library containing libiconv_open... no | |
checking for library containing iconv_open... none required | |
checking for fabs in -lm... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for FREETYPE... yes | |
checking for FRIBIDI... yes | |
checking for FONTCONFIG... yes | |
checking for CORETEXT... no | |
checking for DIRECTWRITE... no | |
checking for HARFBUZZ... yes | |
checking whether make supports nested variables... (cached) yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libass/Makefile | |
config.status: creating test/Makefile | |
config.status: creating profile/Makefile | |
config.status: creating libass.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make: Entering directory '/home/pi/mpv-build/libass' | |
Making install in libass | |
make[1]: Entering directory '/home/pi/mpv-build/libass/libass' | |
CC ass.lo | |
CC ass_cache.lo | |
CC ass_font.lo | |
CC ass_fontselect.lo | |
CC ass_render.lo | |
CC ass_utils.lo | |
CC ass_bitmap.lo | |
CC ass_blur.lo | |
CC ass_library.lo | |
CC ass_drawing.lo | |
CC ass_parse.lo | |
CC ass_render_api.lo | |
CC ass_shaper.lo | |
CC ass_strtod.lo | |
CC ass_fontconfig.lo | |
CC ass_string.lo | |
CC ass_rasterizer.lo | |
CC ass_rasterizer_c.lo | |
CCLD libass.la | |
make[2]: Entering directory '/home/pi/mpv-build/libass/libass' | |
/bin/mkdir -p '/home/pi/mpv-build/build_libs/lib' | |
/bin/mkdir -p '/home/pi/mpv-build/build_libs/include/ass' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libass.la '/home/pi/mpv-build/build_libs/lib' | |
/usr/bin/install -c -m 644 ass.h ass_types.h '/home/pi/mpv-build/build_libs/include/ass' | |
libtool: install: /usr/bin/install -c .libs/libass.lai /home/pi/mpv-build/build_libs/lib/libass.la | |
libtool: install: /usr/bin/install -c .libs/libass.a /home/pi/mpv-build/build_libs/lib/libass.a | |
libtool: install: chmod 644 /home/pi/mpv-build/build_libs/lib/libass.a | |
libtool: install: ranlib /home/pi/mpv-build/build_libs/lib/libass.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/mpv-build/build_libs/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/pi/mpv-build/build_libs/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[2]: Leaving directory '/home/pi/mpv-build/libass/libass' | |
make[1]: Leaving directory '/home/pi/mpv-build/libass/libass' | |
make[1]: Entering directory '/home/pi/mpv-build/libass' | |
make[2]: Entering directory '/home/pi/mpv-build/libass' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/pi/mpv-build/build_libs/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libass.pc '/home/pi/mpv-build/build_libs/lib/pkgconfig' | |
make[2]: Leaving directory '/home/pi/mpv-build/libass' | |
make[1]: Leaving directory '/home/pi/mpv-build/libass' | |
make: Leaving directory '/home/pi/mpv-build/libass' | |
Using ffmpeg options: --enable-gpl --disable-debug --disable-doc | |
install prefix /home/pi/mpv-build/build_libs | |
source path /home/pi/mpv-build/ffmpeg | |
C compiler gcc | |
C library glibc | |
ARCH arm (armv6) | |
big-endian no | |
runtime cpu detection yes | |
ARMv5TE enabled yes | |
ARMv6 enabled yes | |
ARMv6T2 enabled yes | |
VFP enabled yes | |
NEON enabled yes | |
THUMB enabled no | |
debug symbols no | |
strip symbols yes | |
optimize for size no | |
optimizations yes | |
static yes | |
shared no | |
postprocessing support yes | |
new filter support yes | |
network support yes | |
threading support pthreads | |
safe bitstream reader yes | |
SDL support no | |
opencl enabled no | |
texi2html enabled no | |
perl enabled yes | |
pod2man enabled yes | |
makeinfo enabled no | |
makeinfo supports HTML no | |
Enabled programs: | |
ffmpeg ffprobe ffserver | |
External libraries: | |
iconv zlib | |
Enabled decoders: | |
aac adpcm_swf brender_pix eatgv idcin mp3on4 pcm_s16be ra_144 svq3 vp6a | |
aac_fixed adpcm_thp c93 eatqi idf mp3on4float pcm_s16be_planar ra_288 tak vp6f | |
aac_latm adpcm_thp_le cavs eightbps iff_ilbm mpc7 pcm_s16le ralf targa vp7 | |
aasc adpcm_vima ccaption eightsvx_exp imc mpc8 pcm_s16le_planar rawvideo targa_y216 vp8 | |
ac3 adpcm_xa cdgraphics eightsvx_fib indeo2 mpeg1video pcm_s24be realtext tdsc vp9 | |
ac3_fixed adpcm_yamaha cdxl escape124 indeo3 mpeg2video pcm_s24daud rl2 text vplayer | |
adpcm_4xm aic cfhd escape130 indeo4 mpeg4 pcm_s24le roq theora vqa | |
adpcm_adx alac cinepak evrc indeo5 mpegvideo pcm_s24le_planar roq_dpcm thp wavpack | |
adpcm_afc alias_pix cljr exr interplay_acm mpl2 pcm_s32be rpza tiertexseqvideo webp | |
adpcm_aica als cllc ffv1 interplay_dpcm msa1 pcm_s32le rscc tiff webvtt | |
adpcm_ct amrnb comfortnoise ffvhuff interplay_video msmpeg4v1 pcm_s32le_planar rv10 tmv wmalossless | |
adpcm_dtk amrwb cook ffwavesynth jacosub msmpeg4v2 pcm_s8 rv20 truehd wmapro | |
adpcm_ea amv cpia fic jpeg2000 msmpeg4v3 pcm_s8_planar rv30 truemotion1 wmav1 | |
adpcm_ea_maxis_xa anm cscd flac jpegls msrle pcm_u16be rv40 truemotion2 wmav2 | |
adpcm_ea_r1 ansi cyuv flashsv jv mss1 pcm_u16le s302m truespeech wmavoice | |
adpcm_ea_r2 ape dca flashsv2 kgv1 mss2 pcm_u24be sami tscc wmv1 | |
adpcm_ea_r3 apng dds flic kmvc msvideo1 pcm_u24le sanm tscc2 wmv2 | |
adpcm_ea_xas ass dfa flv lagarith mszh pcm_u32be screenpresso tta wmv3 | |
adpcm_g722 asv1 dirac fourxm loco mts2 pcm_u32le sdx2_dpcm twinvq wmv3image | |
adpcm_g726 asv2 dnxhd fraps mace3 mvc1 pcm_u8 sgi txd wnv1 | |
adpcm_g726le atrac1 dpx frwu mace6 mvc2 pcm_zork sgirle ulti ws_snd1 | |
adpcm_ima_amv atrac3 dsd_lsbf g2m mdec mxpeg pcx shorten utvideo xan_dpcm | |
adpcm_ima_apc atrac3p dsd_lsbf_planar g723_1 metasound nellymoser pgm sipr v210 xan_wc3 | |
adpcm_ima_dk3 aura dsd_msbf g729 microdvd nuv pgmyuv smackaud v210x xan_wc4 | |
adpcm_ima_dk4 aura2 dsd_msbf_planar gif mimic on2avc pgssub smacker v308 xbin | |
adpcm_ima_ea_eacs avrn dsicinaudio gsm mjpeg opus pictor smc v408 xbm | |
adpcm_ima_ea_sead avrp dsicinvideo gsm_ms mjpegb paf_audio pjs smvjpeg v410 xface | |
adpcm_ima_iss avs dss_sp h261 mlp paf_video png snow vb xl | |
adpcm_ima_oki avui dvaudio h263 mmvideo pam ppm sol_dpcm vble xma1 | |
adpcm_ima_qt ayuv dvbsub h263i motionpixels pbm prores sonic vc1 xma2 | |
adpcm_ima_rad bethsoftvid dvdsub h263p movtext pcm_alaw prores_lgpl sp5x vc1image xsub | |
adpcm_ima_smjpeg bfi dvvideo h264 mp1 pcm_bluray ptx srt vcr1 xwd | |
adpcm_ima_wav bink dxa hap mp1float pcm_dvd qcelp ssa vmdaudio y41p | |
adpcm_ima_ws binkaudio_dct dxtory hevc mp2 pcm_f32be qdm2 stl vmdvideo yop | |
adpcm_ms binkaudio_rdft dxv hnm4_video mp2float pcm_f32le qdraw subrip vmnc yuv4 | |
adpcm_psx bintext eac3 hq_hqa mp3 pcm_f64be qpeg subviewer vorbis zero12v | |
adpcm_sbpro_2 bmp eacmv hqx mp3adu pcm_f64le qtrle subviewer1 vp3 zerocodec | |
adpcm_sbpro_3 bmv_audio eamad huffyuv mp3adufloat pcm_lxf r10k sunrast vp5 zlib | |
adpcm_sbpro_4 bmv_video eatgq iac mp3float pcm_mulaw r210 svq1 vp6 zmbv | |
Enabled encoders: | |
a64multi amv dpx h263 msmpeg4v3 pcm_s16le_planar pcm_u32be ra_144 sunrast webvtt | |
a64multi5 apng dvbsub h263p msvideo1 pcm_s24be pcm_u32le rawvideo svq1 wmav1 | |
aac ass dvdsub huffyuv nellymoser pcm_s24daud pcm_u8 roq targa wmav2 | |
ac3 asv1 dvvideo jpeg2000 pam pcm_s24le pcx roq_dpcm text wmv1 | |
ac3_fixed asv2 eac3 jpegls pbm pcm_s24le_planar pgm rv10 tiff wmv2 | |
adpcm_adx avrp ffv1 ljpeg pcm_alaw pcm_s32be pgmyuv rv20 tta wrapped_avframe | |
adpcm_g722 avui ffvhuff mjpeg pcm_f32be pcm_s32le png s302m utvideo xbm | |
adpcm_g726 ayuv flac movtext pcm_f32le pcm_s32le_planar ppm sgi v210 xface | |
adpcm_ima_qt bmp flashsv mp2 pcm_f64be pcm_s8 prores snow v308 xsub | |
adpcm_ima_wav cinepak flashsv2 mp2fixed pcm_f64le pcm_s8_planar prores_aw sonic v408 xwd | |
adpcm_ms cljr flv mpeg1video pcm_mulaw pcm_u16be prores_ks sonic_ls v410 y41p | |
adpcm_swf comfortnoise g723_1 mpeg2video pcm_s16be pcm_u16le qtrle srt vc2 yuv4 | |
adpcm_yamaha dca gif mpeg4 pcm_s16be_planar pcm_u24be r10k ssa vorbis zlib | |
alac dnxhd h261 msmpeg4v2 pcm_s16le pcm_u24le r210 subrip wavpack zmbv | |
alias_pix | |
Enabled hwaccels: | |
Enabled parsers: | |
aac bmp dirac dvbsub g729 h264 mpeg4video png tak vp3 | |
aac_latm cavsvideo dnxhd dvd_nav gsm hevc mpegaudio pnm vc1 vp8 | |
ac3 cook dpx dvdsub h261 mjpeg mpegvideo rv30 vorbis vp9 | |
adx dca dvaudio flac h263 mlp opus rv40 | |
Enabled demuxers: | |
aa bethsoftvid dtshd h264 image_webp_pipe mov paf qcp sol vc1t | |
aac bfi dv hevc ingenient mp3 pcm_alaw r3d sox vivo | |
ac3 bfstm dvbsub hls ipmovie mpc pcm_f32be rawvideo spdif vmd | |
acm bink dxa hnm ircam mpc8 pcm_f32le realtext srt vobsub | |
act bintext ea ico iss mpegps pcm_f64be redspark stl voc | |
adf bit ea_cdata idcin iv8 mpegts pcm_f64le rl2 str vpk | |
adp bmv eac3 idf ivf mpegtsraw pcm_mulaw rm subviewer vplayer | |
ads boa epaf iff ivr mpegvideo pcm_s16be roq subviewer1 vqf | |
adx brstm ffm ilbc jacosub mpjpeg pcm_s16le rpl sup w64 | |
aea c93 ffmetadata image2 jv mpl2 pcm_s24be rsd svag wav | |
afc caf filmstrip image2_alias_pix live_flv mpsub pcm_s24le rso swf wc3 | |
aiff cavsvideo flac image2_brender_pix lmlm4 msf pcm_s32be rtp tak webm_dash_manifest | |
amr cdg flic image2pipe loas msnwc_tcp pcm_s32le rtsp tedcaptions webvtt | |
anm cdxl flv image_bmp_pipe lrc mtv pcm_s8 sami thp wsaud | |
apc cine fourxm image_dds_pipe lvf mv pcm_u16be sap threedostr wsvqa | |
ape concat frm image_dpx_pipe lxf mvi pcm_u16le sbg tiertexseq wtv | |
apng data fsb image_exr_pipe m4v mxf pcm_u24be sdp tmv wv | |
aqtitle daud g722 image_j2k_pipe matroska mxg pcm_u24le sdr2 truehd wve | |
asf dcstr g723_1 image_jpeg_pipe mgsts nc pcm_u32be segafilm tta xa | |
asf_o dfa g729 image_jpegls_pipe microdvd nistsphere pcm_u32le shorten tty xbin | |
ass dirac genh image_pictor_pipe mjpeg nsv pcm_u8 siff txd xmv | |
ast dnxhd gif image_png_pipe mlp nut pjs sln v210 xvag | |
au dsf gsm image_qdraw_pipe mlv nuv pmp smacker v210x xwma | |
avi dsicin gxf image_sgi_pipe mm ogg pva smjpeg vag yop | |
avr dss h261 image_sunrast_pipe mmf oma pvf smush vc1 yuv4mpegpipe | |
avs dts h263 image_tiff_pipe | |
Enabled muxers: | |
a64 caf flac ilbc microdvd mpeg2video pcm_f32be pcm_u24be segment uncodedframecrc | |
ac3 cavsvideo flv image2 mjpeg mpeg2vob pcm_f32le pcm_u24le singlejpeg vc1 | |
adts crc framecrc image2pipe mkvtimestamp_v2 mpegts pcm_f64be pcm_u32be smjpeg vc1t | |
adx dash framemd5 ipod mlp mpjpeg pcm_f64le pcm_u32le smoothstreaming voc | |
aiff data g722 ircam mmf mxf pcm_mulaw pcm_u8 sox w64 | |
amr daud g723_1 ismv mov mxf_d10 pcm_s16be psp spdif wav | |
apng dirac gif ivf mp2 mxf_opatom pcm_s16le rawvideo spx webm | |
asf dnxhd gxf jacosub mp3 null pcm_s24be rm srt webm_chunk | |
asf_stream dts h261 latm mp4 nut pcm_s24le roq stream_segment webm_dash_manifest | |
ass dv h263 lrc mpeg1system oga pcm_s32be rso swf webp | |
ast eac3 h264 m4v mpeg1vcd ogg pcm_s32le rtp tee webvtt | |
au f4v hds matroska mpeg1video oma pcm_s8 rtp_mpegts tg2 wtv | |
avi ffm hevc matroska_audio mpeg2dvd opus pcm_u16be rtsp tgp wv | |
avm2 ffmetadata hls md5 mpeg2svcd pcm_alaw pcm_u16le sap truehd yuv4mpegpipe | |
bit filmstrip ico | |
Enabled protocols: | |
async crypto file hls icecast mmst rtmpt srtp tcp udplite | |
cache data ftp http md5 pipe rtp subfile udp unix | |
concat ffrtmphttp gopher httpproxy mmsh rtmp | |
Enabled filters: | |
acompressor anull bandpass copy equalizer hqdn3d mptestsrc removegrain showvolume tblend | |
acrossfade anullsink bandreject cover_rect erosion hqx negate removelogo showwaves telecine | |
adelay anullsrc bass crop extractplanes hstack nnedi repeatfields showwavespic testsrc | |
adrawgraph apad bbox cropdetect extrastereo hue noformat replaygain shuffleframes testsrc2 | |
aecho aperms biquad curves fade idet noise reverse shuffleplanes thumbnail | |
aemphasis aphasemeter blackdetect dcshift fftfilt il null rgbtestsrc sidechaincompress tile | |
aeval aphaser blackframe dctdnoiz field inflate nullsink rotate sidechaingate tinterlace | |
aevalsrc apulsator blend deband fieldmatch interlace nullsrc sab signalstats transpose | |
afade arealtime boxblur decimate fieldorder interleave overlay scale silencedetect treble | |
afftfilt aresample cellauto deflate find_rect join owdenoise scale2ref silenceremove tremolo | |
aformat areverse channelmap dejudder flanger kerndeint pad select sine trim | |
agate aselect channelsplit delogo format lenscorrection palettegen selectivecolor smartblur unsharp | |
ahistogram asendcmd chorus deshake fps life paletteuse sendcmd smptebars uspp | |
ainterleave asetnsamples chromakey detelecine framepack lowpass pan separatefields smptehdbars vectorscope | |
alimiter asetpts codecview dilation framerate lut perms setdar spectrumsynth vflip | |
allpass asetrate color displace framestep lut3d perspective setfield split vibrato | |
allrgb asettb colorbalance drawbox fspp lutrgb phase setpts spp vignette | |
allyuv ashowinfo colorchannelmixer drawgraph geq lutyuv pixdesctest setsar ssim volume | |
alphaextract asplit colorkey drawgrid gradfun mandelbrot pp settb stereo3d volumedetect | |
alphamerge astats colorlevels dynaudnorm haldclut maskedmerge pp7 showcqt stereotools vstack | |
amerge astreamselect colormatrix earwax haldclutsrc mcdeint psnr showfreqs stereowiden w3fdif | |
ametadata atadenoise compand ebur128 hflip mergeplanes pullup showinfo streamselect waveform | |
amix atempo compensationdelay edgedetect highpass metadata qp showpalette super2xsai xbr | |
amovie atrim concat elbg histeq movie random showspectrum swaprect yadif | |
anequalizer avectorscope convolution eq histogram mpdecimate realtime showspectrumpic swapuv zoompan | |
anoisesrc | |
Enabled bsfs: | |
aac_adtstoasc dump_extradata hevc_mp4toannexb mjpeg2jpeg mov2textsub mp3_header_decompress mpeg4_unpack_bframes noise remove_extradata text2movsub | |
chomp h264_mp4toannexb imx_dump_header mjpega_dump_header | |
Enabled indevs: | |
dv1394 fbdev lavfi oss v4l2 | |
Enabled outdevs: | |
fbdev oss v4l2 | |
License: GPL version 2 or later | |
Creating config.mak, config.h, and doc/config.texi... | |
config.h is unchanged | |
libavutil/avconfig.h is unchanged | |
make: Entering directory '/home/pi/mpv-build/ffmpeg_build' | |
CC libavdevice/avdevice.o | |
CC libavfilter/avfilter.o | |
CC libavformat/utils.o | |
CC libavcodec/utils.o | |
CC libavcodec/vc2enc.o | |
src/libavcodec/utils.c: In function 'avcodec_encode_audio2': | |
src/libavcodec/utils.c:1810:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
if (av_dup_packet(avpkt) < 0) { | |
^ | |
src/libavcodec/utils.c: In function 'avcodec_encode_video2': | |
src/libavcodec/utils.c:1899:13: warning: 'av_dup_packet' is deprecated (declared at src/libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] | |
if (av_dup_packet(avpkt) < 0) { | |
^ | |
CC libpostproc/postprocess.o | |
CC libswresample/swresample.o | |
CC libswscale/utils.o | |
CC libavutil/utils.o | |
CC cmdutils.o | |
CC ffprobe.o | |
src/ffprobe.c: In function 'show_packet': | |
src/ffprobe.c:1770:5: warning: 'convergence_duration' is deprecated (declared at src/libavcodec/avcodec.h:1496) [-Wdeprecated-declarations] | |
print_duration_ts("convergence_duration", pkt->convergence_duration); | |
^ | |
src/ffprobe.c:1771:5: warning: 'convergence_duration' is deprecated (declared at src/libavcodec/avcodec.h:1496) [-Wdeprecated-declarations] | |
print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); | |
^ | |
src/ffprobe.c: In function 'show_stream': | |
src/ffprobe.c:2235:13: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2635) [-Wdeprecated-declarations] | |
if (dec_ctx->timecode_frame_start >= 0) { | |
^ | |
src/ffprobe.c:2237:17: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2635) [-Wdeprecated-declarations] | |
av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); | |
^ | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-360p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/doc/ffprobe.xsd | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/demuxing_decoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/muxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_dir_cmd.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filter_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/http_multiclient.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/resampling_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/metadata.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/remuxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/extract_mvs.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/decoding_encoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_reading.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/qsvdec.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcode_aac.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/scaling_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/Makefile | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/README | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-360p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-1080p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p50_60.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/presets/libvpx-720p.ffpreset | |
INSTALL home/pi/mpv-build/ffmpeg/doc/ffprobe.xsd | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/demuxing_decoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/muxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_dir_cmd.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filter_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/http_multiclient.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/resampling_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/metadata.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/remuxing.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/filtering_audio.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/extract_mvs.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/decoding_encoding.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/avio_reading.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/qsvdec.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/transcode_aac.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/scaling_video.c | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/Makefile | |
INSTALL home/pi/mpv-build/ffmpeg/doc/examples/README | |
INSTALL home/pi/mpv-build/ffmpeg/libavdevice/avdevice.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavdevice/version.h | |
INSTALL libavdevice/libavdevice.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/avfilter.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/avfiltergraph.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/buffersink.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/buffersrc.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavfilter/version.h | |
INSTALL libavfilter/libavfilter.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavformat/avformat.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavformat/avio.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavformat/version.h | |
INSTALL libavformat/libavformat.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/avcodec.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/avdct.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/avfft.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/dv_profile.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/d3d11va.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/dirac.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/dxva2.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/qsv.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vaapi.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vda.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vdpau.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/version.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/videotoolbox.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/vorbis_parser.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavcodec/xvmc.h | |
INSTALL libavcodec/libavcodec.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libpostproc/postprocess.h | |
INSTALL home/pi/mpv-build/ffmpeg/libpostproc/version.h | |
INSTALL libpostproc/libpostproc.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libswresample/swresample.h | |
INSTALL home/pi/mpv-build/ffmpeg/libswresample/version.h | |
INSTALL libswresample/libswresample.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libswscale/swscale.h | |
INSTALL home/pi/mpv-build/ffmpeg/libswscale/version.h | |
INSTALL libswscale/libswscale.pc | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/adler32.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/aes.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/aes_ctr.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/attributes.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/audio_fifo.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/avassert.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/avstring.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/avutil.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/base64.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/blowfish.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/bprint.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/bswap.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/buffer.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/cast5.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/camellia.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/channel_layout.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/common.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/cpu.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/crc.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/des.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/display.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/downmix_info.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/error.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/eval.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/fifo.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/file.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/frame.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/hash.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/hmac.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/imgutils.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/intfloat.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/intreadwrite.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/lfg.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/log.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/macros.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/mathematics.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/mastering_display_metadata.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/md5.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/mem.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/motion_vector.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/murmur3.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/dict.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/opt.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/parseutils.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/pixdesc.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/pixelutils.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/pixfmt.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/random_seed.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/rc4.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/replaygain.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/rational.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/ripemd.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/samplefmt.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/sha.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/sha512.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/stereo3d.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/threadmessage.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/time.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/timecode.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/timestamp.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/tree.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/twofish.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/version.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/xtea.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/tea.h | |
INSTALL home/pi/mpv-build/ffmpeg/libavutil/lzo.h | |
INSTALL libavutil/avconfig.h | |
INSTALL libavutil/ffversion.h | |
INSTALL libavutil/libavutil.pc | |
AR libavdevice/libavdevice.a | |
AR libavfilter/libavfilter.a | |
AR libavformat/libavformat.a | |
AR libavcodec/libavcodec.a | |
AR libswscale/libswscale.a | |
AR libswresample/libswresample.a | |
AR libavutil/libavutil.a | |
INSTALL libavdevice/libavdevice.a | |
INSTALL libavfilter/libavfilter.a | |
INSTALL libavcodec/libavcodec.a | |
INSTALL libavformat/libavformat.a | |
INSTALL libswresample/libswresample.a | |
INSTALL libswscale/libswscale.a | |
INSTALL libavutil/libavutil.a | |
AR libpostproc/libpostproc.a | |
LD ffmpeg_g | |
LD ffserver_g | |
INSTALL libpostproc/libpostproc.a | |
CP ffserver | |
STRIP ffserver | |
CP ffmpeg | |
STRIP ffmpeg | |
LD ffprobe_g | |
CP ffprobe | |
STRIP ffprobe | |
INSTALL install-progs-yes | |
INSTALL ffmpeg | |
INSTALL ffprobe | |
INSTALL ffserver | |
make: Leaving directory '/home/pi/mpv-build/ffmpeg_build' | |
Using mpv options: | |
Setting top to : /home/pi/mpv-build/mpv | |
Setting out to : /home/pi/mpv-build/mpv/build | |
Checking for waf version in 1.8.4-1.9.0 : ok | |
Checking for program 'cc' : /usr/bin/cc | |
Checking for program 'pkg-config' : /usr/bin/pkg-config | |
Checking for program 'ar' : /usr/bin/ar | |
Checking for program 'perl' : /usr/bin/perl | |
Checking for program 'rst2html' : not found | |
Checking for program 'rst2man' : not found | |
Checking for program 'rst2pdf' : not found | |
Checking for program 'windres' : not found | |
Checking for 'gcc' (C compiler) : /usr/bin/cc | |
Detected target OS: : os-linux | |
Checking for compiler flags -Werror=implicit-function-declaration : yes | |
Checking for compiler flags -Wno-error=deprecated-declarations : yes | |
Checking for compiler flags -Wno-error=unused-function : yes | |
Checking for compiler flags -Wempty-body : yes | |
Checking for compiler flags -Wdisabled-optimization : yes | |
Checking for compiler flags -Wstrict-prototypes : yes | |
Checking for compiler flags -Wno-format-zero-length : yes | |
Checking for compiler flags -Werror=format-security : yes | |
Checking for compiler flags -Wno-redundant-decls : yes | |
Checking for GPL3 license : disabled | |
Checking for mpv CLI player : yes | |
Checking for shared library : disabled | |
Checking for static library : disabled | |
Checking for static build : disabled | |
Checking for whether to include binary compile time : yes | |
Checking for whether to optimize : yes | |
Checking for whether to compile-in debugging information : yes | |
Checking for manpage generation : no (missing RST2MAN) | |
Checking for html manual generation : disabled | |
Checking for pdf manual generation : disabled | |
Checking for dynamic loader : yes | |
Checking for dlopen : yes | |
Checking for compilation of default filters for vf_dlopen : disabled | |
Checking for zsh completion : disabled | |
Checking for inline assembly (currently without effect) : yes | |
Checking for test suite (using cmocka) : disabled | |
Checking for generate a clang compilation database : disabled | |
Checking for compiler support for noexecstack : yes | |
Checking for linker support for --nxcompat --no-seh --dynamicbase : no | |
Checking for -lm : yes | |
Checking for MinGW : os-win32 not found | |
Checking for POSIX environment : yes | |
Checking for development environment : yes | |
Checking for win32 : not found any of os-win32, os-cygwin | |
Checking for internal pthread wrapper for win32 (Vista+) : win32 not found | |
Checking for POSIX threads : yes | |
Checking for stdatomic.h : yes | |
Checking for compiler support for __atomic built-ins : stdatomic found | |
Checking for compiler support for __sync built-ins : stdatomic found | |
Checking for compiler support for usable thread synchronization built-ins : yes | |
Checking for C11 TLS support : yes | |
Checking for linking with -lrt : yes | |
Checking for iconv : yes | |
Checking for w32/dos paths : not found any of os-win32, os-cygwin | |
Checking for termios : yes | |
Checking for shm : yes | |
Checking for nanosleep : yes | |
Checking for POSIX spawnp()/kill() : yes | |
Checking for posix_spawnp() or MinGW : yes | |
Checking for glob() : yes | |
Checking for glob() win32 replacement : not found any of os-win32, os-cygwin | |
Checking for fchmod() : yes | |
Checking for vt.h : yes | |
Checking for gbm.h : no | |
Checking for GLIBC API for setting thread name : yes | |
Checking for OSX API for setting thread name : glibc-thread-name found | |
Checking for BSD API for setting thread name : glibc-thread-name found | |
Checking for NetBSD API for setting thread name : glibc-thread-name found | |
Checking for BSD's fstatfs() : no | |
Checking for Linux's fstatfs() : yes | |
Checking for Samba support : no ('smbclient' not found) | |
Checking for Lua : no ('luajit >= 2.0.0' not found) | |
Checking for SSA/ASS support : yes | |
Checking for libass OSD support : yes | |
Checking for dummy OSD support : libass-osd found | |
Checking for zlib : yes | |
Checking for Encoding : disabled | |
Checking for Bluray support : no ('libbluray >= 0.3.0' not found) | |
Checking for dvdread support : no ('dvdread >= 4.1.0' not found) | |
Checking for dvdnav support : dvdread not found | |
Checking for cdda support (libcdio) : no ('libcdio_paranoia' not found) | |
Checking for ENCA support : no | |
Checking for libguess support : no ('libguess >= 1.0' not found) | |
Checking for uchardet support : no ('uchardet' not found) | |
Checking for librubberband support : no ('rubberband >= 1.8.0' not found) | |
Checking for LCMS2 support : no ('lcms2 >= 2.6' not found) | |
Checking for VapourSynth filter bridge (Python) : no ('vapoursynth >= 24 vapoursynth-script >= 23' not found) | |
Checking for VapourSynth filter bridge (Lazy Lua) : lua not found | |
Checking for VapourSynth filter bridge (core) : not found any of vapoursynth-lazy, vapoursynth | |
Checking for libarchive wrapper for reading zip files and more : disabled | |
Checking for SDL2 : disabled | |
Checking for SDL (1.x) : disabled | |
Checking for OSS (implementation from opensound.com) : no | |
Checking for OSS (platform-specific OSS implementation) : yes | |
Checking for OSS (emulation on top of SunAudio) : oss-audio-native found | |
Checking for OSS audio output : yes | |
Checking for RSound audio output : no | |
Checking for sndio audio input/output : disabled | |
Checking for PulseAudio audio output : no ('libpulse >= 1.0' not found) | |
Checking for JACK audio output : no ('jack' not found) | |
Checking for OpenAL audio output : disabled | |
Checking for OpenSL ES audio output : no | |
Checking for ALSA audio output : no ('alsa >= 1.0.18' not found) | |
Checking for CoreAudio audio output : no | |
Checking for WASAPI audio output : win32 not found | |
Checking for Cocoa : no | |
Checking for DRM : no ('libdrm' not found) | |
Checking for GBM : gbm.h not found | |
Checking for Wayland : no ('wayland-client >= 1.6.0 wayland-cursor >= 1.6.0 xkbcommon >= 0.3.0' not found) | |
Checking for X11 : no ('x11' not found) | |
Checking for Xss screensaver extensions : x11 not found | |
Checking for X extensions : x11 not found | |
Checking for Xv video output : x11 not found | |
Checking for Xinerama : x11 not found | |
Checking for Xrandr : x11 not found | |
Checking for OpenGL Cocoa Backend : cocoa not found | |
Checking for OpenGL X11 Backend : x11 not found | |
Checking for OpenGL X11 EGL Backend : x11 not found | |
Checking for OpenGL DRM EGL Backend : gbm, drm not found | |
Checking for OpenGL Wayland Backend : wayland not found | |
Checking for OpenGL Win32 Backend : win32 not found | |
Checking for OpenGL/DirectX Interop Backend : gl-win32 not found | |
Checking for OpenGL Win32 ANGLE Backend : not found any of os-win32, os-cygwin | |
Checking for VDPAU acceleration : x11 not found | |
Checking for VDPAU with OpenGL/X11 : gl-x11, vdpau not found | |
Checking for VAAPI acceleration : not found any of x11, egl-drm, wayland | |
Checking for VAAPI (X11 support) : x11, vaapi not found | |
Checking for VAAPI (Wayland support) : gl-wayland, vaapi not found | |
Checking for VAAPI (DRM/EGL support) : vaapi, egl-drm not found | |
Checking for VAAPI GLX : gl-x11, vaapi-x11 not found | |
Checking for VAAPI EGL on X11 : vaapi-x11, egl-x11 not found | |
Checking for VAAPI EGL : not found any of vaapi-wayland, vaapi-x-egl | |
Checking for CACA : no ('caca >= 0.99.beta18' not found) | |
Checking for JPEG support : no | |
Checking for Direct3D support : win32 not found | |
Checking for Android support : no | |
Checking for Raspberry Pi support : no | |
Checking for Desktop standard OpengGL support : no | |
Checking for Android OpenGL ES support : android not found | |
Checking for Any OpenGL (ES) support : not found any of cocoa, standard-gl, android-gl | |
Checking for OpenGL without platform-specific code (e.g. for libmpv) : not found any of libmpv-shared, libmpv-static | |
Checking for OpenGL video outputs : not found any of egl-x11, gl-win32, plain-gl, gl-wayland, gl-cocoa, rpi, gl-x11, egl-drm | |
Checking for EGL helper functions : not found any of egl-x11 | |
Checking for libav/ffmpeg : yes | |
Checking for libswresample : yes | |
Checking for libavresample : libswresample found | |
Checking for usable resampler found : yes | |
Checking for libavfilter : yes | |
Checking for libavdevice : yes | |
Checking for libavcodec avcodec_enum_to_chroma_pos API : yes | |
Checking for libavutil AVFrame metadata : yes | |
Checking for libavutil AVFrame skip samples metadata : yes | |
Checking for libavutil AV_PIX_FMT_MMAL : yes | |
Checking for libavtuil av_version_info() : yes | |
Checking for libavutil new pixdesc fields : yes | |
Checking for libavcodec 64 bit AVPacket.duration : yes | |
Checking for libavcodec AVSubtitleRect AVPicture removal : yes | |
Checking for libavcodec avcodec_profile_name() : yes | |
Checking for libavcodec decode/encode API : no | |
Checking for libavcodec AVCodecParameters API : no | |
Checking for libavcodec VAAPI hwaccel : vaapi not found | |
Checking for libavcodec videotoolbox hwaccel : no | |
Checking for Videotoolbox with OpenGL : videotoolbox-hwaccel, gl-cocoa not found | |
Checking for libavcodec VDPAU hwaccel : vdpau not found | |
Checking for libavcodec DXVA2 hwaccel : win32 not found | |
Checking for libavcodec D3D11VA hwaccel : win32 not found | |
Checking for Direct3D hwaccel : not found any of d3d11va-hwaccel, dxva2-hwaccel | |
Checking for GCC SSE4 intrinsics for GPU memcpy : not found any of vaapi-hwaccel, d3d-hwaccel | |
Checking for TV interface : yes | |
Checking for videoio.h : no | |
Checking for videodev2.h : yes | |
Checking for Video4Linux2 TV interface : yes | |
Checking for libv4l2 support : no ('libv4l2' not found) | |
Checking for audio input support : yes | |
Checking for DVB input module : yes | |
Checking for w32 executable : not found any of os-win32, os-cygwin | |
Checking for Apple Remote support : cocoa not found | |
Writing configuration header: : config.h | |
'configure' finished successfully (1m0.728s) | |
Waf: Entering directory `/home/pi/mpv-build/mpv/build' | |
[ 1/185] Compiling version.sh | |
[ 14/185] Compiling audio/audio.c | |
[ 15/185] Compiling audio/audio_buffer.c | |
[ 16/185] Compiling audio/chmap.c | |
[ 17/185] Compiling audio/chmap_sel.c | |
[ 18/185] Compiling audio/fmt-conversion.c | |
[ 19/185] Compiling audio/format.c | |
[ 20/185] Compiling audio/mixer.c | |
[ 21/185] Compiling audio/decode/ad_lavc.c | |
[ 22/185] Compiling audio/decode/ad_spdif.c | |
[ 23/185] Compiling audio/decode/dec_audio.c | |
[ 24/185] Compiling audio/filter/af.c | |
[ 25/185] Compiling audio/filter/af_channels.c | |
[ 26/185] Compiling audio/filter/af_delay.c | |
[ 27/185] Compiling audio/filter/af_drc.c | |
[ 28/185] Compiling audio/filter/af_equalizer.c | |
[ 29/185] Compiling audio/filter/af_format.c | |
[ 30/185] Compiling audio/filter/af_lavcac3enc.c | |
[ 31/185] Compiling audio/filter/af_lavfi.c | |
[ 32/185] Compiling audio/filter/af_lavrresample.c | |
[ 33/185] Compiling audio/filter/af_pan.c | |
[ 34/185] Compiling audio/filter/af_scaletempo.c | |
[ 35/185] Compiling audio/filter/af_volume.c | |
[ 36/185] Compiling audio/filter/tools.c | |
[ 37/185] Compiling audio/out/ao.c | |
[ 38/185] Compiling audio/out/ao_null.c | |
[ 39/185] Compiling audio/out/ao_oss.c | |
[ 40/185] Compiling audio/out/ao_pcm.c | |
[ 41/185] Compiling audio/out/pull.c | |
[ 42/185] Compiling audio/out/push.c | |
[ 43/185] Compiling common/av_common.c | |
[ 44/185] Compiling common/av_log.c | |
[ 45/185] Compiling common/codecs.c | |
[ 46/185] Compiling common/common.c | |
[ 47/185] Compiling common/tags.c | |
[ 48/185] Compiling common/msg.c | |
[ 49/185] Compiling common/playlist.c | |
[ 50/185] Compiling common/version.c | |
[ 51/185] Compiling demux/codec_tags.c | |
[ 52/185] Compiling demux/cue.c | |
[ 53/185] Compiling demux/demux.c | |
[ 54/185] Compiling demux/demux_cue.c | |
[ 55/185] Compiling demux/demux_disc.c | |
[ 56/185] Compiling demux/demux_edl.c | |
[ 57/185] Compiling demux/demux_lavf.c | |
[ 58/185] Compiling demux/demux_mf.c | |
[ 59/185] Compiling demux/demux_mkv.c | |
[ 60/185] Compiling demux/demux_mkv_timeline.c | |
[ 61/185] Compiling demux/demux_null.c | |
[ 62/185] Compiling demux/demux_playlist.c | |
[ 63/185] Compiling demux/demux_raw.c | |
[ 64/185] Compiling demux/demux_rar.c | |
[ 65/185] Compiling demux/demux_timeline.c | |
[ 66/185] Compiling demux/demux_tv.c | |
[ 67/185] Compiling demux/ebml.c | |
[ 68/185] Compiling demux/packet.c | |
[ 69/185] Compiling demux/timeline.c | |
[ 70/185] Compiling input/cmd_list.c | |
[ 71/185] Compiling input/cmd_parse.c | |
[ 72/185] Compiling input/event.c | |
[ 73/185] Compiling input/input.c | |
[ 74/185] Compiling input/ipc.c | |
[ 75/185] Compiling input/ipc-unix.c | |
[ 76/185] Compiling input/keycodes.c | |
[ 77/185] Compiling misc/bstr.c | |
[ 78/185] Compiling misc/charset_conv.c | |
[ 79/185] Compiling misc/dispatch.c | |
[ 80/185] Compiling misc/json.c | |
[ 81/185] Compiling misc/ring.c | |
[ 82/185] Compiling misc/rendezvous.c | |
[ 83/185] Compiling options/m_config.c | |
[ 84/185] Compiling options/m_option.c | |
[ 85/185] Compiling options/m_property.c | |
[ 86/185] Compiling options/options.c | |
[ 87/185] Compiling options/parse_commandline.c | |
[ 88/185] Compiling options/parse_configfile.c | |
[ 89/185] Compiling options/path.c | |
[ 90/185] Compiling player/audio.c | |
[ 91/185] Compiling player/client.c | |
[ 92/185] Compiling player/command.c | |
[ 93/185] Compiling player/configfiles.c | |
[ 94/185] Compiling player/external_files.c | |
[ 95/185] Compiling player/loadfile.c | |
[ 96/185] Compiling player/main.c | |
[ 97/185] Compiling player/misc.c | |
[ 98/185] Compiling player/lavfi.c | |
[ 99/185] Compiling player/osd.c | |
[100/185] Compiling player/playloop.c | |
[101/185] Compiling player/screenshot.c | |
[102/185] Compiling player/scripting.c | |
[103/185] Compiling player/sub.c | |
[104/185] Compiling player/video.c | |
[105/185] Compiling stream/ai_oss.c | |
[106/185] Compiling stream/audio_in.c | |
[107/185] Compiling stream/cache.c | |
[108/185] Compiling stream/cache_file.c | |
[109/185] Compiling stream/cookies.c | |
[110/185] Compiling stream/dvb_tune.c | |
[111/185] Compiling stream/frequencies.c | |
[112/185] Compiling stream/rar.c | |
[113/185] Compiling stream/stream.c | |
[114/185] Compiling stream/stream_avdevice.c | |
[115/185] Compiling stream/stream_dvb.c | |
[116/185] Compiling stream/stream_edl.c | |
[117/185] Compiling stream/stream_file.c | |
[118/185] Compiling stream/stream_lavf.c | |
[119/185] Compiling stream/stream_memory.c | |
[120/185] Compiling stream/stream_mf.c | |
[121/185] Compiling stream/stream_null.c | |
[122/185] Compiling stream/stream_rar.c | |
[123/185] Compiling stream/stream_tv.c | |
[124/185] Compiling stream/tv.c | |
[125/185] Compiling stream/tvi_dummy.c | |
[126/185] Compiling stream/tvi_v4l2.c | |
[127/185] Compiling sub/ass_mp.c | |
[128/185] Compiling sub/dec_sub.c | |
[129/185] Compiling sub/draw_bmp.c | |
[130/185] Compiling sub/img_convert.c | |
[131/185] Compiling sub/lavc_conv.c | |
[132/185] Compiling sub/osd.c | |
[133/185] Compiling sub/osd_libass.c | |
[134/185] Compiling sub/sd_ass.c | |
[135/185] Compiling sub/sd_lavc.c | |
[136/185] Compiling video/csputils.c | |
[137/185] Compiling video/fmt-conversion.c | |
[138/185] Compiling video/image_writer.c | |
[139/185] Compiling video/img_format.c | |
[140/185] Compiling video/mp_image.c | |
[141/185] Compiling video/mp_image_pool.c | |
[142/185] Compiling video/sws_utils.c | |
[143/185] Compiling video/decode/dec_video.c | |
[144/185] Compiling video/decode/vd_lavc.c | |
[145/185] Compiling video/filter/vf.c | |
[146/185] Compiling video/filter/vf_buffer.c | |
[147/185] Compiling video/filter/vf_crop.c | |
[148/185] Compiling video/filter/vf_dlopen.c | |
[149/185] Compiling video/filter/vf_dsize.c | |
[150/185] Compiling video/filter/vf_eq.c | |
[151/185] Compiling video/filter/vf_expand.c | |
[152/185] Compiling video/filter/vf_flip.c | |
[153/185] Compiling video/filter/vf_format.c | |
[154/185] Compiling video/filter/vf_gradfun.c | |
[155/185] Compiling video/filter/vf_lavfi.c | |
[156/185] Compiling video/filter/vf_mirror.c | |
[157/185] Compiling video/filter/vf_noformat.c | |
[158/185] Compiling video/filter/vf_pullup.c | |
[159/185] Compiling video/filter/vf_rotate.c | |
[160/185] Compiling video/filter/vf_scale.c | |
[161/185] Compiling video/filter/vf_stereo3d.c | |
[162/185] Compiling video/filter/vf_sub.c | |
[163/185] Compiling video/filter/vf_yadif.c | |
[164/185] Compiling video/out/aspect.c | |
[165/185] Compiling video/out/bitmap_packer.c | |
[166/185] Compiling video/out/dither.c | |
[167/185] Compiling video/out/filter_kernels.c | |
[168/185] Compiling video/out/vo.c | |
[169/185] Compiling video/out/vo_image.c | |
[170/185] Compiling video/out/vo_null.c | |
[171/185] Compiling video/out/win_state.c | |
[172/185] Compiling osdep/terminal-unix.c | |
[173/185] Compiling osdep/io.c | |
[174/185] Compiling osdep/timer.c | |
[175/185] Compiling osdep/timer-linux.c | |
[176/185] Compiling osdep/threads.c | |
[177/185] Compiling osdep/semaphore_osx.c | |
[178/185] Compiling osdep/subprocess.c | |
[179/185] Compiling osdep/subprocess-posix.c | |
[180/185] Compiling osdep/path-unix.c | |
[181/185] Compiling ta/ta.c | |
[182/185] Compiling ta/ta_talloc.c | |
[183/185] Compiling ta/ta_utils.c | |
[184/185] Compiling osdep/main-fn-unix.c | |
[185/185] Linking build/mpv | |
Waf: Leaving directory `/home/pi/mpv-build/mpv/build' | |
'build' finished successfully (1m44.665s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/mpv-build $ mpv/build/mpv detect-renderer.mkv -vo image | |
Playing: detect-renderer.mkv | |
(+) Video --vid=1 (*) (h264) | |
(+) Subs --sid=1 (*) (ass) | |
VO: [image] 384x288 yuv420p | |
[sub/ass] fontselect: Using default font family: (Arial, 700, 0) -> /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf, 0, DejaVuSans-Bold | |
[sub/ass] [0x1b0dec0]: Warning: no style named '404' found | |
[sub/ass] [0x1b0dec0]: Warning: no style named '*Old' found | |
[vo/image] Saving 00000001.png | |
(Paused) V: 00:00:00 / 09:59:59 (0%) | |
Exiting... (Quit) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment