Skip to content

Instantly share code, notes, and snippets.

@centminmod
Last active November 29, 2015 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save centminmod/3eb21eaf047454f8e40c to your computer and use it in GitHub Desktop.
Save centminmod/3eb21eaf047454f8e40c to your computer and use it in GitHub Desktop.
ffmpeg source compile 30/11/15 for centminmod centos 7.1
time bash ffmpeg.sh install
Installing FFMPEG...
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: centos.mirror.serversaustralia.com.au
* epel: mirror.overthewire.com.au
* extras: mirror.nsw.coloau.com.au
* rpmforge: mirror.as24220.net
* updates: centos.mirror.serversaustralia.com.au
185 packages excluded due to repository priority protections
Package autoconf-2.69-11.el7.noarch already installed and latest version
Package automake-1.13.4-3.el7.noarch already installed and latest version
Package cmake-2.8.11-4.el7.x86_64 already installed and latest version
Package freetype-devel-2.4.11-10.el7_1.1.x86_64 already installed and latest version
Package gcc-4.8.3-9.el7.x86_64 already installed and latest version
Package gcc-c++-4.8.3-9.el7.x86_64 already installed and latest version
Package git-1.8.3.1-4.el7.x86_64 already installed and latest version
Package libtool-2.4.2-20.el7.x86_64 already installed and latest version
Package 1:make-3.82-21.el7.x86_64 already installed and latest version
Package 1:pkgconfig-0.27.1-4.el7.x86_64 already installed and latest version
Package zlib-devel-1.2.7-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package mercurial.x86_64 0:2.6.2-4.el7 will be installed
---> Package nasm.x86_64 0:2.10.07-7.el7 will be installed
---> Package numactl-devel.x86_64 0:2.0.9-5.el7_1 will be installed
---> Package yasm.x86_64 0:1.2.0-4.el7 will be installed
---> Package yasm-devel.x86_64 0:1.2.0-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
mercurial x86_64 2.6.2-4.el7 base 2.6 M
nasm x86_64 2.10.07-7.el7 base 402 k
numactl-devel x86_64 2.0.9-5.el7_1 updates 23 k
yasm x86_64 1.2.0-4.el7 epel 398 k
yasm-devel x86_64 1.2.0-4.el7 epel 374 k
Transaction Summary
================================================================================
Install 5 Packages
Total download size: 3.8 M
Installed size: 17 M
Downloading packages:
--------------------------------------------------------------------------------
Total 2.6 MB/s | 3.8 MB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : yasm-1.2.0-4.el7.x86_64 1/5
Installing : yasm-devel-1.2.0-4.el7.x86_64 2/5
Installing : nasm-2.10.07-7.el7.x86_64 3/5
Installing : mercurial-2.6.2-4.el7.x86_64 4/5
Installing : numactl-devel-2.0.9-5.el7_1.x86_64 5/5
Verifying : yasm-1.2.0-4.el7.x86_64 1/5
Verifying : numactl-devel-2.0.9-5.el7_1.x86_64 2/5
Verifying : mercurial-2.6.2-4.el7.x86_64 3/5
Verifying : nasm-2.10.07-7.el7.x86_64 4/5
Verifying : yasm-devel-1.2.0-4.el7.x86_64 5/5
Installed:
mercurial.x86_64 0:2.6.2-4.el7 nasm.x86_64 0:2.10.07-7.el7
numactl-devel.x86_64 0:2.0.9-5.el7_1 yasm.x86_64 0:1.2.0-4.el7
yasm-devel.x86_64 0:1.2.0-4.el7
Complete!
Cloning into 'x264'...
platform: X86_64
byte order: little-endian
system: LINUX
cli: yes
libx264: internal
shared: yes
static: yes
asm: yes
interlaced: yes
avs: avxsynth
lavf: no
ffms: no
mp4: no
gpl: yes
thread: posix
opencl: yes
filters: crop select_every
debug: no
gprof: no
strip: no
PIC: yes
bit depth: 8
chroma format: all
You can run 'make' or 'make fprofiled' now.
cat common/opencl/x264-cl.h common/opencl/motionsearch.cl common/opencl/subpel.cl common/opencl/intra.cl common/opencl/weightp.cl common/opencl/downscale.cl common/opencl/bidir.cl | ./tools/cltostr.sh common/oclobj.h
dependency file generation...
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o x264.o x264.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o input/input.o input/input.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o input/timecode.o input/timecode.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o input/raw.o input/raw.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o input/y4m.o input/y4m.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o output/raw.o output/raw.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska.o output/matroska.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska_ebml.o output/matroska_ebml.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv.o output/flv.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv_bytestream.o output/flv_bytestream.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/filters.o filters/filters.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/video.o filters/video/video.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/source.o filters/video/source.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/internal.o filters/video/internal.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/resize.o filters/video/resize.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/cache.o filters/video/cache.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/fix_vfr_pts.o filters/video/fix_vfr_pts.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/select_every.o filters/video/select_every.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/crop.o filters/video/crop.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/depth.o filters/video/depth.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o input/avs.o input/avs.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o input/thread.o input/thread.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/mc.o common/mc.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/predict.o common/predict.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/pixel.o common/pixel.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/macroblock.o common/macroblock.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/frame.o common/frame.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/dct.o common/dct.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/cpu.o common/cpu.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/cabac.o common/cabac.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/common.o common/common.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/osdep.o common/osdep.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/rectangle.o common/rectangle.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/set.o common/set.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/quant.o common/quant.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/deblock.o common/deblock.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/vlc.o common/vlc.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/mvpred.o common/mvpred.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/bitstream.o common/bitstream.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/analyse.o encoder/analyse.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/me.o encoder/me.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/ratecontrol.o encoder/ratecontrol.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/set.o encoder/set.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/macroblock.o encoder/macroblock.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cabac.o encoder/cabac.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cavlc.o encoder/cavlc.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/encoder.o encoder/encoder.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/lookahead.o encoder/lookahead.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/threadpool.o common/threadpool.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/mc-c.o common/x86/mc-c.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/predict-c.o common/x86/predict-c.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o common/opencl.o common/opencl.c
ccache gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/slicetype-cl.o encoder/slicetype-cl.c
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/const-a.o common/x86/const-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/cabac-a.o common/x86/cabac-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/dct-a.o common/x86/dct-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/deblock-a.o common/x86/deblock-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/mc-a.o common/x86/mc-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/mc-a2.o common/x86/mc-a2.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/pixel-a.o common/x86/pixel-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/predict-a.o common/x86/predict-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/quant-a.o common/x86/quant-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/cpu-a.o common/x86/cpu-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/dct-64.o common/x86/dct-64.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/bitstream-a.o common/x86/bitstream-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/sad-a.o common/x86/sad-a.asm
yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/trellis-64.o common/x86/trellis-64.asm
rm -f libx264.a
ccache gcc -o libx264.so.148 common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/opencl.o encoder/slicetype-cl.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-64.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/trellis-64.o -shared -Wl,-soname,libx264.so.148 -Wl,-Bsymbolic -m64 -lm -lpthread -ldl
ar rc libx264.a common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/opencl.o encoder/slicetype-cl.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-64.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/trellis-64.o
ranlib libx264.a
ccache gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/avs.o input/thread.o libx264.a -ldl -m64 -lm -lpthread -ldl
install -d /opt/bin
install x264 /opt/bin
install -d /opt/ffmpeg/include
install -d /opt/ffmpeg/lib
install -d /opt/ffmpeg/lib/pkgconfig
install -m 644 ./x264.h /opt/ffmpeg/include
install -m 644 x264_config.h /opt/ffmpeg/include
install -m 644 x264.pc /opt/ffmpeg/lib/pkgconfig
ln -f -s libx264.so.148 /opt/ffmpeg/lib/libx264.so
install -m 755 libx264.so.148 /opt/ffmpeg/lib
install -m 644 libx264.a /opt/ffmpeg/lib
ranlib /opt/ffmpeg/lib/libx264.a
rm -f common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/opencl.o encoder/slicetype-cl.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-64.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/trellis-64.o x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/avs.o input/thread.o libx264.so.148 *.a *.lib *.exp *.pdb x264 x264.exe .depend TAGS
rm -f checkasm checkasm.exe tools/checkasm.o tools/checkasm-a.o common/oclobj.h x264_lookahead.clbin
rm -f example example.exe example.o
rm -f common/mc.gcda common/predict.gcda common/pixel.gcda common/macroblock.gcda common/frame.gcda common/dct.gcda common/cpu.gcda common/cabac.gcda common/common.gcda common/osdep.gcda common/rectangle.gcda common/set.gcda common/quant.gcda common/deblock.gcda common/vlc.gcda common/mvpred.gcda common/bitstream.gcda encoder/analyse.gcda encoder/me.gcda encoder/ratecontrol.gcda encoder/set.gcda encoder/macroblock.gcda encoder/cabac.gcda encoder/cavlc.gcda encoder/encoder.gcda encoder/lookahead.gcda common/threadpool.gcda common/x86/mc-c.gcda common/x86/predict-c.gcda common/opencl.gcda encoder/slicetype-cl.gcda x264.gcda input/input.gcda input/timecode.gcda input/raw.gcda input/y4m.gcda output/raw.gcda output/matroska.gcda output/matroska_ebml.gcda output/flv.gcda output/flv_bytestream.gcda filters/filters.gcda filters/video/video.gcda filters/video/source.gcda filters/video/internal.gcda filters/video/resize.gcda filters/video/cache.gcda filters/video/fix_vfr_pts.gcda filters/video/select_every.gcda filters/video/crop.gcda filters/video/depth.gcda input/avs.gcda input/thread.gcda common/mc.gcno common/predict.gcno common/pixel.gcno common/macroblock.gcno common/frame.gcno common/dct.gcno common/cpu.gcno common/cabac.gcno common/common.gcno common/osdep.gcno common/rectangle.gcno common/set.gcno common/quant.gcno common/deblock.gcno common/vlc.gcno common/mvpred.gcno common/bitstream.gcno encoder/analyse.gcno encoder/me.gcno encoder/ratecontrol.gcno encoder/set.gcno encoder/macroblock.gcno encoder/cabac.gcno encoder/cavlc.gcno encoder/encoder.gcno encoder/lookahead.gcno common/threadpool.gcno common/x86/mc-c.gcno common/x86/predict-c.gcno common/opencl.gcno encoder/slicetype-cl.gcno x264.gcno input/input.gcno input/timecode.gcno input/raw.gcno input/y4m.gcno output/raw.gcno output/matroska.gcno output/matroska_ebml.gcno output/flv.gcno output/flv_bytestream.gcno filters/filters.gcno filters/video/video.gcno filters/video/source.gcno filters/video/internal.gcno filters/video/resize.gcno filters/video/cache.gcno filters/video/fix_vfr_pts.gcno filters/video/select_every.gcno filters/video/crop.gcno filters/video/depth.gcno input/avs.gcno input/thread.gcno *.dyn pgopti.dpi pgopti.dpi.lock *.pgd *.pgc
rm -f config.mak x264_config.h config.h config.log x264.pc x264.def conftest*
destination directory: x265
requesting all changes
adding changesets
adding manifests
adding file changes
added 11175 changesets with 25940 changes to 716 files
updating to branch default
239 files updated, 0 files merged, 0 files removed, 0 files unresolved
-- cmake version 2.8.11
-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detected x86_64 target processor
-- Found NUMA: /usr
-- Looking for numa_node_of_cpu
-- Looking for numa_node_of_cpu - found
-- libnuma found, building with support for NUMA nodes
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success
-- Performing Test CC_HAS_NO_NARROWING
-- Performing Test CC_HAS_NO_NARROWING - Success
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success
-- Performing Test CC_HAS_FAST_MATH
-- Performing Test CC_HAS_FAST_MATH - Success
-- Performing Test CC_HAS_STACK_REALIGN
-- Performing Test CC_HAS_STACK_REALIGN - Success
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success
-- Found yasm: /usr/bin/yasm (found version "1.2.0")
-- Found Yasm 1.2.0 to build assembly primitives
-- hg found at /usr/bin/hg
-- x265 version 1.8+127-687f397dcd65
-- The ASM_YASM compiler identification is unknown
-- Found assembler: /usr/bin/yasm
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for include file getopt.h
-- Looking for include file getopt.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/ffmpeg_sources/x265/build/linux
Scanning dependencies of target common
Scanning dependencies of target encoder
[ 1%] [ 2%] [ 3%] [ 5%] [ 6%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o
Building ASM_YASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o
Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o
Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o
Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o
[ 7%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o
[ 9%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o
[ 10%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o
[ 11%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o
[ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o
[ 14%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o
[ 15%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o
[ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o
[ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o
[ 19%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o
[ 20%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o
[ 22%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o
[ 23%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o
[ 24%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o
[ 25%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/const-a.asm.o
[ 27%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/cpu-a.asm.o
[ 28%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o
[ 29%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/mc-a.asm.o
[ 31%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/mc-a2.asm.o
[ 31%] Built target encoder
[ 32%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/pixel-util8.asm.o
[ 33%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/blockcopy8.asm.o
[ 35%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/pixeladd8.asm.o
[ 36%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/dct8.asm.o
[ 37%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/sad-a.asm.o
[ 38%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
[ 40%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o
[ 41%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/ipfilter8.asm.o
[ 42%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/loopfilter.asm.o
[ 44%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o
[ 45%] Building CXX object common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o
[ 46%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o
[ 48%] Building CXX object common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o
[ 49%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o
[ 50%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o
[ 51%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o
[ 53%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o
[ 54%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o
[ 55%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o
[ 57%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o
[ 58%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o
[ 59%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o
[ 61%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o
[ 62%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o
[ 63%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o
[ 64%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o
[ 66%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o
[ 67%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o
[ 68%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o
[ 70%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o
[ 71%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o
[ 72%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o
[ 74%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o
[ 75%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o
[ 76%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o
[ 77%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o
[ 79%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o
[ 80%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o
[ 81%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o
[ 83%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o
[ 84%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o
[ 85%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o
[ 87%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o
[ 87%] Built target common
Scanning dependencies of target x265-static
Linking CXX static library libx265.a
[ 87%] Built target x265-static
Scanning dependencies of target cli
[ 92%] [ 92%] [ 92%] [ 92%] [ 93%] Building CXX object CMakeFiles/cli.dir/input/input.cpp.o
Building CXX object CMakeFiles/cli.dir/input/yuv.cpp.o
Building CXX object CMakeFiles/cli.dir/input/y4m.cpp.o
Building CXX object CMakeFiles/cli.dir/output/output.cpp.o
Building CXX object CMakeFiles/cli.dir/output/reconplay.cpp.o
[ 94%] Building CXX object CMakeFiles/cli.dir/output/yuv.cpp.o
[ 96%] Building CXX object CMakeFiles/cli.dir/output/y4m.cpp.o
[ 97%] Building CXX object CMakeFiles/cli.dir/output/raw.cpp.o
[ 98%] Building CXX object CMakeFiles/cli.dir/x265.cpp.o
[100%] Building CXX object CMakeFiles/cli.dir/x265-extras.cpp.o
Linking CXX executable x265
[100%] Built target cli
[ 23%] Built target encoder
[ 87%] Built target common
[ 87%] Built target x265-static
[100%] Built target cli
Install the project...
-- Install configuration: "Release"
-- Installing: /opt/ffmpeg/lib/libx265.a
-- Installing: /opt/ffmpeg/include/x265.h
-- Installing: /opt/ffmpeg/include/x265_config.h
-- Installing: /opt/ffmpeg/lib/pkgconfig/x265.pc
-- Installing: /opt/ffmpeg/bin/x265
Cloning into 'fdk-aac'...
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 AC_CONFIG_AUX_DIR, `.'.
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: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:22: installing './config.guess'
configure.ac:22: installing './config.sub'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... ccache 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 ccache gcc accepts -g... yes
checking for ccache gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of ccache gcc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether ccache g++ accepts -g... yes
checking dependency style of ccache g++... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by ccache 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 x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu 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 ccache gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... ccache 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 ccache gcc supports -fno-rtti -fno-exceptions... no
checking for ccache gcc option to produce PIC... -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... yes
checking if ccache gcc static flag -static works... no
checking if ccache gcc supports -c -o file.o... yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... ccache g++ -E
checking for ld used by ccache g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for ccache g++ option to produce PIC... -fPIC -DPIC
checking if ccache g++ PIC flag -fPIC -DPIC works... yes
checking if ccache g++ static flag -static works... no
checking if ccache g++ supports -c -o file.o... yes
checking if ccache g++ supports -c -o file.o... (cached) yes
checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing sin... -lm
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fdk-aac.pc
config.status: executing depfiles commands
config.status: executing libtool commands
CXX libAACdec/src/aacdec_drc.lo
CXX libAACdec/src/aacdec_hcr.lo
CXX libAACdec/src/aacdecoder.lo
CXX libAACdec/src/aacdec_pns.lo
CXX libAACdec/src/aac_ram.lo
CXX libAACdec/src/block.lo
CXX libAACdec/src/channelinfo.lo
CXX libAACdec/src/ldfiltbank.lo
CXX libAACdec/src/rvlcbit.lo
CXX libAACdec/src/rvlc.lo
CXX libAACdec/src/aacdec_hcr_bit.lo
CXX libAACdec/src/aacdec_hcrs.lo
CXX libAACdec/src/aacdecoder_lib.lo
CXX libAACdec/src/aacdec_tns.lo
CXX libAACdec/src/aac_rom.lo
CXX libAACdec/src/channel.lo
CXX libAACdec/src/conceal.lo
CXX libAACdec/src/pulsedata.lo
CXX libAACdec/src/rvlcconceal.lo
CXX libAACdec/src/stereo.lo
CXX libAACenc/src/aacenc.lo
CXX libAACenc/src/aacEnc_ram.lo
CXX libAACenc/src/band_nrg.lo
CXX libAACenc/src/block_switch.lo
CXX libAACenc/src/grp_data.lo
CXX libAACenc/src/metadata_main.lo
CXX libAACenc/src/pre_echo_control.lo
CXX libAACenc/src/quantize.lo
CXX libAACenc/src/tonality.lo
CXX libAACenc/src/aacenc_hcr.lo
CXX libAACenc/src/aacEnc_rom.lo
CXX libAACenc/src/bandwidth.lo
CXX libAACenc/src/channel_map.lo
CXX libAACenc/src/intensity.lo
CXX libAACenc/src/ms_stereo.lo
CXX libAACenc/src/psy_configuration.lo
CXX libAACenc/src/sf_estim.lo
CXX libAACenc/src/transform.lo
CXX libAACenc/src/aacenc_lib.lo
CXX libAACenc/src/aacenc_tns.lo
CXX libAACenc/src/bit_cnt.lo
CXX libAACenc/src/chaosmeasure.lo
CXX libAACenc/src/line_pe.lo
CXX libAACenc/src/noisedet.lo
CXX libAACenc/src/psy_main.lo
CXX libAACenc/src/spreading.lo
CXX libAACenc/src/aacenc_pns.lo
CXX libAACenc/src/adj_thr.lo
CXX libAACenc/src/bitenc.lo
CXX libAACenc/src/dyn_bits.lo
CXX libAACenc/src/metadata_compressor.lo
CXX libAACenc/src/pnsparam.lo
CXX libAACenc/src/qc_main.lo
CXX libMpegTPDec/src/tpdec_adif.lo
CXX libMpegTPDec/src/tpdec_adts.lo
CXX libMpegTPDec/src/tpdec_asc.lo
CXX libMpegTPDec/src/tpdec_latm.lo
CXX libMpegTPDec/src/tpdec_lib.lo
CXX libMpegTPEnc/src/tpenc_adif.lo
CXX libMpegTPEnc/src/tpenc_adts.lo
CXX libMpegTPEnc/src/tpenc_asc.lo
CXX libMpegTPEnc/src/tpenc_latm.lo
CXX libMpegTPEnc/src/tpenc_lib.lo
CXX libSBRdec/src/env_calc.lo
CXX libSBRdec/src/env_dec.lo
CXX libSBRdec/src/env_extr.lo
CXX libSBRdec/src/huff_dec.lo
CXX libSBRdec/src/lpp_tran.lo
CXX libSBRdec/src/psbitdec.lo
CXX libSBRdec/src/psdec.lo
CXX libSBRdec/src/psdec_hybrid.lo
In file included from libSBRdec/src/psdec_hybrid.cpp:87:0:
./libFDK/include/fft.h:152:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_8(FIXP_DBL *x)
^
./libFDK/include/fft.h:124:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_4(FIXP_DBL *x)
^
CXX libSBRdec/src/sbr_crc.lo
CXX libSBRdec/src/sbr_deb.lo
CXX libSBRdec/src/sbr_dec.lo
CXX libSBRdec/src/sbrdec_drc.lo
CXX libSBRdec/src/sbrdec_freq_sca.lo
CXX libSBRdec/src/sbrdecoder.lo
CXX libSBRdec/src/sbr_ram.lo
CXX libSBRdec/src/sbr_rom.lo
CXX libSBRenc/src/bit_sbr.lo
CXX libSBRenc/src/env_bit.lo
CXX libSBRenc/src/fram_gen.lo
CXX libSBRenc/src/mh_det.lo
CXX libSBRenc/src/ps_bitenc.lo
CXX libSBRenc/src/ps_encode.lo
CXX libSBRenc/src/resampler.lo
CXX libSBRenc/src/sbr_encoder.lo
CXX libSBRenc/src/sbr_ram.lo
CXX libSBRenc/src/ton_corr.lo
CXX libSBRenc/src/code_env.lo
CXX libSBRenc/src/env_est.lo
CXX libSBRenc/src/invf_est.lo
CXX libSBRenc/src/nf_est.lo
CXX libSBRenc/src/ps_main.lo
CXX libSBRenc/src/sbrenc_freq_sca.lo
CXX libSBRenc/src/sbr_misc.lo
CXX libSBRenc/src/sbr_rom.lo
CXX libSBRenc/src/tran_det.lo
CXX libPCMutils/src/limiter.lo
CXX libPCMutils/src/pcmutils_lib.lo
CXX libFDK/src/autocorr2nd.lo
CXX libFDK/src/dct.lo
CXX libFDK/src/FDK_bitbuffer.lo
CXX libFDK/src/FDK_core.lo
CXX libFDK/src/FDK_crc.lo
In file included from libFDK/src/dct.cpp:104:0:
./libFDK/include/fft.h:152:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_8(FIXP_DBL *x)
^
./libFDK/include/fft.h:124:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_4(FIXP_DBL *x)
^
CXX libFDK/src/FDK_hybrid.lo
CXX libFDK/src/FDK_tools_rom.lo
CXX libFDK/src/FDK_trigFcts.lo
CXX libFDK/src/fft.lo
In file included from libFDK/src/FDK_hybrid.cpp:94:0:
./libFDK/include/fft.h:152:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_8(FIXP_DBL *x)
^
./libFDK/include/fft.h:124:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_4(FIXP_DBL *x)
^
CXX libFDK/src/fft_rad2.lo
CXX libFDK/src/fixpoint_math.lo
CXX libFDK/src/mdct.lo
CXX libFDK/src/qmf.lo
CXX libFDK/src/scale.lo
libFDK/src/fft.cpp:139:25: warning: always_inline function might not be inlinable [-Wattributes]
static FORCEINLINE void fft5(FIXP_DBL *RESTRICT pDat)
^
libFDK/src/fft.cpp:106:25: warning: always_inline function might not be inlinable [-Wattributes]
static FORCEINLINE void fft3(FIXP_DBL *RESTRICT pDat)
^
In file included from libFDK/src/fft.cpp:91:0:
./libFDK/include/fft.h:152:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_8(FIXP_DBL *x)
^
./libFDK/include/fft.h:124:25: warning: always_inline function might not be inlinable [-Wattributes]
static void FORCEINLINE fft_4(FIXP_DBL *x)
^
CXX libSYS/src/cmdl_parser.lo
CXX libSYS/src/conv_string.lo
CXX libSYS/src/genericStds.lo
CXX libSYS/src/wav_file.lo
GEN libfdk-aac.la
copying selected object files to avoid basename conflicts...
make[1]: Entering directory `/opt/ffmpeg_sources/fdk-aac'
/usr/bin/mkdir -p '/opt/ffmpeg/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libfdk-aac.la '/opt/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libfdk-aac.so.1.0.0 /opt/ffmpeg/lib/libfdk-aac.so.1.0.0
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libfdk-aac.so.1.0.0 libfdk-aac.so.1 || { rm -f libfdk-aac.so.1 && ln -s libfdk-aac.so.1.0.0 libfdk-aac.so.1; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libfdk-aac.so.1.0.0 libfdk-aac.so || { rm -f libfdk-aac.so && ln -s libfdk-aac.so.1.0.0 libfdk-aac.so; }; })
libtool: install: /usr/bin/install -c .libs/libfdk-aac.lai /opt/ffmpeg/lib/libfdk-aac.la
libtool: install: /usr/bin/install -c .libs/libfdk-aac.a /opt/ffmpeg/lib/libfdk-aac.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libfdk-aac.a
libtool: install: ranlib /opt/ffmpeg/lib/libfdk-aac.a
libtool: finish: PATH="/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin:/sbin" ldconfig -n /opt/ffmpeg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/ffmpeg/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.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/opt/ffmpeg/include/fdk-aac'
/usr/bin/install -c -m 644 ./libSYS/include/machine_type.h ./libSYS/include/genericStds.h ./libSYS/include/FDK_audio.h ./libAACenc/include/aacenc_lib.h ./libAACdec/include/aacdecoder_lib.h '/opt/ffmpeg/include/fdk-aac'
/usr/bin/mkdir -p '/opt/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 fdk-aac.pc '/opt/ffmpeg/lib/pkgconfig'
make[1]: Leaving directory `/opt/ffmpeg_sources/fdk-aac'
test -z "libfdk-aac.la" || rm -f libfdk-aac.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf libAACdec/src/.libs libAACdec/src/_libs
rm -rf libAACenc/src/.libs libAACenc/src/_libs
rm -rf libFDK/src/.libs libFDK/src/_libs
rm -rf libMpegTPDec/src/.libs libMpegTPDec/src/_libs
rm -rf libMpegTPEnc/src/.libs libMpegTPEnc/src/_libs
rm -rf libPCMutils/src/.libs libPCMutils/src/_libs
rm -rf libSBRdec/src/.libs libSBRdec/src/_libs
rm -rf libSBRenc/src/.libs libSBRenc/src/_libs
rm -rf libSYS/src/.libs libSYS/src/_libs
rm -f *.o
rm -f libAACdec/src/*.o
rm -f libAACdec/src/*.lo
rm -f libAACenc/src/*.o
rm -f libAACenc/src/*.lo
rm -f libFDK/src/*.o
rm -f libFDK/src/*.lo
rm -f libMpegTPDec/src/*.o
rm -f libMpegTPDec/src/*.lo
rm -f libMpegTPEnc/src/*.o
rm -f libMpegTPEnc/src/*.lo
rm -f libPCMutils/src/*.o
rm -f libPCMutils/src/*.lo
rm -f libSBRdec/src/*.o
rm -f libSBRdec/src/*.lo
rm -f libSBRenc/src/*.o
rm -f libSBRenc/src/*.lo
rm -f libSYS/src/*.o
rm -f libSYS/src/*.lo
rm -f *.lo
rm -f *.tab.c
test -z "fdk-aac.pc" || rm -f fdk-aac.pc
test . = "." || test -z "" || rm -f
rm -f libAACdec/src/.deps/.dirstamp
rm -f libAACdec/src/.dirstamp
rm -f libAACenc/src/.deps/.dirstamp
rm -f libAACenc/src/.dirstamp
rm -f libFDK/src/.deps/.dirstamp
rm -f libFDK/src/.dirstamp
rm -f libMpegTPDec/src/.deps/.dirstamp
rm -f libMpegTPDec/src/.dirstamp
rm -f libMpegTPEnc/src/.deps/.dirstamp
rm -f libMpegTPEnc/src/.dirstamp
rm -f libPCMutils/src/.deps/.dirstamp
rm -f libPCMutils/src/.dirstamp
rm -f libSBRdec/src/.deps/.dirstamp
rm -f libSBRdec/src/.dirstamp
rm -f libSBRenc/src/.deps/.dirstamp
rm -f libSBRenc/src/.dirstamp
rm -f libSYS/src/.deps/.dirstamp
rm -f libSYS/src/.dirstamp
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf ./.deps libAACdec/src/.deps libAACenc/src/.deps libFDK/src/.deps libMpegTPDec/src/.deps libMpegTPEnc/src/.deps libPCMutils/src/.deps libSBRdec/src/.deps libSBRenc/src/.deps libSYS/src/.deps
rm -f Makefile
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 337 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1411k 100 1411k 0 0 622k 0 0:00:02 0:00:02 --:--:-- 1568k
lame-3.99.5/
lame-3.99.5/frontend/
lame-3.99.5/frontend/amiga_mpega.c
lame-3.99.5/frontend/Makefile.in
lame-3.99.5/frontend/rtp.h
lame-3.99.5/frontend/console.h
lame-3.99.5/frontend/Makefile.am
lame-3.99.5/frontend/parse.h
lame-3.99.5/frontend/gpkplotting.c
lame-3.99.5/frontend/depcomp
lame-3.99.5/frontend/parse.c
lame-3.99.5/frontend/mp3rtp.c
lame-3.99.5/frontend/main.h
lame-3.99.5/frontend/console.c
lame-3.99.5/frontend/lametime.h
lame-3.99.5/frontend/timestatus.h
lame-3.99.5/frontend/brhist.c
lame-3.99.5/frontend/lametime.c
lame-3.99.5/frontend/gtkanal.c
lame-3.99.5/frontend/gpkplotting.h
lame-3.99.5/frontend/rtp.c
lame-3.99.5/frontend/brhist.h
lame-3.99.5/frontend/lame_main.c
lame-3.99.5/frontend/get_audio.h
lame-3.99.5/frontend/get_audio.c
lame-3.99.5/frontend/main.c
lame-3.99.5/frontend/gtkanal.h
lame-3.99.5/frontend/timestatus.c
lame-3.99.5/frontend/mp3x.c
lame-3.99.5/Makefile.in
lame-3.99.5/config.rpath
lame-3.99.5/ACM/
lame-3.99.5/ACM/Makefile.in
lame-3.99.5/ACM/DecodeStream.h
lame-3.99.5/ACM/Makefile.am
lame-3.99.5/ACM/lameACM.def
lame-3.99.5/ACM/ACMStream.h
lame-3.99.5/ACM/LameACM.inf
lame-3.99.5/ACM/resource.h
lame-3.99.5/ACM/ACM.h
lame-3.99.5/ACM/TODO
lame-3.99.5/ACM/lame_acm.xml
lame-3.99.5/ACM/ACM.cpp
lame-3.99.5/ACM/readme.txt
lame-3.99.5/ACM/AEncodeProperties.h
lame-3.99.5/ACM/AEncodeProperties.cpp
lame-3.99.5/ACM/ADbg/
lame-3.99.5/ACM/ADbg/Makefile.in
lame-3.99.5/ACM/ADbg/Makefile.am
lame-3.99.5/ACM/ADbg/ADbg.h
lame-3.99.5/ACM/ADbg/ADbg.cpp
lame-3.99.5/ACM/ddk/
lame-3.99.5/ACM/ddk/Makefile.in
lame-3.99.5/ACM/ddk/Makefile.am
lame-3.99.5/ACM/ddk/msacmdrv.h
lame-3.99.5/ACM/adebug.h
lame-3.99.5/ACM/lame.ico
lame-3.99.5/ACM/acm.rc
lame-3.99.5/ACM/DecodeStream.cpp
lame-3.99.5/ACM/main.cpp
lame-3.99.5/ACM/ACMStream.cpp
lame-3.99.5/ACM/tinyxml/
lame-3.99.5/ACM/tinyxml/Makefile.in
lame-3.99.5/ACM/tinyxml/Makefile.am
lame-3.99.5/ACM/tinyxml/changes.txt
lame-3.99.5/ACM/tinyxml/makedistlinux
lame-3.99.5/ACM/tinyxml/tinyxmlerror.cpp
lame-3.99.5/ACM/tinyxml/readme.txt
lame-3.99.5/ACM/tinyxml/xmltest.cpp
lame-3.99.5/ACM/tinyxml/tinyxml.cpp
lame-3.99.5/ACM/tinyxml/tinyxmlparser.cpp
lame-3.99.5/ACM/tinyxml/dox
lame-3.99.5/ACM/tinyxml/tinyxml.h
lame-3.99.5/ACM/tinyxml/Makefile.tinyxml
lame-3.99.5/ACM/tinyxml/makedistwin.bat
lame-3.99.5/aclocal.m4
lame-3.99.5/Makefile.am
lame-3.99.5/testcase.wav
lame-3.99.5/config.sub
lame-3.99.5/lame.spec.in
lame-3.99.5/install-sh
lame-3.99.5/STYLEGUIDE
lame-3.99.5/USAGE
lame-3.99.5/ltmain.sh
lame-3.99.5/README
lame-3.99.5/mpglib/
lame-3.99.5/mpglib/Makefile.in
lame-3.99.5/mpglib/Makefile.am
lame-3.99.5/mpglib/interface.h
lame-3.99.5/mpglib/AUTHORS
lame-3.99.5/mpglib/README
lame-3.99.5/mpglib/dct64_i386.c
lame-3.99.5/mpglib/decode_i386.h
lame-3.99.5/mpglib/interface.c
lame-3.99.5/mpglib/depcomp
lame-3.99.5/mpglib/mpg123.h
lame-3.99.5/mpglib/decode_i386.c
lame-3.99.5/mpglib/tabinit.h
lame-3.99.5/mpglib/common.c
lame-3.99.5/mpglib/layer2.c
lame-3.99.5/mpglib/huffman.h
lame-3.99.5/mpglib/layer2.h
lame-3.99.5/mpglib/layer1.c
lame-3.99.5/mpglib/dct64_i386.h
lame-3.99.5/mpglib/tabinit.c
lame-3.99.5/mpglib/mpglib.h
lame-3.99.5/mpglib/layer3.h
lame-3.99.5/mpglib/layer3.c
lame-3.99.5/mpglib/l2tables.h
lame-3.99.5/mpglib/common.h
lame-3.99.5/mpglib/layer1.h
lame-3.99.5/API
lame-3.99.5/acinclude.m4
lame-3.99.5/config.guess
lame-3.99.5/mac/
lame-3.99.5/mac/Makefile.in
lame-3.99.5/mac/LAME_Carbon_Debug.pch
lame-3.99.5/mac/Makefile.am
lame-3.99.5/mac/.DS_Store
lame-3.99.5/mac/Precompile_Common.h
lame-3.99.5/mac/LAME_Classic_Final.pch
lame-3.99.5/mac/LAME_Carbon_Final.pch
lame-3.99.5/mac/LAME_Classic_Debug.pch
lame-3.99.5/mac/MacDLLMain.c
lame-3.99.5/mac/LAME.mcp
lame-3.99.5/depcomp
lame-3.99.5/TODO
lame-3.99.5/configure.in
lame-3.99.5/doc/
lame-3.99.5/doc/Makefile.in
lame-3.99.5/doc/Makefile.am
lame-3.99.5/doc/man/
lame-3.99.5/doc/man/Makefile.in
lame-3.99.5/doc/man/Makefile.am
lame-3.99.5/doc/man/lame.1
lame-3.99.5/doc/html/
lame-3.99.5/doc/html/Makefile.in
lame-3.99.5/doc/html/Makefile.am
lame-3.99.5/doc/html/abr.html
lame-3.99.5/doc/html/history.html
lame-3.99.5/doc/html/detailed.html
lame-3.99.5/doc/html/vbr.html
lame-3.99.5/doc/html/links.html
lame-3.99.5/doc/html/contact.html
lame-3.99.5/doc/html/cbr.html
lame-3.99.5/doc/html/about.html
lame-3.99.5/doc/html/usage.html
lame-3.99.5/doc/html/introduction.html
lame-3.99.5/doc/html/ms_stereo.html
lame-3.99.5/doc/html/contributors.html
lame-3.99.5/doc/html/index.html
lame-3.99.5/doc/html/list.html
lame-3.99.5/config.h.in
lame-3.99.5/libmp3lame/
lame-3.99.5/libmp3lame/encoder.h
lame-3.99.5/libmp3lame/lame_global_flags.h
lame-3.99.5/libmp3lame/Makefile.in
lame-3.99.5/libmp3lame/lame.rc
lame-3.99.5/libmp3lame/VbrTag.c
lame-3.99.5/libmp3lame/lameerror.h
lame-3.99.5/libmp3lame/version.c
lame-3.99.5/libmp3lame/Makefile.am
lame-3.99.5/libmp3lame/util.h
lame-3.99.5/libmp3lame/machine.h
lame-3.99.5/libmp3lame/set_get.c
lame-3.99.5/libmp3lame/tables.c
lame-3.99.5/libmp3lame/bitstream.h
lame-3.99.5/libmp3lame/fft.h
lame-3.99.5/libmp3lame/gain_analysis.h
lame-3.99.5/libmp3lame/vbrquantize.h
lame-3.99.5/libmp3lame/l3side.h
lame-3.99.5/libmp3lame/logoe.ico
lame-3.99.5/libmp3lame/mpglib_interface.c
lame-3.99.5/libmp3lame/depcomp
lame-3.99.5/libmp3lame/quantize.c
lame-3.99.5/libmp3lame/version.h
lame-3.99.5/libmp3lame/quantize.h
lame-3.99.5/libmp3lame/util.c
lame-3.99.5/libmp3lame/VbrTag.h
lame-3.99.5/libmp3lame/fft.c
lame-3.99.5/libmp3lame/quantize_pvt.h
lame-3.99.5/libmp3lame/tables.h
lame-3.99.5/libmp3lame/psymodel.c
lame-3.99.5/libmp3lame/vbrquantize.c
lame-3.99.5/libmp3lame/takehiro.c
lame-3.99.5/libmp3lame/set_get.h
lame-3.99.5/libmp3lame/lame.c
lame-3.99.5/libmp3lame/reservoir.h
lame-3.99.5/libmp3lame/i386/
lame-3.99.5/libmp3lame/i386/Makefile.in
lame-3.99.5/libmp3lame/i386/ffttbl.nas
lame-3.99.5/libmp3lame/i386/fftsse.nas
lame-3.99.5/libmp3lame/i386/Makefile.am
lame-3.99.5/libmp3lame/i386/cpu_feat.nas
lame-3.99.5/libmp3lame/i386/fft.nas
lame-3.99.5/libmp3lame/i386/scalar.nas
lame-3.99.5/libmp3lame/i386/fft3dn.nas
lame-3.99.5/libmp3lame/i386/choose_table.nas
lame-3.99.5/libmp3lame/i386/fftfpu.nas
lame-3.99.5/libmp3lame/i386/nasm.h
lame-3.99.5/libmp3lame/newmdct.h
lame-3.99.5/libmp3lame/id3tag.h
lame-3.99.5/libmp3lame/bitstream.c
lame-3.99.5/libmp3lame/id3tag.c
lame-3.99.5/libmp3lame/vector/
lame-3.99.5/libmp3lame/vector/Makefile.in
lame-3.99.5/libmp3lame/vector/Makefile.am
lame-3.99.5/libmp3lame/vector/xmm_quantize_sub.c
lame-3.99.5/libmp3lame/vector/lame_intrin.h
lame-3.99.5/libmp3lame/encoder.c
lame-3.99.5/libmp3lame/lame-analysis.h
lame-3.99.5/libmp3lame/reservoir.c
lame-3.99.5/libmp3lame/gain_analysis.c
lame-3.99.5/libmp3lame/quantize_pvt.c
lame-3.99.5/libmp3lame/presets.c
lame-3.99.5/libmp3lame/psymodel.h
lame-3.99.5/libmp3lame/newmdct.c
lame-3.99.5/LICENSE
lame-3.99.5/vc_solution/
lame-3.99.5/vc_solution/Makefile.in
lame-3.99.5/vc_solution/vc9_lame_mp3rtp.vcproj
lame-3.99.5/vc_solution/vc9_lame_config.vsprops
lame-3.99.5/vc_solution/Makefile.am
lame-3.99.5/vc_solution/vc9_lame_mp3x.vcproj
lame-3.99.5/vc_solution/vc9_lame_acm_tinyxml.vcproj
lame-3.99.5/vc_solution/vc9_lame_acm.vcproj
lame-3.99.5/vc_solution/vc9_mpglib.vcproj
lame-3.99.5/vc_solution/vc9_lame_acm_adbg.vcproj
lame-3.99.5/vc_solution/vc9_libmp3lame.vcproj
lame-3.99.5/vc_solution/arch_nasm.vsprops
lame-3.99.5/vc_solution/vc9_nasm.rules
lame-3.99.5/vc_solution/vc9_lame.sln
lame-3.99.5/vc_solution/vc9_lame_clients.sln
lame-3.99.5/vc_solution/vc9_lame_dshow.vcproj
lame-3.99.5/vc_solution/vc9_lame_dll_example.vcproj
lame-3.99.5/vc_solution/vc9_lame_test.vcproj
lame-3.99.5/vc_solution/vc9_lame_dll.vcproj
lame-3.99.5/vc_solution/arch_x87.vsprops
lame-3.99.5/vc_solution/vc9_lame_lame.vcproj
lame-3.99.5/vc_solution/vc9_libmp3lame_dll.vcproj
lame-3.99.5/vc_solution/arch_sse2.vsprops
lame-3.99.5/misc/
lame-3.99.5/misc/Makefile.in
lame-3.99.5/misc/Lame.vbs
lame-3.99.5/misc/Makefile.am
lame-3.99.5/misc/mugeco.sh
lame-3.99.5/misc/auenc
lame-3.99.5/misc/mlame_corr.c
lame-3.99.5/misc/lame4dos.bat
lame-3.99.5/misc/depcomp
lame-3.99.5/misc/abx.c
lame-3.99.5/misc/mk_mp3.sh
lame-3.99.5/misc/scalartest.c
lame-3.99.5/misc/lameGUI.html
lame-3.99.5/misc/ath.c
lame-3.99.5/misc/lameid3.pl
lame-3.99.5/misc/mlame
lame-3.99.5/Dll/
lame-3.99.5/Dll/Makefile.in
lame-3.99.5/Dll/Makefile.am
lame-3.99.5/Dll/BladeMP3EncDLL.c
lame-3.99.5/Dll/LameDLLInterface.htm
lame-3.99.5/Dll/README
lame-3.99.5/Dll/Example.cpp
lame-3.99.5/Dll/BladeMP3EncDLL.h
lame-3.99.5/Dll/MP3export.pas
lame-3.99.5/Dll/BladeMP3EncDLL.def
lame-3.99.5/Dll/Makefile.mingw32
lame-3.99.5/testcase.mp3
lame-3.99.5/dshow/
lame-3.99.5/dshow/REG.H
lame-3.99.5/dshow/PropPage_adv.h
lame-3.99.5/dshow/Makefile.in
lame-3.99.5/dshow/Mpegac.def
lame-3.99.5/dshow/Makefile.am
lame-3.99.5/dshow/REG.CPP
lame-3.99.5/dshow/aboutprp.h
lame-3.99.5/dshow/README
lame-3.99.5/dshow/PropPage_adv.cpp
lame-3.99.5/dshow/PropPage.h
lame-3.99.5/dshow/resource.h
lame-3.99.5/dshow/iaudioprops.h
lame-3.99.5/dshow/Property.rc
lame-3.99.5/dshow/UIDS.H
lame-3.99.5/dshow/elogo.ico
lame-3.99.5/dshow/Mpegac.cpp
lame-3.99.5/dshow/Encoder.h
lame-3.99.5/dshow/PropPage.cpp
lame-3.99.5/dshow/Mpegac.h
lame-3.99.5/dshow/aboutprp.cpp
lame-3.99.5/dshow/Encoder.cpp
lame-3.99.5/INSTALL.configure
lame-3.99.5/Makefile.am.global
lame-3.99.5/configMS.h
lame-3.99.5/missing
lame-3.99.5/lame.bat
lame-3.99.5/lame.spec
lame-3.99.5/debian/
lame-3.99.5/debian/Makefile.in
lame-3.99.5/debian/watch
lame-3.99.5/debian/Makefile.am
lame-3.99.5/debian/rules
lame-3.99.5/debian/lame.manpages
lame-3.99.5/debian/libmp3lame0.install
lame-3.99.5/debian/control
lame-3.99.5/debian/compat
lame-3.99.5/debian/libmp3lame-dev.install
lame-3.99.5/debian/lame.install
lame-3.99.5/debian/copyright
lame-3.99.5/debian/lame.docs
lame-3.99.5/debian/changelog
lame-3.99.5/README.WINGTK
lame-3.99.5/Makefile.MSVC
lame-3.99.5/DEFINES
lame-3.99.5/macosx/
lame-3.99.5/macosx/Makefile.in
lame-3.99.5/macosx/LAME.xcodeproj/
lame-3.99.5/macosx/LAME.xcodeproj/Makefile.in
lame-3.99.5/macosx/LAME.xcodeproj/Makefile.am
lame-3.99.5/macosx/LAME.xcodeproj/project.pbxproj
lame-3.99.5/macosx/Makefile.am
lame-3.99.5/macosx/LAME_Prefix.pch
lame-3.99.5/macosx/English.lproj/
lame-3.99.5/macosx/English.lproj/Makefile.in
lame-3.99.5/macosx/English.lproj/Makefile.am
lame-3.99.5/macosx/English.lproj/InfoPlist.strings
lame-3.99.5/macosx/Info.plist
lame-3.99.5/configure
lame-3.99.5/COPYING
lame-3.99.5/ChangeLog
lame-3.99.5/Makefile.unix
lame-3.99.5/INSTALL
lame-3.99.5/include/
lame-3.99.5/include/Makefile.in
lame-3.99.5/include/Makefile.am
lame-3.99.5/include/libmp3lame.sym
lame-3.99.5/include/lame.h
lame-3.99.5/include/lame.def
lame-3.99.5/HACKING
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... ccache 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 ccache gcc accepts -g... yes
checking for ccache gcc option to accept ISO C89... none needed
checking dependency style of ccache gcc... gcc3
checking how to run the C preprocessor... ccache gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by ccache 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 for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from ccache gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if ccache gcc supports -fno-rtti -fno-exceptions... no
checking for ccache gcc option to produce PIC... -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... yes
checking if ccache gcc static flag -static works... no
checking if ccache gcc supports -c -o file.o... yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for gcc... (cached) ccache gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether ccache gcc accepts -g... (cached) yes
checking for ccache gcc option to accept ISO C89... (cached) none needed
checking dependency style of ccache gcc... (cached) gcc3
checking version of GCC... 4.8.3
checking for function prototypes... yes
checking for string.h... (cached) yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking xmmintrin.h usability... yes
checking xmmintrin.h presence... yes
checking for xmmintrin.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of short... 2
checking size of unsigned short... 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of unsigned long... 8
checking size of long long... 8
checking size of unsigned long long... 8
checking size of float... 4
checking size of double... 8
checking for long double with more range or precision than double... yes
checking for uint8_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for int16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking for IEEE854 compliant 80 bit floats... yes
checking for ieee854_float80_t... no
checking for ieee754_float64_t... no
checking for ieee754_float32_t... no
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for gettimeofday... yes
checking for strtol... yes
checking for socket... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking ncurses/termcap.h usability... yes
checking ncurses/termcap.h presence... yes
checking for ncurses/termcap.h... yes
checking for initscr in -ltermcap... no
checking for initscr in -lcurses... yes
checking for initscr in -lncurses... yes
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for cos in -lm... yes
checking for cos in -lffm... no
checking for cos in -lcpml... no
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking use of ElectricFence malloc debugging... no
checking use of file io... lame
checking use of analyzer hooks... yes
checking use of mpg123 decoder... yes (Layer 1, 2, 3)
checking if the lame frontend should be build... yes
checking if mp3x is requested... no
checking if mp3rtp is requested... no
checking if dynamic linking of the frontends is requested... no
checking for termcap... yes
checking if I have to build the internal vector lib... yes
checking for nasm... /usr/bin/nasm
checking for assembler routines for this processor type... no
checking for additional optimizations... no
checking for debug options... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmp3lame/Makefile
config.status: creating libmp3lame/i386/Makefile
config.status: creating libmp3lame/vector/Makefile
config.status: creating frontend/Makefile
config.status: creating mpglib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/html/Makefile
config.status: creating doc/man/Makefile
config.status: creating include/Makefile
config.status: creating Dll/Makefile
config.status: creating misc/Makefile
config.status: creating debian/Makefile
config.status: creating dshow/Makefile
config.status: creating ACM/Makefile
config.status: creating ACM/ADbg/Makefile
config.status: creating ACM/ddk/Makefile
config.status: creating ACM/tinyxml/Makefile
config.status: creating lame.spec
config.status: creating mac/Makefile
config.status: creating macosx/Makefile
config.status: creating macosx/English.lproj/Makefile
config.status: creating macosx/LAME.xcodeproj/Makefile
config.status: creating vc_solution/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5'
Making all in mpglib
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c -o dct64_i386.lo dct64_i386.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c -o decode_i386.lo decode_i386.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c -o layer1.lo layer1.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o .libs/common.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -fPIC -DPIC -o .libs/dct64_i386.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -fPIC -DPIC -o .libs/interface.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -fPIC -DPIC -o .libs/layer1.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -fPIC -DPIC -o .libs/decode_i386.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -o dct64_i386.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -o layer1.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o >/dev/null 2>&1
mv -f .deps/dct64_i386.Tpo .deps/dct64_i386.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c -o layer2.lo layer2.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -o decode_i386.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -fPIC -DPIC -o .libs/layer2.o
mv -f .deps/layer1.Tpo .deps/layer1.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c -o layer3.lo layer3.c
mv -f .deps/common.Tpo .deps/common.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -fPIC -DPIC -o .libs/layer3.o
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c -o tabinit.lo tabinit.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -fPIC -DPIC -o .libs/tabinit.o
mv -f .deps/decode_i386.Tpo .deps/decode_i386.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -o layer2.o >/dev/null 2>&1
mv -f .deps/interface.Tpo .deps/interface.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -o tabinit.o >/dev/null 2>&1
mv -f .deps/tabinit.Tpo .deps/tabinit.Plo
mv -f .deps/layer2.Tpo .deps/layer2.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -o layer3.o >/dev/null 2>&1
mv -f .deps/layer3.Tpo .deps/layer3.Plo
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo
libtool: link: ar cru .libs/libmpgdecoder.a .libs/common.o .libs/dct64_i386.o .libs/decode_i386.o .libs/interface.o .libs/layer1.o .libs/layer2.o .libs/layer3.o .libs/tabinit.o
libtool: link: ranlib .libs/libmpgdecoder.a
libtool: link: ( cd ".libs" && rm -f "libmpgdecoder.la" && ln -s "../libmpgdecoder.la" "libmpgdecoder.la" )
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
Making all in libmp3lame
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
Making all in i386
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
Making all in vector
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
/bin/sh ../../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c -o xmm_quantize_sub.lo xmm_quantize_sub.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c xmm_quantize_sub.c -fPIC -DPIC -o .libs/xmm_quantize_sub.o
xmm_quantize_sub.c: In function 'fht_SSE2':
xmm_quantize_sub.c:172:20: warning: variable 'v_s2' set but not used [-Wunused-but-set-variable]
__m128 v_s2;
^
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c xmm_quantize_sub.c -o xmm_quantize_sub.o >/dev/null 2>&1
mv -f .deps/xmm_quantize_sub.Tpo .deps/xmm_quantize_sub.Plo
/bin/sh ../../libtool --tag=CC --mode=link ccache gcc -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -o liblamevectorroutines.la xmm_quantize_sub.lo
libtool: link: ar cru .libs/liblamevectorroutines.a .libs/xmm_quantize_sub.o
libtool: link: ranlib .libs/liblamevectorroutines.a
libtool: link: ( cd ".libs" && rm -f "liblamevectorroutines.la" && ln -s "../liblamevectorroutines.la" "liblamevectorroutines.la" )
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c -o VbrTag.lo VbrTag.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c -o encoder.lo encoder.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c -o gain_analysis.lo gain_analysis.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c encoder.c -fPIC -DPIC -o .libs/encoder.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -fPIC -DPIC -o .libs/fft.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -fPIC -DPIC -o .libs/VbrTag.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -fPIC -DPIC -o .libs/gain_analysis.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -o gain_analysis.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -o VbrTag.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c encoder.c -o encoder.o >/dev/null 2>&1
mv -f .deps/fft.Tpo .deps/fft.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c -o id3tag.lo id3tag.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -fPIC -DPIC -o .libs/id3tag.o
mv -f .deps/gain_analysis.Tpo .deps/gain_analysis.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c -o lame.lo lame.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -fPIC -DPIC -o .libs/lame.o
mv -f .deps/VbrTag.Tpo .deps/VbrTag.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c -o newmdct.lo newmdct.c
mv -f .deps/encoder.Tpo .deps/encoder.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c newmdct.c -fPIC -DPIC -o .libs/newmdct.o
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c -o presets.lo presets.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -fPIC -DPIC -o .libs/presets.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -o presets.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c newmdct.c -o newmdct.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -o id3tag.o >/dev/null 2>&1
mv -f .deps/presets.Tpo .deps/presets.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c -o psymodel.lo psymodel.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c psymodel.c -fPIC -DPIC -o .libs/psymodel.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -o lame.o >/dev/null 2>&1
mv -f .deps/newmdct.Tpo .deps/newmdct.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c -o quantize.lo quantize.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c quantize.c -fPIC -DPIC -o .libs/quantize.o
mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c -o quantize_pvt.lo quantize_pvt.c
mv -f .deps/id3tag.Tpo .deps/id3tag.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c -o reservoir.lo reservoir.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -fPIC -DPIC -o .libs/quantize_pvt.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c reservoir.c -fPIC -DPIC -o .libs/reservoir.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c reservoir.c -o reservoir.o >/dev/null 2>&1
quantize.c: In function 'VBR_new_iteration_loop':
quantize.c:1734:28: warning: variable 'fullframebits' set but not used [-Wunused-but-set-variable]
int mean_bits, fullframebits;
^
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c quantize.c -o quantize.o >/dev/null 2>&1
mv -f .deps/reservoir.Tpo .deps/reservoir.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c -o set_get.lo set_get.c
mv -f .deps/lame.Tpo .deps/lame.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c -o tables.lo tables.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -fPIC -DPIC -o .libs/set_get.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -o quantize_pvt.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -fPIC -DPIC -o .libs/tables.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -o tables.o >/dev/null 2>&1
mv -f .deps/tables.Tpo .deps/tables.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c -o takehiro.lo takehiro.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c psymodel.c -o psymodel.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c takehiro.c -fPIC -DPIC -o .libs/takehiro.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -o set_get.o >/dev/null 2>&1
mv -f .deps/quantize_pvt.Tpo .deps/quantize_pvt.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c takehiro.c -o takehiro.o >/dev/null 2>&1
mv -f .deps/quantize.Tpo .deps/quantize.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c -o vbrquantize.lo vbrquantize.c
mv -f .deps/set_get.Tpo .deps/set_get.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -fPIC -DPIC -o .libs/vbrquantize.o
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
mv -f .deps/version.Tpo .deps/version.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c -o mpglib_interface.lo mpglib_interface.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -fPIC -DPIC -o .libs/mpglib_interface.o
mv -f .deps/takehiro.Tpo .deps/takehiro.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -o mpglib_interface.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
mv -f .deps/psymodel.Tpo .deps/psymodel.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -o vbrquantize.o >/dev/null 2>&1
mv -f .deps/mpglib_interface.Tpo .deps/mpglib_interface.Plo
mv -f .deps/vbrquantize.Tpo .deps/vbrquantize.Plo
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -version-info 0:0 -no-undefined -o libmp3lame.la -rpath /opt/ffmpeg/lib VbrTag.lo bitstream.lo encoder.lo fft.lo gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo version.lo mpglib_interface.lo ../libmp3lame/vector/liblamevectorroutines.la ../mpglib/libmpgdecoder.la -lm
libtool: link: ccache gcc -shared .libs/VbrTag.o .libs/bitstream.o .libs/encoder.o .libs/fft.o .libs/gain_analysis.o .libs/id3tag.o .libs/lame.o .libs/newmdct.o .libs/presets.o .libs/psymodel.o .libs/quantize.o .libs/quantize_pvt.o .libs/reservoir.o .libs/set_get.o .libs/tables.o .libs/takehiro.o .libs/util.o .libs/vbrquantize.o .libs/version.o .libs/mpglib_interface.o -Wl,--whole-archive ../libmp3lame/vector/.libs/liblamevectorroutines.a ../mpglib/.libs/libmpgdecoder.a -Wl,--no-whole-archive -lm -Wl,-soname -Wl,libmp3lame.so.0 -o .libs/libmp3lame.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmp3lame.so.0" && ln -s "libmp3lame.so.0.0.0" "libmp3lame.so.0")
libtool: link: (cd ".libs" && rm -f "libmp3lame.so" && ln -s "libmp3lame.so.0.0.0" "libmp3lame.so")
libtool: link: (cd .libs/libmp3lame.lax/liblamevectorroutines.a && ar x "/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/../libmp3lame/vector/.libs/liblamevectorroutines.a")
libtool: link: (cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x "/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/../mpglib/.libs/libmpgdecoder.a")
libtool: link: ar cru .libs/libmp3lame.a VbrTag.o bitstream.o encoder.o fft.o gain_analysis.o id3tag.o lame.o newmdct.o presets.o psymodel.o quantize.o quantize_pvt.o reservoir.o set_get.o tables.o takehiro.o util.o vbrquantize.o version.o mpglib_interface.o .libs/libmp3lame.lax/liblamevectorroutines.a/xmm_quantize_sub.o .libs/libmp3lame.lax/libmpgdecoder.a/common.o .libs/libmp3lame.lax/libmpgdecoder.a/dct64_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/decode_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/interface.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o
libtool: link: ranlib .libs/libmp3lame.a
libtool: link: rm -fr .libs/libmp3lame.lax
libtool: link: ( cd ".libs" && rm -f "libmp3lame.la" && ln -s "../libmp3lame.la" "libmp3lame.la" )
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
Making all in frontend
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT lame_main.o -MD -MP -MF .deps/lame_main.Tpo -c -o lame_main.o lame_main.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT brhist.o -MD -MP -MF .deps/brhist.Tpo -c -o brhist.o brhist.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT get_audio.o -MD -MP -MF .deps/get_audio.Tpo -c -o get_audio.o get_audio.c
mv -f .deps/main.Tpo .deps/main.Po
console.c: In function ‘get_termcap_string’:
console.c:92:5: warning: passing argument 1 of ‘tgetstr’ discards ‘const’ qualifier from pointer target type [enabled by default]
tp = tgetstr(id, &tp);
^
In file included from console.c:21:0:
/usr/include/termcap.h:63:31: note: expected ‘char *’ but argument is of type ‘const char *’
extern NCURSES_EXPORT(char *) tgetstr (NCURSES_CONST char *, char **);
^
console.c: In function ‘get_termcap_number’:
console.c:102:5: warning: passing argument 1 of ‘tgetnum’ discards ‘const’ qualifier from pointer target type [enabled by default]
int const val = tgetnum(id);
^
In file included from console.c:21:0:
/usr/include/termcap.h:67:28: note: expected ‘char *’ but argument is of type ‘const char *’
extern NCURSES_EXPORT(int) tgetnum (NCURSES_CONST char *);
^
mv -f .deps/console.Tpo .deps/console.Po
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT lametime.o -MD -MP -MF .deps/lametime.Tpo -c -o lametime.o lametime.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
mv -f .deps/lametime.Tpo .deps/lametime.Po
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT timestatus.o -MD -MP -MF .deps/timestatus.Tpo -c -o timestatus.o timestatus.c
mv -f .deps/lame_main.Tpo .deps/lame_main.Po
mv -f .deps/brhist.Tpo .deps/brhist.Po
mv -f .deps/timestatus.Tpo .deps/timestatus.Po
get_audio.c: In function ‘parse_wave_header’:
get_audio.c:1363:30: warning: variable ‘file_length’ set but not used [-Wunused-but-set-variable]
long data_length = 0, file_length, subSize = 0;
^
get_audio.c:1359:13: warning: variable ‘avg_bytes_per_sec’ set but not used [-Wunused-but-set-variable]
int avg_bytes_per_sec = 0;
^
get_audio.c:1356:13: warning: variable ‘block_align’ set but not used [-Wunused-but-set-variable]
int block_align = 0;
^
mv -f .deps/get_audio.Tpo .deps/get_audio.Po
mv -f .deps/parse.Tpo .deps/parse.Po
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -static -o lame lame_main.o main.o brhist.o console.o get_audio.o lametime.o parse.o timestatus.o ../libmp3lame/libmp3lame.la -lncurses -lm
libtool: link: ccache gcc -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -o lame lame_main.o main.o brhist.o console.o get_audio.o lametime.o parse.o timestatus.o ../libmp3lame/.libs/libmp3lame.a -lncurses -lm
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
Making all in Dll
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
Making all in debian
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
Making all in doc
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
Making all in html
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
Making all in man
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
Making all in include
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/include'
Making all in misc
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
Making all in dshow
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
Making all in ACM
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
Making all in ADbg
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
Making all in ddk
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
Making all in tinyxml
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
Making all in mac
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
Making all in macosx
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
Making all in English.lproj
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
Making all in LAME.xcodeproj
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
Making all in vc_solution
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5'
Making install in mpglib
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
Making install in libmp3lame
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
Making install in i386
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
Making install in vector
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
test -z "/opt/ffmpeg/lib" || /usr/bin/mkdir -p "/opt/ffmpeg/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libmp3lame.la '/opt/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libmp3lame.so.0.0.0 /opt/ffmpeg/lib/libmp3lame.so.0.0.0
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libmp3lame.so.0.0.0 libmp3lame.so.0 || { rm -f libmp3lame.so.0 && ln -s libmp3lame.so.0.0.0 libmp3lame.so.0; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libmp3lame.so.0.0.0 libmp3lame.so || { rm -f libmp3lame.so && ln -s libmp3lame.so.0.0.0 libmp3lame.so; }; })
libtool: install: /usr/bin/install -c .libs/libmp3lame.lai /opt/ffmpeg/lib/libmp3lame.la
libtool: install: /usr/bin/install -c .libs/libmp3lame.a /opt/ffmpeg/lib/libmp3lame.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libmp3lame.a
libtool: install: ranlib /opt/ffmpeg/lib/libmp3lame.a
libtool: finish: PATH="/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin:/sbin" ldconfig -n /opt/ffmpeg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/ffmpeg/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[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
Making install in frontend
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
test -z "/opt/bin" || /usr/bin/mkdir -p "/opt/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c lame '/opt/bin'
libtool: install: /usr/bin/install -c lame /opt/bin/lame
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
Making install in Dll
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
Making install in debian
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
Making install in doc
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
Making install in html
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/ffmpeg/share/doc/lame/html" || /usr/bin/mkdir -p "/opt/ffmpeg/share/doc/lame/html"
/usr/bin/install -c -m 644 about.html abr.html cbr.html contact.html contributors.html detailed.html history.html index.html introduction.html links.html list.html ms_stereo.html usage.html vbr.html '/opt/ffmpeg/share/doc/lame/html'
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
Making install in man
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/ffmpeg/share/man/man1" || /usr/bin/mkdir -p "/opt/ffmpeg/share/man/man1"
/usr/bin/install -c -m 644 lame.1 '/opt/ffmpeg/share/man/man1'
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
Making install in include
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/include'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/ffmpeg/include/lame" || /usr/bin/mkdir -p "/opt/ffmpeg/include/lame"
/usr/bin/install -c -m 644 lame.h '/opt/ffmpeg/include/lame'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/include'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/include'
Making install in misc
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
Making install in dshow
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
Making install in ACM
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
Making install in ADbg
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
Making install in ddk
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
Making install in tinyxml
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
Making install in mac
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
Making install in macosx
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
Making install in English.lproj
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
Making install in LAME.xcodeproj
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
make[3]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
Making install in vc_solution
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5'
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5'
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5'
Making distclean in vc_solution
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/vc_solution'
Making distclean in macosx
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
Making distclean in LAME.xcodeproj
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/LAME.xcodeproj'
Making distclean in English.lproj
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx/English.lproj'
Making distclean in .
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/macosx'
Making distclean in mac
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mac'
Making distclean in ACM
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
Making distclean in tinyxml
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/tinyxml'
Making distclean in ddk
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ddk'
Making distclean in ADbg
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM/ADbg'
Making distclean in .
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/ACM'
Making distclean in dshow
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/dshow'
Making distclean in misc
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
test -z "abx ath scalartest" || rm -f abx ath scalartest
rm -rf .libs _libs
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/misc'
Making distclean in include
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/include'
Making distclean in doc
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
Making distclean in man
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/man'
Making distclean in html
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc/html'
Making distclean in .
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/doc'
Making distclean in debian
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/debian'
Making distclean in Dll
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/Dll'
Making distclean in frontend
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
rm -f lame
test -z "lclint.txt lame mp3rtp mp3x" || rm -f lclint.txt lame mp3rtp mp3x
rm -rf .libs _libs
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/frontend'
Making distclean in libmp3lame
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
Making distclean in vector
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
test -z "lclint.txt" || rm -f lclint.txt
rm -rf .libs _libs
test -z "liblamevectorroutines.la" || rm -f liblamevectorroutines.la
rm -f "./so_locations"
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/vector'
Making distclean in i386
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
test -z "choose_table.o.lst choose_table.lo.lst cpu_feat.o.lst cpu_feat.lo.lst fft3dn.o.lst fft3dn.lo.lst fftsse.o.lst fftsse.lo.lst" || rm -f choose_table.o.lst choose_table.lo.lst cpu_feat.o.lst cpu_feat.lo.lst fft3dn.o.lst fft3dn.lo.lst fftsse.o.lst fftsse.lo.lst
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame/i386'
Making distclean in .
make[2]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
test -z "lclint.txt" || rm -f lclint.txt
test -z "libmp3lame.la" || rm -f libmp3lame.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/libmp3lame'
Making distclean in mpglib
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
rm -rf .libs _libs
test -z "libmpgdecoder.la" || rm -f libmpgdecoder.la
rm -f "./so_locations"
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5/mpglib'
Making distclean in .
make[1]: Entering directory `/opt/ffmpeg_sources/lame-3.99.5'
test -z "testcase.new.mp3" || rm -f testcase.new.mp3
rm -rf .libs _libs
rm -f *.lo
test -z "lame.spec" || rm -f lame.spec
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[1]: Leaving directory `/opt/ffmpeg_sources/lame-3.99.5'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
Cloning into 'opus'...
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:39: installing './compile'
configure.ac:36: installing './config.guess'
configure.ac:36: installing './config.sub'
configure.ac:33: installing './install-sh'
configure.ac:33: installing './missing'
Makefile.am:269: warning: '%'-style pattern rules are a GNU make extension
Makefile.am:272: warning: '%'-style pattern rules are a GNU make extension
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... ccache 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 ccache gcc accepts -g... yes
checking for ccache gcc option to accept ISO C89... none needed
checking dependency style of ccache gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by ccache 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 x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu 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 ccache gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... ccache 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 ccache gcc supports -fno-rtti -fno-exceptions... no
checking for ccache gcc option to produce PIC... -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... yes
checking if ccache gcc static flag -static works... no
checking if ccache gcc supports -c -o file.o... yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking whether ccache gcc and cc understand -c and -o together... yes
checking for ccache gcc option to accept ISO C99... -std=gnu99
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking dependency style of ccache gcc -std=gnu99... gcc3
checking for C/C++ restrict keyword... __restrict
checking for C99 variable-size arrays... yes
checking for cos in -lm... yes
checking for doxygen... yes
checking if ccache gcc -std=gnu99 supports -fvisibility=hidden... yes
checking if ccache gcc -std=gnu99 supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
checking for lrintf... yes
checking for lrint... yes
checking for __malloc_hook... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating opus.pc
config.status: creating opus-uninstalled.pc
config.status: creating celt/arm/armopts.s
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
------------------------------------------------------------------------
opus 1.1.1-rc-19-g60fcfd5: Automatic configuration OK.
Compiler support:
C99 var arrays: ................ yes
C99 lrintf: .................... yes
Use alloca: .................... no (using var arrays)
General configuration:
Floating point support: ........ yes
Fast float approximations: ..... no
Fixed point debugging: ......... no
Inline Assembly Optimizations: . No inline ASM for your platform, please send patches
External Assembly Optimizations:
Intrinsics Optimizations.......: no
Run-time CPU detection: ........ no
Custom modes: .................. no
Assertion checking: ............ no
Fuzzing: ....................... no
API documentation: ............. yes
Extra programs: ................ yes
------------------------------------------------------------------------
Type "make; make install" to compile and install
Type "make check" to run the test suite
make all-recursive
make[1]: Entering directory `/opt/ffmpeg_sources/opus'
make[2]: Entering directory `/opt/ffmpeg_sources/opus'
CC celt/bands.lo
CC celt/celt.lo
make[3]: Entering directory `/opt/ffmpeg_sources/opus/doc'
doxygen
CC celt/celt_encoder.lo
CC celt/celt_decoder.lo
Warning: Tag `SYMBOL_CACHE_SIZE' at line 310 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `SHOW_DIRECTORIES' at line 519 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `HTML_ALIGN_MEMBERS' at line 908 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `USE_INLINE_TREES' at line 1095 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
touch doxygen-build.stamp
make[3]: Leaving directory `/opt/ffmpeg_sources/opus/doc'
CC celt/cwrs.lo
CC celt/entcode.lo
CC celt/entdec.lo
CC celt/entenc.lo
CC celt/kiss_fft.lo
CC celt/laplace.lo
CC celt/mathops.lo
CC celt/mdct.lo
CC celt/modes.lo
CC celt/pitch.lo
CC celt/celt_lpc.lo
CC celt/quant_bands.lo
CC celt/rate.lo
CC celt/vq.lo
CC silk/CNG.lo
CC silk/code_signs.lo
CC silk/init_decoder.lo
CC silk/decode_core.lo
CC silk/decode_frame.lo
CC silk/decode_parameters.lo
CC silk/decode_indices.lo
CC silk/decode_pulses.lo
CC silk/decoder_set_fs.lo
CC silk/dec_API.lo
CC silk/enc_API.lo
CC silk/encode_indices.lo
CC silk/encode_pulses.lo
CC silk/gain_quant.lo
CC silk/interpolate.lo
CC silk/LP_variable_cutoff.lo
CC silk/NLSF_decode.lo
CC silk/NSQ.lo
CC silk/NSQ_del_dec.lo
CC silk/PLC.lo
CC silk/shell_coder.lo
CC silk/tables_gain.lo
CC silk/tables_LTP.lo
CC silk/tables_NLSF_CB_NB_MB.lo
CC silk/tables_NLSF_CB_WB.lo
CC silk/tables_other.lo
CC silk/tables_pitch_lag.lo
CC silk/tables_pulses_per_block.lo
CC silk/VAD.lo
CC silk/control_audio_bandwidth.lo
CC silk/quant_LTP_gains.lo
CC silk/VQ_WMat_EC.lo
CC silk/HP_variable_cutoff.lo
CC silk/NLSF_encode.lo
CC silk/NLSF_VQ.lo
CC silk/NLSF_unpack.lo
CC silk/NLSF_del_dec_quant.lo
CC silk/process_NLSFs.lo
CC silk/stereo_LR_to_MS.lo
CC silk/stereo_MS_to_LR.lo
CC silk/check_control_input.lo
CC silk/control_SNR.lo
CC silk/init_encoder.lo
CC silk/control_codec.lo
CC silk/A2NLSF.lo
CC silk/ana_filt_bank_1.lo
CC silk/biquad_alt.lo
CC silk/bwexpander_32.lo
CC silk/bwexpander.lo
CC silk/debug.lo
CC silk/decode_pitch.lo
CC silk/inner_prod_aligned.lo
CC silk/lin2log.lo
CC silk/log2lin.lo
CC silk/LPC_analysis_filter.lo
CC silk/LPC_inv_pred_gain.lo
CC silk/table_LSF_cos.lo
CC silk/NLSF2A.lo
CC silk/NLSF_stabilize.lo
CC silk/NLSF_VQ_weights_laroia.lo
CC silk/pitch_est_tables.lo
CC silk/resampler.lo
CC silk/resampler_down2_3.lo
CC silk/resampler_down2.lo
CC silk/resampler_private_AR2.lo
CC silk/resampler_private_down_FIR.lo
CC silk/resampler_private_IIR_FIR.lo
CC silk/resampler_private_up2_HQ.lo
CC silk/resampler_rom.lo
CC silk/sigm_Q15.lo
CC silk/sort.lo
CC silk/sum_sqr_shift.lo
CC silk/stereo_decode_pred.lo
CC silk/stereo_encode_pred.lo
CC silk/stereo_find_predictor.lo
CC silk/stereo_quant_pred.lo
CC silk/float/apply_sine_window_FLP.lo
CC silk/float/corrMatrix_FLP.lo
CC silk/float/encode_frame_FLP.lo
CC silk/float/find_LPC_FLP.lo
CC silk/float/find_LTP_FLP.lo
CC silk/float/find_pitch_lags_FLP.lo
CC silk/float/find_pred_coefs_FLP.lo
CC silk/float/LPC_analysis_filter_FLP.lo
CC silk/float/LTP_analysis_filter_FLP.lo
CC silk/float/LTP_scale_ctrl_FLP.lo
CC silk/float/noise_shape_analysis_FLP.lo
CC silk/float/prefilter_FLP.lo
CC silk/float/process_gains_FLP.lo
CC silk/float/regularize_correlations_FLP.lo
CC silk/float/residual_energy_FLP.lo
CC silk/float/solve_LS_FLP.lo
CC silk/float/warped_autocorrelation_FLP.lo
CC silk/float/wrappers_FLP.lo
CC silk/float/autocorrelation_FLP.lo
CC silk/float/burg_modified_FLP.lo
CC silk/float/bwexpander_FLP.lo
CC silk/float/energy_FLP.lo
CC silk/float/inner_product_FLP.lo
CC silk/float/k2a_FLP.lo
CC silk/float/levinsondurbin_FLP.lo
CC silk/float/LPC_inv_pred_gain_FLP.lo
CC silk/float/pitch_analysis_core_FLP.lo
CC silk/float/scale_copy_vector_FLP.lo
CC silk/float/scale_vector_FLP.lo
CC silk/float/schur_FLP.lo
CC silk/float/sort_FLP.lo
CC src/opus.lo
CC src/opus_decoder.lo
CC src/opus_encoder.lo
CC src/opus_multistream.lo
CC src/opus_multistream_encoder.lo
CC src/opus_multistream_decoder.lo
CC src/repacketizer.lo
CC src/analysis.lo
CC src/mlp.lo
CC src/mlp_data.lo
CC src/opus_demo.o
CC src/repacketizer_demo.o
CC src/opus_compare.o
CC tests/test_opus_api.o
CC tests/test_opus_encode.o
CC tests/test_opus_decode.o
CC tests/test_opus_padding.o
CC celt/tests/test_unit_cwrs32.o
CC celt/tests/test_unit_dft.o
CC celt/tests/test_unit_entropy.o
CC celt/tests/test_unit_laplace.o
CC celt/tests/test_unit_mathops.o
CC celt/tests/test_unit_mdct.o
CC celt/tests/test_unit_rotation.o
CC celt/tests/test_unit_types.o
CCLD libopus.la
CCLD opus_compare
CCLD celt/tests/test_unit_cwrs32
CCLD celt/tests/test_unit_dft
CCLD celt/tests/test_unit_entropy
CCLD celt/tests/test_unit_laplace
CCLD celt/tests/test_unit_mdct
CCLD celt/tests/test_unit_types
CCLD opus_demo
CCLD repacketizer_demo
CCLD tests/test_opus_api
CCLD tests/test_opus_encode
CCLD tests/test_opus_decode
CCLD tests/test_opus_padding
CCLD celt/tests/test_unit_rotation
CCLD celt/tests/test_unit_mathops
make[2]: Leaving directory `/opt/ffmpeg_sources/opus'
make[1]: Leaving directory `/opt/ffmpeg_sources/opus'
make install-recursive
make[1]: Entering directory `/opt/ffmpeg_sources/opus'
make[2]: Entering directory `/opt/ffmpeg_sources/opus'
make[3]: Entering directory `/opt/ffmpeg_sources/opus/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/opus/doc'
make[3]: Entering directory `/opt/ffmpeg_sources/opus'
/usr/bin/mkdir -p '/opt/ffmpeg/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libopus.la '/opt/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libopus.so.0.5.1 /opt/ffmpeg/lib/libopus.so.0.5.1
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libopus.so.0.5.1 libopus.so.0 || { rm -f libopus.so.0 && ln -s libopus.so.0.5.1 libopus.so.0; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libopus.so.0.5.1 libopus.so || { rm -f libopus.so && ln -s libopus.so.0.5.1 libopus.so; }; })
libtool: install: /usr/bin/install -c .libs/libopus.lai /opt/ffmpeg/lib/libopus.la
libtool: install: /usr/bin/install -c .libs/libopus.a /opt/ffmpeg/lib/libopus.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libopus.a
libtool: install: ranlib /opt/ffmpeg/lib/libopus.a
libtool: finish: PATH="/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin:/sbin" ldconfig -n /opt/ffmpeg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/ffmpeg/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[4]: Entering directory `/opt/ffmpeg_sources/opus/doc'
make[5]: Entering directory `/opt/ffmpeg_sources/opus/doc'
make[5]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -d /opt/ffmpeg/share/doc/opus/html/search
for f in `find html -type f \! -name "installdox"`; do \
/usr/bin/install -c -m 644 $f /opt/ffmpeg/share/doc/opus/$f; \
done
/usr/bin/install -c -d /opt/ffmpeg/share/man/man3
cd man && find man3 -type f -name opus_*.3 \
-exec /usr/bin/install -c -m 644 \{} /opt/ffmpeg/share/man/man3 \;
make[5]: Leaving directory `/opt/ffmpeg_sources/opus/doc'
make[4]: Leaving directory `/opt/ffmpeg_sources/opus/doc'
/usr/bin/mkdir -p '/opt/ffmpeg/share/aclocal'
/usr/bin/install -c -m 644 opus.m4 '/opt/ffmpeg/share/aclocal'
/usr/bin/mkdir -p '/opt/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 opus.pc '/opt/ffmpeg/lib/pkgconfig'
/usr/bin/mkdir -p '/opt/ffmpeg/include/opus'
/usr/bin/install -c -m 644 include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h '/opt/ffmpeg/include/opus'
make[3]: Leaving directory `/opt/ffmpeg_sources/opus'
make[2]: Leaving directory `/opt/ffmpeg_sources/opus'
make[1]: Leaving directory `/opt/ffmpeg_sources/opus'
Making distclean in doc
make[1]: Entering directory `/opt/ffmpeg_sources/opus/doc'
rm -rf .libs _libs
rm -f -r html
rm -f -r latex
rm -f -r man
rm -f doxygen-build.stamp
rm -f *.lo
test -z "Doxyfile" || rm -f Doxyfile
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/opus/doc'
make[1]: Entering directory `/opt/ffmpeg_sources/opus'
test -z "celt/arm/celt_pitch_xcorr_arm-gnu.S celt/arm/armopts-gnu.S" || rm -f celt/arm/celt_pitch_xcorr_arm-gnu.S celt/arm/armopts-gnu.S
test -z "libopus.la" || rm -f libopus.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf celt/.libs celt/_libs
rm -rf celt/arm/.libs celt/arm/_libs
rm -rf celt/tests/.libs celt/tests/_libs
rm -rf celt/x86/.libs celt/x86/_libs
rm -rf silk/.libs silk/_libs
rm -rf silk/fixed/.libs silk/fixed/_libs
rm -rf silk/fixed/x86/.libs silk/fixed/x86/_libs
rm -rf silk/float/.libs silk/float/_libs
rm -rf silk/x86/.libs silk/x86/_libs
rm -rf src/.libs src/_libs
rm -rf tests/.libs tests/_libs
( cd doc && make clean )
make[2]: Entering directory `/opt/ffmpeg_sources/opus/doc'
make[2]: *** No rule to make target `clean'. Stop.
make[2]: Leaving directory `/opt/ffmpeg_sources/opus/doc'
make[1]: [clean-local] Error 2 (ignored)
test -z "" || rm -f
rm -f opus_demo repacketizer_demo opus_compare tests/test_opus_api tests/test_opus_encode tests/test_opus_decode tests/test_opus_padding celt/tests/test_unit_cwrs32 celt/tests/test_unit_dft celt/tests/test_unit_entropy celt/tests/test_unit_laplace celt/tests/test_unit_mathops celt/tests/test_unit_mdct celt/tests/test_unit_rotation celt/tests/test_unit_types
rm -f *.o
rm -f celt/*.o
rm -f celt/*.lo
rm -f celt/arm/*.o
rm -f celt/arm/*.lo
rm -f celt/tests/*.o
rm -f celt/x86/*.o
rm -f celt/x86/*.lo
rm -f silk/*.o
rm -f silk/*.lo
rm -f silk/fixed/*.o
rm -f silk/fixed/*.lo
rm -f silk/fixed/x86/*.o
rm -f silk/fixed/x86/*.lo
rm -f silk/float/*.o
rm -f silk/float/*.lo
rm -f silk/x86/*.o
rm -f silk/x86/*.lo
rm -f src/*.o
rm -f src/*.lo
rm -f tests/*.o
test -z "celt/tests/test_unit_types.log celt/tests/test_unit_mathops.log celt/tests/test_unit_entropy.log celt/tests/test_unit_laplace.log celt/tests/test_unit_dft.log celt/tests/test_unit_mdct.log celt/tests/test_unit_rotation.log celt/tests/test_unit_cwrs32.log tests/test_opus_api.log tests/test_opus_decode.log tests/test_opus_encode.log tests/test_opus_padding.log" || rm -f celt/tests/test_unit_types.log celt/tests/test_unit_mathops.log celt/tests/test_unit_entropy.log celt/tests/test_unit_laplace.log celt/tests/test_unit_dft.log celt/tests/test_unit_mdct.log celt/tests/test_unit_rotation.log celt/tests/test_unit_cwrs32.log tests/test_opus_api.log tests/test_opus_decode.log tests/test_opus_encode.log tests/test_opus_padding.log
test -z "celt/tests/test_unit_types.trs celt/tests/test_unit_mathops.trs celt/tests/test_unit_entropy.trs celt/tests/test_unit_laplace.trs celt/tests/test_unit_dft.trs celt/tests/test_unit_mdct.trs celt/tests/test_unit_rotation.trs celt/tests/test_unit_cwrs32.trs tests/test_opus_api.trs tests/test_opus_decode.trs tests/test_opus_encode.trs tests/test_opus_padding.trs" || rm -f celt/tests/test_unit_types.trs celt/tests/test_unit_mathops.trs celt/tests/test_unit_entropy.trs celt/tests/test_unit_laplace.trs celt/tests/test_unit_dft.trs celt/tests/test_unit_mdct.trs celt/tests/test_unit_rotation.trs celt/tests/test_unit_cwrs32.trs tests/test_opus_api.trs tests/test_opus_decode.trs tests/test_opus_encode.trs tests/test_opus_padding.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "opus.pc opus-uninstalled.pc celt/arm/armopts.s" || rm -f opus.pc opus-uninstalled.pc celt/arm/armopts.s
test . = "." || test -z "" || rm -f
rm -f celt/.deps/.dirstamp
rm -f celt/.dirstamp
rm -f celt/arm/.deps/.dirstamp
rm -f celt/arm/.dirstamp
rm -f celt/tests/.deps/.dirstamp
rm -f celt/tests/.dirstamp
rm -f celt/x86/.deps/.dirstamp
rm -f celt/x86/.dirstamp
rm -f silk/.deps/.dirstamp
rm -f silk/.dirstamp
rm -f silk/fixed/.deps/.dirstamp
rm -f silk/fixed/.dirstamp
rm -f silk/fixed/x86/.deps/.dirstamp
rm -f silk/fixed/x86/.dirstamp
rm -f silk/float/.deps/.dirstamp
rm -f silk/float/.dirstamp
rm -f silk/x86/.deps/.dirstamp
rm -f silk/x86/.dirstamp
rm -f src/.deps/.dirstamp
rm -f src/.dirstamp
rm -f tests/.deps/.dirstamp
rm -f tests/.dirstamp
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory `/opt/ffmpeg_sources/opus'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf celt/.deps celt/arm/.deps celt/tests/.deps celt/x86/.deps silk/.deps silk/fixed/.deps silk/fixed/x86/.deps silk/float/.deps silk/x86/.deps src/.deps tests/.deps
rm -f Makefile
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 537k 100 537k 0 0 173k 0 0:00:03 0:00:03 --:--:-- 173k
libogg-1.3.2/
libogg-1.3.2/doc/
libogg-1.3.2/doc/libogg/
libogg-1.3.2/doc/libogg/style.css
libogg-1.3.2/doc/libogg/reference.html
libogg-1.3.2/doc/libogg/overview.html
libogg-1.3.2/doc/libogg/oggpack_writetrunc.html
libogg-1.3.2/doc/libogg/oggpack_writeinit.html
libogg-1.3.2/doc/libogg/oggpack_writecopy.html
libogg-1.3.2/doc/libogg/oggpack_writeclear.html
libogg-1.3.2/doc/libogg/oggpack_writecheck.html
libogg-1.3.2/doc/libogg/oggpack_writealign.html
libogg-1.3.2/doc/libogg/oggpack_write.html
libogg-1.3.2/doc/libogg/oggpack_reset.html
libogg-1.3.2/doc/libogg/oggpack_readinit.html
libogg-1.3.2/doc/libogg/oggpack_read1.html
libogg-1.3.2/doc/libogg/oggpack_read.html
libogg-1.3.2/doc/libogg/oggpack_look1.html
libogg-1.3.2/doc/libogg/oggpack_look.html
libogg-1.3.2/doc/libogg/oggpack_get_buffer.html
libogg-1.3.2/doc/libogg/oggpack_bytes.html
libogg-1.3.2/doc/libogg/oggpack_buffer.html
libogg-1.3.2/doc/libogg/oggpack_bits.html
libogg-1.3.2/doc/libogg/oggpack_adv1.html
libogg-1.3.2/doc/libogg/oggpack_adv.html
libogg-1.3.2/doc/libogg/ogg_sync_wrote.html
libogg-1.3.2/doc/libogg/ogg_sync_state.html
libogg-1.3.2/doc/libogg/ogg_sync_reset.html
libogg-1.3.2/doc/libogg/ogg_sync_pageseek.html
libogg-1.3.2/doc/libogg/ogg_sync_pageout.html
libogg-1.3.2/doc/libogg/ogg_sync_init.html
libogg-1.3.2/doc/libogg/ogg_sync_destroy.html
libogg-1.3.2/doc/libogg/ogg_sync_clear.html
libogg-1.3.2/doc/libogg/ogg_sync_check.html
libogg-1.3.2/doc/libogg/ogg_sync_buffer.html
libogg-1.3.2/doc/libogg/ogg_stream_state.html
libogg-1.3.2/doc/libogg/ogg_stream_reset_serialno.html
libogg-1.3.2/doc/libogg/ogg_stream_reset.html
libogg-1.3.2/doc/libogg/ogg_stream_pageout_fill.html
libogg-1.3.2/doc/libogg/ogg_stream_pageout.html
libogg-1.3.2/doc/libogg/ogg_stream_pagein.html
libogg-1.3.2/doc/libogg/ogg_stream_packetpeek.html
libogg-1.3.2/doc/libogg/ogg_stream_packetout.html
libogg-1.3.2/doc/libogg/ogg_stream_packetin.html
libogg-1.3.2/doc/libogg/ogg_stream_iovecin.html
libogg-1.3.2/doc/libogg/ogg_stream_init.html
libogg-1.3.2/doc/libogg/ogg_stream_flush_fill.html
libogg-1.3.2/doc/libogg/ogg_stream_flush.html
libogg-1.3.2/doc/libogg/ogg_stream_eos.html
libogg-1.3.2/doc/libogg/ogg_stream_destroy.html
libogg-1.3.2/doc/libogg/ogg_stream_clear.html
libogg-1.3.2/doc/libogg/ogg_stream_check.html
libogg-1.3.2/doc/libogg/ogg_page_version.html
libogg-1.3.2/doc/libogg/ogg_page_serialno.html
libogg-1.3.2/doc/libogg/ogg_page_pageno.html
libogg-1.3.2/doc/libogg/ogg_page_packets.html
libogg-1.3.2/doc/libogg/ogg_page_granulepos.html
libogg-1.3.2/doc/libogg/ogg_page_eos.html
libogg-1.3.2/doc/libogg/ogg_page_continued.html
libogg-1.3.2/doc/libogg/ogg_page_checksum_set.html
libogg-1.3.2/doc/libogg/ogg_page_bos.html
libogg-1.3.2/doc/libogg/ogg_page.html
libogg-1.3.2/doc/libogg/ogg_packet_clear.html
libogg-1.3.2/doc/libogg/ogg_packet.html
libogg-1.3.2/doc/libogg/ogg_iovec_t.html
libogg-1.3.2/doc/libogg/index.html
libogg-1.3.2/doc/libogg/general.html
libogg-1.3.2/doc/libogg/encoding.html
libogg-1.3.2/doc/libogg/decoding.html
libogg-1.3.2/doc/libogg/datastructures.html
libogg-1.3.2/doc/libogg/bitpacking.html
libogg-1.3.2/doc/libogg/Makefile.am
libogg-1.3.2/doc/libogg/Makefile.in
libogg-1.3.2/doc/skeleton.html
libogg-1.3.2/doc/rfc5334.txt
libogg-1.3.2/doc/rfc3533.txt
libogg-1.3.2/doc/white-xifish.png
libogg-1.3.2/doc/white-ogg.png
libogg-1.3.2/doc/vorbisword2.png
libogg-1.3.2/doc/stream.png
libogg-1.3.2/doc/pages.png
libogg-1.3.2/doc/packets.png
libogg-1.3.2/doc/multiplex1.png
libogg-1.3.2/doc/fish_xiph_org.png
libogg-1.3.2/doc/ogg-multiplex.html
libogg-1.3.2/doc/oggstream.html
libogg-1.3.2/doc/index.html
libogg-1.3.2/doc/framing.html
libogg-1.3.2/doc/Makefile.am
libogg-1.3.2/doc/Makefile.in
libogg-1.3.2/include/
libogg-1.3.2/include/ogg/
libogg-1.3.2/include/ogg/os_types.h
libogg-1.3.2/include/ogg/ogg.h
libogg-1.3.2/include/ogg/config_types.h.in
libogg-1.3.2/include/ogg/Makefile.am
libogg-1.3.2/include/ogg/Makefile.in
libogg-1.3.2/include/Makefile.am
libogg-1.3.2/include/Makefile.in
libogg-1.3.2/depcomp
libogg-1.3.2/src/
libogg-1.3.2/src/bitwise.c
libogg-1.3.2/src/framing.c
libogg-1.3.2/src/Makefile.am
libogg-1.3.2/src/Makefile.in
libogg-1.3.2/win32/
libogg-1.3.2/win32/VS2005/
libogg-1.3.2/win32/VS2005/libogg_dynamic.sln
libogg-1.3.2/win32/VS2005/libogg_static.sln
libogg-1.3.2/win32/VS2005/libogg_dynamic.vcproj
libogg-1.3.2/win32/VS2005/libogg_static.vcproj
libogg-1.3.2/win32/VS2008/
libogg-1.3.2/win32/VS2008/libogg_dynamic.sln
libogg-1.3.2/win32/VS2008/libogg_static.sln
libogg-1.3.2/win32/VS2008/libogg_dynamic.vcproj
libogg-1.3.2/win32/VS2008/libogg_static.vcproj
libogg-1.3.2/win32/VS2010/
libogg-1.3.2/win32/VS2010/libogg_dynamic.vcxproj
libogg-1.3.2/win32/VS2010/libogg_dynamic.sln
libogg-1.3.2/win32/VS2010/libogg_static.vcxproj
libogg-1.3.2/win32/VS2010/libogg_static.sln
libogg-1.3.2/win32/ogg.def
libogg-1.3.2/win32/VS2003/
libogg-1.3.2/win32/VS2003/libogg/
libogg-1.3.2/win32/VS2003/libogg/libogg.vcproj
libogg-1.3.2/win32/VS2003/ogg.sln
libogg-1.3.2/win32/VS6/
libogg-1.3.2/win32/VS6/build_ogg_dynamic.bat
libogg-1.3.2/win32/VS6/ogg_dynamic.dsp
libogg-1.3.2/win32/VS6/build_ogg_static.bat
libogg-1.3.2/win32/VS6/ogg.dsw
libogg-1.3.2/win32/VS6/ogg_static.dsp
libogg-1.3.2/win32/VS6/build_ogg_dynamic_debug.bat
libogg-1.3.2/win32/VS6/build_ogg_static_debug.bat
libogg-1.3.2/macosx/
libogg-1.3.2/macosx/Ogg.xcodeproj/
libogg-1.3.2/macosx/Ogg.xcodeproj/project.pbxproj
libogg-1.3.2/macosx/Ogg_Prefix.pch
libogg-1.3.2/macosx/Info.plist
libogg-1.3.2/macosx/English.lproj/
libogg-1.3.2/macosx/English.lproj/InfoPlist.strings
libogg-1.3.2/ogg.m4
libogg-1.3.2/libogg.spec
libogg-1.3.2/CHANGES
libogg-1.3.2/ltmain.sh
libogg-1.3.2/missing
libogg-1.3.2/install-sh
libogg-1.3.2/config.sub
libogg-1.3.2/config.guess
libogg-1.3.2/compile
libogg-1.3.2/README
libogg-1.3.2/COPYING
libogg-1.3.2/AUTHORS
libogg-1.3.2/ogg-uninstalled.pc.in
libogg-1.3.2/ogg.pc.in
libogg-1.3.2/libogg.spec.in
libogg-1.3.2/config.h.in
libogg-1.3.2/aclocal.m4
libogg-1.3.2/configure.in
libogg-1.3.2/configure
libogg-1.3.2/Makefile.am
libogg-1.3.2/Makefile.in
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... ccache 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 ccache gcc accepts -g... yes
checking for ccache gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of ccache gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by ccache 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 x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu 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 ccache gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... ccache 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 ccache gcc supports -fno-rtti -fno-exceptions... no
checking for ccache gcc option to produce PIC... -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... yes
checking if ccache gcc static flag -static works... no
checking if ccache gcc supports -c -o file.o... yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking whether ccache gcc and cc understand -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of u_int16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of u_int32_t... 4
checking size of int64_t... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for working memcmp... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/libogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating libogg.spec
config.status: creating ogg.pc
config.status: creating ogg-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2'
Making all in src
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -fPIC -DPIC -o .libs/bitwise.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -fPIC -DPIC -o .libs/framing.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o >/dev/null 2>&1
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
libtool: link: ccache gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
mv -f .deps/framing.Tpo .deps/framing.Plo
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O20 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 8:2:8 -o libogg.la -rpath /opt/ffmpeg/lib framing.lo bitwise.lo
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
libtool: link: ccache gcc -shared -fPIC -DPIC .libs/framing.o .libs/bitwise.o -O20 -O2 -Wl,-soname -Wl,libogg.so.0 -o .libs/libogg.so.0.8.2
libtool: link: ccache gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
libtool: link: (cd ".libs" && rm -f "libogg.so.0" && ln -s "libogg.so.0.8.2" "libogg.so.0")
libtool: link: (cd ".libs" && rm -f "libogg.so" && ln -s "libogg.so.0.8.2" "libogg.so")
libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
libtool: link: ranlib .libs/libogg.a
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
Making all in include
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
Making all in ogg
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
Making all in doc
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
Making all in libogg
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2'
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2'
Making install in src
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
/usr/bin/mkdir -p '/opt/ffmpeg/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libogg.la '/opt/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libogg.so.0.8.2 /opt/ffmpeg/lib/libogg.so.0.8.2
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libogg.so.0.8.2 libogg.so.0 || { rm -f libogg.so.0 && ln -s libogg.so.0.8.2 libogg.so.0; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libogg.so.0.8.2 libogg.so || { rm -f libogg.so && ln -s libogg.so.0.8.2 libogg.so; }; })
libtool: install: /usr/bin/install -c .libs/libogg.lai /opt/ffmpeg/lib/libogg.la
libtool: install: /usr/bin/install -c .libs/libogg.a /opt/ffmpeg/lib/libogg.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libogg.a
libtool: install: ranlib /opt/ffmpeg/lib/libogg.a
libtool: finish: PATH="/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin:/sbin" ldconfig -n /opt/ffmpeg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/ffmpeg/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]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
Making install in include
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
Making install in ogg
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/include/ogg'
/usr/bin/install -c -m 644 config_types.h '/opt/ffmpeg/include/ogg'
/usr/bin/mkdir -p '/opt/ffmpeg/include/ogg'
/usr/bin/install -c -m 644 ogg.h os_types.h '/opt/ffmpeg/include/ogg'
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
Making install in doc
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
Making install in libogg
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/doc/libogg/libogg'
/usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html ogg_stream_iovecin.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_check.html ogg_sync_clear.html ogg_sync_destroy.html '/opt/ffmpeg/share/doc/libogg/libogg'
/usr/bin/install -c -m 644 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/opt/ffmpeg/share/doc/libogg/libogg'
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[3]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/doc/libogg'
/usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html fish_xiph_org.png multiplex1.png packets.png pages.png stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/opt/ffmpeg/share/doc/libogg'
make[3]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/aclocal'
/usr/bin/install -c -m 644 ogg.m4 '/opt/ffmpeg/share/aclocal'
/usr/bin/mkdir -p '/opt/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 ogg.pc '/opt/ffmpeg/lib/pkgconfig'
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2'
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2'
Making distclean in src
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
test -z "libogg.la" || rm -f libogg.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f test_bitwise test_framing
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/src'
Making distclean in include
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
Making distclean in ogg
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
rm -rf .libs _libs
rm -f *.lo
test -z "config_types.h" || rm -f config_types.h
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include/ogg'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/include'
Making distclean in doc
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
Making distclean in libogg
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc/libogg'
make[2]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2/doc'
make[1]: Entering directory `/opt/ffmpeg_sources/libogg-1.3.2'
rm -rf .libs _libs
rm -f *.lo
test -z "libogg.spec ogg.pc ogg-uninstalled.pc" || rm -f libogg.spec ogg.pc ogg-uninstalled.pc
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory `/opt/ffmpeg_sources/libogg-1.3.2'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1600k 100 1600k 0 0 315k 0 0:00:05 0:00:05 --:--:-- 400k
libvorbis-1.3.5/
libvorbis-1.3.5/aclocal.m4
libvorbis-1.3.5/AUTHORS
libvorbis-1.3.5/autogen.sh
libvorbis-1.3.5/CHANGES
libvorbis-1.3.5/compile
libvorbis-1.3.5/config.guess
libvorbis-1.3.5/config.h.in
libvorbis-1.3.5/config.sub
libvorbis-1.3.5/configure
libvorbis-1.3.5/configure.ac
libvorbis-1.3.5/COPYING
libvorbis-1.3.5/depcomp
libvorbis-1.3.5/doc/
libvorbis-1.3.5/examples/
libvorbis-1.3.5/include/
libvorbis-1.3.5/install-sh
libvorbis-1.3.5/lib/
libvorbis-1.3.5/libvorbis.spec
libvorbis-1.3.5/libvorbis.spec.in
libvorbis-1.3.5/ltmain.sh
libvorbis-1.3.5/m4/
libvorbis-1.3.5/macos/
libvorbis-1.3.5/macosx/
libvorbis-1.3.5/Makefile.am
libvorbis-1.3.5/Makefile.in
libvorbis-1.3.5/missing
libvorbis-1.3.5/README
libvorbis-1.3.5/symbian/
libvorbis-1.3.5/test/
libvorbis-1.3.5/todo.txt
libvorbis-1.3.5/vorbis-uninstalled.pc.in
libvorbis-1.3.5/vorbis.m4
libvorbis-1.3.5/vorbis.pc.in
libvorbis-1.3.5/vorbisenc-uninstalled.pc.in
libvorbis-1.3.5/vorbisenc.pc.in
libvorbis-1.3.5/vorbisfile-uninstalled.pc.in
libvorbis-1.3.5/vorbisfile.pc.in
libvorbis-1.3.5/vq/
libvorbis-1.3.5/win32/
libvorbis-1.3.5/win32/vorbis.def
libvorbis-1.3.5/win32/vorbisenc.def
libvorbis-1.3.5/win32/vorbisfile.def
libvorbis-1.3.5/win32/VS2005/
libvorbis-1.3.5/win32/VS2008/
libvorbis-1.3.5/win32/VS2010/
libvorbis-1.3.5/win32/VS2010/libogg.props
libvorbis-1.3.5/win32/VS2010/libvorbis/
libvorbis-1.3.5/win32/VS2010/libvorbisfile/
libvorbis-1.3.5/win32/VS2010/README
libvorbis-1.3.5/win32/VS2010/vorbis_dynamic.sln
libvorbis-1.3.5/win32/VS2010/vorbis_static.sln
libvorbis-1.3.5/win32/VS2010/vorbisdec/
libvorbis-1.3.5/win32/VS2010/vorbisenc/
libvorbis-1.3.5/win32/VS2010/vorbisenc/vorbisenc_dynamic.vcxproj
libvorbis-1.3.5/win32/VS2010/vorbisenc/vorbisenc_static.vcxproj
libvorbis-1.3.5/win32/VS2010/vorbisdec/vorbisdec_dynamic.vcxproj
libvorbis-1.3.5/win32/VS2010/vorbisdec/vorbisdec_static.vcxproj
libvorbis-1.3.5/win32/VS2010/libvorbisfile/libvorbisfile_dynamic.vcxproj
libvorbis-1.3.5/win32/VS2010/libvorbisfile/libvorbisfile_static.vcxproj
libvorbis-1.3.5/win32/VS2010/libvorbis/libvorbis_dynamic.vcxproj
libvorbis-1.3.5/win32/VS2010/libvorbis/libvorbis_static.vcxproj
libvorbis-1.3.5/win32/VS2008/libogg.vsprops
libvorbis-1.3.5/win32/VS2008/libvorbis/
libvorbis-1.3.5/win32/VS2008/libvorbisfile/
libvorbis-1.3.5/win32/VS2008/README
libvorbis-1.3.5/win32/VS2008/vorbis_dynamic.sln
libvorbis-1.3.5/win32/VS2008/vorbis_static.sln
libvorbis-1.3.5/win32/VS2008/vorbisdec/
libvorbis-1.3.5/win32/VS2008/vorbisenc/
libvorbis-1.3.5/win32/VS2008/vorbisenc/vorbisenc_dynamic.vcproj
libvorbis-1.3.5/win32/VS2008/vorbisenc/vorbisenc_static.vcproj
libvorbis-1.3.5/win32/VS2008/vorbisdec/vorbisdec_dynamic.vcproj
libvorbis-1.3.5/win32/VS2008/vorbisdec/vorbisdec_static.vcproj
libvorbis-1.3.5/win32/VS2008/libvorbisfile/libvorbisfile_dynamic.vcproj
libvorbis-1.3.5/win32/VS2008/libvorbisfile/libvorbisfile_static.vcproj
libvorbis-1.3.5/win32/VS2008/libvorbis/libvorbis_dynamic.vcproj
libvorbis-1.3.5/win32/VS2008/libvorbis/libvorbis_static.vcproj
libvorbis-1.3.5/win32/VS2005/libogg.vsprops
libvorbis-1.3.5/win32/VS2005/libvorbis/
libvorbis-1.3.5/win32/VS2005/libvorbisfile/
libvorbis-1.3.5/win32/VS2005/README
libvorbis-1.3.5/win32/VS2005/vorbis_dynamic.sln
libvorbis-1.3.5/win32/VS2005/vorbis_static.sln
libvorbis-1.3.5/win32/VS2005/vorbisdec/
libvorbis-1.3.5/win32/VS2005/vorbisenc/
libvorbis-1.3.5/win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj
libvorbis-1.3.5/win32/VS2005/vorbisenc/vorbisenc_static.vcproj
libvorbis-1.3.5/win32/VS2005/vorbisdec/vorbisdec_dynamic.vcproj
libvorbis-1.3.5/win32/VS2005/vorbisdec/vorbisdec_static.vcproj
libvorbis-1.3.5/win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj
libvorbis-1.3.5/win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj
libvorbis-1.3.5/win32/VS2005/libvorbis/libvorbis_dynamic.vcproj
libvorbis-1.3.5/win32/VS2005/libvorbis/libvorbis_static.vcproj
libvorbis-1.3.5/vq/16.vqs
libvorbis-1.3.5/vq/16u.vqs
libvorbis-1.3.5/vq/44c-1.vqs
libvorbis-1.3.5/vq/44c0.vqs
libvorbis-1.3.5/vq/44c1.vqs
libvorbis-1.3.5/vq/44c2.vqs
libvorbis-1.3.5/vq/44c3.vqs
libvorbis-1.3.5/vq/44c4.vqs
libvorbis-1.3.5/vq/44c5.vqs
libvorbis-1.3.5/vq/44c6.vqs
libvorbis-1.3.5/vq/44c7.vqs
libvorbis-1.3.5/vq/44c8.vqs
libvorbis-1.3.5/vq/44c9.vqs
libvorbis-1.3.5/vq/44p-1.vqs
libvorbis-1.3.5/vq/44p0.vqs
libvorbis-1.3.5/vq/44p1.vqs
libvorbis-1.3.5/vq/44p2.vqs
libvorbis-1.3.5/vq/44p3.vqs
libvorbis-1.3.5/vq/44p4.vqs
libvorbis-1.3.5/vq/44p5.vqs
libvorbis-1.3.5/vq/44p6.vqs
libvorbis-1.3.5/vq/44p7.vqs
libvorbis-1.3.5/vq/44p8.vqs
libvorbis-1.3.5/vq/44p9.vqs
libvorbis-1.3.5/vq/44u0.vqs
libvorbis-1.3.5/vq/44u1.vqs
libvorbis-1.3.5/vq/44u2.vqs
libvorbis-1.3.5/vq/44u3.vqs
libvorbis-1.3.5/vq/44u4.vqs
libvorbis-1.3.5/vq/44u5.vqs
libvorbis-1.3.5/vq/44u6.vqs
libvorbis-1.3.5/vq/44u7.vqs
libvorbis-1.3.5/vq/44u8.vqs
libvorbis-1.3.5/vq/44u9.vqs
libvorbis-1.3.5/vq/8.vqs
libvorbis-1.3.5/vq/8u.vqs
libvorbis-1.3.5/vq/bookutil.c
libvorbis-1.3.5/vq/bookutil.h
libvorbis-1.3.5/vq/distribution.c
libvorbis-1.3.5/vq/floor_11.vqs
libvorbis-1.3.5/vq/floor_22.vqs
libvorbis-1.3.5/vq/floor_44.vqs
libvorbis-1.3.5/vq/huffbuild.c
libvorbis-1.3.5/vq/latticebuild.c
libvorbis-1.3.5/vq/latticetune.c
libvorbis-1.3.5/vq/localcodebook.h
libvorbis-1.3.5/vq/make_floor_books.pl
libvorbis-1.3.5/vq/make_residue_books.pl
libvorbis-1.3.5/vq/Makefile.am
libvorbis-1.3.5/vq/Makefile.in
libvorbis-1.3.5/vq/metrics.c
libvorbis-1.3.5/vq/vqgen.c
libvorbis-1.3.5/vq/vqgen.h
libvorbis-1.3.5/test/Makefile.am
libvorbis-1.3.5/test/Makefile.in
libvorbis-1.3.5/test/test.c
libvorbis-1.3.5/test/util.c
libvorbis-1.3.5/test/util.h
libvorbis-1.3.5/test/write_read.c
libvorbis-1.3.5/test/write_read.h
libvorbis-1.3.5/symbian/bld.inf
libvorbis-1.3.5/symbian/config.h
libvorbis-1.3.5/symbian/vorbis.mmp
libvorbis-1.3.5/macosx/English.lproj/
libvorbis-1.3.5/macosx/Info.plist
libvorbis-1.3.5/macosx/Vorbis.xcodeproj/
libvorbis-1.3.5/macosx/Vorbis.xcodeproj/project.pbxproj
libvorbis-1.3.5/macosx/English.lproj/InfoPlist.strings
libvorbis-1.3.5/macos/compat/
libvorbis-1.3.5/macos/decoder_example.mcp
libvorbis-1.3.5/macos/encoder_example.mcp
libvorbis-1.3.5/macos/libvorbis.mcp
libvorbis-1.3.5/macos/libvorbis.mcp.exp
libvorbis-1.3.5/macos/libvorbisenc.mcp
libvorbis-1.3.5/macos/libvorbisenc.mcp.exp
libvorbis-1.3.5/macos/libvorbisfile.mcp
libvorbis-1.3.5/macos/libvorbisfile.mcp.exp
libvorbis-1.3.5/macos/vorbis.mcp
libvorbis-1.3.5/macos/compat/strdup.c
libvorbis-1.3.5/macos/compat/sys/
libvorbis-1.3.5/macos/compat/sys/types.h
libvorbis-1.3.5/m4/add_cflags.m4
libvorbis-1.3.5/m4/Makefile.am
libvorbis-1.3.5/m4/Makefile.in
libvorbis-1.3.5/m4/ogg.m4
libvorbis-1.3.5/m4/pkg.m4
libvorbis-1.3.5/lib/analysis.c
libvorbis-1.3.5/lib/backends.h
libvorbis-1.3.5/lib/barkmel.c
libvorbis-1.3.5/lib/bitrate.c
libvorbis-1.3.5/lib/bitrate.h
libvorbis-1.3.5/lib/block.c
libvorbis-1.3.5/lib/books/
libvorbis-1.3.5/lib/codebook.c
libvorbis-1.3.5/lib/codebook.h
libvorbis-1.3.5/lib/codec_internal.h
libvorbis-1.3.5/lib/envelope.c
libvorbis-1.3.5/lib/envelope.h
libvorbis-1.3.5/lib/floor0.c
libvorbis-1.3.5/lib/floor1.c
libvorbis-1.3.5/lib/highlevel.h
libvorbis-1.3.5/lib/info.c
libvorbis-1.3.5/lib/lookup.c
libvorbis-1.3.5/lib/lookup.h
libvorbis-1.3.5/lib/lookup_data.h
libvorbis-1.3.5/lib/lookups.pl
libvorbis-1.3.5/lib/lpc.c
libvorbis-1.3.5/lib/lpc.h
libvorbis-1.3.5/lib/lsp.c
libvorbis-1.3.5/lib/lsp.h
libvorbis-1.3.5/lib/Makefile.am
libvorbis-1.3.5/lib/Makefile.in
libvorbis-1.3.5/lib/mapping0.c
libvorbis-1.3.5/lib/masking.h
libvorbis-1.3.5/lib/mdct.c
libvorbis-1.3.5/lib/mdct.h
libvorbis-1.3.5/lib/misc.h
libvorbis-1.3.5/lib/modes/
libvorbis-1.3.5/lib/os.h
libvorbis-1.3.5/lib/psy.c
libvorbis-1.3.5/lib/psy.h
libvorbis-1.3.5/lib/psytune.c
libvorbis-1.3.5/lib/registry.c
libvorbis-1.3.5/lib/registry.h
libvorbis-1.3.5/lib/res0.c
libvorbis-1.3.5/lib/scales.h
libvorbis-1.3.5/lib/sharedbook.c
libvorbis-1.3.5/lib/smallft.c
libvorbis-1.3.5/lib/smallft.h
libvorbis-1.3.5/lib/synthesis.c
libvorbis-1.3.5/lib/tone.c
libvorbis-1.3.5/lib/vorbisenc.c
libvorbis-1.3.5/lib/vorbisfile.c
libvorbis-1.3.5/lib/window.c
libvorbis-1.3.5/lib/window.h
libvorbis-1.3.5/lib/modes/floor_all.h
libvorbis-1.3.5/lib/modes/Makefile.am
libvorbis-1.3.5/lib/modes/Makefile.in
libvorbis-1.3.5/lib/modes/psych_11.h
libvorbis-1.3.5/lib/modes/psych_16.h
libvorbis-1.3.5/lib/modes/psych_44.h
libvorbis-1.3.5/lib/modes/psych_8.h
libvorbis-1.3.5/lib/modes/residue_16.h
libvorbis-1.3.5/lib/modes/residue_44.h
libvorbis-1.3.5/lib/modes/residue_44p51.h
libvorbis-1.3.5/lib/modes/residue_44u.h
libvorbis-1.3.5/lib/modes/residue_8.h
libvorbis-1.3.5/lib/modes/setup_11.h
libvorbis-1.3.5/lib/modes/setup_16.h
libvorbis-1.3.5/lib/modes/setup_22.h
libvorbis-1.3.5/lib/modes/setup_32.h
libvorbis-1.3.5/lib/modes/setup_44.h
libvorbis-1.3.5/lib/modes/setup_44p51.h
libvorbis-1.3.5/lib/modes/setup_44u.h
libvorbis-1.3.5/lib/modes/setup_8.h
libvorbis-1.3.5/lib/modes/setup_X.h
libvorbis-1.3.5/lib/books/coupled/
libvorbis-1.3.5/lib/books/floor/
libvorbis-1.3.5/lib/books/Makefile.am
libvorbis-1.3.5/lib/books/Makefile.in
libvorbis-1.3.5/lib/books/uncoupled/
libvorbis-1.3.5/lib/books/uncoupled/Makefile.am
libvorbis-1.3.5/lib/books/uncoupled/Makefile.in
libvorbis-1.3.5/lib/books/uncoupled/res_books_uncoupled.h
libvorbis-1.3.5/lib/books/floor/floor_books.h
libvorbis-1.3.5/lib/books/floor/Makefile.am
libvorbis-1.3.5/lib/books/floor/Makefile.in
libvorbis-1.3.5/lib/books/coupled/Makefile.am
libvorbis-1.3.5/lib/books/coupled/Makefile.in
libvorbis-1.3.5/lib/books/coupled/res_books_51.h
libvorbis-1.3.5/lib/books/coupled/res_books_stereo.h
libvorbis-1.3.5/include/Makefile.am
libvorbis-1.3.5/include/Makefile.in
libvorbis-1.3.5/include/vorbis/
libvorbis-1.3.5/include/vorbis/codec.h
libvorbis-1.3.5/include/vorbis/Makefile.am
libvorbis-1.3.5/include/vorbis/Makefile.in
libvorbis-1.3.5/include/vorbis/vorbisenc.h
libvorbis-1.3.5/include/vorbis/vorbisfile.h
libvorbis-1.3.5/examples/chaining_example.c
libvorbis-1.3.5/examples/decoder_example.c
libvorbis-1.3.5/examples/encoder_example.c
libvorbis-1.3.5/examples/frameview.pl
libvorbis-1.3.5/examples/Makefile.am
libvorbis-1.3.5/examples/Makefile.in
libvorbis-1.3.5/examples/seeking_example.c
libvorbis-1.3.5/examples/vorbisfile_example.c
libvorbis-1.3.5/doc/01-introduction.tex
libvorbis-1.3.5/doc/02-bitpacking.tex
libvorbis-1.3.5/doc/03-codebook.tex
libvorbis-1.3.5/doc/04-codec.tex
libvorbis-1.3.5/doc/05-comment.tex
libvorbis-1.3.5/doc/06-floor0.tex
libvorbis-1.3.5/doc/07-floor1.tex
libvorbis-1.3.5/doc/08-residue.tex
libvorbis-1.3.5/doc/09-helper.tex
libvorbis-1.3.5/doc/10-tables.tex
libvorbis-1.3.5/doc/a1-encapsulation-ogg.tex
libvorbis-1.3.5/doc/a2-encapsulation-rtp.tex
libvorbis-1.3.5/doc/components.png
libvorbis-1.3.5/doc/Doxyfile.in
libvorbis-1.3.5/doc/eightphase.png
libvorbis-1.3.5/doc/fish_xiph_org.png
libvorbis-1.3.5/doc/floor1-1.png
libvorbis-1.3.5/doc/floor1-2.png
libvorbis-1.3.5/doc/floor1-3.png
libvorbis-1.3.5/doc/floor1-4.png
libvorbis-1.3.5/doc/floor1_inverse_dB_table.html
libvorbis-1.3.5/doc/floorval.png
libvorbis-1.3.5/doc/footer.tex
libvorbis-1.3.5/doc/fourphase.png
libvorbis-1.3.5/doc/framing.html
libvorbis-1.3.5/doc/helper.html
libvorbis-1.3.5/doc/hufftree-under.png
libvorbis-1.3.5/doc/hufftree.png
libvorbis-1.3.5/doc/index.html
libvorbis-1.3.5/doc/libvorbis/
libvorbis-1.3.5/doc/Makefile.am
libvorbis-1.3.5/doc/Makefile.in
libvorbis-1.3.5/doc/oggstream.html
libvorbis-1.3.5/doc/programming.html
libvorbis-1.3.5/doc/residue-pack.png
libvorbis-1.3.5/doc/residue2.png
libvorbis-1.3.5/doc/rfc5215.txt
libvorbis-1.3.5/doc/rfc5215.xml
libvorbis-1.3.5/doc/squarepolar.png
libvorbis-1.3.5/doc/stereo.html
libvorbis-1.3.5/doc/stream.png
libvorbis-1.3.5/doc/v-comment.html
libvorbis-1.3.5/doc/vorbis-clip.txt
libvorbis-1.3.5/doc/vorbis-errors.txt
libvorbis-1.3.5/doc/vorbis-fidelity.html
libvorbis-1.3.5/doc/Vorbis_I_spec.cfg
libvorbis-1.3.5/doc/Vorbis_I_spec.css
libvorbis-1.3.5/doc/Vorbis_I_spec.html
libvorbis-1.3.5/doc/Vorbis_I_spec.pdf
libvorbis-1.3.5/doc/Vorbis_I_spec.tex
libvorbis-1.3.5/doc/vorbisenc/
libvorbis-1.3.5/doc/vorbisfile/
libvorbis-1.3.5/doc/window1.png
libvorbis-1.3.5/doc/window2.png
libvorbis-1.3.5/doc/vorbisfile/callbacks.html
libvorbis-1.3.5/doc/vorbisfile/chaining_example_c.html
libvorbis-1.3.5/doc/vorbisfile/chainingexample.html
libvorbis-1.3.5/doc/vorbisfile/crosslap.html
libvorbis-1.3.5/doc/vorbisfile/datastructures.html
libvorbis-1.3.5/doc/vorbisfile/decoding.html
libvorbis-1.3.5/doc/vorbisfile/example.html
libvorbis-1.3.5/doc/vorbisfile/exampleindex.html
libvorbis-1.3.5/doc/vorbisfile/fileinfo.html
libvorbis-1.3.5/doc/vorbisfile/index.html
libvorbis-1.3.5/doc/vorbisfile/initialization.html
libvorbis-1.3.5/doc/vorbisfile/Makefile.am
libvorbis-1.3.5/doc/vorbisfile/Makefile.in
libvorbis-1.3.5/doc/vorbisfile/OggVorbis_File.html
libvorbis-1.3.5/doc/vorbisfile/ov_bitrate.html
libvorbis-1.3.5/doc/vorbisfile/ov_bitrate_instant.html
libvorbis-1.3.5/doc/vorbisfile/ov_callbacks.html
libvorbis-1.3.5/doc/vorbisfile/ov_clear.html
libvorbis-1.3.5/doc/vorbisfile/ov_comment.html
libvorbis-1.3.5/doc/vorbisfile/ov_crosslap.html
libvorbis-1.3.5/doc/vorbisfile/ov_fopen.html
libvorbis-1.3.5/doc/vorbisfile/ov_info.html
libvorbis-1.3.5/doc/vorbisfile/ov_open.html
libvorbis-1.3.5/doc/vorbisfile/ov_open_callbacks.html
libvorbis-1.3.5/doc/vorbisfile/ov_pcm_seek.html
libvorbis-1.3.5/doc/vorbisfile/ov_pcm_seek_lap.html
libvorbis-1.3.5/doc/vorbisfile/ov_pcm_seek_page.html
libvorbis-1.3.5/doc/vorbisfile/ov_pcm_seek_page_lap.html
libvorbis-1.3.5/doc/vorbisfile/ov_pcm_tell.html
libvorbis-1.3.5/doc/vorbisfile/ov_pcm_total.html
libvorbis-1.3.5/doc/vorbisfile/ov_raw_seek.html
libvorbis-1.3.5/doc/vorbisfile/ov_raw_seek_lap.html
libvorbis-1.3.5/doc/vorbisfile/ov_raw_tell.html
libvorbis-1.3.5/doc/vorbisfile/ov_raw_total.html
libvorbis-1.3.5/doc/vorbisfile/ov_read.html
libvorbis-1.3.5/doc/vorbisfile/ov_read_filter.html
libvorbis-1.3.5/doc/vorbisfile/ov_read_float.html
libvorbis-1.3.5/doc/vorbisfile/ov_seekable.html
libvorbis-1.3.5/doc/vorbisfile/ov_serialnumber.html
libvorbis-1.3.5/doc/vorbisfile/ov_streams.html
libvorbis-1.3.5/doc/vorbisfile/ov_test.html
libvorbis-1.3.5/doc/vorbisfile/ov_test_callbacks.html
libvorbis-1.3.5/doc/vorbisfile/ov_test_open.html
libvorbis-1.3.5/doc/vorbisfile/ov_time_seek.html
libvorbis-1.3.5/doc/vorbisfile/ov_time_seek_lap.html
libvorbis-1.3.5/doc/vorbisfile/ov_time_seek_page.html
libvorbis-1.3.5/doc/vorbisfile/ov_time_seek_page_lap.html
libvorbis-1.3.5/doc/vorbisfile/ov_time_tell.html
libvorbis-1.3.5/doc/vorbisfile/ov_time_total.html
libvorbis-1.3.5/doc/vorbisfile/overview.html
libvorbis-1.3.5/doc/vorbisfile/reference.html
libvorbis-1.3.5/doc/vorbisfile/seekexample.html
libvorbis-1.3.5/doc/vorbisfile/seeking.html
libvorbis-1.3.5/doc/vorbisfile/seeking_example_c.html
libvorbis-1.3.5/doc/vorbisfile/seeking_test_c.html
libvorbis-1.3.5/doc/vorbisfile/seekingexample.html
libvorbis-1.3.5/doc/vorbisfile/style.css
libvorbis-1.3.5/doc/vorbisfile/threads.html
libvorbis-1.3.5/doc/vorbisfile/vorbisfile_example_c.html
libvorbis-1.3.5/doc/vorbisenc/changes.html
libvorbis-1.3.5/doc/vorbisenc/examples.html
libvorbis-1.3.5/doc/vorbisenc/index.html
libvorbis-1.3.5/doc/vorbisenc/Makefile.am
libvorbis-1.3.5/doc/vorbisenc/Makefile.in
libvorbis-1.3.5/doc/vorbisenc/ovectl_ratemanage2_arg.html
libvorbis-1.3.5/doc/vorbisenc/ovectl_ratemanage_arg.html
libvorbis-1.3.5/doc/vorbisenc/overview.html
libvorbis-1.3.5/doc/vorbisenc/reference.html
libvorbis-1.3.5/doc/vorbisenc/style.css
libvorbis-1.3.5/doc/vorbisenc/vorbis_encode_ctl.html
libvorbis-1.3.5/doc/vorbisenc/vorbis_encode_init.html
libvorbis-1.3.5/doc/vorbisenc/vorbis_encode_init_vbr.html
libvorbis-1.3.5/doc/vorbisenc/vorbis_encode_setup_init.html
libvorbis-1.3.5/doc/vorbisenc/vorbis_encode_setup_managed.html
libvorbis-1.3.5/doc/vorbisenc/vorbis_encode_setup_vbr.html
libvorbis-1.3.5/doc/libvorbis/index.html
libvorbis-1.3.5/doc/libvorbis/Makefile.am
libvorbis-1.3.5/doc/libvorbis/Makefile.in
libvorbis-1.3.5/doc/libvorbis/overview.html
libvorbis-1.3.5/doc/libvorbis/reference.html
libvorbis-1.3.5/doc/libvorbis/return.html
libvorbis-1.3.5/doc/libvorbis/style.css
libvorbis-1.3.5/doc/libvorbis/vorbis_analysis.html
libvorbis-1.3.5/doc/libvorbis/vorbis_analysis_blockout.html
libvorbis-1.3.5/doc/libvorbis/vorbis_analysis_buffer.html
libvorbis-1.3.5/doc/libvorbis/vorbis_analysis_headerout.html
libvorbis-1.3.5/doc/libvorbis/vorbis_analysis_init.html
libvorbis-1.3.5/doc/libvorbis/vorbis_analysis_wrote.html
libvorbis-1.3.5/doc/libvorbis/vorbis_bitrate_addblock.html
libvorbis-1.3.5/doc/libvorbis/vorbis_bitrate_flushpacket.html
libvorbis-1.3.5/doc/libvorbis/vorbis_block.html
libvorbis-1.3.5/doc/libvorbis/vorbis_block_clear.html
libvorbis-1.3.5/doc/libvorbis/vorbis_block_init.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment_add.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment_add_tag.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment_clear.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment_init.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment_query.html
libvorbis-1.3.5/doc/libvorbis/vorbis_comment_query_count.html
libvorbis-1.3.5/doc/libvorbis/vorbis_commentheader_out.html
libvorbis-1.3.5/doc/libvorbis/vorbis_dsp_clear.html
libvorbis-1.3.5/doc/libvorbis/vorbis_dsp_state.html
libvorbis-1.3.5/doc/libvorbis/vorbis_granule_time.html
libvorbis-1.3.5/doc/libvorbis/vorbis_info.html
libvorbis-1.3.5/doc/libvorbis/vorbis_info_blocksize.html
libvorbis-1.3.5/doc/libvorbis/vorbis_info_clear.html
libvorbis-1.3.5/doc/libvorbis/vorbis_info_init.html
libvorbis-1.3.5/doc/libvorbis/vorbis_packet_blocksize.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_blockin.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_halfrate.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_halfrate_p.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_headerin.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_idheader.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_init.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_lapout.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_pcmout.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_read.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_restart.html
libvorbis-1.3.5/doc/libvorbis/vorbis_synthesis_trackonly.html
libvorbis-1.3.5/doc/libvorbis/vorbis_version_string.html
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... ccache 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 ccache gcc accepts -g... yes
checking for ccache gcc option to accept ISO C89... none needed
checking whether ccache gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of ccache gcc... gcc3
checking how to run the C preprocessor... ccache gcc -E
checking for inline... inline
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by ccache 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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu 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... dlltool
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 ccache gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
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 ccache gcc supports -fno-rtti -fno-exceptions... no
checking for ccache gcc option to produce PIC... -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... yes
checking if ccache gcc static flag -static works... no
checking if ccache gcc supports -c -o file.o... yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking GCC version... 4.8.3
checking if ccache gcc accepts -Wdeclaration-after-statement... yes
checking for memory.h... (cached) yes
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... no
checking for Ogg... yes
checking for oggpack_writealign... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating lib/Makefile
config.status: creating lib/modes/Makefile
config.status: creating lib/books/Makefile
config.status: creating lib/books/coupled/Makefile
config.status: creating lib/books/uncoupled/Makefile
config.status: creating lib/books/floor/Makefile
config.status: creating doc/Makefile
config.status: creating doc/vorbisfile/Makefile
config.status: creating doc/vorbisenc/Makefile
config.status: creating doc/libvorbis/Makefile
config.status: creating doc/Doxyfile
config.status: creating include/Makefile
config.status: creating include/vorbis/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating vq/Makefile
config.status: creating libvorbis.spec
config.status: creating vorbis.pc
config.status: creating vorbisenc.pc
config.status: creating vorbisfile.pc
config.status: creating vorbis-uninstalled.pc
config.status: creating vorbisenc-uninstalled.pc
config.status: creating vorbisfile-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
Making all in m4
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
Making all in include
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
Making all in vorbis
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
Making all in vq
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
Making all in lib
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
Making all in modes
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
Making all in books
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
Making all in coupled
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
Making all in uncoupled
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
Making all in floor
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c -o smallft.lo smallft.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c -o envelope.lo envelope.c
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c -o window.lo window.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c -fPIC -DPIC -o .libs/window.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c -fPIC -DPIC -o .libs/smallft.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -fPIC -DPIC -o .libs/mdct.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -fPIC -DPIC -o .libs/block.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c -fPIC -DPIC -o .libs/envelope.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c -o window.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c -o envelope.o >/dev/null 2>&1
mv -f .deps/window.Tpo .deps/window.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c -o lsp.lo lsp.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c -fPIC -DPIC -o .libs/lsp.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o >/dev/null 2>&1
mv -f .deps/envelope.Tpo .deps/envelope.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c -o lpc.lo lpc.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c -o lsp.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -fPIC -DPIC -o .libs/lpc.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -o lpc.o >/dev/null 2>&1
mv -f .deps/lsp.Tpo .deps/lsp.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c -o analysis.lo analysis.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c -fPIC -DPIC -o .libs/analysis.o
mv -f .deps/block.Tpo .deps/block.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c -o synthesis.lo synthesis.c
mv -f .deps/lpc.Tpo .deps/lpc.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c -o psy.lo psy.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c -o analysis.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -fPIC -DPIC -o .libs/psy.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c -o smallft.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c -fPIC -DPIC -o .libs/synthesis.o
mv -f .deps/analysis.Tpo .deps/analysis.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
mv -f .deps/mdct.Tpo .deps/mdct.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c -o floor1.lo floor1.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c -o synthesis.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c -fPIC -DPIC -o .libs/floor1.o
mv -f .deps/synthesis.Tpo .deps/synthesis.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c -o floor0.lo floor0.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c -fPIC -DPIC -o .libs/floor0.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c -o floor1.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -o psy.o >/dev/null 2>&1
mv -f .deps/info.Tpo .deps/info.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c -o res0.lo res0.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c -o floor0.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c -fPIC -DPIC -o .libs/res0.o
mv -f .deps/smallft.Tpo .deps/smallft.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c -o mapping0.lo mapping0.c
mv -f .deps/floor0.Tpo .deps/floor0.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c -o registry.lo registry.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c -fPIC -DPIC -o .libs/mapping0.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c -o res0.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -fPIC -DPIC -o .libs/registry.o
mv -f .deps/floor1.Tpo .deps/floor1.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c -o codebook.lo codebook.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -o registry.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c -fPIC -DPIC -o .libs/codebook.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c -o mapping0.o >/dev/null 2>&1
mv -f .deps/registry.Tpo .deps/registry.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c -o sharedbook.lo sharedbook.c
mv -f .deps/psy.Tpo .deps/psy.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c -o lookup.lo lookup.c
mv -f .deps/res0.Tpo .deps/res0.Plo
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c -fPIC -DPIC -o .libs/sharedbook.o
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c -o bitrate.lo bitrate.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c -fPIC -DPIC -o .libs/lookup.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c -o codebook.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c -fPIC -DPIC -o .libs/bitrate.o
mv -f .deps/mapping0.Tpo .deps/mapping0.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c -o vorbisfile.lo vorbisfile.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c -o lookup.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c -fPIC -DPIC -o .libs/vorbisfile.o
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c -o bitrate.o >/dev/null 2>&1
mv -f .deps/lookup.Tpo .deps/lookup.Plo
/bin/sh ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c -o vorbisenc.lo vorbisenc.c
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c -o sharedbook.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c -fPIC -DPIC -o .libs/vorbisenc.o
mv -f .deps/codebook.Tpo .deps/codebook.Plo
ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -D_V_SELFTEST -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT test_sharedbook-sharedbook.o -MD -MP -MF .deps/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo './'`sharedbook.c
mv -f .deps/bitrate.Tpo .deps/bitrate.Plo
mv -f .deps/sharedbook.Tpo .deps/sharedbook.Plo
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 4:8:4 -L/opt/ffmpeg/lib -o libvorbis.la -rpath /opt/ffmpeg/lib mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo lookup.lo bitrate.lo -lm -L/opt/ffmpeg/lib -logg
libtool: link: ccache gcc -shared -fPIC -DPIC .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o .libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o .libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o .libs/floor0.o .libs/res0.o .libs/mapping0.o .libs/registry.o .libs/codebook.o .libs/sharedbook.o .libs/lookup.o .libs/bitrate.o -Wl,-rpath -Wl,/opt/ffmpeg/lib -Wl,-rpath -Wl,/opt/ffmpeg/lib -L/opt/ffmpeg/lib -lm /opt/ffmpeg/lib/libogg.so -O3 -Wl,-soname -Wl,libvorbis.so.0 -o .libs/libvorbis.so.0.4.8
libtool: link: (cd ".libs" && rm -f "libvorbis.so.0" && ln -s "libvorbis.so.0.4.8" "libvorbis.so.0")
libtool: link: (cd ".libs" && rm -f "libvorbis.so" && ln -s "libvorbis.so.0.4.8" "libvorbis.so")
libtool: link: ar cru .libs/libvorbis.a mdct.o smallft.o block.o envelope.o window.o lsp.o lpc.o analysis.o synthesis.o psy.o info.o floor1.o floor0.o res0.o mapping0.o registry.o codebook.o sharedbook.o lookup.o bitrate.o
libtool: link: ranlib .libs/libvorbis.a
libtool: link: ( cd ".libs" && rm -f "libvorbis.la" && ln -s "../libvorbis.la" "libvorbis.la" )
mv -f .deps/test_sharedbook-sharedbook.Tpo .deps/test_sharedbook-sharedbook.Po
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -D_V_SELFTEST -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -L/opt/ffmpeg/lib -o test_sharedbook test_sharedbook-sharedbook.o -lm
libtool: link: ccache gcc -D_V_SELFTEST -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -o test_sharedbook test_sharedbook-sharedbook.o -L/opt/ffmpeg/lib -lm
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c -o vorbisfile.o >/dev/null 2>&1
libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/ffmpeg/include -I/opt/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c -o vorbisenc.o >/dev/null 2>&1
mv -f .deps/vorbisfile.Tpo .deps/vorbisfile.Plo
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 6:7:3 -L/opt/ffmpeg/lib -o libvorbisfile.la -rpath /opt/ffmpeg/lib vorbisfile.lo libvorbis.la -L/opt/ffmpeg/lib -logg
libtool: link: ccache gcc -shared -fPIC -DPIC .libs/vorbisfile.o -Wl,-rpath -Wl,/opt/ffmpeg_sources/libvorbis-1.3.5/lib/.libs -Wl,-rpath -Wl,/opt/ffmpeg/lib -Wl,-rpath -Wl,/opt/ffmpeg/lib -L/opt/ffmpeg/lib ./.libs/libvorbis.so -lm /opt/ffmpeg/lib/libogg.so -O3 -Wl,-soname -Wl,libvorbisfile.so.3 -o .libs/libvorbisfile.so.3.3.7
libtool: link: (cd ".libs" && rm -f "libvorbisfile.so.3" && ln -s "libvorbisfile.so.3.3.7" "libvorbisfile.so.3")
libtool: link: (cd ".libs" && rm -f "libvorbisfile.so" && ln -s "libvorbisfile.so.3.3.7" "libvorbisfile.so")
libtool: link: ar cru .libs/libvorbisfile.a vorbisfile.o
libtool: link: ranlib .libs/libvorbisfile.a
libtool: link: ( cd ".libs" && rm -f "libvorbisfile.la" && ln -s "../libvorbisfile.la" "libvorbisfile.la" )
mv -f .deps/vorbisenc.Tpo .deps/vorbisenc.Plo
/bin/sh ../libtool --tag=CC --mode=link ccache gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 2:11:0 -L/opt/ffmpeg/lib -o libvorbisenc.la -rpath /opt/ffmpeg/lib vorbisenc.lo libvorbis.la -L/opt/ffmpeg/lib -logg
libtool: link: ccache gcc -shared -fPIC -DPIC .libs/vorbisenc.o -Wl,-rpath -Wl,/opt/ffmpeg_sources/libvorbis-1.3.5/lib/.libs -Wl,-rpath -Wl,/opt/ffmpeg/lib -Wl,-rpath -Wl,/opt/ffmpeg/lib -L/opt/ffmpeg/lib ./.libs/libvorbis.so -lm /opt/ffmpeg/lib/libogg.so -O3 -Wl,-soname -Wl,libvorbisenc.so.2 -o .libs/libvorbisenc.so.2.0.11
libtool: link: (cd ".libs" && rm -f "libvorbisenc.so.2" && ln -s "libvorbisenc.so.2.0.11" "libvorbisenc.so.2")
libtool: link: (cd ".libs" && rm -f "libvorbisenc.so" && ln -s "libvorbisenc.so.2.0.11" "libvorbisenc.so")
libtool: link: ar cru .libs/libvorbisenc.a vorbisenc.o
libtool: link: ranlib .libs/libvorbisenc.a
libtool: link: ( cd ".libs" && rm -f "libvorbisenc.la" && ln -s "../libvorbisenc.la" "libvorbisenc.la" )
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
Making all in test
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
Making all in doc
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
Making all in libvorbis
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
Making all in vorbisfile
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
Making all in vorbisenc
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
echo "*** Warning: Doxygen not found; documentation will not be built."
*** Warning: Doxygen not found; documentation will not be built.
touch doxygen-build.stamp
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
Making install in m4
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
Making install in include
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
Making install in vorbis
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/include/vorbis'
/usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/opt/ffmpeg/include/vorbis'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
Making install in vq
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
Making install in lib
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
Making install in modes
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
Making install in books
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
Making install in coupled
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
Making install in uncoupled
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
Making install in floor
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[4]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
/usr/bin/mkdir -p '/opt/ffmpeg/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libvorbis.la libvorbisfile.la libvorbisenc.la '/opt/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libvorbis.so.0.4.8 /opt/ffmpeg/lib/libvorbis.so.0.4.8
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libvorbis.so.0.4.8 libvorbis.so.0 || { rm -f libvorbis.so.0 && ln -s libvorbis.so.0.4.8 libvorbis.so.0; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libvorbis.so.0.4.8 libvorbis.so || { rm -f libvorbis.so && ln -s libvorbis.so.0.4.8 libvorbis.so; }; })
libtool: install: /usr/bin/install -c .libs/libvorbis.lai /opt/ffmpeg/lib/libvorbis.la
libtool: warning: relinking 'libvorbisfile.la'
libtool: install: (cd /opt/ffmpeg_sources/libvorbis-1.3.5/lib; /bin/sh "/opt/ffmpeg_sources/libvorbis-1.3.5/libtool" --tag CC --mode=relink ccache gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 6:7:3 -L/opt/ffmpeg/lib -o libvorbisfile.la -rpath /opt/ffmpeg/lib vorbisfile.lo libvorbis.la -L/opt/ffmpeg/lib -logg )
libtool: relink: ccache gcc -shared -fPIC -DPIC .libs/vorbisfile.o -Wl,-rpath -Wl,/opt/ffmpeg/lib -L/opt/ffmpeg/lib -lvorbis -lm -logg -O3 -Wl,-soname -Wl,libvorbisfile.so.3 -o .libs/libvorbisfile.so.3.3.7
libtool: install: /usr/bin/install -c .libs/libvorbisfile.so.3.3.7T /opt/ffmpeg/lib/libvorbisfile.so.3.3.7
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libvorbisfile.so.3.3.7 libvorbisfile.so.3 || { rm -f libvorbisfile.so.3 && ln -s libvorbisfile.so.3.3.7 libvorbisfile.so.3; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libvorbisfile.so.3.3.7 libvorbisfile.so || { rm -f libvorbisfile.so && ln -s libvorbisfile.so.3.3.7 libvorbisfile.so; }; })
libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /opt/ffmpeg/lib/libvorbisfile.la
libtool: warning: relinking 'libvorbisenc.la'
libtool: install: (cd /opt/ffmpeg_sources/libvorbis-1.3.5/lib; /bin/sh "/opt/ffmpeg_sources/libvorbis-1.3.5/libtool" --tag CC --mode=relink ccache gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 2:11:0 -L/opt/ffmpeg/lib -o libvorbisenc.la -rpath /opt/ffmpeg/lib vorbisenc.lo libvorbis.la -L/opt/ffmpeg/lib -logg )
libtool: relink: ccache gcc -shared -fPIC -DPIC .libs/vorbisenc.o -Wl,-rpath -Wl,/opt/ffmpeg/lib -L/opt/ffmpeg/lib -lvorbis -lm -logg -O3 -Wl,-soname -Wl,libvorbisenc.so.2 -o .libs/libvorbisenc.so.2.0.11
libtool: install: /usr/bin/install -c .libs/libvorbisenc.so.2.0.11T /opt/ffmpeg/lib/libvorbisenc.so.2.0.11
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libvorbisenc.so.2.0.11 libvorbisenc.so.2 || { rm -f libvorbisenc.so.2 && ln -s libvorbisenc.so.2.0.11 libvorbisenc.so.2; }; })
libtool: install: (cd /opt/ffmpeg/lib && { ln -s -f libvorbisenc.so.2.0.11 libvorbisenc.so || { rm -f libvorbisenc.so && ln -s libvorbisenc.so.2.0.11 libvorbisenc.so; }; })
libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /opt/ffmpeg/lib/libvorbisenc.la
libtool: install: /usr/bin/install -c .libs/libvorbis.a /opt/ffmpeg/lib/libvorbis.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libvorbis.a
libtool: install: ranlib /opt/ffmpeg/lib/libvorbis.a
libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /opt/ffmpeg/lib/libvorbisfile.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libvorbisfile.a
libtool: install: ranlib /opt/ffmpeg/lib/libvorbisfile.a
libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /opt/ffmpeg/lib/libvorbisenc.a
libtool: install: chmod 644 /opt/ffmpeg/lib/libvorbisenc.a
libtool: install: ranlib /opt/ffmpeg/lib/libvorbisenc.a
libtool: finish: PATH="/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin:/sbin" ldconfig -n /opt/ffmpeg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/ffmpeg/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[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
Making install in test
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
Making install in doc
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
Making install in libvorbis
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/doc/libvorbis-1.3.5/libvorbis'
/usr/bin/install -c -m 644 index.html reference.html style.css vorbis_comment.html vorbis_info.html vorbis_analysis_blockout.html vorbis_analysis_buffer.html vorbis_analysis_headerout.html vorbis_analysis_init.html vorbis_analysis_wrote.html vorbis_analysis.html vorbis_bitrate_addblock.html vorbis_bitrate_flushpacket.html vorbis_block_init.html vorbis_block_clear.html vorbis_dsp_clear.html vorbis_granule_time.html vorbis_version_string.html vorbis_info_blocksize.html vorbis_info_clear.html vorbis_info_init.html vorbis_comment_add.html vorbis_comment_add_tag.html vorbis_comment_clear.html vorbis_comment_init.html vorbis_comment_query.html vorbis_comment_query_count.html vorbis_commentheader_out.html vorbis_packet_blocksize.html vorbis_synthesis.html vorbis_synthesis_blockin.html vorbis_synthesis_halfrate.html vorbis_synthesis_halfrate_p.html vorbis_synthesis_headerin.html vorbis_synthesis_idheader.html vorbis_synthesis_init.html vorbis_synthesis_lapout.html vorbis_synthesis_pcmout.html vorbis_synthesis_read.html vorbis_synthesis_restart.html '/opt/ffmpeg/share/doc/libvorbis-1.3.5/libvorbis'
/usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/opt/ffmpeg/share/doc/libvorbis-1.3.5/libvorbis'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
Making install in vorbisfile
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/doc/libvorbis-1.3.5/vorbisfile'
/usr/bin/install -c -m 644 OggVorbis_File.html callbacks.html chaining_example_c.html chainingexample.html crosslap.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html ov_fopen.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_read_float.html ov_read_filter.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_test.html ov_test_callbacks.html '/opt/ffmpeg/share/doc/libvorbis-1.3.5/vorbisfile'
/usr/bin/install -c -m 644 ov_test_open.html ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_example_c.html seeking_test_c.html seekingexample.html style.css threads.html vorbisfile_example_c.html '/opt/ffmpeg/share/doc/libvorbis-1.3.5/vorbisfile'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
Making install in vorbisenc
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/doc/libvorbis-1.3.5/vorbisenc'
/usr/bin/install -c -m 644 changes.html examples.html index.html ovectl_ratemanage2_arg.html ovectl_ratemanage_arg.html overview.html reference.html style.css vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html vorbis_encode_init_vbr.html '/opt/ffmpeg/share/doc/libvorbis-1.3.5/vorbisenc'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /opt/ffmpeg_sources/libvorbis-1.3.5/install-sh -d /opt/ffmpeg/share/doc/libvorbis-1.3.5
if test -d vorbis; then \
for dir in vorbis/*; do \
if test -d $dir; then \
b=`basename $dir`; \
/bin/sh /opt/ffmpeg_sources/libvorbis-1.3.5/install-sh -d /opt/ffmpeg/share/doc/libvorbis-1.3.5/$b; \
for f in $dir/*; do \
/usr/bin/install -c -m 644 $f /opt/ffmpeg/share/doc/libvorbis-1.3.5/$b; \
done \
fi \
done \
fi
/usr/bin/mkdir -p '/opt/ffmpeg/share/doc/libvorbis-1.3.5'
/usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html doxygen-build.stamp '/opt/ffmpeg/share/doc/libvorbis-1.3.5'
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/opt/ffmpeg/share/aclocal'
/usr/bin/install -c -m 644 vorbis.m4 '/opt/ffmpeg/share/aclocal'
/usr/bin/mkdir -p '/opt/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/opt/ffmpeg/lib/pkgconfig'
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
Making distclean in m4
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/m4'
Making distclean in include
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
Making distclean in vorbis
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include/vorbis'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/include'
Making distclean in vq
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
test -z "latticebuild latticetune huffbuild distribution" || rm -f latticebuild latticetune huffbuild distribution
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/vq'
Making distclean in lib
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
Making distclean in modes
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/modes'
Making distclean in books
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
Making distclean in coupled
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/coupled'
Making distclean in uncoupled
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/uncoupled'
Making distclean in floor
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books/floor'
make[3]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib/books'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
test -z "barkmel tone psytune" || rm -f barkmel tone psytune
test -z "libvorbis.la libvorbisfile.la libvorbisenc.la" || rm -f libvorbis.la libvorbisfile.la libvorbisenc.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f test_sharedbook
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/lib'
Making distclean in test
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
rm -f test
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/test'
Making distclean in doc
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
Making distclean in libvorbis
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/libvorbis'
Making distclean in vorbisfile
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisfile'
Making distclean in vorbisenc
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc/vorbisenc'
make[2]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
test -z "Vorbis_I_spec.aux 01-introduction.aux 02-bitpacking.aux 03-codebook.aux 04-codec.aux 05-comment.aux 06-floor0.aux 07-floor1.aux 08-residue.aux 09-helper.aux 10-tables.aux a1-encapsulation-ogg.aux a2-encapsulation-rtp.aux footer.aux Vorbis_I_spec.4ct Vorbis_I_spec.4tc Vorbis_I_spec.dvi Vorbis_I_spec.idv Vorbis_I_spec.lg Vorbis_I_spec.log Vorbis_I_spec.out Vorbis_I_spec.tmp Vorbis_I_spec.toc Vorbis_I_spec.xref Vorbis_I_spec*.png zzVorbis_I_spec.ps" || rm -f Vorbis_I_spec.aux 01-introduction.aux 02-bitpacking.aux 03-codebook.aux 04-codec.aux 05-comment.aux 06-floor0.aux 07-floor1.aux 08-residue.aux 09-helper.aux 10-tables.aux a1-encapsulation-ogg.aux a2-encapsulation-rtp.aux footer.aux Vorbis_I_spec.4ct Vorbis_I_spec.4tc Vorbis_I_spec.dvi Vorbis_I_spec.idv Vorbis_I_spec.lg Vorbis_I_spec.log Vorbis_I_spec.out Vorbis_I_spec.tmp Vorbis_I_spec.toc Vorbis_I_spec.xref Vorbis_I_spec*.png zzVorbis_I_spec.ps
rm -rf .libs _libs
if test -d vorbis; then rm -rf vorbis; fi
if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
rm -f *.lo
test -z "Doxyfile" || rm -f Doxyfile
test . = "." || test -z "" || rm -f
test -z "Vorbis_I_spec.pdf Vorbis_I_spec.html Vorbis_I_spec.css" || rm -f Vorbis_I_spec.pdf Vorbis_I_spec.html Vorbis_I_spec.css
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/doc'
Making distclean in examples
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5/examples'
rm -rf .libs _libs
rm -f decoder_example encoder_example chaining_example vorbisfile_example seeking_example
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5/examples'
make[1]: Entering directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
rm -rf .libs _libs
rm -f *.lo
test -z "libvorbis.spec vorbis.pc vorbisenc.pc vorbisfile.pc vorbis-uninstalled.pc vorbisenc-uninstalled.pc vorbisfile-uninstalled.pc" || rm -f libvorbis.spec vorbis.pc vorbisenc.pc vorbisfile.pc vorbis-uninstalled.pc vorbisenc-uninstalled.pc vorbisfile-uninstalled.pc
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory `/opt/ffmpeg_sources/libvorbis-1.3.5'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
Cloning into 'libvpx'...
disabling examples
enabling shared
Configuring selected codecs
enabling vp8_encoder
enabling vp8_decoder
enabling vp9_encoder
enabling vp9_decoder
Configuring for target 'x86_64-linux-gcc'
enabling x86_64
enabling pic
enabling runtime_cpu_detect
enabling mmx
enabling sse
enabling sse2
enabling sse3
enabling ssse3
enabling sse4_1
enabling avx
enabling avx2
using yasm
enabling use_x86inc
enabling postproc
enabling unit_tests
enabling webm_io
enabling libyuv
Creating makefiles for x86_64-linux-gcc libs
Creating makefiles for x86_64-linux-gcc docs
[CREATE] vpx_scale_rtcd.h
[CREATE] vpx_dsp_rtcd.h
[CREATE] vp8_rtcd.h
[CREATE] vp9_rtcd.h
[DEP] test/y4m_test.cc.d
[DEP] test/vp9_skip_loopfilter_test.cc.d
[DEP] test/vp9_lossless_test.cc.d
[DEP] test/vp9_frame_parallel_test.cc.d
[DEP] test/vp9_ethread_test.cc.d
[DEP] test/vp9_end_to_end_test.cc.d
[DEP] test/user_priv_test.cc.d
[DEP] test/test_vectors.cc.d
[DEP] test/test_vector_test.cc.d
[DEP] test/test_libvpx.cc.d
[DEP] test/resize_test.cc.d
[DEP] test/keyframe_test.cc.d
[DEP] test/invalid_file_test.cc.d
[DEP] test/frame_size_tests.cc.d
[DEP] test/external_frame_buffer_test.cc.d
[DEP] test/error_resilience_test.cc.d
[DEP] test/encode_test_driver.cc.d
[DEP] test/decode_test_driver.cc.d
[DEP] test/decode_api_test.cc.d
[DEP] test/datarate_test.cc.d
[DEP] test/cq_test.cc.d
[DEP] test/cpu_speed_test.cc.d
[DEP] test/config_test.cc.d
[DEP] test/byte_alignment_test.cc.d
[DEP] test/borders_test.cc.d
[DEP] test/aq_segment_test.cc.d
[DEP] test/altref_test.cc.d
[DEP] test/active_map_test.cc.d
[DEP] test/active_map_refresh_test.cc.d
[DEP] test/../y4minput.c.d
[DEP] test/../y4menc.c.d
[DEP] test/../webmdec.cc.d
[DEP] test/../third_party/libwebm/mkvreader.cpp.d
[DEP] test/../third_party/libwebm/mkvparser.cpp.d
[DEP] test/../md5_utils.c.d
[DEP] test/../ivfenc.c.d
[DEP] third_party/googletest/src/src/gtest-all.cc.d
[DEP] vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm.d
[DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
[DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_dct_mmx.asm.d
[DEP] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d
[DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
[DEP] vp8/common/x86/postproc_sse2.asm.d
[DEP] vp8/common/x86/mfqe_sse2.asm.d
[DEP] vp8/common/x86/postproc_mmx.asm.d
[DEP] vp8/common/x86/subpixel_ssse3.asm.d
[DEP] vp8/common/x86/copy_sse3.asm.d
[DEP] vp8/common/x86/iwalsh_sse2.asm.d
[DEP] vp8/common/x86/loopfilter_sse2.asm.d
[DEP] vp8/common/x86/subpixel_sse2.asm.d
[DEP] vp8/common/x86/recon_sse2.asm.d
[DEP] vp8/common/x86/idctllm_sse2.asm.d
[DEP] vp8/common/x86/copy_sse2.asm.d
[DEP] vp8/common/x86/subpixel_mmx.asm.d
[DEP] vp8/common/x86/recon_mmx.asm.d
[DEP] vp8/common/x86/vp8_loopfilter_mmx.asm.d
[DEP] vp8/common/x86/iwalsh_mmx.asm.d
[DEP] vp8/common/x86/idctllm_mmx.asm.d
[DEP] vp8/common/x86/dequantize_mmx.asm.d
[DEP] vp8/encoder/x86/encodeopt.asm.d
[DEP] vp8/encoder/x86/quantize_mmx.asm.d
[DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
[DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
[DEP] vp8/encoder/x86/dct_sse2.asm.d
[DEP] vp8/encoder/x86/dct_mmx.asm.d
[DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
[DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
[DEP] vpx_dsp/x86/halfpix_variance_impl_sse2.asm.d
[DEP] vpx_dsp/x86/variance_impl_mmx.asm.d
[DEP] vpx_dsp/x86/subtract_sse2.asm.d
[DEP] vpx_dsp/x86/sad_sse2.asm.d
[DEP] vpx_dsp/x86/sad4d_sse2.asm.d
[DEP] vpx_dsp/x86/sad_sse4.asm.d
[DEP] vpx_dsp/x86/sad_ssse3.asm.d
[DEP] vpx_dsp/x86/sad_sse3.asm.d
[DEP] vpx_dsp/x86/sad_mmx.asm.d
[DEP] vpx_dsp/x86/quantize_avx_x86_64.asm.d
[DEP] vpx_dsp/x86/quantize_ssse3_x86_64.asm.d
[DEP] vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm.d
[DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
[DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
[DEP] vpx_dsp/x86/loopfilter_mmx.asm.d
[DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
[DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
[DEP] vpx_dsp/x86/intrapred_sse2.asm.d
[DEP] vpx_ports/x86_abi_support.asm.d
[DEP] vpx_ports/emms.asm.d
[DEP] vpx_config.c.d
[DEP] vp9/decoder/vp9_dsubexp.c.d
[DEP] vp9/decoder/vp9_decoder.c.d
[DEP] vp9/decoder/vp9_dthread.c.d
[DEP] vp9/decoder/vp9_detokenize.c.d
[DEP] vp9/decoder/vp9_decodeframe.c.d
[DEP] vp9/decoder/vp9_decodemv.c.d
[DEP] vp9/vp9_dx_iface.c.d
[DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d
[DEP] vp9/common/vp9_scan.c.d
[DEP] vp9/common/vp9_common_data.c.d
[DEP] vp9/common/vp9_reconintra.c.d
[DEP] vp9/common/vp9_reconinter.c.d
[DEP] vp9/common/vp9_quant_common.c.d
[DEP] vp9/common/vp9_mvref_common.c.d
[DEP] vp9/common/vp9_thread_common.c.d
[DEP] vp9/common/vp9_loopfilter.c.d
[DEP] vp9/common/vp9_tile_common.c.d
[DEP] vp9/common/vp9_seg_common.c.d
[DEP] vp9/common/vp9_scale.c.d
[DEP] vp9/common/vp9_rtcd.c.d
[DEP] vp9/common/vp9_pred_common.c.d
[DEP] vp9/common/vp9_filter.c.d
[DEP] vp9/common/vp9_idct.c.d
[DEP] vp9/common/vp9_frame_buffers.c.d
[DEP] vp9/common/vp9_entropymv.c.d
[DEP] vp9/common/vp9_entropymode.c.d
[DEP] vp9/common/vp9_entropy.c.d
[DEP] vp9/common/vp9_debugmodes.c.d
[DEP] vp9/common/vp9_blockd.c.d
[DEP] vp9/common/vp9_alloccommon.c.d
[DEP] vp9/encoder/x86/vp9_error_intrin_avx2.c.d
[DEP] vp9/encoder/x86/vp9_dct_ssse3.c.d
[DEP] vp9/encoder/x86/vp9_dct_sse2.c.d
[DEP] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d
[DEP] vp9/encoder/x86/vp9_quantize_sse2.c.d
[DEP] vp9/encoder/x86/vp9_avg_intrin_sse2.c.d
[DEP] vp9/encoder/vp9_mbgraph.c.d
[DEP] vp9/encoder/vp9_temporal_filter.c.d
[DEP] vp9/encoder/vp9_noise_estimate.c.d
[DEP] vp9/encoder/vp9_skin_detection.c.d
[DEP] vp9/encoder/vp9_aq_complexity.c.d
[DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d
[DEP] vp9/encoder/vp9_aq_variance.c.d
[DEP] vp9/encoder/vp9_treewriter.c.d
[DEP] vp9/encoder/vp9_tokenize.c.d
[DEP] vp9/encoder/vp9_resize.c.d
[DEP] vp9/encoder/vp9_svc_layercontext.c.d
[DEP] vp9/encoder/vp9_subexp.c.d
[DEP] vp9/encoder/vp9_speed_features.c.d
[DEP] vp9/encoder/vp9_segmentation.c.d
[DEP] vp9/encoder/vp9_pickmode.c.d
[DEP] vp9/encoder/vp9_rdopt.c.d
[DEP] vp9/encoder/vp9_rd.c.d
[DEP] vp9/encoder/vp9_ratectrl.c.d
[DEP] vp9/encoder/vp9_quantize.c.d
[DEP] vp9/encoder/vp9_picklpf.c.d
[DEP] vp9/encoder/vp9_encoder.c.d
[DEP] vp9/encoder/vp9_mcomp.c.d
[DEP] vp9/encoder/vp9_lookahead.c.d
[DEP] vp9/encoder/vp9_firstpass.c.d
[DEP] vp9/encoder/vp9_extend.c.d
[DEP] vp9/encoder/vp9_ethread.c.d
[DEP] vp9/encoder/vp9_encodemv.c.d
[DEP] vp9/encoder/vp9_encodemb.c.d
[DEP] vp9/encoder/vp9_encodeframe.c.d
[DEP] vp9/encoder/vp9_dct.c.d
[DEP] vp9/encoder/vp9_cost.c.d
[DEP] vp9/encoder/vp9_context_tree.c.d
[DEP] vp9/encoder/vp9_bitstream.c.d
[DEP] vp9/encoder/vp9_avg.c.d
[DEP] vp9/vp9_cx_iface.c.d
[DEP] vp8/decoder/threading.c.d
[DEP] vp8/decoder/onyxd_if.c.d
[DEP] vp8/decoder/decodeframe.c.d
[DEP] vp8/decoder/detokenize.c.d
[DEP] vp8/decoder/decodemv.c.d
[DEP] vp8/decoder/dboolhuff.c.d
[DEP] vp8/vp8_dx_iface.c.d
[DEP] vp8/common/x86/idct_blk_sse2.c.d
[DEP] vp8/common/x86/idct_blk_mmx.c.d
[DEP] vp8/common/postproc.c.d
[DEP] vp8/common/mfqe.c.d
[DEP] vp8/common/x86/loopfilter_x86.c.d
[DEP] vp8/common/x86/vp8_asm_stubs.c.d
[DEP] vp8/common/x86/filter_x86.c.d
[DEP] vp8/common/treecoder.c.d
[DEP] vp8/common/swapyv12buffer.c.d
[DEP] vp8/common/setupintrarecon.c.d
[DEP] vp8/common/reconintra4x4.c.d
[DEP] vp8/common/reconintra.c.d
[DEP] vp8/common/reconinter.c.d
[DEP] vp8/common/quant_common.c.d
[DEP] vp8/common/modecont.c.d
[DEP] vp8/common/mbpitch.c.d
[DEP] vp8/common/loopfilter_filters.c.d
[DEP] vp8/common/vp8_loopfilter.c.d
[DEP] vp8/common/rtcd.c.d
[DEP] vp8/common/idctllm.c.d
[DEP] vp8/common/idct_blk.c.d
[DEP] vp8/common/generic/systemdependent.c.d
[DEP] vp8/common/findnearmv.c.d
[DEP] vp8/common/filter.c.d
[DEP] vp8/common/extend.c.d
[DEP] vp8/common/entropymv.c.d
[DEP] vp8/common/entropymode.c.d
[DEP] vp8/common/entropy.c.d
[DEP] vp8/common/dequantize.c.d
[DEP] vp8/common/debugmodes.c.d
[DEP] vp8/common/copy_c.c.d
[DEP] vp8/common/blockd.c.d
[DEP] vp8/common/alloccommon.c.d
[DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d
[DEP] vp8/encoder/x86/denoising_sse2.c.d
[DEP] vp8/encoder/x86/quantize_sse4.c.d
[DEP] vp8/encoder/x86/quantize_ssse3.c.d
[DEP] vp8/encoder/x86/vp8_quantize_sse2.c.d
[DEP] vp8/encoder/x86/vp8_enc_stubs_mmx.c.d
[DEP] vp8/encoder/temporal_filter.c.d
[DEP] vp8/encoder/treewriter.c.d
[DEP] vp8/encoder/tokenize.c.d
[DEP] vp8/encoder/segmentation.c.d
[DEP] vp8/encoder/rdopt.c.d
[DEP] vp8/encoder/ratectrl.c.d
[DEP] vp8/encoder/vp8_quantize.c.d
[DEP] vp8/encoder/picklpf.c.d
[DEP] vp8/encoder/pickinter.c.d
[DEP] vp8/encoder/onyx_if.c.d
[DEP] vp8/encoder/modecosts.c.d
[DEP] vp8/encoder/mcomp.c.d
[DEP] vp8/encoder/lookahead.c.d
[DEP] vp8/encoder/denoising.c.d
[DEP] vp8/encoder/firstpass.c.d
[DEP] vp8/encoder/ethreading.c.d
[DEP] vp8/encoder/encodemv.c.d
[DEP] vp8/encoder/encodemb.c.d
[DEP] vp8/encoder/encodeintra.c.d
[DEP] vp8/encoder/encodeframe.c.d
[DEP] vp8/encoder/dct.c.d
[DEP] vp8/encoder/boolhuff.c.d
[DEP] vp8/encoder/bitstream.c.d
[DEP] vp8/vp8_cx_iface.c.d
[DEP] vpx_util/vpx_thread.c.d
[DEP] vpx_dsp/vpx_dsp_rtcd.c.d
[DEP] vpx_dsp/x86/variance_impl_avx2.c.d
[DEP] vpx_dsp/x86/variance_avx2.c.d
[DEP] vpx_dsp/x86/halfpix_variance_sse2.c.d
[DEP] vpx_dsp/x86/variance_sse2.c.d
[DEP] vpx_dsp/x86/variance_mmx.c.d
[DEP] vpx_dsp/variance.c.d
[DEP] vpx_dsp/x86/sad_avx2.c.d
[DEP] vpx_dsp/x86/sad4d_avx2.c.d
[DEP] vpx_dsp/subtract.c.d
[DEP] vpx_dsp/sad.c.d
[DEP] vpx_dsp/x86/quantize_sse2.c.d
[DEP] vpx_dsp/quantize.c.d
[DEP] vpx_dsp/x86/inv_txfm_sse2.c.d
[DEP] vpx_dsp/inv_txfm.c.d
[DEP] vpx_dsp/x86/fwd_txfm_avx2.c.d
[DEP] vpx_dsp/x86/fwd_txfm_sse2.c.d
[DEP] vpx_dsp/fwd_txfm.c.d
[DEP] vpx_dsp/x86/loopfilter_avx2.c.d
[DEP] vpx_dsp/x86/loopfilter_sse2.c.d
[DEP] vpx_dsp/loopfilter.c.d
[DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d
[DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d
[DEP] vpx_dsp/x86/vpx_asm_stubs.c.d
[DEP] vpx_dsp/vpx_convolve.c.d
[DEP] vpx_dsp/intrapred.c.d
[DEP] vpx_dsp/bitreader_buffer.c.d
[DEP] vpx_dsp/bitreader.c.d
[DEP] vpx_dsp/bitwriter_buffer.c.d
[DEP] vpx_dsp/bitwriter.c.d
[DEP] vpx_dsp/prob.c.d
[DEP] vpx_scale/vpx_scale_rtcd.c.d
[DEP] vpx_scale/generic/gen_scalers.c.d
[DEP] vpx_scale/generic/yv12extend.c.d
[DEP] vpx_scale/generic/yv12config.c.d
[DEP] vpx_scale/generic/vpx_scale.c.d
[DEP] vpx_mem/vpx_mem.c.d
[DEP] vpx/src/vpx_psnr.c.d
[DEP] vpx/src/vpx_image.c.d
[DEP] vpx/src/vpx_codec.c.d
[DEP] vpx/src/vpx_encoder.c.d
[DEP] vpx/src/vpx_decoder.c.d
[CREATE] vpx_config.asm
[DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
[DEP] vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm.d
[DEP] vp9/encoder/x86/vp9_dct_mmx.asm.d
[DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d
[DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
[DEP] vp8/common/x86/postproc_sse2.asm.d
[DEP] vp8/common/x86/mfqe_sse2.asm.d
[DEP] vp8/common/x86/postproc_mmx.asm.d
[DEP] vp8/common/x86/subpixel_ssse3.asm.d
[DEP] vp8/common/x86/copy_sse3.asm.d
[DEP] vp8/common/x86/iwalsh_sse2.asm.d
[DEP] vp8/common/x86/loopfilter_sse2.asm.d
[DEP] vp8/common/x86/subpixel_sse2.asm.d
[DEP] vp8/common/x86/recon_sse2.asm.d
[DEP] vp8/common/x86/idctllm_sse2.asm.d
[DEP] vp8/common/x86/copy_sse2.asm.d
[DEP] vp8/common/x86/subpixel_mmx.asm.d
[DEP] vp8/common/x86/recon_mmx.asm.d
[DEP] vp8/common/x86/vp8_loopfilter_mmx.asm.d
[DEP] vp8/common/x86/iwalsh_mmx.asm.d
[DEP] vp8/common/x86/idctllm_mmx.asm.d
[DEP] vp8/common/x86/dequantize_mmx.asm.d
[DEP] vp8/encoder/x86/encodeopt.asm.d
[DEP] vp8/encoder/x86/quantize_mmx.asm.d
[DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
[DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
[DEP] vp8/encoder/x86/dct_sse2.asm.d
[DEP] vp8/encoder/x86/dct_mmx.asm.d
[DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
[DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
[DEP] vpx_dsp/x86/halfpix_variance_impl_sse2.asm.d
[DEP] vpx_dsp/x86/variance_impl_mmx.asm.d
[DEP] vpx_dsp/x86/subtract_sse2.asm.d
[DEP] vpx_dsp/x86/sad_sse2.asm.d
[DEP] vpx_dsp/x86/sad4d_sse2.asm.d
[DEP] vpx_dsp/x86/sad_sse4.asm.d
[DEP] vpx_dsp/x86/sad_ssse3.asm.d
[DEP] vpx_dsp/x86/sad_sse3.asm.d
[DEP] vpx_dsp/x86/sad_mmx.asm.d
[DEP] vpx_dsp/x86/quantize_avx_x86_64.asm.d
[DEP] vpx_dsp/x86/quantize_ssse3_x86_64.asm.d
[DEP] vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm.d
[DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
[DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
[DEP] vpx_dsp/x86/loopfilter_mmx.asm.d
[DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
[DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
[DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
[DEP] vpx_dsp/x86/intrapred_sse2.asm.d
[DEP] vpx_ports/x86_abi_support.asm.d
[DEP] vpx_ports/emms.asm.d
[CC] vpx/src/vpx_decoder.c.o
[CC] vpx/src/vpx_encoder.c.o
[CREATE] libs.doxy
[CC] vpx/src/vpx_codec.c.o
[CC] vpx/src/vpx_image.c.o
[CC] vpx/src/vpx_psnr.c.o
[CC] vpx_mem/vpx_mem.c.o
[CC] vpx_scale/generic/vpx_scale.c.o
[CC] vpx_scale/generic/yv12config.c.o
[CC] vpx_scale/generic/yv12extend.c.o
[CC] vpx_scale/generic/gen_scalers.c.o
[CC] vpx_scale/vpx_scale_rtcd.c.o
[CC] vpx_dsp/prob.c.o
[CC] vpx_dsp/bitwriter.c.o
[CC] vpx_dsp/bitwriter_buffer.c.o
[CC] vpx_dsp/bitreader.c.o
[CC] vpx_dsp/bitreader_buffer.c.o
[CC] vpx_dsp/intrapred.c.o
[CC] vpx_dsp/vpx_convolve.c.o
[CC] vpx_dsp/x86/vpx_asm_stubs.c.o
[CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o
[CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o
[CC] vpx_dsp/loopfilter.c.o
[CC] vpx_dsp/x86/loopfilter_sse2.c.o
[CC] vpx_dsp/x86/loopfilter_avx2.c.o
[CC] vpx_dsp/fwd_txfm.c.o
[CC] vpx_dsp/x86/fwd_txfm_sse2.c.o
[CC] vpx_dsp/x86/fwd_txfm_avx2.c.o
[CC] vpx_dsp/inv_txfm.c.o
[CC] vpx_dsp/x86/inv_txfm_sse2.c.o
[CC] vpx_dsp/quantize.c.o
[CC] vpx_dsp/x86/quantize_sse2.c.o
[CC] vpx_dsp/sad.c.o
[CC] vpx_dsp/subtract.c.o
[CC] vpx_dsp/x86/sad4d_avx2.c.o
[CC] vpx_dsp/x86/sad_avx2.c.o
[CC] vpx_dsp/variance.c.o
[CC] vpx_dsp/x86/variance_mmx.c.o
[CC] vpx_dsp/x86/variance_sse2.c.o
[CC] vpx_dsp/x86/halfpix_variance_sse2.c.o
[CC] vpx_dsp/x86/variance_avx2.c.o
[CC] vpx_dsp/x86/variance_impl_avx2.c.o
[CC] vpx_dsp/vpx_dsp_rtcd.c.o
[CC] vpx_util/vpx_thread.c.o
[CC] vp8/common/alloccommon.c.o
[CC] vp8/common/blockd.c.o
[CC] vp8/common/copy_c.c.o
[CC] vp8/common/debugmodes.c.o
[CC] vp8/common/dequantize.c.o
[CC] vp8/common/entropy.c.o
[CC] vp8/common/entropymode.c.o
[CC] vp8/common/entropymv.c.o
[CC] vp8/common/extend.c.o
[CC] vp8/common/filter.c.o
[CC] vp8/common/findnearmv.c.o
[CC] vp8/common/generic/systemdependent.c.o
[CC] vp8/common/idct_blk.c.o
[CC] vp8/common/idctllm.c.o
[CC] vp8/common/rtcd.c.o
[CC] vp8/common/vp8_loopfilter.c.o
[CC] vp8/common/loopfilter_filters.c.o
[CC] vp8/common/mbpitch.c.o
[CC] vp8/common/modecont.c.o
[CC] vp8/common/quant_common.c.o
[CC] vp8/common/reconinter.c.o
[CC] vp8/common/reconintra.c.o
[CC] vp8/common/reconintra4x4.c.o
[CC] vp8/common/setupintrarecon.c.o
[CC] vp8/common/swapyv12buffer.c.o
[CC] vp8/common/treecoder.c.o
[CC] vp8/common/x86/filter_x86.c.o
[CC] vp8/common/x86/vp8_asm_stubs.c.o
[CC] vp8/common/x86/loopfilter_x86.c.o
[CC] vp8/common/mfqe.c.o
[CC] vp8/common/postproc.c.o
[CC] vp8/common/x86/idct_blk_mmx.c.o
[CC] vp8/common/x86/idct_blk_sse2.c.o
[CC] vp8/vp8_cx_iface.c.o
[CC] vp8/encoder/bitstream.c.o
[CC] vp8/encoder/boolhuff.c.o
[CC] vp8/encoder/dct.c.o
[CC] vp8/encoder/encodeframe.c.o
[CC] vp8/encoder/encodeintra.c.o
[CC] vp8/encoder/encodemb.c.o
[CC] vp8/encoder/encodemv.c.o
[CC] vp8/encoder/ethreading.c.o
[CC] vp8/encoder/firstpass.c.o
[CC] vp8/encoder/denoising.c.o
[CC] vp8/encoder/lookahead.c.o
[CC] vp8/encoder/mcomp.c.o
[CC] vp8/encoder/modecosts.c.o
[CC] vp8/encoder/onyx_if.c.o
[CC] vp8/encoder/pickinter.c.o
[CC] vp8/encoder/picklpf.c.o
[CC] vp8/encoder/vp8_quantize.c.o
[CC] vp8/encoder/ratectrl.c.o
[CC] vp8/encoder/rdopt.c.o
[CC] vp8/encoder/segmentation.c.o
[CC] vp8/encoder/tokenize.c.o
[CC] vp8/encoder/treewriter.c.o
[CC] vp8/encoder/temporal_filter.c.o
[CC] vp8/encoder/x86/vp8_enc_stubs_mmx.c.o
[CC] vp8/encoder/x86/vp8_quantize_sse2.c.o
[CC] vp8/encoder/x86/quantize_ssse3.c.o
[CC] vp8/encoder/x86/quantize_sse4.c.o
[CC] vp8/encoder/x86/denoising_sse2.c.o
[CC] vp8/encoder/x86/vp8_enc_stubs_sse2.c.o
[CC] vp8/vp8_dx_iface.c.o
[CC] vp8/decoder/dboolhuff.c.o
[CC] vp8/decoder/decodemv.c.o
[CC] vp8/decoder/decodeframe.c.o
[CC] vp8/decoder/detokenize.c.o
[CC] vp8/decoder/onyxd_if.c.o
[CC] vp8/decoder/threading.c.o
[CC] vp9/common/vp9_alloccommon.c.o
[CC] vp9/common/vp9_blockd.c.o
[CC] vp9/common/vp9_debugmodes.c.o
[CC] vp9/common/vp9_entropy.c.o
[CC] vp9/common/vp9_entropymode.c.o
[CC] vp9/common/vp9_entropymv.c.o
[CC] vp9/common/vp9_frame_buffers.c.o
[CC] vp9/common/vp9_idct.c.o
[CC] vp9/common/vp9_filter.c.o
[CC] vp9/common/vp9_pred_common.c.o
[CC] vp9/common/vp9_rtcd.c.o
[CC] vp9/common/vp9_scale.c.o
[CC] vp9/common/vp9_seg_common.c.o
[CC] vp9/common/vp9_tile_common.c.o
[CC] vp9/common/vp9_loopfilter.c.o
[CC] vp9/common/vp9_thread_common.c.o
[CC] vp9/common/vp9_mvref_common.c.o
[CC] vp9/common/vp9_quant_common.c.o
[CC] vp9/common/vp9_reconinter.c.o
[CC] vp9/common/vp9_reconintra.c.o
[CC] vp9/common/vp9_common_data.c.o
[CC] vp9/common/vp9_scan.c.o
[CC] vp9/common/x86/vp9_idct_intrin_sse2.c.o
[CC] vp9/vp9_cx_iface.c.o
[CC] vp9/encoder/vp9_avg.c.o
[CC] vp9/encoder/vp9_bitstream.c.o
[CC] vp9/encoder/vp9_context_tree.c.o
[CC] vp9/encoder/vp9_cost.c.o
[CC] vp9/encoder/vp9_dct.c.o
[CC] vp9/encoder/vp9_encodeframe.c.o
[CC] vp9/encoder/vp9_encodemb.c.o
[CC] vp9/encoder/vp9_encodemv.c.o
[CC] vp9/encoder/vp9_ethread.c.o
[CC] vp9/encoder/vp9_extend.c.o
[CC] vp9/encoder/vp9_firstpass.c.o
[CC] vp9/encoder/vp9_lookahead.c.o
[CC] vp9/encoder/vp9_mcomp.c.o
[CC] vp9/encoder/vp9_encoder.c.o
[CC] vp9/encoder/vp9_picklpf.c.o
[CC] vp9/encoder/vp9_quantize.c.o
[CC] vp9/encoder/vp9_ratectrl.c.o
[CC] vp9/encoder/vp9_rd.c.o
[CC] vp9/encoder/vp9_rdopt.c.o
[CC] vp9/encoder/vp9_pickmode.c.o
[CC] vp9/encoder/vp9_segmentation.c.o
[CC] vp9/encoder/vp9_speed_features.c.o
[CC] vp9/encoder/vp9_subexp.c.o
[CC] vp9/encoder/vp9_svc_layercontext.c.o
[CC] vp9/encoder/vp9_resize.c.o
[CC] vp9/encoder/vp9_tokenize.c.o
[CC] vp9/encoder/vp9_treewriter.c.o
[CC] vp9/encoder/vp9_aq_variance.c.o
[CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o
[CC] vp9/encoder/vp9_aq_complexity.c.o
[CC] vp9/encoder/vp9_skin_detection.c.o
[CC] vp9/encoder/vp9_noise_estimate.c.o
[CC] vp9/encoder/vp9_temporal_filter.c.o
[CC] vp9/encoder/vp9_mbgraph.c.o
[CC] vp9/encoder/x86/vp9_avg_intrin_sse2.c.o
[CC] vp9/encoder/x86/vp9_quantize_sse2.c.o
[CC] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o
[CC] vp9/encoder/x86/vp9_dct_sse2.c.o
[CC] vp9/encoder/x86/vp9_dct_ssse3.c.o
[CC] vp9/encoder/x86/vp9_error_intrin_avx2.c.o
[CC] vp9/vp9_dx_iface.c.o
[CC] vp9/decoder/vp9_decodemv.c.o
[CC] vp9/decoder/vp9_decodeframe.c.o
[CC] vp9/decoder/vp9_detokenize.c.o
[CC] vp9/decoder/vp9_dthread.c.o
[CC] vp9/decoder/vp9_decoder.c.o
[CC] vp9/decoder/vp9_dsubexp.c.o
[CC] vpx_config.c.o
[AS] vpx_ports/emms.asm.o
[AS] vpx_ports/x86_abi_support.asm.o
[AS] vpx_dsp/x86/intrapred_sse2.asm.o
[AS] vpx_dsp/x86/intrapred_ssse3.asm.o
[AS] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o
[AS] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o
[AS] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o
[AS] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o
[AS] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o
[AS] vpx_dsp/x86/loopfilter_mmx.asm.o
[AS] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o
[AS] vpx_dsp/x86/inv_wht_sse2.asm.o
[AS] vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm.o
[AS] vpx_dsp/x86/quantize_ssse3_x86_64.asm.o
[AS] vpx_dsp/x86/quantize_avx_x86_64.asm.o
[AS] vpx_dsp/x86/sad_mmx.asm.o
[AS] vpx_dsp/x86/sad_sse3.asm.o
[AS] vpx_dsp/x86/sad_ssse3.asm.o
[AS] vpx_dsp/x86/sad_sse4.asm.o
[AS] vpx_dsp/x86/sad4d_sse2.asm.o
[AS] vpx_dsp/x86/sad_sse2.asm.o
[AS] vpx_dsp/x86/subtract_sse2.asm.o
[AS] vpx_dsp/x86/variance_impl_mmx.asm.o
[AS] vpx_dsp/x86/halfpix_variance_impl_sse2.asm.o
[AS] vpx_dsp/x86/ssim_opt_x86_64.asm.o
[AS] vpx_dsp/x86/subpel_variance_sse2.asm.o
[AS] vp8/common/x86/dequantize_mmx.asm.o
[AS] vp8/common/x86/idctllm_mmx.asm.o
[AS] vp8/common/x86/iwalsh_mmx.asm.o
[AS] vp8/common/x86/vp8_loopfilter_mmx.asm.o
[AS] vp8/common/x86/recon_mmx.asm.o
[AS] vp8/common/x86/subpixel_mmx.asm.o
[AS] vp8/common/x86/copy_sse2.asm.o
[AS] vp8/common/x86/idctllm_sse2.asm.o
[AS] vp8/common/x86/recon_sse2.asm.o
[AS] vp8/common/x86/loopfilter_sse2.asm.o
[AS] vp8/common/x86/subpixel_sse2.asm.o
[AS] vp8/common/x86/iwalsh_sse2.asm.o
[AS] vp8/common/x86/copy_sse3.asm.o
[AS] vp8/common/x86/subpixel_ssse3.asm.o
[AS] vp8/common/x86/postproc_mmx.asm.o
[AS] vp8/common/x86/mfqe_sse2.asm.o
[AS] vp8/common/x86/postproc_sse2.asm.o
[AS] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o
[AS] vp8/encoder/x86/dct_mmx.asm.o
[AS] vp8/encoder/x86/dct_sse2.asm.o
[AS] vp8/encoder/x86/fwalsh_sse2.asm.o
[AS] vp8/encoder/x86/temporal_filter_apply_sse2.asm.o
[AS] vp8/encoder/x86/quantize_mmx.asm.o
[AS] vp8/encoder/x86/encodeopt.asm.o
[AS] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.o
[AS] vp9/encoder/x86/vp9_dct_mmx.asm.o
[AS] vp9/encoder/x86/vp9_error_sse2.asm.o
[AS] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o
[AS] vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm.o
[CREATE] libvpx.ver
[CREATE] vpx.pc
[CXX] third_party/googletest/src/src/gtest-all.cc.o
[CC] test/../ivfenc.c.o
[CC] test/../md5_utils.c.o
[CXX] test/../third_party/libwebm/mkvparser.cpp.o
[CXX] test/../third_party/libwebm/mkvreader.cpp.o
[CXX] test/../webmdec.cc.o
[CC] test/../y4menc.c.o
[CC] test/../y4minput.c.o
[CXX] test/active_map_refresh_test.cc.o
[CXX] test/active_map_test.cc.o
[CXX] test/altref_test.cc.o
[CXX] test/aq_segment_test.cc.o
[CXX] test/borders_test.cc.o
[CXX] test/byte_alignment_test.cc.o
[CXX] test/config_test.cc.o
[CXX] test/cpu_speed_test.cc.o
[CXX] test/cq_test.cc.o
[CXX] test/datarate_test.cc.o
[CXX] test/decode_api_test.cc.o
[CXX] test/decode_test_driver.cc.o
[CXX] test/encode_test_driver.cc.o
[CXX] test/error_resilience_test.cc.o
[CXX] test/external_frame_buffer_test.cc.o
[CXX] test/frame_size_tests.cc.o
[CXX] test/invalid_file_test.cc.o
[CXX] test/keyframe_test.cc.o
[CXX] test/resize_test.cc.o
[CXX] test/test_libvpx.cc.o
[CXX] test/test_vector_test.cc.o
[CXX] test/test_vectors.cc.o
[CXX] test/user_priv_test.cc.o
[CXX] test/vp9_end_to_end_test.cc.o
[CXX] test/vp9_ethread_test.cc.o
[CXX] test/vp9_frame_parallel_test.cc.o
[CXX] test/vp9_lossless_test.cc.o
[CXX] test/vp9_skip_loopfilter_test.cc.o
[CXX] test/y4m_test.cc.o
[AR] libvpx_g.a
[LD] libvpx.so.3.0.0
[AR] libgtest_g.a
[STRIP] libvpx.a < libvpx_g.a
[LN] libvpx.so.3.0.0 libvpx.so
[LN] libvpx.so.3.0.0 libvpx.so.3
[LN] libvpx.so.3.0.0 libvpx.so.3.0
[STRIP] libgtest.a < libgtest_g.a
[LD] test_libvpx
[CREATE] doxyfile
[DOXYGEN] doxyfile
/opt/ffmpeg_sources/libvpx/usage_dx.dox:14: warning: unable to resolve reference to `samples' for \ref command
/opt/ffmpeg_sources/libvpx/usage_cx.dox:929: warning: unable to resolve reference to `samples' for \ref command
/opt/ffmpeg_sources/libvpx/usage_cx.dox:11: warning: unable to resolve reference to `samples' for \ref command
/opt/ffmpeg_sources/libvpx/usage_dx.dox:14: warning: unable to resolve reference to `samples' for \ref command
/opt/ffmpeg_sources/libvpx/mainpage.dox:26: warning: unable to resolve reference to `samples' for \ref command
/opt/ffmpeg_sources/libvpx/mainpage.dox:26: warning: unable to resolve reference to `samples' for \ref command
[INSTALL] /opt/ffmpeg/include/vpx/vp8.h
[INSTALL] /opt/ffmpeg/include/vpx/vp8cx.h
[INSTALL] /opt/ffmpeg/include/vpx/vp8dx.h
[INSTALL] /opt/ffmpeg/include/vpx/vpx_codec.h
[INSTALL] /opt/ffmpeg/include/vpx/vpx_frame_buffer.h
[INSTALL] /opt/ffmpeg/include/vpx/vpx_image.h
[INSTALL] /opt/ffmpeg/include/vpx/vpx_integer.h
[INSTALL] /opt/ffmpeg/include/vpx/vpx_decoder.h
[INSTALL] /opt/ffmpeg/include/vpx/vpx_encoder.h
[INSTALL] /opt/ffmpeg/lib/libvpx.a
[LN] libvpx.so.3.0.0 /opt/ffmpeg/lib/libvpx.so
[LN] libvpx.so.3.0.0 /opt/ffmpeg/lib/libvpx.so.3
[LN] libvpx.so.3.0.0 /opt/ffmpeg/lib/libvpx.so.3.0
[INSTALL] /opt/ffmpeg/lib/libvpx.so.3.0.0
[INSTALL] /opt/ffmpeg/lib/pkgconfig/vpx.pc
make[1]: Nothing to be done for `install'.
rm -f vpx/src/vpx_decoder.c.o vpx/src/vpx_encoder.c.o vpx/src/vpx_codec.c.o vpx/src/vpx_image.c.o vpx/src/vpx_psnr.c.o vpx_mem/vpx_mem.c.o vpx_scale/generic/vpx_scale.c.o vpx_scale/generic/yv12config.c.o vpx_scale/generic/yv12extend.c.o vpx_scale/generic/gen_scalers.c.o vpx_scale/vpx_scale_rtcd.c.o vpx_dsp/prob.c.o vpx_dsp/bitwriter.c.o vpx_dsp/bitwriter_buffer.c.o vpx_dsp/bitreader.c.o vpx_dsp/bitreader_buffer.c.o vpx_dsp/intrapred.c.o vpx_dsp/vpx_convolve.c.o vpx_dsp/x86/vpx_asm_stubs.c.o vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o vpx_dsp/loopfilter.c.o vpx_dsp/x86/loopfilter_sse2.c.o vpx_dsp/x86/loopfilter_avx2.c.o vpx_dsp/fwd_txfm.c.o vpx_dsp/x86/fwd_txfm_sse2.c.o vpx_dsp/x86/fwd_txfm_avx2.c.o vpx_dsp/inv_txfm.c.o vpx_dsp/x86/inv_txfm_sse2.c.o vpx_dsp/quantize.c.o vpx_dsp/x86/quantize_sse2.c.o vpx_dsp/sad.c.o vpx_dsp/subtract.c.o vpx_dsp/x86/sad4d_avx2.c.o vpx_dsp/x86/sad_avx2.c.o vpx_dsp/variance.c.o vpx_dsp/x86/variance_mmx.c.o vpx_dsp/x86/variance_sse2.c.o vpx_dsp/x86/variance_sse2.c.o vpx_dsp/x86/halfpix_variance_sse2.c.o vpx_dsp/x86/variance_avx2.c.o vpx_dsp/x86/variance_impl_avx2.c.o vpx_dsp/vpx_dsp_rtcd.c.o vpx_util/vpx_thread.c.o vp8/common/alloccommon.c.o vp8/common/blockd.c.o vp8/common/copy_c.c.o vp8/common/debugmodes.c.o vp8/common/dequantize.c.o vp8/common/entropy.c.o vp8/common/entropymode.c.o vp8/common/entropymv.c.o vp8/common/extend.c.o vp8/common/filter.c.o vp8/common/findnearmv.c.o vp8/common/generic/systemdependent.c.o vp8/common/idct_blk.c.o vp8/common/idctllm.c.o vp8/common/rtcd.c.o vp8/common/vp8_loopfilter.c.o vp8/common/loopfilter_filters.c.o vp8/common/mbpitch.c.o vp8/common/modecont.c.o vp8/common/quant_common.c.o vp8/common/reconinter.c.o vp8/common/reconintra.c.o vp8/common/reconintra4x4.c.o vp8/common/setupintrarecon.c.o vp8/common/swapyv12buffer.c.o vp8/common/treecoder.c.o vp8/common/x86/filter_x86.c.o vp8/common/x86/vp8_asm_stubs.c.o vp8/common/x86/loopfilter_x86.c.o vp8/common/mfqe.c.o vp8/common/postproc.c.o vp8/common/x86/idct_blk_mmx.c.o vp8/common/x86/idct_blk_sse2.c.o vp8/vp8_cx_iface.c.o vp8/encoder/bitstream.c.o vp8/encoder/boolhuff.c.o vp8/encoder/dct.c.o vp8/encoder/encodeframe.c.o vp8/encoder/encodeintra.c.o vp8/encoder/encodemb.c.o vp8/encoder/encodemv.c.o vp8/encoder/ethreading.c.o vp8/encoder/firstpass.c.o vp8/encoder/denoising.c.o vp8/encoder/lookahead.c.o vp8/encoder/mcomp.c.o vp8/encoder/modecosts.c.o vp8/encoder/onyx_if.c.o vp8/encoder/pickinter.c.o vp8/encoder/picklpf.c.o vp8/encoder/vp8_quantize.c.o vp8/encoder/ratectrl.c.o vp8/encoder/rdopt.c.o vp8/encoder/segmentation.c.o vp8/encoder/tokenize.c.o vp8/encoder/treewriter.c.o vp8/encoder/temporal_filter.c.o vp8/encoder/x86/vp8_enc_stubs_mmx.c.o vp8/encoder/x86/vp8_quantize_sse2.c.o vp8/encoder/x86/quantize_ssse3.c.o vp8/encoder/x86/quantize_sse4.c.o vp8/encoder/x86/denoising_sse2.c.o vp8/encoder/x86/vp8_enc_stubs_sse2.c.o vp8/common/alloccommon.c.o vp8/common/blockd.c.o vp8/common/copy_c.c.o vp8/common/debugmodes.c.o vp8/common/dequantize.c.o vp8/common/entropy.c.o vp8/common/entropymode.c.o vp8/common/entropymv.c.o vp8/common/extend.c.o vp8/common/filter.c.o vp8/common/findnearmv.c.o vp8/common/generic/systemdependent.c.o vp8/common/idct_blk.c.o vp8/common/idctllm.c.o vp8/common/rtcd.c.o vp8/common/vp8_loopfilter.c.o vp8/common/loopfilter_filters.c.o vp8/common/mbpitch.c.o vp8/common/modecont.c.o vp8/common/quant_common.c.o vp8/common/reconinter.c.o vp8/common/reconintra.c.o vp8/common/reconintra4x4.c.o vp8/common/setupintrarecon.c.o vp8/common/swapyv12buffer.c.o vp8/common/treecoder.c.o vp8/common/x86/filter_x86.c.o vp8/common/x86/vp8_asm_stubs.c.o vp8/common/x86/loopfilter_x86.c.o vp8/common/mfqe.c.o vp8/common/postproc.c.o vp8/common/x86/idct_blk_mmx.c.o vp8/common/x86/idct_blk_sse2.c.o vp8/vp8_dx_iface.c.o vp8/decoder/dboolhuff.c.o vp8/decoder/decodemv.c.o vp8/decoder/decodeframe.c.o vp8/decoder/detokenize.c.o vp8/decoder/onyxd_if.c.o vp8/decoder/threading.c.o vp9/common/vp9_alloccommon.c.o vp9/common/vp9_blockd.c.o vp9/common/vp9_debugmodes.c.o vp9/common/vp9_entropy.c.o vp9/common/vp9_entropymode.c.o vp9/common/vp9_entropymv.c.o vp9/common/vp9_frame_buffers.c.o vp9/common/vp9_idct.c.o vp9/common/vp9_filter.c.o vp9/common/vp9_pred_common.c.o vp9/common/vp9_rtcd.c.o vp9/common/vp9_scale.c.o vp9/common/vp9_seg_common.c.o vp9/common/vp9_tile_common.c.o vp9/common/vp9_loopfilter.c.o vp9/common/vp9_thread_common.c.o vp9/common/vp9_mvref_common.c.o vp9/common/vp9_quant_common.c.o vp9/common/vp9_reconinter.c.o vp9/common/vp9_reconintra.c.o vp9/common/vp9_common_data.c.o vp9/common/vp9_scan.c.o vp9/common/x86/vp9_idct_intrin_sse2.c.o vp9/vp9_cx_iface.c.o vp9/encoder/vp9_avg.c.o vp9/encoder/vp9_bitstream.c.o vp9/encoder/vp9_context_tree.c.o vp9/encoder/vp9_cost.c.o vp9/encoder/vp9_dct.c.o vp9/encoder/vp9_encodeframe.c.o vp9/encoder/vp9_encodemb.c.o vp9/encoder/vp9_encodemv.c.o vp9/encoder/vp9_ethread.c.o vp9/encoder/vp9_extend.c.o vp9/encoder/vp9_firstpass.c.o vp9/encoder/vp9_lookahead.c.o vp9/encoder/vp9_mcomp.c.o vp9/encoder/vp9_encoder.c.o vp9/encoder/vp9_picklpf.c.o vp9/encoder/vp9_quantize.c.o vp9/encoder/vp9_ratectrl.c.o vp9/encoder/vp9_rd.c.o vp9/encoder/vp9_rdopt.c.o vp9/encoder/vp9_pickmode.c.o vp9/encoder/vp9_segmentation.c.o vp9/encoder/vp9_speed_features.c.o vp9/encoder/vp9_subexp.c.o vp9/encoder/vp9_svc_layercontext.c.o vp9/encoder/vp9_resize.c.o vp9/encoder/vp9_tokenize.c.o vp9/encoder/vp9_treewriter.c.o vp9/encoder/vp9_aq_variance.c.o vp9/encoder/vp9_aq_cyclicrefresh.c.o vp9/encoder/vp9_aq_complexity.c.o vp9/encoder/vp9_skin_detection.c.o vp9/encoder/vp9_noise_estimate.c.o vp9/encoder/vp9_temporal_filter.c.o vp9/encoder/vp9_mbgraph.c.o vp9/encoder/x86/vp9_avg_intrin_sse2.c.o vp9/encoder/x86/vp9_quantize_sse2.c.o vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o vp9/encoder/x86/vp9_dct_sse2.c.o vp9/encoder/x86/vp9_dct_ssse3.c.o vp9/encoder/x86/vp9_error_intrin_avx2.c.o vp9/common/vp9_alloccommon.c.o vp9/common/vp9_blockd.c.o vp9/common/vp9_debugmodes.c.o vp9/common/vp9_entropy.c.o vp9/common/vp9_entropymode.c.o vp9/common/vp9_entropymv.c.o vp9/common/vp9_frame_buffers.c.o vp9/common/vp9_idct.c.o vp9/common/vp9_filter.c.o vp9/common/vp9_pred_common.c.o vp9/common/vp9_rtcd.c.o vp9/common/vp9_scale.c.o vp9/common/vp9_seg_common.c.o vp9/common/vp9_tile_common.c.o vp9/common/vp9_loopfilter.c.o vp9/common/vp9_thread_common.c.o vp9/common/vp9_mvref_common.c.o vp9/common/vp9_quant_common.c.o vp9/common/vp9_reconinter.c.o vp9/common/vp9_reconintra.c.o vp9/common/vp9_common_data.c.o vp9/common/vp9_scan.c.o vp9/common/x86/vp9_idct_intrin_sse2.c.o vp9/vp9_dx_iface.c.o vp9/decoder/vp9_decodemv.c.o vp9/decoder/vp9_decodeframe.c.o vp9/decoder/vp9_detokenize.c.o vp9/decoder/vp9_dthread.c.o vp9/decoder/vp9_decoder.c.o vp9/decoder/vp9_dsubexp.c.o vpx_config.c.o vpx_ports/emms.asm.o vpx_ports/x86_abi_support.asm.o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_ssse3.asm.o vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o vpx_dsp/x86/loopfilter_mmx.asm.o vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o vpx_dsp/x86/inv_wht_sse2.asm.o vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm.o vpx_dsp/x86/quantize_ssse3_x86_64.asm.o vpx_dsp/x86/quantize_avx_x86_64.asm.o vpx_dsp/x86/sad_mmx.asm.o vpx_dsp/x86/sad_sse3.asm.o vpx_dsp/x86/sad_ssse3.asm.o vpx_dsp/x86/sad_sse4.asm.o vpx_dsp/x86/sad4d_sse2.asm.o vpx_dsp/x86/sad_sse2.asm.o vpx_dsp/x86/sad4d_sse2.asm.o vpx_dsp/x86/sad_sse2.asm.o vpx_dsp/x86/subtract_sse2.asm.o vpx_dsp/x86/variance_impl_mmx.asm.o vpx_dsp/x86/halfpix_variance_impl_sse2.asm.o vpx_dsp/x86/ssim_opt_x86_64.asm.o vpx_dsp/x86/subpel_variance_sse2.asm.o vpx_dsp/x86/subpel_variance_sse2.asm.o vp8/common/x86/dequantize_mmx.asm.o vp8/common/x86/idctllm_mmx.asm.o vp8/common/x86/iwalsh_mmx.asm.o vp8/common/x86/vp8_loopfilter_mmx.asm.o vp8/common/x86/recon_mmx.asm.o vp8/common/x86/subpixel_mmx.asm.o vp8/common/x86/copy_sse2.asm.o vp8/common/x86/idctllm_sse2.asm.o vp8/common/x86/recon_sse2.asm.o vp8/common/x86/subpixel_sse2.asm.o vp8/common/x86/loopfilter_sse2.asm.o vp8/common/x86/iwalsh_sse2.asm.o vp8/common/x86/copy_sse3.asm.o vp8/common/x86/subpixel_ssse3.asm.o vp8/common/x86/postproc_mmx.asm.o vp8/common/x86/mfqe_sse2.asm.o vp8/common/x86/postproc_sse2.asm.o vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o vp8/encoder/x86/dct_mmx.asm.o vp8/encoder/x86/dct_sse2.asm.o vp8/encoder/x86/fwalsh_sse2.asm.o vp8/encoder/x86/temporal_filter_apply_sse2.asm.o vp8/encoder/x86/quantize_mmx.asm.o vp8/encoder/x86/encodeopt.asm.o vp8/common/x86/dequantize_mmx.asm.o vp8/common/x86/idctllm_mmx.asm.o vp8/common/x86/iwalsh_mmx.asm.o vp8/common/x86/vp8_loopfilter_mmx.asm.o vp8/common/x86/recon_mmx.asm.o vp8/common/x86/subpixel_mmx.asm.o vp8/common/x86/copy_sse2.asm.o vp8/common/x86/idctllm_sse2.asm.o vp8/common/x86/recon_sse2.asm.o vp8/common/x86/subpixel_sse2.asm.o vp8/common/x86/loopfilter_sse2.asm.o vp8/common/x86/iwalsh_sse2.asm.o vp8/common/x86/copy_sse3.asm.o vp8/common/x86/subpixel_ssse3.asm.o vp8/common/x86/postproc_mmx.asm.o vp8/common/x86/mfqe_sse2.asm.o vp8/common/x86/postproc_sse2.asm.o vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.o vp9/encoder/x86/vp9_dct_mmx.asm.o vp9/encoder/x86/vp9_error_sse2.asm.o vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm.o third_party/googletest/src/src/gtest-all.cc.o test/../ivfenc.c.o test/../md5_utils.c.o test/../third_party/libwebm/mkvparser.cpp.o test/../third_party/libwebm/mkvreader.cpp.o test/../webmdec.cc.o test/../y4menc.c.o test/../y4minput.c.o test/active_map_refresh_test.cc.o test/active_map_test.cc.o test/altref_test.cc.o test/aq_segment_test.cc.o test/borders_test.cc.o test/byte_alignment_test.cc.o test/config_test.cc.o test/cpu_speed_test.cc.o test/cq_test.cc.o test/datarate_test.cc.o test/decode_api_test.cc.o test/decode_test_driver.cc.o test/encode_test_driver.cc.o test/error_resilience_test.cc.o test/external_frame_buffer_test.cc.o test/frame_size_tests.cc.o test/invalid_file_test.cc.o test/keyframe_test.cc.o test/resize_test.cc.o test/test_libvpx.cc.o test/test_vector_test.cc.o test/test_vectors.cc.o test/user_priv_test.cc.o test/vp9_end_to_end_test.cc.o test/vp9_ethread_test.cc.o test/vp9_frame_parallel_test.cc.o test/vp9_lossless_test.cc.o test/vp9_skip_loopfilter_test.cc.o test/y4m_test.cc.o vpx/src/vpx_decoder.c.d vpx/src/vpx_encoder.c.d vpx/src/vpx_codec.c.d vpx/src/vpx_image.c.d vpx/src/vpx_psnr.c.d vpx_mem/vpx_mem.c.d vpx_scale/generic/vpx_scale.c.d vpx_scale/generic/yv12config.c.d vpx_scale/generic/yv12extend.c.d vpx_scale/generic/gen_scalers.c.d vpx_scale/vpx_scale_rtcd.c.d vpx_dsp/prob.c.d vpx_dsp/bitwriter.c.d vpx_dsp/bitwriter_buffer.c.d vpx_dsp/bitreader.c.d vpx_dsp/bitreader_buffer.c.d vpx_dsp/intrapred.c.d vpx_dsp/vpx_convolve.c.d vpx_dsp/x86/vpx_asm_stubs.c.d vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d vpx_dsp/loopfilter.c.d vpx_dsp/x86/loopfilter_sse2.c.d vpx_dsp/x86/loopfilter_avx2.c.d vpx_dsp/fwd_txfm.c.d vpx_dsp/x86/fwd_txfm_sse2.c.d vpx_dsp/x86/fwd_txfm_avx2.c.d vpx_dsp/inv_txfm.c.d vpx_dsp/x86/inv_txfm_sse2.c.d vpx_dsp/quantize.c.d vpx_dsp/x86/quantize_sse2.c.d vpx_dsp/sad.c.d vpx_dsp/subtract.c.d vpx_dsp/x86/sad4d_avx2.c.d vpx_dsp/x86/sad_avx2.c.d vpx_dsp/variance.c.d vpx_dsp/x86/variance_mmx.c.d vpx_dsp/x86/variance_sse2.c.d vpx_dsp/x86/variance_sse2.c.d vpx_dsp/x86/halfpix_variance_sse2.c.d vpx_dsp/x86/variance_avx2.c.d vpx_dsp/x86/variance_impl_avx2.c.d vpx_dsp/vpx_dsp_rtcd.c.d vpx_util/vpx_thread.c.d vp8/common/alloccommon.c.d vp8/common/blockd.c.d vp8/common/copy_c.c.d vp8/common/debugmodes.c.d vp8/common/dequantize.c.d vp8/common/entropy.c.d vp8/common/entropymode.c.d vp8/common/entropymv.c.d vp8/common/extend.c.d vp8/common/filter.c.d vp8/common/findnearmv.c.d vp8/common/generic/systemdependent.c.d vp8/common/idct_blk.c.d vp8/common/idctllm.c.d vp8/common/rtcd.c.d vp8/common/vp8_loopfilter.c.d vp8/common/loopfilter_filters.c.d vp8/common/mbpitch.c.d vp8/common/modecont.c.d vp8/common/quant_common.c.d vp8/common/reconinter.c.d vp8/common/reconintra.c.d vp8/common/reconintra4x4.c.d vp8/common/setupintrarecon.c.d vp8/common/swapyv12buffer.c.d vp8/common/treecoder.c.d vp8/common/x86/filter_x86.c.d vp8/common/x86/vp8_asm_stubs.c.d vp8/common/x86/loopfilter_x86.c.d vp8/common/mfqe.c.d vp8/common/postproc.c.d vp8/common/x86/idct_blk_mmx.c.d vp8/common/x86/idct_blk_sse2.c.d vp8/vp8_cx_iface.c.d vp8/encoder/bitstream.c.d vp8/encoder/boolhuff.c.d vp8/encoder/dct.c.d vp8/encoder/encodeframe.c.d vp8/encoder/encodeintra.c.d vp8/encoder/encodemb.c.d vp8/encoder/encodemv.c.d vp8/encoder/ethreading.c.d vp8/encoder/firstpass.c.d vp8/encoder/denoising.c.d vp8/encoder/lookahead.c.d vp8/encoder/mcomp.c.d vp8/encoder/modecosts.c.d vp8/encoder/onyx_if.c.d vp8/encoder/pickinter.c.d vp8/encoder/picklpf.c.d vp8/encoder/vp8_quantize.c.d vp8/encoder/ratectrl.c.d vp8/encoder/rdopt.c.d vp8/encoder/segmentation.c.d vp8/encoder/tokenize.c.d vp8/encoder/treewriter.c.d vp8/encoder/temporal_filter.c.d vp8/encoder/x86/vp8_enc_stubs_mmx.c.d vp8/encoder/x86/vp8_quantize_sse2.c.d vp8/encoder/x86/quantize_ssse3.c.d vp8/encoder/x86/quantize_sse4.c.d vp8/encoder/x86/denoising_sse2.c.d vp8/encoder/x86/vp8_enc_stubs_sse2.c.d vp8/common/alloccommon.c.d vp8/common/blockd.c.d vp8/common/copy_c.c.d vp8/common/debugmodes.c.d vp8/common/dequantize.c.d vp8/common/entropy.c.d vp8/common/entropymode.c.d vp8/common/entropymv.c.d vp8/common/extend.c.d vp8/common/filter.c.d vp8/common/findnearmv.c.d vp8/common/generic/systemdependent.c.d vp8/common/idct_blk.c.d vp8/common/idctllm.c.d vp8/common/rtcd.c.d vp8/common/vp8_loopfilter.c.d vp8/common/loopfilter_filters.c.d vp8/common/mbpitch.c.d vp8/common/modecont.c.d vp8/common/quant_common.c.d vp8/common/reconinter.c.d vp8/common/reconintra.c.d vp8/common/reconintra4x4.c.d vp8/common/setupintrarecon.c.d vp8/common/swapyv12buffer.c.d vp8/common/treecoder.c.d vp8/common/x86/filter_x86.c.d vp8/common/x86/vp8_asm_stubs.c.d vp8/common/x86/loopfilter_x86.c.d vp8/common/mfqe.c.d vp8/common/postproc.c.d vp8/common/x86/idct_blk_mmx.c.d vp8/common/x86/idct_blk_sse2.c.d vp8/vp8_dx_iface.c.d vp8/decoder/dboolhuff.c.d vp8/decoder/decodemv.c.d vp8/decoder/decodeframe.c.d vp8/decoder/detokenize.c.d vp8/decoder/onyxd_if.c.d vp8/decoder/threading.c.d vp9/common/vp9_alloccommon.c.d vp9/common/vp9_blockd.c.d vp9/common/vp9_debugmodes.c.d vp9/common/vp9_entropy.c.d vp9/common/vp9_entropymode.c.d vp9/common/vp9_entropymv.c.d vp9/common/vp9_frame_buffers.c.d vp9/common/vp9_idct.c.d vp9/common/vp9_filter.c.d vp9/common/vp9_pred_common.c.d vp9/common/vp9_rtcd.c.d vp9/common/vp9_scale.c.d vp9/common/vp9_seg_common.c.d vp9/common/vp9_tile_common.c.d vp9/common/vp9_loopfilter.c.d vp9/common/vp9_thread_common.c.d vp9/common/vp9_mvref_common.c.d vp9/common/vp9_quant_common.c.d vp9/common/vp9_reconinter.c.d vp9/common/vp9_reconintra.c.d vp9/common/vp9_common_data.c.d vp9/common/vp9_scan.c.d vp9/common/x86/vp9_idct_intrin_sse2.c.d vp9/vp9_cx_iface.c.d vp9/encoder/vp9_avg.c.d vp9/encoder/vp9_bitstream.c.d vp9/encoder/vp9_context_tree.c.d vp9/encoder/vp9_cost.c.d vp9/encoder/vp9_dct.c.d vp9/encoder/vp9_encodeframe.c.d vp9/encoder/vp9_encodemb.c.d vp9/encoder/vp9_encodemv.c.d vp9/encoder/vp9_ethread.c.d vp9/encoder/vp9_extend.c.d vp9/encoder/vp9_firstpass.c.d vp9/encoder/vp9_lookahead.c.d vp9/encoder/vp9_mcomp.c.d vp9/encoder/vp9_encoder.c.d vp9/encoder/vp9_picklpf.c.d vp9/encoder/vp9_quantize.c.d vp9/encoder/vp9_ratectrl.c.d vp9/encoder/vp9_rd.c.d vp9/encoder/vp9_rdopt.c.d vp9/encoder/vp9_pickmode.c.d vp9/encoder/vp9_segmentation.c.d vp9/encoder/vp9_speed_features.c.d vp9/encoder/vp9_subexp.c.d vp9/encoder/vp9_svc_layercontext.c.d vp9/encoder/vp9_resize.c.d vp9/encoder/vp9_tokenize.c.d vp9/encoder/vp9_treewriter.c.d vp9/encoder/vp9_aq_variance.c.d vp9/encoder/vp9_aq_cyclicrefresh.c.d vp9/encoder/vp9_aq_complexity.c.d vp9/encoder/vp9_skin_detection.c.d vp9/encoder/vp9_noise_estimate.c.d vp9/encoder/vp9_temporal_filter.c.d vp9/encoder/vp9_mbgraph.c.d vp9/encoder/x86/vp9_avg_intrin_sse2.c.d vp9/encoder/x86/vp9_quantize_sse2.c.d vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d vp9/encoder/x86/vp9_dct_sse2.c.d vp9/encoder/x86/vp9_dct_ssse3.c.d vp9/encoder/x86/vp9_error_intrin_avx2.c.d vp9/common/vp9_alloccommon.c.d vp9/common/vp9_blockd.c.d vp9/common/vp9_debugmodes.c.d vp9/common/vp9_entropy.c.d vp9/common/vp9_entropymode.c.d vp9/common/vp9_entropymv.c.d vp9/common/vp9_frame_buffers.c.d vp9/common/vp9_idct.c.d vp9/common/vp9_filter.c.d vp9/common/vp9_pred_common.c.d vp9/common/vp9_rtcd.c.d vp9/common/vp9_scale.c.d vp9/common/vp9_seg_common.c.d vp9/common/vp9_tile_common.c.d vp9/common/vp9_loopfilter.c.d vp9/common/vp9_thread_common.c.d vp9/common/vp9_mvref_common.c.d vp9/common/vp9_quant_common.c.d vp9/common/vp9_reconinter.c.d vp9/common/vp9_reconintra.c.d vp9/common/vp9_common_data.c.d vp9/common/vp9_scan.c.d vp9/common/x86/vp9_idct_intrin_sse2.c.d vp9/vp9_dx_iface.c.d vp9/decoder/vp9_decodemv.c.d vp9/decoder/vp9_decodeframe.c.d vp9/decoder/vp9_detokenize.c.d vp9/decoder/vp9_dthread.c.d vp9/decoder/vp9_decoder.c.d vp9/decoder/vp9_dsubexp.c.d vpx_config.c.d vpx_ports/emms.asm.d vpx_ports/x86_abi_support.asm.d vpx_dsp/x86/intrapred_sse2.asm.d vpx_dsp/x86/intrapred_sse2.asm.d vpx_dsp/x86/intrapred_ssse3.asm.d vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d vpx_dsp/x86/loopfilter_mmx.asm.d vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d vpx_dsp/x86/inv_wht_sse2.asm.d vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm.d vpx_dsp/x86/quantize_ssse3_x86_64.asm.d vpx_dsp/x86/quantize_avx_x86_64.asm.d vpx_dsp/x86/sad_mmx.asm.d vpx_dsp/x86/sad_sse3.asm.d vpx_dsp/x86/sad_ssse3.asm.d vpx_dsp/x86/sad_sse4.asm.d vpx_dsp/x86/sad4d_sse2.asm.d vpx_dsp/x86/sad_sse2.asm.d vpx_dsp/x86/sad4d_sse2.asm.d vpx_dsp/x86/sad_sse2.asm.d vpx_dsp/x86/subtract_sse2.asm.d vpx_dsp/x86/variance_impl_mmx.asm.d vpx_dsp/x86/halfpix_variance_impl_sse2.asm.d vpx_dsp/x86/ssim_opt_x86_64.asm.d vpx_dsp/x86/subpel_variance_sse2.asm.d vpx_dsp/x86/subpel_variance_sse2.asm.d vp8/common/x86/dequantize_mmx.asm.d vp8/common/x86/idctllm_mmx.asm.d vp8/common/x86/iwalsh_mmx.asm.d vp8/common/x86/vp8_loopfilter_mmx.asm.d vp8/common/x86/recon_mmx.asm.d vp8/common/x86/subpixel_mmx.asm.d vp8/common/x86/copy_sse2.asm.d vp8/common/x86/idctllm_sse2.asm.d vp8/common/x86/recon_sse2.asm.d vp8/common/x86/subpixel_sse2.asm.d vp8/common/x86/loopfilter_sse2.asm.d vp8/common/x86/iwalsh_sse2.asm.d vp8/common/x86/copy_sse3.asm.d vp8/common/x86/subpixel_ssse3.asm.d vp8/common/x86/postproc_mmx.asm.d vp8/common/x86/mfqe_sse2.asm.d vp8/common/x86/postproc_sse2.asm.d vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d vp8/encoder/x86/dct_mmx.asm.d vp8/encoder/x86/dct_sse2.asm.d vp8/encoder/x86/fwalsh_sse2.asm.d vp8/encoder/x86/temporal_filter_apply_sse2.asm.d vp8/encoder/x86/quantize_mmx.asm.d vp8/encoder/x86/encodeopt.asm.d vp8/common/x86/dequantize_mmx.asm.d vp8/common/x86/idctllm_mmx.asm.d vp8/common/x86/iwalsh_mmx.asm.d vp8/common/x86/vp8_loopfilter_mmx.asm.d vp8/common/x86/recon_mmx.asm.d vp8/common/x86/subpixel_mmx.asm.d vp8/common/x86/copy_sse2.asm.d vp8/common/x86/idctllm_sse2.asm.d vp8/common/x86/recon_sse2.asm.d vp8/common/x86/subpixel_sse2.asm.d vp8/common/x86/loopfilter_sse2.asm.d vp8/common/x86/iwalsh_sse2.asm.d vp8/common/x86/copy_sse3.asm.d vp8/common/x86/subpixel_ssse3.asm.d vp8/common/x86/postproc_mmx.asm.d vp8/common/x86/mfqe_sse2.asm.d vp8/common/x86/postproc_sse2.asm.d vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d vp9/encoder/x86/vp9_dct_mmx.asm.d vp9/encoder/x86/vp9_error_sse2.asm.d vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm.d third_party/googletest/src/src/gtest-all.cc.d test/../ivfenc.c.d test/../md5_utils.c.d test/../third_party/libwebm/mkvparser.cpp.d test/../third_party/libwebm/mkvreader.cpp.d test/../webmdec.cc.d test/../y4menc.c.d test/../y4minput.c.d test/active_map_refresh_test.cc.d test/active_map_test.cc.d test/altref_test.cc.d test/aq_segment_test.cc.d test/borders_test.cc.d test/byte_alignment_test.cc.d test/config_test.cc.d test/cpu_speed_test.cc.d test/cq_test.cc.d test/datarate_test.cc.d test/decode_api_test.cc.d test/decode_test_driver.cc.d test/encode_test_driver.cc.d test/error_resilience_test.cc.d test/external_frame_buffer_test.cc.d test/frame_size_tests.cc.d test/invalid_file_test.cc.d test/keyframe_test.cc.d test/resize_test.cc.d test/test_libvpx.cc.d test/test_vector_test.cc.d test/test_vectors.cc.d test/user_priv_test.cc.d test/vp9_end_to_end_test.cc.d test/vp9_ethread_test.cc.d test/vp9_frame_parallel_test.cc.d test/vp9_lossless_test.cc.d test/vp9_skip_loopfilter_test.cc.d test/y4m_test.cc.d vpx/src/vpx_decoder.c.o vpx/src/vpx_encoder.c.o vpx/src/vpx_codec.c.o vpx/src/vpx_image.c.o vpx/src/vpx_psnr.c.o vpx_mem/vpx_mem.c.o vpx_scale/generic/vpx_scale.c.o vpx_scale/generic/yv12config.c.o vpx_scale/generic/yv12extend.c.o vpx_scale/generic/gen_scalers.c.o vpx_scale/vpx_scale_rtcd.c.o vpx_dsp/prob.c.o vpx_dsp/bitwriter.c.o vpx_dsp/bitwriter_buffer.c.o vpx_dsp/bitreader.c.o vpx_dsp/bitreader_buffer.c.o vpx_dsp/intrapred.c.o vpx_dsp/vpx_convolve.c.o vpx_dsp/x86/vpx_asm_stubs.c.o vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o vpx_dsp/loopfilter.c.o vpx_dsp/x86/loopfilter_sse2.c.o vpx_dsp/x86/loopfilter_avx2.c.o vpx_dsp/fwd_txfm.c.o vpx_dsp/x86/fwd_txfm_sse2.c.o vpx_dsp/x86/fwd_txfm_avx2.c.o vpx_dsp/inv_txfm.c.o vpx_dsp/x86/inv_txfm_sse2.c.o vpx_dsp/quantize.c.o vpx_dsp/x86/quantize_sse2.c.o vpx_dsp/sad.c.o vpx_dsp/subtract.c.o vpx_dsp/x86/sad4d_avx2.c.o vpx_dsp/x86/sad_avx2.c.o vpx_dsp/variance.c.o vpx_dsp/x86/variance_mmx.c.o vpx_dsp/x86/variance_sse2.c.o vpx_dsp/x86/variance_sse2.c.o vpx_dsp/x86/halfpix_variance_sse2.c.o vpx_dsp/x86/variance_avx2.c.o vpx_dsp/x86/variance_impl_avx2.c.o vpx_dsp/vpx_dsp_rtcd.c.o vpx_util/vpx_thread.c.o vp8/common/alloccommon.c.o vp8/common/blockd.c.o vp8/common/copy_c.c.o vp8/common/debugmodes.c.o vp8/common/dequantize.c.o vp8/common/entropy.c.o vp8/common/entropymode.c.o vp8/common/entropymv.c.o vp8/common/extend.c.o vp8/common/filter.c.o vp8/common/findnearmv.c.o vp8/common/generic/systemdependent.c.o vp8/common/idct_blk.c.o vp8/common/idctllm.c.o vp8/common/rtcd.c.o vp8/common/vp8_loopfilter.c.o vp8/common/loopfilter_filters.c.o vp8/common/mbpitch.c.o vp8/common/modecont.c.o vp8/common/quant_common.c.o vp8/common/reconinter.c.o vp8/common/reconintra.c.o vp8/common/reconintra4x4.c.o vp8/common/setupintrarecon.c.o vp8/common/swapyv12buffer.c.o vp8/common/treecoder.c.o vp8/common/x86/filter_x86.c.o vp8/common/x86/vp8_asm_stubs.c.o vp8/common/x86/loopfilter_x86.c.o vp8/common/mfqe.c.o vp8/common/postproc.c.o vp8/common/x86/idct_blk_mmx.c.o vp8/common/x86/idct_blk_sse2.c.o vp8/vp8_cx_iface.c.o vp8/encoder/bitstream.c.o vp8/encoder/boolhuff.c.o vp8/encoder/dct.c.o vp8/encoder/encodeframe.c.o vp8/encoder/encodeintra.c.o vp8/encoder/encodemb.c.o vp8/encoder/encodemv.c.o vp8/encoder/ethreading.c.o vp8/encoder/firstpass.c.o vp8/encoder/denoising.c.o vp8/encoder/lookahead.c.o vp8/encoder/mcomp.c.o vp8/encoder/modecosts.c.o vp8/encoder/onyx_if.c.o vp8/encoder/pickinter.c.o vp8/encoder/picklpf.c.o vp8/encoder/vp8_quantize.c.o vp8/encoder/ratectrl.c.o vp8/encoder/rdopt.c.o vp8/encoder/segmentation.c.o vp8/encoder/tokenize.c.o vp8/encoder/treewriter.c.o vp8/encoder/temporal_filter.c.o vp8/encoder/x86/vp8_enc_stubs_mmx.c.o vp8/encoder/x86/vp8_quantize_sse2.c.o vp8/encoder/x86/quantize_ssse3.c.o vp8/encoder/x86/quantize_sse4.c.o vp8/encoder/x86/denoising_sse2.c.o vp8/encoder/x86/vp8_enc_stubs_sse2.c.o vp8/common/alloccommon.c.o vp8/common/blockd.c.o vp8/common/copy_c.c.o vp8/common/debugmodes.c.o vp8/common/dequantize.c.o vp8/common/entropy.c.o vp8/common/entropymode.c.o vp8/common/entropymv.c.o vp8/common/extend.c.o vp8/common/filter.c.o vp8/common/findnearmv.c.o vp8/common/generic/systemdependent.c.o vp8/common/idct_blk.c.o vp8/common/idctllm.c.o vp8/common/rtcd.c.o vp8/common/vp8_loopfilter.c.o vp8/common/loopfilter_filters.c.o vp8/common/mbpitch.c.o vp8/common/modecont.c.o vp8/common/quant_common.c.o vp8/common/reconinter.c.o vp8/common/reconintra.c.o vp8/common/reconintra4x4.c.o vp8/common/setupintrarecon.c.o vp8/common/swapyv12buffer.c.o vp8/common/treecoder.c.o vp8/common/x86/filter_x86.c.o vp8/common/x86/vp8_asm_stubs.c.o vp8/common/x86/loopfilter_x86.c.o vp8/common/mfqe.c.o vp8/common/postproc.c.o vp8/common/x86/idct_blk_mmx.c.o vp8/common/x86/idct_blk_sse2.c.o vp8/vp8_dx_iface.c.o vp8/decoder/dboolhuff.c.o vp8/decoder/decodemv.c.o vp8/decoder/decodeframe.c.o vp8/decoder/detokenize.c.o vp8/decoder/onyxd_if.c.o vp8/decoder/threading.c.o vp9/common/vp9_alloccommon.c.o vp9/common/vp9_blockd.c.o vp9/common/vp9_debugmodes.c.o vp9/common/vp9_entropy.c.o vp9/common/vp9_entropymode.c.o vp9/common/vp9_entropymv.c.o vp9/common/vp9_frame_buffers.c.o vp9/common/vp9_idct.c.o vp9/common/vp9_filter.c.o vp9/common/vp9_pred_common.c.o vp9/common/vp9_rtcd.c.o vp9/common/vp9_scale.c.o vp9/common/vp9_seg_common.c.o vp9/common/vp9_tile_common.c.o vp9/common/vp9_loopfilter.c.o vp9/common/vp9_thread_common.c.o vp9/common/vp9_mvref_common.c.o vp9/common/vp9_quant_common.c.o vp9/common/vp9_reconinter.c.o vp9/common/vp9_reconintra.c.o vp9/common/vp9_common_data.c.o vp9/common/vp9_scan.c.o vp9/common/x86/vp9_idct_intrin_sse2.c.o vp9/vp9_cx_iface.c.o vp9/encoder/vp9_avg.c.o vp9/encoder/vp9_bitstream.c.o vp9/encoder/vp9_context_tree.c.o vp9/encoder/vp9_cost.c.o vp9/encoder/vp9_dct.c.o vp9/encoder/vp9_encodeframe.c.o vp9/encoder/vp9_encodemb.c.o vp9/encoder/vp9_encodemv.c.o vp9/encoder/vp9_ethread.c.o vp9/encoder/vp9_extend.c.o vp9/encoder/vp9_firstpass.c.o vp9/encoder/vp9_lookahead.c.o vp9/encoder/vp9_mcomp.c.o vp9/encoder/vp9_encoder.c.o vp9/encoder/vp9_picklpf.c.o vp9/encoder/vp9_quantize.c.o vp9/encoder/vp9_ratectrl.c.o vp9/encoder/vp9_rd.c.o vp9/encoder/vp9_rdopt.c.o vp9/encoder/vp9_pickmode.c.o vp9/encoder/vp9_segmentation.c.o vp9/encoder/vp9_speed_features.c.o vp9/encoder/vp9_subexp.c.o vp9/encoder/vp9_svc_layercontext.c.o vp9/encoder/vp9_resize.c.o vp9/encoder/vp9_tokenize.c.o vp9/encoder/vp9_treewriter.c.o vp9/encoder/vp9_aq_variance.c.o vp9/encoder/vp9_aq_cyclicrefresh.c.o vp9/encoder/vp9_aq_complexity.c.o vp9/encoder/vp9_skin_detection.c.o vp9/encoder/vp9_noise_estimate.c.o vp9/encoder/vp9_temporal_filter.c.o vp9/encoder/vp9_mbgraph.c.o vp9/encoder/x86/vp9_avg_intrin_sse2.c.o vp9/encoder/x86/vp9_quantize_sse2.c.o vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o vp9/encoder/x86/vp9_dct_sse2.c.o vp9/encoder/x86/vp9_dct_ssse3.c.o vp9/encoder/x86/vp9_error_intrin_avx2.c.o vp9/common/vp9_alloccommon.c.o vp9/common/vp9_blockd.c.o vp9/common/vp9_debugmodes.c.o vp9/common/vp9_entropy.c.o vp9/common/vp9_entropymode.c.o vp9/common/vp9_entropymv.c.o vp9/common/vp9_frame_buffers.c.o vp9/common/vp9_idct.c.o vp9/common/vp9_filter.c.o vp9/common/vp9_pred_common.c.o vp9/common/vp9_rtcd.c.o vp9/common/vp9_scale.c.o vp9/common/vp9_seg_common.c.o vp9/common/vp9_tile_common.c.o vp9/common/vp9_loopfilter.c.o vp9/common/vp9_thread_common.c.o vp9/common/vp9_mvref_common.c.o vp9/common/vp9_quant_common.c.o vp9/common/vp9_reconinter.c.o vp9/common/vp9_reconintra.c.o vp9/common/vp9_common_data.c.o vp9/common/vp9_scan.c.o vp9/common/x86/vp9_idct_intrin_sse2.c.o vp9/vp9_dx_iface.c.o vp9/decoder/vp9_decodemv.c.o vp9/decoder/vp9_decodeframe.c.o vp9/decoder/vp9_detokenize.c.o vp9/decoder/vp9_dthread.c.o vp9/decoder/vp9_decoder.c.o vp9/decoder/vp9_dsubexp.c.o vpx_config.c.o vpx_ports/emms.asm.o vpx_ports/x86_abi_support.asm.o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_ssse3.asm.o vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o vpx_dsp/x86/loopfilter_mmx.asm.o vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o vpx_dsp/x86/inv_wht_sse2.asm.o vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm.o vpx_dsp/x86/quantize_ssse3_x86_64.asm.o vpx_dsp/x86/quantize_avx_x86_64.asm.o vpx_dsp/x86/sad_mmx.asm.o vpx_dsp/x86/sad_sse3.asm.o vpx_dsp/x86/sad_ssse3.asm.o vpx_dsp/x86/sad_sse4.asm.o vpx_dsp/x86/sad4d_sse2.asm.o vpx_dsp/x86/sad_sse2.asm.o vpx_dsp/x86/sad4d_sse2.asm.o vpx_dsp/x86/sad_sse2.asm.o vpx_dsp/x86/subtract_sse2.asm.o vpx_dsp/x86/variance_impl_mmx.asm.o vpx_dsp/x86/halfpix_variance_impl_sse2.asm.o vpx_dsp/x86/ssim_opt_x86_64.asm.o vpx_dsp/x86/subpel_variance_sse2.asm.o vpx_dsp/x86/subpel_variance_sse2.asm.o vp8/common/x86/dequantize_mmx.asm.o vp8/common/x86/idctllm_mmx.asm.o vp8/common/x86/iwalsh_mmx.asm.o vp8/common/x86/vp8_loopfilter_mmx.asm.o vp8/common/x86/recon_mmx.asm.o vp8/common/x86/subpixel_mmx.asm.o vp8/common/x86/copy_sse2.asm.o vp8/common/x86/idctllm_sse2.asm.o vp8/common/x86/recon_sse2.asm.o vp8/common/x86/subpixel_sse2.asm.o vp8/common/x86/loopfilter_sse2.asm.o vp8/common/x86/iwalsh_sse2.asm.o vp8/common/x86/copy_sse3.asm.o vp8/common/x86/subpixel_ssse3.asm.o vp8/common/x86/postproc_mmx.asm.o vp8/common/x86/mfqe_sse2.asm.o vp8/common/x86/postproc_sse2.asm.o vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o vp8/encoder/x86/dct_mmx.asm.o vp8/encoder/x86/dct_sse2.asm.o vp8/encoder/x86/fwalsh_sse2.asm.o vp8/encoder/x86/temporal_filter_apply_sse2.asm.o vp8/encoder/x86/quantize_mmx.asm.o vp8/encoder/x86/encodeopt.asm.o vp8/common/x86/dequantize_mmx.asm.o vp8/common/x86/idctllm_mmx.asm.o vp8/common/x86/iwalsh_mmx.asm.o vp8/common/x86/vp8_loopfilter_mmx.asm.o vp8/common/x86/recon_mmx.asm.o vp8/common/x86/subpixel_mmx.asm.o vp8/common/x86/copy_sse2.asm.o vp8/common/x86/idctllm_sse2.asm.o vp8/common/x86/recon_sse2.asm.o vp8/common/x86/subpixel_sse2.asm.o vp8/common/x86/loopfilter_sse2.asm.o vp8/common/x86/iwalsh_sse2.asm.o vp8/common/x86/copy_sse3.asm.o vp8/common/x86/subpixel_ssse3.asm.o vp8/common/x86/postproc_mmx.asm.o vp8/common/x86/mfqe_sse2.asm.o vp8/common/x86/postproc_sse2.asm.o vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.o vp9/encoder/x86/vp9_dct_mmx.asm.o vp9/encoder/x86/vp9_error_sse2.asm.o vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm.o third_party/googletest/src/src/gtest-all.cc.o test/../ivfenc.c.o test/../md5_utils.c.o test/../third_party/libwebm/mkvparser.cpp.o test/../third_party/libwebm/mkvreader.cpp.o test/../webmdec.cc.o test/../y4menc.c.o test/../y4minput.c.o test/active_map_refresh_test.cc.o test/active_map_test.cc.o test/altref_test.cc.o test/aq_segment_test.cc.o test/borders_test.cc.o test/byte_alignment_test.cc.o test/config_test.cc.o test/cpu_speed_test.cc.o test/cq_test.cc.o test/datarate_test.cc.o test/decode_api_test.cc.o test/decode_test_driver.cc.o test/encode_test_driver.cc.o test/error_resilience_test.cc.o test/external_frame_buffer_test.cc.o test/frame_size_tests.cc.o test/invalid_file_test.cc.o test/keyframe_test.cc.o test/resize_test.cc.o test/test_libvpx.cc.o test/test_vector_test.cc.o test/test_vectors.cc.o test/user_priv_test.cc.o test/vp9_end_to_end_test.cc.o test/vp9_ethread_test.cc.o test/vp9_frame_parallel_test.cc.o test/vp9_lossless_test.cc.o test/vp9_skip_loopfilter_test.cc.o test/y4m_test.cc.o
rm -f vpx_scale_rtcd.h vpx_dsp_rtcd.h vp8_rtcd.h vp9_rtcd.h libvpx_srcs.txt libvpx.ver libvpx.syms libvpx.def libvpx_dll.a vpx.pc vpx_version.h libvpx_test_srcs.txt libs.doxy
rm -f .docs .install-docs libs.doxy
rm -f .bins .install-bins ./test_libvpx
rm -f .libs .install-libs libvpx.a libvpx_g.a libvpx.so.3.0.0 libvpx.so libvpx.so.3 libvpx.so.3.0 vpx.pc libgtest.a libgtest_g.a
rm -f .install-srcs
rm -f
rm -f doxyfile docs/html/structvpx__codec__dec__cfg.html docs/html/sync_off.png docs/html/structvpx__image__rect.html docs/html/vp8dx_8h.html docs/html/vpx__frame__buffer_8h.html docs/html/structvpx__scaling__mode.html docs/html/tab_a.png docs/html/vp8cx_8h_source.html docs/html/closed.png docs/html/functions.html docs/html/index.html docs/html/ftv2ns.png docs/html/vpx__image_8h_source.html docs/html/ftv2mnode.png docs/html/vpx__encoder_8h.html docs/html/bdwn.png docs/html/ftv2node.png docs/html/usage_encode.html docs/html/structvpx__codec__ctx.html docs/html/nav_h.png docs/html/structvpx__codec__enc__output__cx__cb__pair.html docs/html/group__vp8__decoder.html docs/html/vp8cx_8h.html docs/html/dir_ce0ab26228883e873492c15423e35021.html docs/html/structvpx__active__map.html docs/html/vpx__frame__buffer_8h_source.html docs/html/globals_0x6d.html docs/html/structvpx__decrypt__init.html docs/html/readme.html docs/html/vp8dx_8h_source.html docs/html/annotated.html docs/html/globals_enum.html docs/html/nav_g.png docs/html/files.html docs/html/group__encoder.html docs/html/deprecated.html docs/html/globals_func.html docs/html/bc_s.png docs/html/vpx__image_8h.html docs/html/globals_defs.html docs/html/ftv2vertline.png docs/html/group__cap__external__frame__buffer.html docs/html/group__codec.html docs/html/modules.html docs/html/structvpx__svc__layer__id.html docs/html/structvpx__ref__frame.html docs/html/group__vp8.html docs/html/structvpx__codec__enc__cfg.html docs/html/structvpx__codec__cx__pkt.html docs/html/ftv2folderopen.png docs/html/tabs.css docs/html/vpx__codec_8h_source.html docs/html/structvpx__rational.html docs/html/structvpx__codec__stream__info.html docs/html/structvp8__postproc__cfg.html docs/html/vpx__decoder_8h.html docs/html/structvpx__svc__parameters.html docs/html/ftv2mlastnode.png docs/html/structvpx__fixed__buf.html docs/html/sync_on.png docs/html/open.png docs/html/usage_decode.html docs/html/ftv2link.png docs/html/tab_h.png docs/html/ftv2plastnode.png docs/html/vp8_8h_source.html docs/html/tab_b.png docs/html/functions_vars.html docs/html/structvpx__codec__frame__buffer.html docs/html/ftv2lastnode.png docs/html/tab_s.png docs/html/ftv2splitbar.png docs/html/structvpx__image.html docs/html/globals_0x75.html docs/html/doxygen.png docs/html/globals_eval.html docs/html/doxygen.css docs/html/vpx__codec_8h.html docs/html/nav_f.png docs/html/group__decoder.html docs/html/ftv2pnode.png docs/html/rfc2119.html docs/html/ftv2blank.png docs/html/group__cap__put__frame.html docs/html/jquery.js docs/html/ftv2cl.png docs/html/changelog.html docs/html/globals_type.html docs/html/group__vp8__encoder.html docs/html/ftv2doc.png docs/html/structvp9__ref__frame.html docs/html/vp8_8h.html docs/html/structvpx__roi__map.html docs/html/dynsections.js docs/html/usage.html docs/html/ftv2folderclosed.png docs/html/vpx__decoder_8h_source.html docs/html/globals.html docs/html/pages.html docs/html/vpx__encoder_8h_source.html docs/html/globals_0x76.html docs/html/ftv2mo.png docs/html/structvpx__svc__ref__frame__config.html docs/html/group__cap__put__slice.html docs/html/group__codecs.html docs/html/classes.html
rm -f .docs .install-docs docs/html/index.html
rm -f .bins .install-bins
rm -f .libs .install-libs
rm -f .install-srcs
rm -f
rm -f
rm -f .docs .install-docs
rm -f .bins .install-bins
rm -f .libs .install-libs
rm -f .install-srcs
Cloning into 'ffmpeg'...
install prefix /opt/ffmpeg
source path .
C compiler gcc
C library glibc
ARCH x86 (generic)
big-endian no
runtime cpu detection yes
yasm yes
MMX enabled yes
MMXEXT enabled yes
3DNow! enabled yes
3DNow! extended enabled yes
SSE enabled yes
SSSE3 enabled yes
AESNI enabled yes
AVX enabled yes
XOP enabled yes
FMA3 enabled yes
FMA4 enabled yes
i686 features enabled yes
CMOV is fast yes
EBX available yes
EBP available yes
debug symbols yes
strip symbols yes
optimize for size no
optimizations yes
static yes
shared yes
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:
bzlib libvorbis libxcb_shm
iconv libvpx libxcb_xfixes
libfdk_aac libx264 lzma
libfreetype libx265 xlib
libmp3lame libxcb zlib
libopus libxcb_shape
Enabled decoders:
aac avs flv
aac_fixed avui fourxm
aac_latm ayuv fraps
aasc bethsoftvid frwu
ac3 bfi g2m
ac3_fixed bink g723_1
adpcm_4xm binkaudio_dct g729
adpcm_adx binkaudio_rdft gif
adpcm_afc bintext gsm
adpcm_aica bmp gsm_ms
adpcm_ct bmv_audio h261
adpcm_dtk bmv_video h263
adpcm_ea brender_pix h263i
adpcm_ea_maxis_xa c93 h263p
adpcm_ea_r1 cavs h264
adpcm_ea_r2 ccaption hap
adpcm_ea_r3 cdgraphics hevc
adpcm_ea_xas cdxl hnm4_video
adpcm_g722 cinepak hq_hqa
adpcm_g726 cljr hqx
adpcm_g726le cllc huffyuv
adpcm_ima_amv comfortnoise iac
adpcm_ima_apc cook idcin
adpcm_ima_dk3 cpia idf
adpcm_ima_dk4 cscd iff_ilbm
adpcm_ima_ea_eacs cyuv imc
adpcm_ima_ea_sead dca indeo2
adpcm_ima_iss dds indeo3
adpcm_ima_oki dfa indeo4
adpcm_ima_qt dirac indeo5
adpcm_ima_rad dnxhd interplay_acm
adpcm_ima_smjpeg dpx interplay_dpcm
adpcm_ima_wav dsd_lsbf interplay_video
adpcm_ima_ws dsd_lsbf_planar jacosub
adpcm_ms dsd_msbf jpeg2000
adpcm_psx dsd_msbf_planar jpegls
adpcm_sbpro_2 dsicinaudio jv
adpcm_sbpro_3 dsicinvideo kgv1
adpcm_sbpro_4 dss_sp kmvc
adpcm_swf dvbsub lagarith
adpcm_thp dvdsub libfdk_aac
adpcm_thp_le dvvideo libopus
adpcm_vima dxa libvorbis
adpcm_xa dxtory libvpx_vp8
adpcm_yamaha dxv libvpx_vp9
aic eac3 loco
alac eacmv mace3
alias_pix eamad mace6
als eatgq mdec
amrnb eatgv metasound
amrwb eatqi microdvd
amv eightbps mimic
anm eightsvx_exp mjpeg
ansi eightsvx_fib mjpegb
ape escape124 mlp
apng escape130 mmvideo
ass evrc motionpixels
asv1 exr movtext
asv2 ffv1 mp1
atrac1 ffvhuff mp1float
atrac3 ffwavesynth mp2
atrac3p fic mp2float
aura flac mp3
aura2 flashsv mp3adu
avrn flashsv2 mp3adufloat
avrp flic mp3float
mp3on4 pjs truemotion2
mp3on4float png truespeech
mpc7 ppm tscc
mpc8 prores tscc2
mpeg1video prores_lgpl tta
mpeg2video ptx twinvq
mpeg4 qcelp txd
mpegvideo qdm2 ulti
mpl2 qdraw utvideo
msa1 qpeg v210
msmpeg4v1 qtrle v210x
msmpeg4v2 r10k v308
msmpeg4v3 r210 v408
msrle ra_144 v410
mss1 ra_288 vb
mss2 ralf vble
msvideo1 rawvideo vc1
mszh realtext vc1image
mts2 rl2 vcr1
mvc1 roq vmdaudio
mvc2 roq_dpcm vmdvideo
mxpeg rpza vmnc
nellymoser rscc vorbis
nuv rv10 vp3
on2avc rv20 vp5
opus rv30 vp6
paf_audio rv40 vp6a
paf_video s302m vp6f
pam sami vp7
pbm sanm vp8
pcm_alaw screenpresso vp9
pcm_bluray sdx2_dpcm vplayer
pcm_dvd sgi vqa
pcm_f32be sgirle wavpack
pcm_f32le shorten webp
pcm_f64be sipr webvtt
pcm_f64le smackaud wmalossless
pcm_lxf smacker wmapro
pcm_mulaw smc wmav1
pcm_s16be smvjpeg wmav2
pcm_s16be_planar snow wmavoice
pcm_s16le sol_dpcm wmv1
pcm_s16le_planar sonic wmv2
pcm_s24be sp5x wmv3
pcm_s24daud srt wmv3image
pcm_s24le ssa wnv1
pcm_s24le_planar stl ws_snd1
pcm_s32be subrip xan_dpcm
pcm_s32le subviewer xan_wc3
pcm_s32le_planar subviewer1 xan_wc4
pcm_s8 sunrast xbin
pcm_s8_planar svq1 xbm
pcm_u16be svq3 xface
pcm_u16le tak xl
pcm_u24be targa xma1
pcm_u24le targa_y216 xma2
pcm_u32be tdsc xsub
pcm_u32le text xwd
pcm_u8 theora y41p
pcm_zork thp yop
pcx tiertexseqvideo yuv4
pgm tiff zero12v
pgmyuv tmv zerocodec
pgssub truehd zlib
pictor truemotion1 zmbv
Enabled encoders:
a64multi libopus pgmyuv
a64multi5 libvorbis png
aac libvpx_vp8 ppm
ac3 libvpx_vp9 prores
ac3_fixed libx264 prores_aw
adpcm_adx libx264rgb prores_ks
adpcm_g722 libx265 qtrle
adpcm_g726 ljpeg r10k
adpcm_ima_qt mjpeg r210
adpcm_ima_wav movtext ra_144
adpcm_ms mp2 rawvideo
adpcm_swf mp2fixed roq
adpcm_yamaha mpeg1video roq_dpcm
alac mpeg2video rv10
alias_pix mpeg4 rv20
amv msmpeg4v2 s302m
apng msmpeg4v3 sgi
ass msvideo1 snow
asv1 nellymoser sonic
asv2 pam sonic_ls
avrp pbm srt
avui pcm_alaw ssa
ayuv pcm_f32be subrip
bmp pcm_f32le sunrast
cinepak pcm_f64be svq1
cljr pcm_f64le targa
comfortnoise pcm_mulaw tiff
dca pcm_s16be tta
dnxhd pcm_s16be_planar utvideo
dpx pcm_s16le v210
dvbsub pcm_s16le_planar v308
dvdsub pcm_s24be v408
dvvideo pcm_s24daud v410
eac3 pcm_s24le vorbis
ffv1 pcm_s24le_planar wavpack
ffvhuff pcm_s32be webvtt
flac pcm_s32le wmav1
flashsv pcm_s32le_planar wmav2
flashsv2 pcm_s8 wmv1
flv pcm_s8_planar wmv2
g723_1 pcm_u16be wrapped_avframe
gif pcm_u16le xbm
h261 pcm_u24be xface
h263 pcm_u24le xsub
h263p pcm_u32be xwd
huffyuv pcm_u32le y41p
jpeg2000 pcm_u8 yuv4
jpegls pcx zlib
libfdk_aac pgm zmbv
libmp3lame
Enabled hwaccels:
Enabled parsers:
aac dvdsub mpegvideo
aac_latm flac opus
ac3 g729 png
adx gsm pnm
bmp h261 rv30
cavsvideo h263 rv40
cook h264 tak
dca hevc vc1
dirac mjpeg vorbis
dnxhd mlp vp3
dpx mpeg4video vp8
dvbsub mpegaudio vp9
dvd_nav
Enabled demuxers:
aa fourxm mpc8
aac frm mpegps
ac3 fsb mpegts
acm g722 mpegtsraw
act g723_1 mpegvideo
adf g729 mpjpeg
adp genh mpl2
ads gif mpsub
adx gsm msf
aea gxf msnwc_tcp
afc h261 mtv
aiff h263 mv
amr h264 mvi
anm hevc mxf
apc hls mxg
ape hnm nc
apng ico nistsphere
aqtitle idcin nsv
asf idf nut
asf_o iff nuv
ass ilbc ogg
ast image2 oma
au image2_alias_pix paf
avi image2_brender_pix pcm_alaw
avr image2pipe pcm_f32be
avs image_bmp_pipe pcm_f32le
bethsoftvid image_dds_pipe pcm_f64be
bfi image_dpx_pipe pcm_f64le
bfstm image_exr_pipe pcm_mulaw
bink image_j2k_pipe pcm_s16be
bintext image_jpeg_pipe pcm_s16le
bit image_jpegls_pipe pcm_s24be
bmv image_pictor_pipe pcm_s24le
boa image_png_pipe pcm_s32be
brstm image_qdraw_pipe pcm_s32le
c93 image_sgi_pipe pcm_s8
caf image_sunrast_pipe pcm_u16be
cavsvideo image_tiff_pipe pcm_u16le
cdg image_webp_pipe pcm_u24be
cdxl ingenient pcm_u24le
cine ipmovie pcm_u32be
concat ircam pcm_u32le
data iss pcm_u8
daud iv8 pjs
dcstr ivf pmp
dfa ivr pva
dirac jacosub pvf
dnxhd jv qcp
dsf live_flv r3d
dsicin lmlm4 rawvideo
dss loas realtext
dts lrc redspark
dtshd lvf rl2
dv lxf rm
dvbsub m4v roq
dxa matroska rpl
ea mgsts rsd
ea_cdata microdvd rso
eac3 mjpeg rtp
epaf mlp rtsp
ffm mlv sami
ffmetadata mm sap
filmstrip mmf sbg
flac mov sdp
flic mp3 sdr2
flv mpc segafilm
shorten thp vqf
siff threedostr w64
sln tiertexseq wav
smacker tmv wc3
smjpeg truehd webm_dash_manifest
smush tta webvtt
sol tty wsaud
sox txd wsvqa
spdif v210 wtv
srt v210x wv
stl vag wve
str vc1 xa
subviewer vc1t xbin
subviewer1 vivo xmv
sup vmd xvag
svag vobsub xwma
swf voc yop
tak vpk yuv4mpegpipe
tedcaptions vplayer
Enabled muxers:
a64 ipod pcm_s32be
ac3 ircam pcm_s32le
adts ismv pcm_s8
adx ivf pcm_u16be
aiff jacosub pcm_u16le
amr latm pcm_u24be
apng lrc pcm_u24le
asf m4v pcm_u32be
asf_stream matroska pcm_u32le
ass matroska_audio pcm_u8
ast md5 psp
au microdvd rawvideo
avi mjpeg rm
avm2 mkvtimestamp_v2 roq
bit mlp rso
caf mmf rtp
cavsvideo mov rtp_mpegts
crc mp2 rtsp
dash mp3 sap
data mp4 segment
daud mpeg1system singlejpeg
dirac mpeg1vcd smjpeg
dnxhd mpeg1video smoothstreaming
dts mpeg2dvd sox
dv mpeg2svcd spdif
eac3 mpeg2video spx
f4v mpeg2vob srt
ffm mpegts stream_segment
ffmetadata mpjpeg swf
filmstrip mxf tee
flac mxf_d10 tg2
flv mxf_opatom tgp
framecrc null truehd
framemd5 nut uncodedframecrc
g722 oga vc1
g723_1 ogg vc1t
gif oma voc
gxf opus w64
h261 pcm_alaw wav
h263 pcm_f32be webm
h264 pcm_f32le webm_chunk
hds pcm_f64be webm_dash_manifest
hevc pcm_f64le webp
hls pcm_mulaw webvtt
ico pcm_s16be wtv
ilbc pcm_s16le wv
image2 pcm_s24be yuv4mpegpipe
image2pipe pcm_s24le
Enabled protocols:
async hls rtmpt
cache http rtp
concat httpproxy srtp
crypto icecast subfile
data md5 tcp
ffrtmphttp mmsh udp
file mmst udplite
ftp pipe unix
gopher rtmp
Enabled filters:
acompressor compensationdelay lowpass
acrossfade concat lut
adelay copy lut3d
adrawgraph cover_rect lutrgb
aecho crop lutyuv
aeval cropdetect mandelbrot
aevalsrc curves maskedmerge
afade dcshift mcdeint
aformat dctdnoiz mergeplanes
agate deband movie
ainterleave decimate mpdecimate
alimiter deflate mptestsrc
allpass dejudder negate
allrgb delogo noformat
allyuv deshake noise
alphaextract detelecine null
alphamerge dilation nullsink
amerge displace nullsrc
amix drawbox overlay
amovie drawgraph owdenoise
anoisesrc drawgrid pad
anull drawtext palettegen
anullsink dynaudnorm paletteuse
anullsrc earwax pan
apad ebur128 perms
aperms edgedetect perspective
aphasemeter elbg phase
aphaser eq pixdesctest
arealtime equalizer pp
aresample erosion pp7
areverse extractplanes psnr
aselect extrastereo pullup
asendcmd fade qp
asetnsamples fftfilt random
asetpts field realtime
asetrate fieldmatch removegrain
asettb fieldorder removelogo
ashowinfo find_rect repeatfields
asplit flanger replaygain
astats format reverse
atadenoise fps rgbtestsrc
atempo framepack rotate
atrim framerate sab
avectorscope framestep scale
bandpass fspp scale2ref
bandreject geq select
bass gradfun selectivecolor
bbox haldclut sendcmd
biquad haldclutsrc separatefields
blackdetect hflip setdar
blackframe highpass setfield
blend histeq setpts
boxblur histogram setsar
cellauto hqdn3d settb
channelmap hqx showcqt
channelsplit hstack showfreqs
chorus hue showinfo
chromakey idet showpalette
codecview il showspectrum
color inflate showvolume
colorbalance interlace showwaves
colorchannelmixer interleave showwavespic
colorkey join shuffleframes
colorlevels kerndeint shuffleplanes
colormatrix lenscorrection sidechaincompress
compand life signalstats
silencedetect swapuv uspp
silenceremove tblend vectorscope
sine telecine vflip
smartblur testsrc vibrato
smptebars testsrc2 vignette
smptehdbars thumbnail volume
split tile volumedetect
spp tinterlace vstack
ssim transpose w3fdif
stereo3d treble waveform
stereotools tremolo xbr
stereowiden trim yadif
super2xsai unsharp zoompan
Enabled bsfs:
aac_adtstoasc imx_dump_header mpeg4_unpack_bframes
chomp mjpeg2jpeg noise
dump_extradata mjpega_dump_header remove_extradata
h264_mp4toannexb mov2textsub text2movsub
hevc_mp4toannexb mp3_header_decompress
Enabled indevs:
dv1394 lavfi v4l2
fbdev oss x11grab_xcb
Enabled outdevs:
fbdev oss v4l2
License: nonfree and unredistributable
Creating config.mak, config.h, and doc/config.texi...
CC libavdevice/alldevices.o
CC libavdevice/avdevice.o
CC libavdevice/dv1394.o
CC libavdevice/fbdev_common.o
CC libavdevice/fbdev_dec.o
CC libavdevice/fbdev_enc.o
CC libavdevice/lavfi.o
CC libavdevice/oss.o
CC libavdevice/oss_dec.o
CC libavdevice/oss_enc.o
libavdevice/lavfi.c: In function ‘lavfi_read_packet’:
libavdevice/lavfi.c:433:9: warning: ‘avpicture_get_size’ is deprecated (declared at ./libavcodec/avcodec.h:4828) [-Wdeprecated-declarations]
size = avpicture_get_size(frame->format, frame->width, frame->height);
^
libavdevice/lavfi.c:437:9: warning: ‘data’ is deprecated (declared at ./libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
memcpy(pict.data, frame->data, 4*sizeof(frame->data[0]));
^
libavdevice/lavfi.c:438:9: warning: ‘linesize’ is deprecated (declared at ./libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
memcpy(pict.linesize, frame->linesize, 4*sizeof(frame->linesize[0]));
^
libavdevice/lavfi.c:440:9: warning: ‘avpicture_layout’ is deprecated (declared at ./libavcodec/avcodec.h:4820) [-Wdeprecated-declarations]
avpicture_layout(&pict, frame->format, frame->width, frame->height,
^
CC libavdevice/timefilter.o
CC libavdevice/utils.o
CC libavdevice/v4l2-common.o
CC libavdevice/v4l2.o
CC libavdevice/v4l2enc.o
CC libavdevice/xcbgrab.o
CC libavfilter/aeval.o
CC libavfilter/af_adelay.o
CC libavfilter/af_aecho.o
CC libavfilter/af_afade.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_anull.o
CC libavfilter/af_apad.o
CC libavfilter/af_aphaser.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_aphasemeter.o
CC libavfilter/avf_avectorscope.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_perms.o
CC libavfilter/f_realtime.o
CC libavfilter/f_reverse.o
CC libavfilter/f_select.o
CC libavfilter/f_sendcmd.o
CC libavfilter/fifo.o
CC libavfilter/formats.o
CC libavfilter/framesync.o
CC libavfilter/generate_wave_table.o
CC libavfilter/graphdump.o
CC libavfilter/graphparser.o
CC libavfilter/lavfutils.o
CC libavfilter/log2_tab.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/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_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_drawtext.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
libavfilter/vf_mcdeint.c: In function ‘config_props’:
libavfilter/vf_mcdeint.c:137:9: warning: ‘me_method’ is deprecated (declared at ./libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
enc_ctx->me_method = ME_ITER;
^
libavfilter/vf_mcdeint.c: In function ‘filter_frame’:
libavfilter/vf_mcdeint.c:196:5: warning: ‘coded_frame’ is deprecated (declared at ./libavcodec/avcodec.h:2906) [-Wdeprecated-declarations]
frame_dec = mcdeint->enc_ctx->coded_frame;
^
CC libavfilter/vf_mergeplanes.o
CC libavfilter/vf_mpdecimate.o
CC libavfilter/vf_neighbor.o
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_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
libavfilter/vf_uspp.c: In function ‘filter’:
libavfilter/vf_uspp.c:253:9: warning: ‘coded_frame’ is deprecated (declared at ./libavcodec/avcodec.h:2906) [-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
YASM libavfilter/x86/af_volume.o
CC libavfilter/x86/af_volume_init.o
STRIP libavfilter/x86/af_volume.o
CC libavfilter/x86/vf_blend_init.o
CC libavfilter/x86/vf_eq.o
YASM libavfilter/x86/vf_blend.o
CC libavfilter/x86/vf_fspp_init.o
STRIP libavfilter/x86/vf_blend.o
CC libavfilter/x86/vf_gradfun_init.o
YASM libavfilter/x86/vf_fspp.o
CC libavfilter/x86/vf_hqdn3d_init.o
YASM libavfilter/x86/vf_gradfun.o
YASM libavfilter/x86/vf_hqdn3d.o
YASM libavfilter/x86/vf_idet.o
STRIP libavfilter/x86/vf_hqdn3d.o
CC libavfilter/x86/vf_idet_init.o
STRIP libavfilter/x86/vf_gradfun.o
STRIP libavfilter/x86/vf_fspp.o
CC libavfilter/x86/vf_interlace_init.o
STRIP libavfilter/x86/vf_idet.o
YASM libavfilter/x86/vf_interlace.o
CC libavfilter/x86/vf_maskedmerge_init.o
CC libavfilter/x86/vf_noise.o
STRIP libavfilter/x86/vf_interlace.o
YASM libavfilter/x86/vf_maskedmerge.o
CC libavfilter/x86/vf_pp7_init.o
STRIP libavfilter/x86/vf_maskedmerge.o
YASM libavfilter/x86/vf_pp7.o
CC libavfilter/x86/vf_psnr_init.o
STRIP libavfilter/x86/vf_pp7.o
CC libavfilter/x86/vf_pullup_init.o
YASM libavfilter/x86/vf_psnr.o
YASM libavfilter/x86/vf_pullup.o
CC libavfilter/x86/vf_removegrain_init.o
CC libavfilter/x86/vf_spp.o
STRIP libavfilter/x86/vf_pullup.o
STRIP libavfilter/x86/vf_psnr.o
CC libavfilter/x86/vf_ssim_init.o
CC libavfilter/x86/vf_stereo3d_init.o
CC libavfilter/x86/vf_tinterlace_init.o
YASM libavfilter/x86/vf_ssim.o
YASM libavfilter/x86/vf_stereo3d.o
CC libavfilter/x86/vf_w3fdif_init.o
YASM libavfilter/x86/vf_w3fdif.o
STRIP libavfilter/x86/vf_ssim.o
CC libavfilter/x86/vf_yadif_init.o
STRIP libavfilter/x86/vf_stereo3d.o
STRIP libavfilter/x86/vf_w3fdif.o
YASM libavfilter/x86/vf_removegrain.o
CC libswscale/alphablend.o
YASM libavfilter/x86/vf_yadif.o
YASM libavfilter/x86/yadif-10.o
CC libswscale/gamma.o
CC libswscale/hscale.o
YASM libavfilter/x86/yadif-16.o
STRIP libavfilter/x86/vf_removegrain.o
CC libswscale/hscale_fast_bilinear.o
STRIP libavfilter/x86/vf_yadif.o
CC libswscale/input.o
CC libswscale/log2_tab.o
CC libswscale/options.o
CC libswscale/output.o
CC libswscale/rgb2rgb.o
STRIP libavfilter/x86/yadif-10.o
CC libswscale/slice.o
libswscale/slice.c: In function ‘ff_init_slice_from_src’:
libswscale/slice.c:178:56: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i];
^
libswscale/slice.c:184:37: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
s->plane[i].line[j] = src_[i] + j * stride[i];
^
STRIP libavfilter/x86/yadif-16.o
CC libswscale/swscale.o
CC libswscale/swscale_unscaled.o
CC libswscale/utils.o
CC libswscale/vscale.o
CC libswscale/x86/hscale_fast_bilinear_simd.o
YASM libswscale/x86/output.o
CC libswscale/x86/rgb2rgb.o
YASM libswscale/x86/input.o
STRIP libswscale/x86/output.o
STRIP libswscale/x86/input.o
CC libswscale/x86/swscale.o
CC libswscale/x86/yuv2rgb.o
CC libswscale/yuv2rgb.o
CC libavutil/adler32.o
CC libavutil/aes.o
CC libavutil/audio_fifo.o
YASM libswscale/x86/scale.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
STRIP libswscale/x86/scale.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/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/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/x86/cpu.o
CC libavutil/x86/float_dsp_init.o
YASM libavutil/x86/cpuid.o
STRIP libavutil/x86/cpuid.o
YASM libavutil/x86/lls.o
CC libavutil/x86/lls_init.o
YASM libavutil/x86/float_dsp.o
STRIP libavutil/x86/lls.o
CC libavutil/x86/pixelutils_init.o
CC libavutil/xga_font_data.o
CC libavutil/xtea.o
YASM libavutil/x86/pixelutils.o
CC libpostproc/postprocess.o
STRIP libavutil/x86/float_dsp.o
CC libavformat/3dostr.o
STRIP libavutil/x86/pixelutils.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
CC libavformat/ffmetadec.o
libavformat/ffmdec.c: In function ‘ffm_close’:
libavformat/ffmdec.c:244:9: warning: ‘rc_eq’ is deprecated (declared at ./libavcodec/avcodec.h:2472) [-Wdeprecated-declarations]
av_freep(&s->streams[i]->codec->rc_eq);
^
libavformat/ffmdec.c: In function ‘ffm2_read_header’:
CC libavformat/ffmetaenc.o
libavformat/ffmdec.c:364:13: warning: ‘rc_eq’ is deprecated (declared at ./libavcodec/avcodec.h:2472) [-Wdeprecated-declarations]
codec->rc_eq = av_strdup(rc_eq_buf);
^
libavformat/ffmdec.c:377:13: warning: ‘me_method’ is deprecated (declared at ./libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
codec->me_method = avio_rb32(pb);
^
libavformat/ffmdec.c:381:13: warning: ‘rc_buffer_aggressivity’ is deprecated (declared at ./libavcodec/avcodec.h:2494) [-Wdeprecated-declarations]
codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb));
^
libavformat/ffmdec.c: In function ‘ffm_read_header’:
libavformat/ffmdec.c:542:13: warning: ‘rc_eq’ is deprecated (declared at ./libavcodec/avcodec.h:2472) [-Wdeprecated-declarations]
codec->rc_eq = av_strdup(rc_eq_buf);
^
libavformat/ffmdec.c:555:13: warning: ‘me_method’ is deprecated (declared at ./libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
codec->me_method = avio_rb32(pb);
^
libavformat/ffmdec.c:559:13: warning: ‘rc_buffer_aggressivity’ is deprecated (declared at ./libavcodec/avcodec.h:2494) [-Wdeprecated-declarations]
codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb));
^
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
libavformat/frmdec.c: In function ‘frm_read_packet’:
libavformat/frmdec.c:83:5: warning: ‘avpicture_get_size’ is deprecated (declared at ./libavcodec/avcodec.h:4828) [-Wdeprecated-declarations]
packet_size = avpicture_get_size(stc->pix_fmt, stc->width, stc->height);
^
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
libavformat/genh.c: In function ‘genh_read_header’:
libavformat/genh.c:45:14: warning: variable ‘coef_splitted’ set but not used [-Wunused-but-set-variable]
unsigned coef_splitted[2];
^
CC libavformat/golomb_tab.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
CC libavformat/ipmovie.o
CC libavformat/ircam.o
libavformat/img2enc.c: In function ‘write_packet’:
libavformat/img2enc.c:165:13: warning: ‘av_dup_packet’ is deprecated (declared at ./libavcodec/avcodec.h:3963) [-Wdeprecated-declarations]
(ret = av_dup_packet(&pkt2)) < 0 ||
^
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/log2_tab.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/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
libavformat/movenc.c: In function ‘mov_flush_fragment’:
libavformat/movenc.c:857: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/mpegtsenc.o
CC libavformat/mpegvideodec.o
CC libavformat/mpjpeg.o
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/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/smush.o
CC libavformat/sol.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
libavformat/tee.c: In function ‘tee_write_packet’:
libavformat/tee.c:487:13: warning: ‘av_dup_packet’ is deprecated (declared at ./libavcodec/avcodec.h:3963) [-Wdeprecated-declarations]
(ret = av_dup_packet(&pkt2))< 0)
^
CC libavformat/thp.o
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 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/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
libavcodec/avpicture.c: In function ‘avpicture_fill’:
libavcodec/avpicture.c:38:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
return av_image_fill_arrays(picture->data, picture->linesize,
^
libavcodec/avpicture.c:38:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/avpicture.c: In function ‘avpicture_layout’:
libavcodec/avpicture.c:46:36: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
(const uint8_t * const*)src->data, src->linesize,
^
libavcodec/avpicture.c:46:36: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/avpicture.c: In function ‘avpicture_alloc’:
libavcodec/avpicture.c:58:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
int ret = av_image_alloc(picture->data, picture->linesize,
^
libavcodec/avpicture.c:58:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/avpicture.c: In function ‘avpicture_free’:
libavcodec/avpicture.c:70:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
av_freep(&picture->data[0]);
^
libavcodec/avpicture.c: In function ‘av_picture_copy’:
libavcodec/avpicture.c:76:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
av_image_copy(dst->data, dst->linesize, (const uint8_t **)src->data,
^
libavcodec/avpicture.c:76:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/avpicture.c:76:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/avpicture.c:77:19: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
src->linesize, pix_fmt, width, height);
^
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
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/cga_data.o
CC libavcodec/chomp_bsf.o
CC libavcodec/cinepak.o
CC libavcodec/cinepakenc.o
CC libavcodec/cljrdec.o
libavcodec/cinepakenc.c: In function ‘get_sub_picture’:
libavcodec/cinepakenc.c:530:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
out->data[0] = in->data[0] + x + y * in->linesize[0];
^
libavcodec/cinepakenc.c:530:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:530:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:531:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
out->linesize[0] = in->linesize[0];
^
libavcodec/cinepakenc.c:531:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:534:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
out->data[1] = in->data[1] + (x >> 1) + (y >> 1) * in->linesize[1];
^
libavcodec/cinepakenc.c:534:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:534:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:535:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
out->linesize[1] = in->linesize[1];
^
libavcodec/cinepakenc.c:535:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:537:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
out->data[2] = in->data[2] + (x >> 1) + (y >> 1) * in->linesize[2];
^
libavcodec/cinepakenc.c:537:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:537:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:538:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
out->linesize[2] = in->linesize[2];
^
libavcodec/cinepakenc.c:538:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c: In function ‘decode_v1_vector’:
libavcodec/cinepakenc.c:547:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][0] =
^
libavcodec/cinepakenc.c:548:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][1] =
^
libavcodec/cinepakenc.c:549:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][ sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:549:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:550:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][1+ sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size];
^
libavcodec/cinepakenc.c:550:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:552:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][2] =
^
libavcodec/cinepakenc.c:553:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][3] =
^
libavcodec/cinepakenc.c:554:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][2+ sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:554:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:555:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][3+ sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+1];
^
libavcodec/cinepakenc.c:555:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:557:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][2*sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:557:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:558:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][1+2*sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:558:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:559:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][ 3*sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:559:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:560:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][1+3*sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+2];
^
libavcodec/cinepakenc.c:560:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:562:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][2+2*sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:562:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:563:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][3+2*sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:563:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:564:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][2+3*sub_pict->linesize[0]] =
^
libavcodec/cinepakenc.c:564:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:565:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][3+3*sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+3];
^
libavcodec/cinepakenc.c:565:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:568:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[1][0] =
^
libavcodec/cinepakenc.c:569:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[1][1] =
^
libavcodec/cinepakenc.c:570:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[1][ sub_pict->linesize[1]] =
^
libavcodec/cinepakenc.c:570:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:571:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[1][1+ sub_pict->linesize[1]] = info->v1_codebook[v1_vector*entry_size+4];
^
libavcodec/cinepakenc.c:571:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:573:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[2][0] =
^
libavcodec/cinepakenc.c:574:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[2][1] =
^
libavcodec/cinepakenc.c:575:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[2][ sub_pict->linesize[2]] =
^
libavcodec/cinepakenc.c:575:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:576:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[2][1+ sub_pict->linesize[2]] = info->v1_codebook[v1_vector*entry_size+5];
^
libavcodec/cinepakenc.c:576:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c: In function ‘decode_v4_vector’:
libavcodec/cinepakenc.c:587:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][x + y*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size];
^
libavcodec/cinepakenc.c:587:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:588:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][x+1 + y*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+1];
^
libavcodec/cinepakenc.c:588:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:589:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][x + (y+1)*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+2];
^
libavcodec/cinepakenc.c:589:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:590:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[0][x+1 + (y+1)*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+3];
^
libavcodec/cinepakenc.c:590:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:593:17: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[1][(x>>1) + (y>>1)*sub_pict->linesize[1]] = info->v4_codebook[v4_vector[i]*entry_size+4];
^
libavcodec/cinepakenc.c:593:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:594:17: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sub_pict->data[2][(x>>1) + (y>>1)*sub_pict->linesize[2]] = info->v4_codebook[v4_vector[i]*entry_size+5];
^
libavcodec/cinepakenc.c:594:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c: In function ‘copy_mb’:
libavcodec/cinepakenc.c:605:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
memcpy(a->data[0]+y*a->linesize[0], b->data[0]+y*b->linesize[0],
^
libavcodec/cinepakenc.c:605:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:605:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:605:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:612:17: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
memcpy(a->data[p] + y*a->linesize[p],
^
libavcodec/cinepakenc.c:612:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:613:24: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
b->data[p] + y*b->linesize[p],
^
libavcodec/cinepakenc.c:613:24: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c: In function ‘compute_mb_distortion’:
libavcodec/cinepakenc.c:764:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
d = a->data[0][x + y*a->linesize[0]] - b->data[0][x + y*b->linesize[0]];
^
libavcodec/cinepakenc.c:764:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:764:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:764:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:773:21: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
d = a->data[p][x + y*a->linesize[p]] - b->data[p][x + y*b->linesize[p]];
^
libavcodec/cinepakenc.c:773:21: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:773:21: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:773:21: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c: In function ‘quantize’:
libavcodec/cinepakenc.c:815:25: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
base[j] = (pict->data[plane][((x+x3) >> shift) + ((y+y3) >> shift) * pict->linesize[plane]] +
^
libavcodec/cinepakenc.c:815:25: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:816:36: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
pict->data[plane][((x+x3) >> shift) + 1 + ((y+y3) >> shift) * pict->linesize[plane]] +
^
libavcodec/cinepakenc.c:816:36: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:817:36: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
pict->data[plane][((x+x3) >> shift) + (((y+y3) >> shift) + 1) * pict->linesize[plane]] +
^
libavcodec/cinepakenc.c:817:36: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:818:36: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
pict->data[plane][((x+x3) >> shift) + 1 + (((y+y3) >> shift) + 1) * pict->linesize[plane]]) >> 2;
^
libavcodec/cinepakenc.c:818:36: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:836:29: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
base[j] = pict->data[plane][x3 + y3*pict->linesize[plane]];
^
libavcodec/cinepakenc.c:836:29: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:859:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
vq_pict.data[0] = vq_pict_buf;
^
libavcodec/cinepakenc.c:860:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
vq_pict.linesize[0] = MB_SIZE;
^
libavcodec/cinepakenc.c:861:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
vq_pict.data[1] = &vq_pict_buf[MB_AREA];
^
libavcodec/cinepakenc.c:862:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
vq_pict.data[2] = vq_pict.data[1] + (MB_AREA >> 2);
^
libavcodec/cinepakenc.c:862:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:863:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
vq_pict.linesize[1] = vq_pict.linesize[2] = MB_SIZE >> 1;
^
libavcodec/cinepakenc.c:863:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c: In function ‘rd_frame’:
libavcodec/cinepakenc.c:1138:17: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
ir[0] = ((AVPicture*)frame)->data[0] + x*3 + y*((AVPicture*)frame)->linesize[0];
^
libavcodec/cinepakenc.c:1138:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:1139:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
ir[1] = ir[0] + ((AVPicture*)frame)->linesize[0];
^
libavcodec/cinepakenc.c:1155:21: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
scratch_pict.data[0][i1 + i2*scratch_pict.linesize[0]] = rr;
^
libavcodec/cinepakenc.c:1155:21: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/cinepakenc.c:1164:17: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
scratch_pict.data[1][0] = rr + 128; // quantize needs unsigned
^
libavcodec/cinepakenc.c:1170:17: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
scratch_pict.data[2][0] = rr + 128; // quantize needs unsigned
^
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_exss.o
CC libavcodec/dca_parser.o
CC libavcodec/dca_xll.o
CC libavcodec/dcadata.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/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/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
libavcodec/dvdsubdec.c: In function ‘decode_dvd_subtitles’:
libavcodec/dvdsubdec.c:321:17: warning: conversion lacks type at end of format [-Wformat=]
ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04%"PRIx64"\n", offset1, offset2);
^
CC libavcodec/dvenc.o
CC libavcodec/dxa.o
CC libavcodec/dxtory.o
CC libavcodec/dxv.o
libavcodec/diracdec.c: In function ‘dirac_decode_frame’:
libavcodec/diracdec.c:1823:45: warning: array subscript is above array bounds [-Warray-bounds]
s->delay_frames[i] = s->delay_frames[i+1];
^
libavcodec/dvenc.c: In function ‘dv_encode_video_segment’:
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/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
libavcodec/ffv1enc.c: In function ‘encode_frame’:
libavcodec/ffv1enc.c:1261:5: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2906) [-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
CC libavcodec/fraps.o
CC libavcodec/frwu.o
libavcodec/frame_thread_encoder.c: In function ‘worker’:
libavcodec/frame_thread_encoder.c:99:13: warning: ‘av_dup_packet’ is deprecated (declared at libavcodec/avcodec.h:3963) [-Wdeprecated-declarations]
av_dup_packet(pkt);
^
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/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
libavcodec/h264_cavlc.c: In function ‘decode_residual.isra.18’:
libavcodec/h264_cavlc.c:605:46: warning: array subscript is above array bounds [-Warray-bounds]
((type*)block)[*scantable]= level[i]; \
^
libavcodec/h264_cavlc.c:625:9: note: in expansion of macro ‘STORE_BLOCK’
STORE_BLOCK(int32_t)
^
libavcodec/h264_cavlc.c:605:46: warning: array subscript is above array bounds [-Warray-bounds]
((type*)block)[*scantable]= level[i]; \
^
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
CC libavcodec/hevcpred.o
libavcodec/hevc_ps.c: In function ‘ff_hevc_parse_sps’:
libavcodec/hevc_ps.c:923: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;
^
libavcodec/hevc_ps.c:924:79: warning: array subscript is above array bounds [-Warray-bounds]
sps->temporal_layer[i].num_reorder_pics = sps->temporal_layer[start].num_reorder_pics;
^
libavcodec/hevc_ps.c:925: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/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
libavcodec/imgconvert.c: In function ‘av_picture_crop’:
libavcodec/imgconvert.c:215:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
dst->data[0] = src->data[0] + (top_band * src->linesize[0]) + left_band;
^
libavcodec/imgconvert.c:215:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:215:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:216:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
dst->data[1] = src->data[1] + ((top_band >> y_shift) * src->linesize[1]) + (left_band >> x_shift);
^
libavcodec/imgconvert.c:216:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:216:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:217:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
dst->data[2] = src->data[2] + ((top_band >> y_shift) * src->linesize[2]) + (left_band >> x_shift);
^
libavcodec/imgconvert.c:217:5: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:217:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:221:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
dst->data[0] = src->data[0] + (top_band * src->linesize[0]) + (left_band * max_step[0]);
^
libavcodec/imgconvert.c:221:9: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:221:9: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:224:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
dst->linesize[0] = src->linesize[0];
^
libavcodec/imgconvert.c:224:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:225:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
dst->linesize[1] = src->linesize[1];
^
libavcodec/imgconvert.c:225:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:226:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
dst->linesize[2] = src->linesize[2];
^
libavcodec/imgconvert.c:226:5: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c: In function ‘av_picture_pad’:
libavcodec/imgconvert.c:252:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
memset(dst->data[0], color[0],
^
libavcodec/imgconvert.c:253:21: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
dst->linesize[0] * padtop + (padleft * max_step[0]));
^
libavcodec/imgconvert.c:257:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
optr = dst->data[0] + dst->linesize[0] * padtop +
^
libavcodec/imgconvert.c:257:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:258:21: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
(dst->linesize[0] - (padright * max_step[0]));
^
libavcodec/imgconvert.c:262:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
optr += dst->linesize[0];
^
libavcodec/imgconvert.c:267:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
optr = dst->data[0] + dst->linesize[0] * (height - padbottom) -
^
libavcodec/imgconvert.c:267:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:269:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
memset(optr, color[0], dst->linesize[0] * padbottom +
^
libavcodec/imgconvert.c:281:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
memset(dst->data[i], color[i],
^
libavcodec/imgconvert.c:282:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
dst->linesize[i] * (padtop >> y_shift) + (padleft >> x_shift));
^
libavcodec/imgconvert.c:286:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) +
^
libavcodec/imgconvert.c:286:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:287:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
(dst->linesize[i] - (padright >> x_shift));
^
libavcodec/imgconvert.c:291:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
optr += dst->linesize[i];
^
libavcodec/imgconvert.c:296:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
uint8_t *iptr = src->data[i];
^
libavcodec/imgconvert.c:297:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) +
^
libavcodec/imgconvert.c:297:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:300:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
iptr += src->linesize[i];
^
libavcodec/imgconvert.c:301:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) +
^
libavcodec/imgconvert.c:301:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:302:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
(dst->linesize[i] - (padright >> x_shift));
^
libavcodec/imgconvert.c:308:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
iptr += src->linesize[i];
^
libavcodec/imgconvert.c:309:17: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
optr += dst->linesize[i];
^
libavcodec/imgconvert.c:314:13: warning: ‘data’ is deprecated (declared at libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
optr = dst->data[i] + dst->linesize[i] *
^
libavcodec/imgconvert.c:314:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
libavcodec/imgconvert.c:316:13: warning: ‘linesize’ is deprecated (declared at libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
memset(optr, color[i],dst->linesize[i] *
^
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/libfdk-aacdec.o
In file included from /opt/ffmpeg/include/fdk-aac/FDK_audio.h:98:0,
from /opt/ffmpeg/include/fdk-aac/aacdecoder_lib.h:347,
from libavcodec/libfdk-aacdec.c:20:
/opt/ffmpeg/include/fdk-aac/genericStds.h:402:5: warning: ‘IS_LITTLE_ENDIAN’ defined but not used [-Wunused-function]
int IS_LITTLE_ENDIAN(void) {
^
CC libavcodec/libmp3lame.o
CC libavcodec/libfdk-aacenc.o
CC libavcodec/libopus.o
CC libavcodec/libopusdec.o
In file included from /opt/ffmpeg/include/fdk-aac/FDK_audio.h:98:0,
from /opt/ffmpeg/include/fdk-aac/aacenc_lib.h:706,
from libavcodec/libfdk-aacenc.c:20:
/opt/ffmpeg/include/fdk-aac/genericStds.h:402:5: warning: ‘IS_LITTLE_ENDIAN’ defined but not used [-Wunused-function]
int IS_LITTLE_ENDIAN(void) {
^
CC libavcodec/libopusenc.o
CC libavcodec/libvorbisdec.o
CC libavcodec/libvorbisenc.o
CC libavcodec/libvpx.o
CC libavcodec/libvpxdec.o
CC libavcodec/libvpxenc.o
CC libavcodec/libx264.o
CC libavcodec/libx265.o
CC libavcodec/ljpegenc.o
libavcodec/libx265.c: In function ‘libx265_encode_frame’:
libavcodec/libx265.c:283:5: warning: ‘ff_alloc_packet’ is deprecated (declared at libavcodec/internal.h:230) [-Wdeprecated-declarations]
ret = ff_alloc_packet(pkt, payload);
^
CC libavcodec/loco.o
CC libavcodec/log2_tab.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/mjpegbdec.o
CC libavcodec/mjpegdec.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/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/reverse.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
libavcodec/snowenc.c: In function ‘encode_frame’:
libavcodec/snowenc.c:1638:5: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2906) [-Wdeprecated-declarations]
av_frame_unref(avctx->coded_frame);
^
libavcodec/snowenc.c:1639:5: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2906) [-Wdeprecated-declarations]
ret = av_frame_ref(avctx->coded_frame, s->current_picture);
^
libavcodec/snowenc.c:1669:9: warning: ‘me_method’ is deprecated (declared at libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
s->m.me_method= s->avctx->me_method;
^
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
CC libavcodec/utvideo.o
CC libavcodec/utvideodec.o
libavcodec/utils.c: In function ‘avcodec_encode_audio2’:
libavcodec/utils.c:1787:13: warning: ‘av_dup_packet’ is deprecated (declared at libavcodec/avcodec.h:3963) [-Wdeprecated-declarations]
if (av_dup_packet(avpkt) < 0) {
^
libavcodec/utils.c: In function ‘avcodec_encode_video2’:
libavcodec/utils.c:1876:13: warning: ‘av_dup_packet’ is deprecated (declared at libavcodec/avcodec.h:3963) [-Wdeprecated-declarations]
if (av_dup_packet(avpkt) < 0) {
^
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/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/x86/aacpsdsp_init.o
YASM libavcodec/x86/aacpsdsp.o
CC libavcodec/x86/ac3dsp_init.o
CC libavcodec/x86/alacdsp_init.o
YASM libavcodec/x86/alacdsp.o
STRIP libavcodec/x86/aacpsdsp.o
CC libavcodec/x86/audiodsp_init.o
YASM libavcodec/x86/ac3dsp.o
STRIP libavcodec/x86/alacdsp.o
CC libavcodec/x86/blockdsp_init.o
YASM libavcodec/x86/blockdsp.o
YASM libavcodec/x86/audiodsp.o
STRIP libavcodec/x86/blockdsp.o
CC libavcodec/x86/bswapdsp_init.o
CC libavcodec/x86/cavsdsp.o
STRIP libavcodec/x86/audiodsp.o
CC libavcodec/x86/constants.o
STRIP libavcodec/x86/ac3dsp.o
YASM libavcodec/x86/bswapdsp.o
CC libavcodec/x86/dcadsp_init.o
STRIP libavcodec/x86/bswapdsp.o
CC libavcodec/x86/dct_init.o
YASM libavcodec/x86/dcadsp.o
CC libavcodec/x86/dirac_dwt.o
YASM libavcodec/x86/dct32.o
CC libavcodec/x86/diracdsp_mmx.o
STRIP libavcodec/x86/dcadsp.o
CC libavcodec/x86/dnxhdenc_init.o
STRIP libavcodec/x86/dct32.o
YASM libavcodec/x86/diracdsp_yasm.o
YASM libavcodec/x86/dnxhdenc.o
CC libavcodec/x86/fdct.o
YASM libavcodec/x86/dwt_yasm.o
CC libavcodec/x86/fdctdsp_init.o
STRIP libavcodec/x86/diracdsp_yasm.o
STRIP libavcodec/x86/dnxhdenc.o
CC libavcodec/x86/fft_init.o
STRIP libavcodec/x86/dwt_yasm.o
CC libavcodec/x86/flacdsp_init.o
YASM libavcodec/x86/flac_dsp_gpl.o
STRIP libavcodec/x86/flac_dsp_gpl.o
CC libavcodec/x86/fmtconvert_init.o
YASM libavcodec/x86/fft.o
YASM libavcodec/x86/fmtconvert.o
YASM libavcodec/x86/flacdsp.o
STRIP libavcodec/x86/fmtconvert.o
YASM libavcodec/x86/fpel.o
STRIP libavcodec/x86/fft.o
CC libavcodec/x86/g722dsp_init.o
STRIP libavcodec/x86/fpel.o
CC libavcodec/x86/h263dsp_init.o
STRIP libavcodec/x86/flacdsp.o
YASM libavcodec/x86/g722dsp.o
YASM libavcodec/x86/h263_loopfilter.o
STRIP libavcodec/x86/g722dsp.o
STRIP libavcodec/x86/h263_loopfilter.o
YASM libavcodec/x86/h264_chromamc_10bit.o
STRIP libavcodec/x86/h264_chromamc_10bit.o
YASM libavcodec/x86/h264_chromamc.o
YASM libavcodec/x86/h264_deblock.o
YASM libavcodec/x86/h264_deblock_10bit.o
STRIP libavcodec/x86/h264_chromamc.o
STRIP libavcodec/x86/h264_deblock_10bit.o
YASM libavcodec/x86/h264_idct.o
STRIP libavcodec/x86/h264_deblock.o
YASM libavcodec/x86/h264_idct_10bit.o
STRIP libavcodec/x86/h264_idct_10bit.o
CC libavcodec/x86/h264_intrapred_init.o
STRIP libavcodec/x86/h264_idct.o
CC libavcodec/x86/h264_qpel.o
YASM libavcodec/x86/h264_intrapred_10bit.o
YASM libavcodec/x86/h264_intrapred.o
STRIP libavcodec/x86/h264_intrapred_10bit.o
YASM libavcodec/x86/h264_qpel_10bit.o
YASM libavcodec/x86/h264_weight.o
STRIP libavcodec/x86/h264_weight.o
YASM libavcodec/x86/h264_weight_10bit.o
STRIP libavcodec/x86/h264_weight_10bit.o
YASM libavcodec/x86/h264_qpel_8bit.o
CC libavcodec/x86/h264chroma_init.o
STRIP libavcodec/x86/h264_intrapred.o
CC libavcodec/x86/h264dsp_init.o
STRIP libavcodec/x86/h264_qpel_10bit.o
YASM libavcodec/x86/hevc_idct.o
STRIP libavcodec/x86/hevc_idct.o
STRIP libavcodec/x86/h264_qpel_8bit.o
YASM libavcodec/x86/hevc_sao.o
YASM libavcodec/x86/hevc_res_add.o
YASM libavcodec/x86/hevc_deblock.o
STRIP libavcodec/x86/hevc_sao.o
STRIP libavcodec/x86/hevc_res_add.o
CC libavcodec/x86/hevcdsp_init.o
YASM libavcodec/x86/hevc_sao_10bit.o
STRIP libavcodec/x86/hevc_deblock.o
CC libavcodec/x86/hpeldsp_init.o
YASM libavcodec/x86/hpeldsp.o
YASM libavcodec/x86/huffyuvdsp.o
STRIP libavcodec/x86/hpeldsp.o
CC libavcodec/x86/huffyuvdsp_init.o
STRIP libavcodec/x86/huffyuvdsp.o
CC libavcodec/x86/huffyuvencdsp_mmx.o
YASM libavcodec/x86/huffyuvencdsp.o
STRIP libavcodec/x86/huffyuvencdsp.o
YASM libavcodec/x86/idctdsp.o
CC libavcodec/x86/idctdsp_init.o
STRIP libavcodec/x86/idctdsp.o
STRIP libavcodec/x86/hevc_sao_10bit.o
YASM libavcodec/x86/jpeg2000dsp.o
CC libavcodec/x86/jpeg2000dsp_init.o
STRIP libavcodec/x86/jpeg2000dsp.o
CC libavcodec/x86/lossless_audiodsp_init.o
YASM libavcodec/x86/lossless_audiodsp.o
YASM libavcodec/x86/lossless_videodsp.o
YASM libavcodec/x86/imdct36.o
STRIP libavcodec/x86/lossless_audiodsp.o
CC libavcodec/x86/lossless_videodsp_init.o
STRIP libavcodec/x86/lossless_videodsp.o
CC libavcodec/x86/lpc.o
CC libavcodec/x86/me_cmp_init.o
YASM libavcodec/x86/mlpdsp.o
STRIP libavcodec/x86/mlpdsp.o
CC libavcodec/x86/mlpdsp_init.o
STRIP libavcodec/x86/imdct36.o
CC libavcodec/x86/mpegaudiodsp.o
CC libavcodec/x86/mpegvideo.o
CC libavcodec/x86/mpegvideodsp.o
CC libavcodec/x86/mpegvideoenc.o
YASM libavcodec/x86/me_cmp.o
YASM libavcodec/x86/mpegvideoencdsp.o
STRIP libavcodec/x86/mpegvideoencdsp.o
CC libavcodec/x86/mpegvideoencdsp_init.o
CC libavcodec/x86/pixblockdsp_init.o
YASM libavcodec/x86/pixblockdsp.o
CC libavcodec/x86/pngdsp_init.o
YASM libavcodec/x86/pngdsp.o
STRIP libavcodec/x86/pixblockdsp.o
CC libavcodec/x86/proresdsp_init.o
STRIP libavcodec/x86/pngdsp.o
YASM libavcodec/x86/qpel.o
YASM libavcodec/x86/proresdsp.o
STRIP libavcodec/x86/me_cmp.o
CC libavcodec/x86/qpeldsp_init.o
STRIP libavcodec/x86/qpel.o
STRIP libavcodec/x86/proresdsp.o
CC libavcodec/x86/rv34dsp_init.o
YASM libavcodec/x86/rv34dsp.o
CC libavcodec/x86/rv40dsp_init.o
STRIP libavcodec/x86/rv34dsp.o
YASM libavcodec/x86/sbrdsp.o
YASM libavcodec/x86/rv40dsp.o
YASM libavcodec/x86/qpeldsp.o
STRIP libavcodec/x86/sbrdsp.o
CC libavcodec/x86/sbrdsp_init.o
CC libavcodec/x86/simple_idct.o
STRIP libavcodec/x86/rv40dsp.o
CC libavcodec/x86/snowdsp.o
YASM libavcodec/x86/svq1enc.o
CC libavcodec/x86/svq1enc_init.o
STRIP libavcodec/x86/svq1enc.o
CC libavcodec/x86/takdsp_init.o
YASM libavcodec/x86/takdsp.o
STRIP libavcodec/x86/takdsp.o
CC libavcodec/x86/ttadsp_init.o
YASM libavcodec/x86/ttadsp.o
CC libavcodec/x86/v210-init.o
STRIP libavcodec/x86/qpeldsp.o
STRIP libavcodec/x86/ttadsp.o
CC libavcodec/x86/v210enc_init.o
YASM libavcodec/x86/v210.o
YASM libavcodec/x86/v210enc.o
STRIP libavcodec/x86/v210enc.o
CC libavcodec/x86/vc1dsp_init.o
STRIP libavcodec/x86/v210.o
CC libavcodec/x86/vc1dsp_mmx.o
YASM libavcodec/x86/simple_idct10.o
YASM libavcodec/x86/vc1dsp.o
CC libavcodec/x86/videodsp_init.o
YASM libavcodec/x86/vorbisdsp.o
YASM libavcodec/x86/videodsp.o
STRIP libavcodec/x86/vorbisdsp.o
CC libavcodec/x86/vorbisdsp_init.o
STRIP libavcodec/x86/vc1dsp.o
CC libavcodec/x86/vp3dsp_init.o
STRIP libavcodec/x86/videodsp.o
YASM libavcodec/x86/vp6dsp.o
CC libavcodec/x86/vp6dsp_init.o
YASM libavcodec/x86/vp3dsp.o
STRIP libavcodec/x86/vp6dsp.o
CC libavcodec/x86/vp8dsp_init.o
STRIP libavcodec/x86/simple_idct10.o
STRIP libavcodec/x86/vp3dsp.o
CC libavcodec/x86/vp9dsp_init.o
CC libavcodec/x86/vp9dsp_init_10bpp.o
YASM libavcodec/x86/vp8dsp.o
STRIP libavcodec/x86/vp8dsp.o
CC libavcodec/x86/vp9dsp_init_12bpp.o
CC libavcodec/x86/vp9dsp_init_16bpp.o
YASM libavcodec/x86/vp8dsp_loopfilter.o
YASM libavcodec/x86/vp9intrapred.o
STRIP libavcodec/x86/vp8dsp_loopfilter.o
YASM libavcodec/x86/vp9intrapred_16bpp.o
STRIP libavcodec/x86/vp9intrapred.o
STRIP libavcodec/x86/vp9intrapred_16bpp.o
YASM libavcodec/x86/vp9itxfm_16bpp.o
YASM libavcodec/x86/vp9lpf_16bpp.o
YASM libavcodec/x86/hevc_mc.o
YASM libavcodec/x86/vp9lpf.o
STRIP libavcodec/x86/vp9lpf_16bpp.o
STRIP libavcodec/x86/vp9itxfm_16bpp.o
YASM libavcodec/x86/vp9mc.o
YASM libavcodec/x86/vp9mc_16bpp.o
STRIP libavcodec/x86/vp9mc_16bpp.o
STRIP libavcodec/x86/vp9mc.o
CC libavcodec/x86/xvididct_init.o
YASM libavcodec/x86/xvididct.o
CC libavcodec/xan.o
STRIP libavcodec/x86/xvididct.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
CC libswresample/audioconvert.o
CC libswresample/dither.o
CC libswresample/log2_tab.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 libswresample/x86/audio_convert_init.o
YASM libswresample/x86/rematrix.o
STRIP libswresample/x86/rematrix.o
CC libswresample/x86/rematrix_init.o
YASM libswresample/x86/resample.o
YASM libswresample/x86/audio_convert.o
STRIP libswresample/x86/resample.o
CC libswresample/x86/resample_init.o
AR libavfilter/libavfilter.a
STRIP libswresample/x86/audio_convert.o
AR libavformat/libavformat.a
AR libpostproc/libpostproc.a
AR libswresample/libswresample.a
AR libswscale/libswscale.a
AR libavutil/libavutil.a
HOSTCC doc/print_options.o
In file included from doc/print_options.c:36:0:
./libavcodec/options_table.h:94:1: warning: ‘me_method’ is deprecated (declared at ./libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
{"me_method", "set motion estimation method", OFFSET(me_method), AV_OPT_TYPE_INT, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method"},
^
./libavcodec/options_table.h:126:1: warning: ‘rc_strategy’ is deprecated (declared at ./libavcodec/avcodec.h:1775) [-Wdeprecated-declarations]
{"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:181:1: warning: ‘rc_qsquish’ is deprecated (declared at ./libavcodec/avcodec.h:2444) [-Wdeprecated-declarations]
{"qsquish", "deprecated, use encoder private options instead", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E},
^
./libavcodec/options_table.h:182:1: warning: ‘rc_qmod_amp’ is deprecated (declared at ./libavcodec/avcodec.h:2447) [-Wdeprecated-declarations]
{"rc_qmod_amp", "deprecated, use encoder private options instead", OFFSET(rc_qmod_amp), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
^
./libavcodec/options_table.h:183:1: warning: ‘rc_qmod_freq’ is deprecated (declared at ./libavcodec/avcodec.h:2449) [-Wdeprecated-declarations]
{"rc_qmod_freq", "deprecated, use encoder private options instead", OFFSET(rc_qmod_freq), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:187:1: warning: ‘rc_eq’ is deprecated (declared at ./libavcodec/avcodec.h:2472) [-Wdeprecated-declarations]
{"rc_eq", "deprecated, use encoder private options instead", OFFSET(rc_eq), AV_OPT_TYPE_STRING, {.str = NULL}, CHAR_MIN, CHAR_MAX, V|E},
^
./libavcodec/options_table.h:194:1: warning: ‘rc_buffer_aggressivity’ is deprecated (declared at ./libavcodec/avcodec.h:2494) [-Wdeprecated-declarations]
{"rc_buf_aggressivity", "deprecated, use encoder private options instead", OFFSET(rc_buffer_aggressivity), AV_OPT_TYPE_FLOAT, {.dbl = 1.0 }, -FLT_MAX, FLT_MAX, V|E},
^
./libavcodec/options_table.h:199:1: warning: ‘rc_initial_cplx’ is deprecated (declared at ./libavcodec/avcodec.h:2497) [-Wdeprecated-declarations]
{"rc_init_cplx", "deprecated, use encoder private options instead", OFFSET(rc_initial_cplx), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
^
./libavcodec/options_table.h:306:1: warning: ‘dtg_active_format’ is deprecated (declared at ./libavcodec/avcodec.h:1979) [-Wdeprecated-declarations]
{"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
^
./libavcodec/options_table.h:310:1: warning: ‘intra_quant_bias’ is deprecated (declared at ./libavcodec/avcodec.h:2002) [-Wdeprecated-declarations]
{"ibias", "intra quant bias", OFFSET(intra_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:311:1: warning: ‘inter_quant_bias’ is deprecated (declared at ./libavcodec/avcodec.h:2008) [-Wdeprecated-declarations]
{"pbias", "inter quant bias", OFFSET(inter_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:325:1: warning: ‘xvmc_acceleration’ is deprecated (declared at ./libavcodec/avcodec.h:2028) [-Wdeprecated-declarations]
{"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
^
./libavcodec/options_table.h:332:1: warning: ‘stream_codec_tag’ is deprecated (declared at ./libavcodec/avcodec.h:1523) [-Wdeprecated-declarations]
{"stream_codec_tag", NULL, OFFSET(stream_codec_tag), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
^
./libavcodec/options_table.h:336:1: warning: ‘lmin’ is deprecated (declared at ./libavcodec/avcodec.h:2547) [-Wdeprecated-declarations]
{"lmin", "deprecated, use encoder private options instead", OFFSET(lmin), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E},
^
./libavcodec/options_table.h:337:1: warning: ‘lmax’ is deprecated (declared at ./libavcodec/avcodec.h:2553) [-Wdeprecated-declarations]
{"lmax", "deprecated, use encoder private options instead", OFFSET(lmax), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E},
^
./libavcodec/options_table.h:343:1: warning: ‘error_rate’ is deprecated (declared at ./libavcodec/avcodec.h:3119) [-Wdeprecated-declarations]
{"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:348:1: warning: ‘me_threshold’ is deprecated (declared at ./libavcodec/avcodec.h:2075) [-Wdeprecated-declarations]
{"me_threshold", "motion estimation threshold", OFFSET(me_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:349:1: warning: ‘mb_threshold’ is deprecated (declared at ./libavcodec/avcodec.h:2081) [-Wdeprecated-declarations]
{"mb_threshold", "macroblock threshold", OFFSET(mb_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
^
./libavcodec/options_table.h:384:1: warning: ‘border_masking’ is deprecated (declared at ./libavcodec/avcodec.h:2110) [-Wdeprecated-declarations]
{"border_mask", "deprecated, use encoder private options instead", OFFSET(border_masking), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
^
./libavcodec/options_table.h:406:1: warning: ‘scenechange_factor’ is deprecated (declared at ./libavcodec/avcodec.h:2175) [-Wdeprecated-declarations]
{"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E},
^
./libavcodec/options_table.h:494:1: warning: ‘side_data_only_packets’ is deprecated (declared at ./libavcodec/avcodec.h:3142) [-Wdeprecated-declarations]
{"side_data_only_packets", NULL, OFFSET(side_data_only_packets), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|V|E },
^
CC ffmpeg.o
CC cmdutils.o
ffmpeg.c: In function ‘sub2video_copy_rect’:
ffmpeg.c:200:5: warning: ‘pict’ is deprecated (declared at ./libavcodec/avcodec.h:3656) [-Wdeprecated-declarations]
src = r->pict.data[0];
^
ffmpeg.c:200:5: warning: ‘data’ is deprecated (declared at ./libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
ffmpeg.c:201:5: warning: ‘pict’ is deprecated (declared at ./libavcodec/avcodec.h:3656) [-Wdeprecated-declarations]
pal = (uint32_t *)r->pict.data[1];
^
ffmpeg.c:201:5: warning: ‘data’ is deprecated (declared at ./libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
ffmpeg.c:208:9: warning: ‘pict’ is deprecated (declared at ./libavcodec/avcodec.h:3656) [-Wdeprecated-declarations]
src += r->pict.linesize[0];
^
ffmpeg.c:208:9: warning: ‘linesize’ is deprecated (declared at ./libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
ffmpeg.c: In function ‘do_streamcopy’:
ffmpeg.c:1899:9: warning: ‘avpicture_fill’ is deprecated (declared at ./libavcodec/avcodec.h:4813) [-Wdeprecated-declarations]
int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
^
ffmpeg.c: In function ‘sub2video_push_ref’:
ffmpeg.c:220:37: 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,
^
ffmpeg.c: In function ‘sub2video_flush’:
ffmpeg.c:295:31: 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 ffmpeg_opt.o
STRIP libavcodec/x86/vp9lpf.o
CC ffmpeg_filter.o
CC ffprobe.o
ffprobe.c: In function ‘show_packet’:
ffprobe.c:1759:5: warning: ‘convergence_duration’ is deprecated (declared at ./libavcodec/avcodec.h:1448) [-Wdeprecated-declarations]
print_duration_ts("convergence_duration", pkt->convergence_duration);
^
ffprobe.c:1760:5: warning: ‘convergence_duration’ is deprecated (declared at ./libavcodec/avcodec.h:1448) [-Wdeprecated-declarations]
print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base);
^
CC ffserver.o
CC ffserver_config.o
ffserver_config.c: In function ‘add_codec’:
ffserver_config.c:292:13: warning: ‘rc_eq’ is deprecated (declared at ./libavcodec/avcodec.h:2472) [-Wdeprecated-declarations]
av->rc_eq = av_strdup("tex^qComp");
^
ffserver_config.c:294:13: warning: ‘rc_eq’ is deprecated (declared at ./libavcodec/avcodec.h:2472) [-Wdeprecated-declarations]
WARNING("Setting default value for video rate control equation = "
^
AR libavdevice/libavdevice.a
LD libavutil/libavutil.so.55
HOSTLD doc/print_options
GENTEXI doc/avoptions_format.texi
GENTEXI doc/avoptions_codec.texi
LD libswscale/libswscale.so.4
LD libpostproc/libpostproc.so.54
LD libswresample/libswresample.so.2
POD doc/ffmpeg.pod
POD doc/ffprobe.pod
POD doc/ffserver.pod
POD doc/ffprobe-all.pod
POD doc/ffmpeg-all.pod
POD doc/ffserver-all.pod
POD doc/ffmpeg-utils.pod
POD doc/ffmpeg-scaler.pod
POD doc/ffmpeg-resampler.pod
POD doc/ffmpeg-codecs.pod
POD doc/ffmpeg-formats.pod
POD doc/ffmpeg-bitstream-filters.pod
POD doc/ffmpeg-devices.pod
POD doc/ffmpeg-filters.pod
POD doc/ffmpeg-protocols.pod
POD doc/libavutil.pod
POD doc/libswscale.pod
POD doc/libswresample.pod
POD doc/libavcodec.pod
POD doc/libavformat.pod
POD doc/libavdevice.pod
POD doc/libavfilter.pod
MAN doc/ffmpeg.1
MAN doc/ffprobe.1
MAN doc/ffserver.1
MAN doc/ffmpeg-all.1
MAN doc/ffprobe-all.1
MAN doc/ffserver-all.1
MAN doc/ffmpeg-utils.1
MAN doc/ffmpeg-scaler.1
MAN doc/ffmpeg-resampler.1
MAN doc/ffmpeg-codecs.1
MAN doc/ffmpeg-bitstream-filters.1
MAN doc/ffmpeg-formats.1
MAN doc/ffmpeg-protocols.1
MAN doc/ffmpeg-devices.1
MAN doc/ffmpeg-filters.1
MAN doc/libavutil.3
MAN doc/libswscale.3
MAN doc/libswresample.3
MAN doc/libavcodec.3
MAN doc/libavformat.3
MAN doc/libavdevice.3
MAN doc/libavfilter.3
YASM libavcodec/x86/vp9itxfm.o
STRIP libavcodec/x86/hevc_mc.o
STRIP libavcodec/x86/vp9itxfm.o
LD libavcodec/libavcodec.so.57
AR libavcodec/libavcodec.a
LD libavformat/libavformat.so.57
LD libavfilter/libavfilter.so.6
LD libavdevice/libavdevice.so.57
LD ffmpeg_g
LD ffprobe_g
LD ffserver_g
CP ffprobe
CP ffserver
STRIP ffprobe
STRIP ffserver
CP ffmpeg
STRIP ffmpeg
INSTALL doc/ffmpeg.1
INSTALL doc/ffprobe.1
INSTALL doc/ffserver.1
INSTALL doc/ffmpeg-all.1
INSTALL doc/ffprobe-all.1
INSTALL doc/ffserver-all.1
INSTALL doc/ffmpeg-utils.1
INSTALL doc/ffmpeg-scaler.1
INSTALL doc/ffmpeg-resampler.1
INSTALL doc/ffmpeg-codecs.1
INSTALL doc/ffmpeg-bitstream-filters.1
INSTALL doc/ffmpeg-formats.1
INSTALL doc/ffmpeg-protocols.1
INSTALL doc/ffmpeg-devices.1
INSTALL doc/ffmpeg-filters.1
INSTALL doc/libavutil.3
INSTALL doc/libswscale.3
INSTALL doc/libswresample.3
INSTALL doc/libavcodec.3
INSTALL doc/libavformat.3
INSTALL doc/libavdevice.3
INSTALL doc/libavfilter.3
INSTALL doc/ffmpeg.1
INSTALL doc/ffprobe.1
INSTALL doc/ffserver.1
INSTALL doc/ffmpeg-all.1
INSTALL doc/ffprobe-all.1
INSTALL doc/ffserver-all.1
INSTALL doc/ffmpeg-utils.1
INSTALL doc/ffmpeg-scaler.1
INSTALL doc/ffmpeg-resampler.1
INSTALL doc/ffmpeg-codecs.1
INSTALL doc/ffmpeg-bitstream-filters.1
INSTALL doc/ffmpeg-formats.1
INSTALL doc/ffmpeg-protocols.1
INSTALL doc/ffmpeg-devices.1
INSTALL doc/ffmpeg-filters.1
INSTALL doc/libavutil.3
INSTALL doc/libswscale.3
INSTALL doc/libswresample.3
INSTALL doc/libavcodec.3
INSTALL doc/libavformat.3
INSTALL doc/libavdevice.3
INSTALL doc/libavfilter.3
INSTALL libavdevice/libavdevice.a
INSTALL libavdevice/libavdevice.so
STRIP install-libavdevice-shared
INSTALL libavfilter/libavfilter.a
INSTALL libavfilter/libavfilter.so
STRIP install-libavfilter-shared
INSTALL libavformat/libavformat.a
INSTALL libavformat/libavformat.so
STRIP install-libavformat-shared
INSTALL libavcodec/libavcodec.a
INSTALL libavcodec/libavcodec.so
STRIP install-libavcodec-shared
INSTALL libpostproc/libpostproc.a
INSTALL libpostproc/libpostproc.so
STRIP install-libpostproc-shared
INSTALL libswresample/libswresample.a
INSTALL libswresample/libswresample.so
STRIP install-libswresample-shared
INSTALL libswscale/libswscale.a
INSTALL libswscale/libswscale.so
STRIP install-libswscale-shared
INSTALL libavutil/libavutil.a
INSTALL libavutil/libavutil.so
STRIP install-libavutil-shared
INSTALL install-progs-yes
INSTALL ffmpeg
INSTALL ffprobe
INSTALL ffserver
INSTALL presets/libvpx-1080p50_60.ffpreset
INSTALL presets/libvpx-360p.ffpreset
INSTALL presets/libvpx-1080p.ffpreset
INSTALL presets/libvpx-720p50_60.ffpreset
INSTALL presets/libvpx-720p.ffpreset
INSTALL doc/ffprobe.xsd
INSTALL doc/examples/transcoding.c
INSTALL doc/examples/demuxing_decoding.c
INSTALL doc/examples/filtering_video.c
INSTALL doc/examples/muxing.c
INSTALL doc/examples/avio_dir_cmd.c
INSTALL doc/examples/filter_audio.c
INSTALL doc/examples/http_multiclient.c
INSTALL doc/examples/resampling_audio.c
INSTALL doc/examples/metadata.c
INSTALL doc/examples/remuxing.c
INSTALL doc/examples/filtering_audio.c
INSTALL doc/examples/extract_mvs.c
INSTALL doc/examples/decoding_encoding.c
INSTALL doc/examples/avio_reading.c
INSTALL doc/examples/qsvdec.c
INSTALL doc/examples/transcode_aac.c
INSTALL doc/examples/scaling_video.c
INSTALL doc/examples/Makefile
INSTALL doc/examples/README
INSTALL presets/libvpx-1080p50_60.ffpreset
INSTALL presets/libvpx-360p.ffpreset
INSTALL presets/libvpx-1080p.ffpreset
INSTALL presets/libvpx-720p50_60.ffpreset
INSTALL presets/libvpx-720p.ffpreset
INSTALL doc/ffprobe.xsd
INSTALL doc/examples/transcoding.c
INSTALL doc/examples/demuxing_decoding.c
INSTALL doc/examples/filtering_video.c
INSTALL doc/examples/muxing.c
INSTALL doc/examples/avio_dir_cmd.c
INSTALL doc/examples/filter_audio.c
INSTALL doc/examples/http_multiclient.c
INSTALL doc/examples/resampling_audio.c
INSTALL doc/examples/metadata.c
INSTALL doc/examples/remuxing.c
INSTALL doc/examples/filtering_audio.c
INSTALL doc/examples/extract_mvs.c
INSTALL doc/examples/decoding_encoding.c
INSTALL doc/examples/avio_reading.c
INSTALL doc/examples/qsvdec.c
INSTALL doc/examples/transcode_aac.c
INSTALL doc/examples/scaling_video.c
INSTALL doc/examples/Makefile
INSTALL doc/examples/README
INSTALL libavdevice/avdevice.h
INSTALL libavdevice/version.h
INSTALL libavdevice/libavdevice.pc
INSTALL libavfilter/avfilter.h
INSTALL libavfilter/avfiltergraph.h
INSTALL libavfilter/buffersink.h
INSTALL libavfilter/buffersrc.h
INSTALL libavfilter/version.h
INSTALL libavfilter/libavfilter.pc
INSTALL libavformat/avformat.h
INSTALL libavformat/avio.h
INSTALL libavformat/version.h
INSTALL libavformat/libavformat.pc
INSTALL libavcodec/avcodec.h
INSTALL libavcodec/avdct.h
INSTALL libavcodec/avfft.h
INSTALL libavcodec/dv_profile.h
INSTALL libavcodec/d3d11va.h
INSTALL libavcodec/dxva2.h
INSTALL libavcodec/qsv.h
INSTALL libavcodec/vaapi.h
INSTALL libavcodec/vda.h
INSTALL libavcodec/vdpau.h
INSTALL libavcodec/version.h
INSTALL libavcodec/videotoolbox.h
INSTALL libavcodec/vorbis_parser.h
INSTALL libavcodec/xvmc.h
INSTALL libavcodec/libavcodec.pc
INSTALL libpostproc/postprocess.h
INSTALL libpostproc/version.h
INSTALL libpostproc/libpostproc.pc
INSTALL libswresample/swresample.h
INSTALL libswresample/version.h
INSTALL libswresample/libswresample.pc
INSTALL libswscale/swscale.h
INSTALL libswscale/version.h
INSTALL libswscale/libswscale.pc
INSTALL libavutil/adler32.h
INSTALL libavutil/aes.h
INSTALL libavutil/attributes.h
INSTALL libavutil/audio_fifo.h
INSTALL libavutil/avassert.h
INSTALL libavutil/avstring.h
INSTALL libavutil/avutil.h
INSTALL libavutil/base64.h
INSTALL libavutil/blowfish.h
INSTALL libavutil/bprint.h
INSTALL libavutil/bswap.h
INSTALL libavutil/buffer.h
INSTALL libavutil/cast5.h
INSTALL libavutil/camellia.h
INSTALL libavutil/channel_layout.h
INSTALL libavutil/common.h
INSTALL libavutil/cpu.h
INSTALL libavutil/crc.h
INSTALL libavutil/des.h
INSTALL libavutil/display.h
INSTALL libavutil/downmix_info.h
INSTALL libavutil/error.h
INSTALL libavutil/eval.h
INSTALL libavutil/fifo.h
INSTALL libavutil/file.h
INSTALL libavutil/frame.h
INSTALL libavutil/hash.h
INSTALL libavutil/hmac.h
INSTALL libavutil/imgutils.h
INSTALL libavutil/intfloat.h
INSTALL libavutil/intreadwrite.h
INSTALL libavutil/lfg.h
INSTALL libavutil/log.h
INSTALL libavutil/macros.h
INSTALL libavutil/mathematics.h
INSTALL libavutil/md5.h
INSTALL libavutil/mem.h
INSTALL libavutil/motion_vector.h
INSTALL libavutil/murmur3.h
INSTALL libavutil/dict.h
INSTALL libavutil/opt.h
INSTALL libavutil/parseutils.h
INSTALL libavutil/pixdesc.h
INSTALL libavutil/pixelutils.h
INSTALL libavutil/pixfmt.h
INSTALL libavutil/random_seed.h
INSTALL libavutil/rc4.h
INSTALL libavutil/replaygain.h
INSTALL libavutil/rational.h
INSTALL libavutil/ripemd.h
INSTALL libavutil/samplefmt.h
INSTALL libavutil/sha.h
INSTALL libavutil/sha512.h
INSTALL libavutil/stereo3d.h
INSTALL libavutil/threadmessage.h
INSTALL libavutil/time.h
INSTALL libavutil/timecode.h
INSTALL libavutil/timestamp.h
INSTALL libavutil/tree.h
INSTALL libavutil/twofish.h
INSTALL libavutil/version.h
INSTALL libavutil/xtea.h
INSTALL libavutil/tea.h
INSTALL libavutil/lzo.h
INSTALL libavutil/avconfig.h
INSTALL libavutil/ffversion.h
INSTALL libavutil/libavutil.pc
/opt/ffmpeg/lib
Installed FFMPEG at /opt/ffmpeg
ffmpeg version git-2015-11-29-15206ff Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-9)
configuration: --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --bindir=/opt/bin --pkg-config-flags=--static --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-swscale --enable-shared
libavutil 55. 9.100 / 55. 9.100
libavcodec 57. 16.101 / 57. 16.101
libavformat 57. 19.100 / 57. 19.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 17.100 / 6. 17.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
ffmpeg version git-2015-11-29-15206ff Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-9)
configuration: --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --bindir=/opt/bin --pkg-config-flags=--static --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-swscale --enable-shared
libavutil 55. 9.100 / 55. 9.100
libavcodec 57. 16.101 / 57. 16.101
libavformat 57. 19.100 / 57. 19.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 17.100 / 6. 17.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
File formats:
D. = Demuxing supported
.E = Muxing supported
--
D 3dostr 3DO STR
E 3g2 3GP2 (3GPP2 file format)
E 3gp 3GP (3GPP file format)
D 4xm 4X Technologies
E a64 a64 - video for Commodore 64
D aa Audible AA format files
D aac raw ADTS AAC (Advanced Audio Coding)
DE ac3 raw AC-3
D acm Interplay ACM
D act ACT Voice file format
D adf Artworx Data Format
D adp ADP
D ads Sony PS2 ADS
E adts ADTS AAC (Advanced Audio Coding)
DE adx CRI ADX
D aea MD STUDIO audio
D afc AFC
DE aiff Audio IFF
DE alaw PCM A-law
D alias_pix Alias/Wavefront PIX image
DE amr 3GPP AMR
D anm Deluxe Paint Animation
D apc CRYO APC
D ape Monkey's Audio
DE apng Animated Portable Network Graphics
D aqtitle AQTitle subtitles
DE asf ASF (Advanced / Active Streaming Format)
D asf_o ASF (Advanced / Active Streaming Format)
E asf_stream ASF (Advanced / Active Streaming Format)
DE ass SSA (SubStation Alpha) subtitle
DE ast AST (Audio Stream)
DE au Sun AU
DE avi AVI (Audio Video Interleaved)
E avm2 SWF (ShockWave Flash) (AVM2)
D avr AVR (Audio Visual Research)
D avs AVS
D bethsoftvid Bethesda Softworks VID
D bfi Brute Force & Ignorance
D bfstm BFSTM (Binary Cafe Stream)
D bin Binary text
D bink Bink
DE bit G.729 BIT file format
D bmp_pipe piped bmp sequence
D bmv Discworld II BMV
D boa Black Ops Audio
D brender_pix BRender PIX image
D brstm BRSTM (Binary Revolution Stream)
D c93 Interplay C93
DE caf Apple CAF (Core Audio Format)
DE cavsvideo raw Chinese AVS (Audio Video Standard) video
D cdg CD Graphics
D cdxl Commodore CDXL video
D cine Phantom Cine
D concat Virtual concatenation script
E crc CRC testing
E dash DASH Muxer
DE data raw data
DE daud D-Cinema audio
D dcstr Sega DC STR
D dds_pipe piped dds sequence
D dfa Chronomaster DFA
DE dirac raw Dirac
DE dnxhd raw DNxHD (SMPTE VC-3)
D dpx_pipe piped dpx sequence
D dsf DSD Stream File (DSF)
D dsicin Delphine Software International CIN
D dss Digital Speech Standard (DSS)
DE dts raw DTS
D dtshd raw DTS-HD
DE dv DV (Digital Video)
D dv1394 DV1394 A/V grab
D dvbsub raw dvbsub
E dvd MPEG-2 PS (DVD VOB)
D dxa DXA
D ea Electronic Arts Multimedia
D ea_cdata Electronic Arts cdata
DE eac3 raw E-AC-3
D epaf Ensoniq Paris Audio File
D exr_pipe piped exr sequence
DE f32be PCM 32-bit floating-point big-endian
DE f32le PCM 32-bit floating-point little-endian
E f4v F4V Adobe Flash Video
DE f64be PCM 64-bit floating-point big-endian
DE f64le PCM 64-bit floating-point little-endian
DE fbdev Linux framebuffer
DE ffm FFM (FFserver live feed)
DE ffmetadata FFmpeg metadata in text
D film_cpk Sega FILM / CPK
DE filmstrip Adobe Filmstrip
DE flac raw FLAC
D flic FLI/FLC/FLX animation
DE flv FLV (Flash Video)
E framecrc framecrc testing
E framemd5 Per-frame MD5 testing
D frm Megalux Frame
D fsb FMOD Sample Bank
DE g722 raw G.722
DE g723_1 raw G.723.1
D g729 G.729 raw format demuxer
D genh GENeric Header
DE gif GIF Animation
D gsm raw GSM
DE gxf GXF (General eXchange Format)
DE h261 raw H.261
DE h263 raw H.263
DE h264 raw H.264 video
E hds HDS Muxer
DE hevc raw HEVC video
E hls Apple HTTP Live Streaming
D hls,applehttp Apple HTTP Live Streaming
D hnm Cryo HNM v4
DE ico Microsoft Windows ICO
D idcin id Cinematic
D idf iCE Draw File
D iff IFF (Interchange File Format)
DE ilbc iLBC storage
DE image2 image2 sequence
DE image2pipe piped image2 sequence
D ingenient raw Ingenient MJPEG
D ipmovie Interplay MVE
E ipod iPod H.264 MP4 (MPEG-4 Part 14)
DE ircam Berkeley/IRCAM/CARL Sound Format
E ismv ISMV/ISMA (Smooth Streaming)
D iss Funcom ISS
D iv8 IndigoVision 8000 video
DE ivf On2 IVF
D ivr IVR (Internet Video Recording)
D j2k_pipe piped j2k sequence
DE jacosub JACOsub subtitle format
D jpeg_pipe piped jpeg sequence
D jpegls_pipe piped jpegls sequence
D jv Bitmap Brothers JV
E latm LOAS/LATM
D lavfi Libavfilter virtual input device
D live_flv live RTMP FLV (Flash Video)
D lmlm4 raw lmlm4
D loas LOAS AudioSyncStream
DE lrc LRC lyrics
D lvf LVF
D lxf VR native stream (LXF)
DE m4v raw MPEG-4 video
E matroska Matroska
D matroska,webm Matroska / WebM
E md5 MD5 testing
D mgsts Metal Gear Solid: The Twin Snakes
DE microdvd MicroDVD subtitle format
DE mjpeg raw MJPEG video
E mkvtimestamp_v2 extract pts as timecode v2 format, as defined by mkvtoolnix
DE mlp raw MLP
D mlv Magic Lantern Video (MLV)
D mm American Laser Games MM
DE mmf Yamaha SMAF
E mov QuickTime / MOV
D mov,mp4,m4a,3gp,3g2,mj2 QuickTime / MOV
E mp2 MP2 (MPEG audio layer 2)
DE mp3 MP3 (MPEG audio layer 3)
E mp4 MP4 (MPEG-4 Part 14)
D mpc Musepack
D mpc8 Musepack SV8
DE mpeg MPEG-1 Systems / MPEG program stream
E mpeg1video raw MPEG-1 video
E mpeg2video raw MPEG-2 video
DE mpegts MPEG-TS (MPEG-2 Transport Stream)
D mpegtsraw raw MPEG-TS (MPEG-2 Transport Stream)
D mpegvideo raw MPEG video
DE mpjpeg MIME multipart JPEG
D mpl2 MPL2 subtitles
D mpsub MPlayer subtitles
D msf Sony PS3 MSF
D msnwctcp MSN TCP Webcam stream
D mtv MTV
DE mulaw PCM mu-law
D mv Silicon Graphics Movie
D mvi Motion Pixels MVI
DE mxf MXF (Material eXchange Format)
E mxf_d10 MXF (Material eXchange Format) D-10 Mapping
E mxf_opatom MXF (Material eXchange Format) Operational Pattern Atom
D mxg MxPEG clip
D nc NC camera feed
D nistsphere NIST SPeech HEader REsources
D nsv Nullsoft Streaming Video
E null raw null video
DE nut NUT
D nuv NuppelVideo
E oga Ogg Audio
DE ogg Ogg
DE oma Sony OpenMG audio
E opus Ogg Opus
DE oss OSS (Open Sound System) playback
D paf Amazing Studio Packed Animation File
D pictor_pipe piped pictor sequence
D pjs PJS (Phoenix Japanimation Society) subtitles
D pmp Playstation Portable PMP
D png_pipe piped png sequence
E psp PSP MP4 (MPEG-4 Part 14)
D psxstr Sony Playstation STR
D pva TechnoTrend PVA
D pvf PVF (Portable Voice Format)
D qcp QCP
D qdraw_pipe piped qdraw sequence
D r3d REDCODE R3D
DE rawvideo raw video
D realtext RealText subtitle format
D redspark RedSpark
D rl2 RL2
DE rm RealMedia
DE roq raw id RoQ
D rpl RPL / ARMovie
D rsd GameCube RSD
DE rso Lego Mindstorms RSO
DE rtp RTP output
E rtp_mpegts RTP/mpegts output format
DE rtsp RTSP output
DE s16be PCM signed 16-bit big-endian
DE s16le PCM signed 16-bit little-endian
DE s24be PCM signed 24-bit big-endian
DE s24le PCM signed 24-bit little-endian
DE s32be PCM signed 32-bit big-endian
DE s32le PCM signed 32-bit little-endian
DE s8 PCM signed 8-bit
D sami SAMI subtitle format
DE sap SAP output
D sbg SBaGen binaural beats script
D sdp SDP
D sdr2 SDR2
E segment segment
D sgi_pipe piped sgi sequence
D shn raw Shorten
D siff Beam Software SIFF
E singlejpeg JPEG single image
D sln Asterisk raw pcm
DE smjpeg Loki SDL MJPEG
D smk Smacker
E smoothstreaming Smooth Streaming Muxer
D smush LucasArts Smush
D sol Sierra SOL
DE sox SoX native
DE spdif IEC 61937 (used on S/PDIF - IEC958)
E spx Ogg Speex
DE srt SubRip subtitle
D stl Spruce subtitle format
E stream_segment,ssegment streaming segment muxer
D subviewer SubViewer subtitle format
D subviewer1 SubViewer v1 subtitle format
D sunrast_pipe piped sunrast sequence
D sup raw HDMV Presentation Graphic Stream subtitles
D svag Konami PS2 SVAG
E svcd MPEG-2 PS (SVCD)
DE swf SWF (ShockWave Flash)
D tak raw TAK
D tedcaptions TED Talks captions
E tee Multiple muxer tee
D thp THP
D tiertexseq Tiertex Limited SEQ
D tiff_pipe piped tiff sequence
D tmv 8088flex TMV
DE truehd raw TrueHD
D tta TTA (True Audio)
D tty Tele-typewriter
D txd Renderware TeXture Dictionary
DE u16be PCM unsigned 16-bit big-endian
DE u16le PCM unsigned 16-bit little-endian
DE u24be PCM unsigned 24-bit big-endian
DE u24le PCM unsigned 24-bit little-endian
DE u32be PCM unsigned 32-bit big-endian
DE u32le PCM unsigned 32-bit little-endian
DE u8 PCM unsigned 8-bit
E uncodedframecrc uncoded framecrc testing
D v210 Uncompressed 4:2:2 10-bit
D v210x Uncompressed 4:2:2 10-bit
E v4l2 Video4Linux2 output device
D vag Sony PS2 VAG
DE vc1 raw VC-1 video
DE vc1test VC-1 test bitstream
E vcd MPEG-1 Systems / MPEG program stream (VCD)
D video4linux2,v4l2 Video4Linux2 device grab
D vivo Vivo
D vmd Sierra VMD
E vob MPEG-2 PS (VOB)
D vobsub VobSub subtitle format
DE voc Creative Voice
D vpk Sony PS2 VPK
D vplayer VPlayer subtitles
D vqf Nippon Telegraph and Telephone Corporation (NTT) TwinVQ
DE w64 Sony Wave64
DE wav WAV / WAVE (Waveform Audio)
D wc3movie Wing Commander III movie
E webm WebM
E webm_chunk WebM Chunk Muxer
DE webm_dash_manifest WebM DASH Manifest
E webp WebP
D webp_pipe piped webp sequence
DE webvtt WebVTT subtitle
D wsaud Westwood Studios audio
D wsvqa Westwood Studios VQA
DE wtv Windows Television (WTV)
DE wv raw WavPack
D wve Psion 3 audio
D x11grab X11 screen capture, using XCB
D xa Maxis XA
D xbin eXtended BINary text (XBIN)
D xmv Microsoft XMV
D xvag Sony PS3 XVAG
D xwma Microsoft xWMA
D yop Psygnosis YOP
DE yuv4mpegpipe YUV4MPEG pipe
real 20m14.999s
user 37m37.513s
sys 2m36.998s
bash ffmpeg.sh php
Install FFMPEG PHP extension...
Cloning into 'ffmpeg-php-git'...
make: *** No rule to make target `clean'. Stop.
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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 ccache gcc accepts -g... yes
checking for ccache gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... ccache gcc -E
checking for icc... no
checking for suncc... no
checking whether ccache gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20121212
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.14.3 (ok)
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers... ...found in /opt/ffmpeg/include
checking for ffmpeg libavcodec.so... ...found in /opt/ffmpeg/lib
checking for ffmpeg swscale support... yes
checking for ld used by ccache gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from ccache gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if ccache gcc supports -fno-rtti -fno-exceptions... no
checking for ccache gcc option to produce PIC... -fPIC
checking if ccache gcc PIC flag -fPIC works... yes
checking if ccache gcc static flag -static works... no
checking if ccache gcc supports -c -o file.o... yes
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for ccache g++ option to produce PIC...
checking if ccache g++ static flag works... yes
checking if ccache g++ supports -c -o file.o... yes
checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... unsupported
configure: creating ./config.status
config.status: creating config.h
/bin/sh /svr-setup/ffmpeg-php-git/libtool --mode=compile ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg-php.c -o ffmpeg-php.lo
/bin/sh /svr-setup/ffmpeg-php-git/libtool --mode=compile ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_movie.c -o ffmpeg_movie.lo
/bin/sh /svr-setup/ffmpeg-php-git/libtool --mode=compile ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_frame.c -o ffmpeg_frame.lo
/bin/sh /svr-setup/ffmpeg-php-git/libtool --mode=compile ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_errorhandler.c -o ffmpeg_errorhandler.lo
/bin/sh /svr-setup/ffmpeg-php-git/libtool --mode=compile ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_tools.c -o ffmpeg_tools.lo
mkdir .libs
ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg-php.c -fPIC -DPIC -o .libs/ffmpeg-php.o
ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_tools.c -fPIC -DPIC -o .libs/ffmpeg_tools.o
ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_frame.c -fPIC -DPIC -o .libs/ffmpeg_frame.o
ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_movie.c -fPIC -DPIC -o .libs/ffmpeg_movie.o
ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_errorhandler.c -fPIC -DPIC -o .libs/ffmpeg_errorhandler.o
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c: In function ‘img_convert’:
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:64:5: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sws_scale(sws_ctx, src->data, src->linesize, 0, src_height, dst->data, dst->linesize);
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:64:5: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:64:5: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:64:5: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:64:5: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
In file included from /svr-setup/ffmpeg-php-git/ffmpeg_tools.h:43:0,
from /svr-setup/ffmpeg-php-git/ffmpeg_tools.c:42:
/opt/ffmpeg/include/libswscale/swscale.h:214:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c: In function ‘img_resample’:
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:77:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
shiftedInput.data[0] = pxIn->data[0] + pxIn->linesize[0] *
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:77:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:77:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:79:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
shiftedInput.data[1] = pxIn->data[1] + (pxIn->linesize[1] *
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:79:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:79:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:81:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
shiftedInput.data[2] = pxIn->data[2] + (pxIn->linesize[2] *
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:81:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:81:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:83:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
shiftedInput.linesize[0] = pxIn->linesize[0];
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:83:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:84:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
shiftedInput.linesize[1] = pxIn->linesize[1];
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:84:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:85:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
shiftedInput.linesize[2] = pxIn->linesize[2];
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:85:9: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:86:9: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
sws_scale(context->context, (uint8_t**)shiftedInput.data,
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:87:17: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
(int*)shiftedInput.linesize, 0, context->height - context->bandBottom -
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:88:17: warning: ‘data’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3614) [-Wdeprecated-declarations]
context->bandTop, pxOut->data, pxOut->linesize);
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:88:17: warning: ‘linesize’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3616) [-Wdeprecated-declarations]
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:88:17: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
In file included from /svr-setup/ffmpeg-php-git/ffmpeg_tools.h:43:0,
from /svr-setup/ffmpeg-php-git/ffmpeg_tools.c:42:
/opt/ffmpeg/include/libswscale/swscale.h:214:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c: In function ‘img_resample_full_init’:
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:101:45: error: ‘PIX_FMT_YUV420P’ undeclared (first use in this function)
iheight - topBand - bottomBand, PIX_FMT_YUV420P, owidth, oheight,
^
/svr-setup/ffmpeg-php-git/ffmpeg_tools.c:101:45: note: each undeclared identifier is reported only once for each function it appears in
make: *** [ffmpeg_tools.lo] Error 1
make: *** Waiting for unfinished jobs....
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c: In function ‘_php_convert_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:214:15: warning: assignment makes pointer from integer without a cast [enabled by default]
dst_frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:215:5: warning: ‘avpicture_alloc’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4801) [-Wdeprecated-declarations]
avpicture_alloc((AVPicture*)dst_frame, dst_fmt, ff_frame->width,
^
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c: In function ‘_php_resample_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:503:34: error: ‘PIX_FMT_YUV420P’ undeclared (first use in this function)
_php_convert_frame(ff_frame, PIX_FMT_YUV420P);
^
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:503:34: note: each undeclared identifier is reported only once for each function it appears in
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:514:21: warning: assignment makes pointer from integer without a cast [enabled by default]
resampled_frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:515:5: warning: ‘avpicture_alloc’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4801) [-Wdeprecated-declarations]
avpicture_alloc((AVPicture*)resampled_frame, PIX_FMT_YUV420P,
^
make: *** [ffmpeg_frame.lo] Error 1
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c: In function ‘_php_get_codec_name’:
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:918:41: error: ‘CODEC_ID_MPEG2TS’ undeclared (first use in this function)
} else if (decoder_ctx->codec_id == CODEC_ID_MPEG2TS) {
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:918:41: note: each undeclared identifier is reported only once for each function it appears in
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:921:5: warning: ‘codec_name’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:1499) [-Wdeprecated-declarations]
} else if (decoder_ctx->codec_name[0] != '\0') {
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:922:9: warning: ‘codec_name’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:1499) [-Wdeprecated-declarations]
codec_name = decoder_ctx->codec_name;
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c: In function ‘_php_read_av_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1171:11: warning: assignment makes pointer from integer without a cast [enabled by default]
frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1182:17: warning: ‘av_free_packet’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3986) [-Wdeprecated-declarations]
av_free_packet(&packet);
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1188:9: warning: ‘av_free_packet’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3986) [-Wdeprecated-declarations]
av_free_packet(&packet);
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c: In function ‘_php_get_ff_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1294:28: warning: assignment makes pointer from integer without a cast [enabled by default]
ff_frame->av_frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1295:9: warning: ‘avpicture_alloc’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4801) [-Wdeprecated-declarations]
avpicture_alloc((AVPicture*)ff_frame->av_frame, ff_frame->pixel_format,
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1301:9: warning: ‘av_picture_copy’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4834) [-Wdeprecated-declarations]
av_picture_copy((AVPicture*)ff_frame->av_frame,
^
make: *** [ffmpeg_movie.lo] Error 1
/bin/sh /svr-setup/ffmpeg-php-git/libtool --mode=compile ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_movie.c -o ffmpeg_movie.lo
ccache gcc -I. -I/svr-setup/ffmpeg-php-git -DPHP_ATOM_INC -I/svr-setup/ffmpeg-php-git/include -I/svr-setup/ffmpeg-php-git/main -I/svr-setup/ffmpeg-php-git -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/opt/ffmpeg/include -DHAVE_CONFIG_H -g -O2 -c /svr-setup/ffmpeg-php-git/ffmpeg_movie.c -fPIC -DPIC -o .libs/ffmpeg_movie.o
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c: In function ‘_php_get_codec_name’:
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:918:41: error: ‘CODEC_ID_MPEG2TS’ undeclared (first use in this function)
} else if (decoder_ctx->codec_id == CODEC_ID_MPEG2TS) {
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:918:41: note: each undeclared identifier is reported only once for each function it appears in
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:921:5: warning: ‘codec_name’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:1499) [-Wdeprecated-declarations]
} else if (decoder_ctx->codec_name[0] != '\0') {
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:922:9: warning: ‘codec_name’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:1499) [-Wdeprecated-declarations]
codec_name = decoder_ctx->codec_name;
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c: In function ‘_php_read_av_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1171:11: warning: assignment makes pointer from integer without a cast [enabled by default]
frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1182:17: warning: ‘av_free_packet’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3986) [-Wdeprecated-declarations]
av_free_packet(&packet);
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1188:9: warning: ‘av_free_packet’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:3986) [-Wdeprecated-declarations]
av_free_packet(&packet);
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c: In function ‘_php_get_ff_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1294:28: warning: assignment makes pointer from integer without a cast [enabled by default]
ff_frame->av_frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1295:9: warning: ‘avpicture_alloc’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4801) [-Wdeprecated-declarations]
avpicture_alloc((AVPicture*)ff_frame->av_frame, ff_frame->pixel_format,
^
/svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1301:9: warning: ‘av_picture_copy’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4834) [-Wdeprecated-declarations]
av_picture_copy((AVPicture*)ff_frame->av_frame,
^
make: *** [ffmpeg_movie.lo] Error 1
grep: /ffmpeg.ini: No such file or directory
FFMPEG PHP Extension installed
restarting php-fpm service ...
Gracefully shutting down php-fpm . done
Starting php-fpm done
check phpinfo for FFMPEG PHP Extension...
Extension 'ffmpeg' not present.
compare working declared CODEC_ID_MP3 to CODEC_ID_MPEG2TS which seems to be a fake codec
[root@centos7 ffmpeg_sources]# grep -R 'CODEC_ID_MPEG2TS' * | grep libavcodec
ffmpeg/libavcodec/avcodec.h: AV_CODEC_ID_MPEG2TS = 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
[root@centos7 ffmpeg_sources]# grep -R 'CODEC_ID_MP3' * | grep libavcodec
ffmpeg/libavcodec/avcodec.h: AV_CODEC_ID_MP3, ///< preferred ID for decoding MPEG audio layer 1, 2 or 3
ffmpeg/libavcodec/avcodec.h: AV_CODEC_ID_MP3ADU,
ffmpeg/libavcodec/avcodec.h: AV_CODEC_ID_MP3ON4,
ffmpeg/libavcodec/codec_desc.c: .id = AV_CODEC_ID_MP3,
ffmpeg/libavcodec/codec_desc.c: .id = AV_CODEC_ID_MP3ADU,
ffmpeg/libavcodec/codec_desc.c: .id = AV_CODEC_ID_MP3ON4,
ffmpeg/libavcodec/libmp3lame.c: .id = AV_CODEC_ID_MP3,
ffmpeg/libavcodec/libshine.c: .id = AV_CODEC_ID_MP3,
ffmpeg/libavcodec/mpegaudio_parser.c: } else if (codec_id == AV_CODEC_ID_MP3ADU) {
ffmpeg/libavcodec/mpegaudio_parser.c: .codec_ids = { AV_CODEC_ID_MP1, AV_CODEC_ID_MP2, AV_CODEC_ID_MP3, AV_CODEC_ID_MP3ADU },
ffmpeg/libavcodec/mpegaudiodec_fixed.c: .id = AV_CODEC_ID_MP3,
ffmpeg/libavcodec/mpegaudiodec_fixed.c: .id = AV_CODEC_ID_MP3ADU,
ffmpeg/libavcodec/mpegaudiodec_fixed.c: .id = AV_CODEC_ID_MP3ON4,
ffmpeg/libavcodec/mpegaudiodec_float.c: .id = AV_CODEC_ID_MP3,
ffmpeg/libavcodec/mpegaudiodec_float.c: .id = AV_CODEC_ID_MP3ADU,
ffmpeg/libavcodec/mpegaudiodec_float.c: .id = AV_CODEC_ID_MP3ON4,
ffmpeg/libavcodec/mpegaudiodec_template.c: avctx->codec_id != AV_CODEC_ID_MP3ON4)
ffmpeg/libavcodec/mpegaudiodec_template.c: if (avctx->codec_id == AV_CODEC_ID_MP3ADU)
ffmpeg/libavcodec/mpegaudiodecheader.c: if (*codec_id != AV_CODEC_ID_MP3ADU)
ffmpeg/libavcodec/mpegaudiodecheader.c: *codec_id = AV_CODEC_ID_MP3;
################################################################
trying pattern recognition to see what's happening (as i don't know this language it's just patterns to me heh)
diff -u /svr-setup/ffmpeg-php-git/ffmpeg_movie.c /svr-setup/ffmpeg-php-git/ffmpeg_movie.c.new
--- /svr-setup/ffmpeg-php-git/ffmpeg_movie.c 2015-11-29 16:44:44.634600084 +0000
+++ /svr-setup/ffmpeg-php-git/ffmpeg_movie.c.new 2015-11-29 17:11:19.655096855 +0000
@@ -915,9 +915,6 @@
codec_name = "mp1";
}
#endif
- } else if (decoder_ctx->codec_id == CODEC_ID_MPEG2TS) {
- /* fake mpeg2 transport stream codec (currently not registered) */
- codec_name = "mpeg2ts";
} else if (decoder_ctx->codec_name[0] != '\0') {
codec_name = decoder_ctx->codec_name;
} else {
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c: In function ‘_php_resample_frame’:
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:503:34: error: ‘PIX_FMT_YUV420P’ undeclared (first use in this function)
_php_convert_frame(ff_frame, PIX_FMT_YUV420P);
^
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:503:34: note: each undeclared identifier is reported only once for each function it appears in
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:514:21: warning: assignment makes pointer from integer without a cast [enabled by default]
resampled_frame = avcodec_alloc_frame();
^
/svr-setup/ffmpeg-php-git/ffmpeg_frame.c:515:5: warning: ‘avpicture_alloc’ is deprecated (declared at /opt/ffmpeg/include/libavcodec/avcodec.h:4801) [-Wdeprecated-declarations]
avpicture_alloc((AVPicture*)resampled_frame, PIX_FMT_YUV420P,
^
make: *** [ffmpeg_frame.lo] Error 1
[root@centos7 ffmpeg-php-git]# nano -w +503 /svr-setup/ffmpeg-php-git/ffmpeg_frame.c
[root@centos7 ffmpeg-php-git]# grep -R PIX_FMT_RGB32 *
ffmpeg_frame.c:#define FFMPEG_PHP_FFMPEG_RGB_PIX_FORMAT PIX_FMT_RGB32
[root@centos7 ffmpeg-php-git]# grep -R PIX_FMT_YUV420P *
ffmpeg_frame.c: /* convert to PIX_FMT_YUV420P required for resampling */
ffmpeg_frame.c: _php_convert_frame(ff_frame, PIX_FMT_YUV420P);
ffmpeg_frame.c: avpicture_alloc((AVPicture*)resampled_frame, PIX_FMT_YUV420P,
ffmpeg_tools.c: iheight - topBand - bottomBand, PIX_FMT_YUV420P, owidth, oheight,
ffmpeg_tools.c: PIX_FMT_YUV420P, srcSurface > 1024000 ? SWS_FAST_BILINEAR : SWS_BICUBIC,
so working PIX_FMT_RGB32 has a definition in ffmpeg_frame.c while undeclared PIX_FMT_YUV420P doesn't seem to have a definition in ffmpeg_frame.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment