=> Bootstrap dependency digest>=20010302: found digest-20160304
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for handbrake-0.9.3nb30
cd /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3 && gmake
gmake[2]: Entering directory '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3'
gmake[2]: svnversion: Command not found
echo "#ifndef HB_BUILD" > libhb/hbversion.h
echo "#define HB_BUILD 2017011101" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
echo "#ifndef HB_VERSION" >> libhb/hbversion.h
echo "#define HB_VERSION \"svn\"" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
echo "#ifndef HB_APPCAST_URL" >> libhb/hbversion.h
echo "#define APPCAST_URL \"http://handbrake.fr/appcast_unstable.xml\"" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam )

System: NetBSD
Endian: little
svnversion: not found

Don't run configure by hand, make runs it automatically.

No, really. That's it. Just type 'make' and hit return.

You're supposed to be building with make, not jam.
If you were going to use jam--which you shouldn't--you'd run:
 './jam' on a Mac, or
 'jam' on Linux or Windows

To make jam, boil fruit with sugar and an acid until pectins are released.

...found 59 target(s)...
...updating 20 target(s)...
LibA52 ./lib/liba52.a 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur a52dec_original/include/a52.h a52dec_patched/include/a52.h
|--- a52dec_original/include/a52.h	2002-01-28 05:37:54.000000000 +0000
|+++ a52dec_patched/include/a52.h	2007-04-04 19:12:57.000000000 +0100
--------------------------
Patching file include/a52.h using Plan A...
Hunk #1 succeeded at 48.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur a52dec_original/liba52/a52_internal.h a52dec_patched/liba52/a52_internal.h
|--- a52dec_original/liba52/a52_internal.h	2002-07-28 02:52:06.000000000 +0100
|+++ a52dec_patched/liba52/a52_internal.h	2007-04-04 19:11:43.000000000 +0100
--------------------------
Patching file liba52/a52_internal.h using Plan A...
Hunk #1 succeeded at 93.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur a52dec_original/liba52/downmix.c a52dec_patched/liba52/downmix.c
|--- a52dec_original/liba52/downmix.c	2002-01-28 05:37:54.000000000 +0000
|+++ a52dec_patched/liba52/downmix.c	2007-04-06 13:47:49.000000000 +0100
--------------------------
Patching file liba52/downmix.c using Plan A...
Hunk #1 succeeded at 34.
Hunk #2 succeeded at 149.
Hunk #3 succeeded at 422.
Hunk #4 succeeded at 566.
done
configure: creating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-netbsd7.99.56
checking host system type... x86_64-unknown-netbsd7.99.56
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking if gcc supports -g  -O3 flags... yes
checking if gcc supports -g  -O3 -fomit-frame-pointer flags... yes
checking for ld used by 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 recognise dependant libraries... match_pattern /lib[^/\.]+\.so$
checking command to parse /usr/bin/nm -B output... ok
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 for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... restrict
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... no
checking for gettimeofday... yes
checking for ftime... no
checking return type of signal handlers... void
checking __attribute__ ((aligned ())) support... 64
updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
cd: can't cd to /home/pbulkXXX
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
cd: can't cd to /home/pbulkXXX
config.status: executing default-1 commands
Making all in autotools
gmake[5]: Nothing to be done for 'all'.
Making all in include
Making all in doc
gmake[5]: Nothing to be done for 'all'.
Making all in liba52
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer  -prefer-non-pic -c bitstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -c bitstream.c -o bitstream.o
echo timestamp > bitstream.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer  -prefer-non-pic -c imdct.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -c imdct.c -o imdct.o
echo timestamp > imdct.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer  -prefer-non-pic -c bit_allocate.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -c bit_allocate.c -o bit_allocate.o
echo timestamp > bit_allocate.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer  -prefer-non-pic -c parse.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -c parse.c -o parse.o
In file included from parse.c:33:
./tables.h:54:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
       ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
          ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
             ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                   ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                      ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                         ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:54:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                            ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:61:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:61:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
       ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:61:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
          ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:62:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:62:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
       ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:62:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
          ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:63:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:63:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
       ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:63:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q1,Q1,Q1,Q2,Q2,Q2,
          ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:68:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:68:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
             ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:68:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
                      ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:69:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:69:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
             ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:69:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
                      ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:70:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
    ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:70:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
             ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:70:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q0,Q1,Q2,Q0,Q1,Q2,
                      ^~
./tables.h:49:17: note: expanded from macro 'Q0'
#define Q0 ((-2 << 15) / 3.0)
             ~~ ^
./tables.h:85:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                      ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                         ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                            ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                               ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                  ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                     ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                        ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                           ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                              ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                 ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:56: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:59: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:62: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:71: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                                      ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:74: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                                         ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:85:77: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,Q0,
                                                                            ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:86:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
          ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
             ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                               ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                  ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                     ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                        ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                           ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                              ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                 ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:56: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:59: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                          ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:62: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                             ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                                ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:71: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:74: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:86:77: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,Q1,
                                                                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:94:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:94:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:94:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:94:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:94:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:94:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:94:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:94:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:94:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:94:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                               ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:95:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:95:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:95:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:95:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:95:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:95:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:95:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:95:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:95:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:95:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                               ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:96:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:96:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:96:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:96:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:96:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:96:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:96:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:96:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:96:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:96:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                               ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:97:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:97:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:97:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:97:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:97:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:97:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:97:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:97:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:97:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:97:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                               ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:98:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:98:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
       ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:98:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
          ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:98:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
             ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:98:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:98:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:98:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:98:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                         ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:98:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                            ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:98:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q0,Q0,Q0,Q0,Q1,Q1,Q1,Q1,Q1,Q2,Q2,Q2,Q2,Q2,Q3,Q3,Q3,Q3,Q3,Q4,Q4,Q4,Q4,Q4,
                               ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:103:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:103:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:103:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:103:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:103:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                  ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:103:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                     ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:103:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                 ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:103:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:103:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:103:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:104:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:104:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:104:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:104:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:104:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                  ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:104:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                     ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:104:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                 ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:104:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:104:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:104:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:105:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:105:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:105:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:105:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:105:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                  ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:105:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                     ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:105:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                 ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:105:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:105:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:105:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:106:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:106:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:106:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:106:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:106:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                  ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:106:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                     ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:106:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                 ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:106:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:106:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:106:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:107:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
    ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:107:8: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
       ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:107:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                   ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:107:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                      ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:107:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                  ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:107:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                     ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:107:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                 ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:107:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                    ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:107:65: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                ^~
./tables.h:78:17: note: expanded from macro 'Q0'
#define Q0 ((-4 << 15) / 5.0)
             ~~ ^
./tables.h:107:68: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,Q0,Q1,Q2,Q3,Q4,
                                                                   ^~
./tables.h:79:17: note: expanded from macro 'Q1'
#define Q1 ((-2 << 15) / 5.0)
             ~~ ^
./tables.h:118:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    (-6 << 15)/7.0, (-4 << 15)/7.0, (-2 << 15)/7.0, 0,
     ~~ ^
./tables.h:118:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    (-6 << 15)/7.0, (-4 << 15)/7.0, (-2 << 15)/7.0, 0,
                     ~~ ^
./tables.h:118:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    (-6 << 15)/7.0, (-4 << 15)/7.0, (-2 << 15)/7.0, 0,
                                     ~~ ^
./tables.h:135:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
        ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
            ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                        ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                            ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:33: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                                ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:37: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                                    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                                        ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:135:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0, Q0,
                                            ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:136:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
    ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
            ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                    ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                            ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:33: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                                ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:37: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                                    ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                                        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:136:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1, Q1,
                                            ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:137:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
    ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
        ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                    ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                        ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:33: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                                ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:37: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                                    ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                                        ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:137:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2, Q2,
                                            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:138:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
    ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
        ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
            ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                    ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                        ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                            ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:33: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:37: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                                    ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                                        ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:138:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3, Q3,
                                            ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:139:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
        ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
            ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                        ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:29: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                            ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:33: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                                ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:37: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                                        ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:139:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4, Q4,
                                            ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:150:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:150:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:150:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:150:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:150:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:151:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:151:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:151:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:151:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:151:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:152:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:152:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:152:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:152:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:152:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:153:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:153:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:153:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:153:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:153:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:154:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:154:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:154:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:154:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:154:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:155:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:155:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:155:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:155:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:155:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:156:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:156:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:156:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:156:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:156:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:157:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:157:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:157:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:157:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:157:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:158:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:158:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:158:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:158:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:158:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:159:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:159:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:159:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:159:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:159:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:160:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
    ^~
./tables.h:122:18: note: expanded from macro 'Q0'
#define Q0 ((-10 << 15) / 11.0)
             ~~~ ^
./tables.h:160:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
        ^~
./tables.h:123:17: note: expanded from macro 'Q1'
#define Q1 ((-8 << 15) / 11.0)
             ~~ ^
./tables.h:160:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
            ^~
./tables.h:124:17: note: expanded from macro 'Q2'
#define Q2 ((-6 << 15) / 11.0)
             ~~ ^
./tables.h:160:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                ^~
./tables.h:125:17: note: expanded from macro 'Q3'
#define Q3 ((-4 << 15) / 11.0)
             ~~ ^
./tables.h:160:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA,
                    ^~
./tables.h:126:17: note: expanded from macro 'Q4'
#define Q4 ((-2 << 15) / 11.0)
             ~~ ^
./tables.h:177:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    (-14 << 15)/15.0,(-12 << 15)/15.0,(-10 << 15)/15.0,
     ~~~ ^
./tables.h:177:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    (-14 << 15)/15.0,(-12 << 15)/15.0,(-10 << 15)/15.0,
                      ~~~ ^
./tables.h:177:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    (-14 << 15)/15.0,(-12 << 15)/15.0,(-10 << 15)/15.0,
                                       ~~~ ^
./tables.h:178:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ( -8 << 15)/15.0,( -6 << 15)/15.0,( -4 << 15)/15.0,
      ~~ ^
./tables.h:178:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ( -8 << 15)/15.0,( -6 << 15)/15.0,( -4 << 15)/15.0,
                       ~~ ^
./tables.h:178:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ( -8 << 15)/15.0,( -6 << 15)/15.0,( -4 << 15)/15.0,
                                        ~~ ^
./tables.h:179:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ( -2 << 15)/15.0,   0            ,(  2 << 15)/15.0,
      ~~ ^
297 warnings generated.
echo timestamp > parse.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer  -prefer-non-pic -c downmix.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -c downmix.c -o downmix.o
echo timestamp > downmix.lo
/bin/sh ../libtool --mode=link gcc  -g  -O3 -fomit-frame-pointer  -prefer-non-pic  -o liba52.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm 
mkdir .libs
rm -fr .libs/liba52.la .libs/liba52.* .libs/liba52.*
ar cru .libs/liba52.a  bitstream.o imdct.o bit_allocate.o parse.o downmix.o 
ranlib .libs/liba52.a
creating liba52.la
(cd .libs && rm -f liba52.la && ln -s ../liba52.la liba52.la)
Making all in libao
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c float2s16.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_null.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_float.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_oss.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_solaris.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_al.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_win.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_wav.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_aif.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c audio_out_peak.c
rm -f libao.a
ar cru libao.a audio_out.o float2s16.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o 
ranlib libao.a
Making all in src
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c a52dec.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c gettimeofday.c
/bin/sh ../libtool --mode=link gcc  -g  -O3 -fomit-frame-pointer  -o a52dec  a52dec.o getopt.o gettimeofday.o ../liba52/liba52.la 	       ../libao/libao.a  
mkdir .libs
gcc -g -O3 -fomit-frame-pointer -o a52dec a52dec.o getopt.o gettimeofday.o  ../liba52/.libs/liba52.a -lm ../libao/libao.a
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c extract_a52.c
/bin/sh ../libtool --mode=link gcc  -g  -O3 -fomit-frame-pointer  -o extract_a52  extract_a52.o getopt.o  
gcc -g -O3 -fomit-frame-pointer -o extract_a52 extract_a52.o getopt.o 
Making all in vc++
gmake[5]: Nothing to be done for 'all'.
Making all in test
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -c compare.c
/bin/sh ../libtool --mode=link gcc  -g  -O3 -fomit-frame-pointer  -o compare  compare.o -lm 
mkdir .libs
gcc -g -O3 -fomit-frame-pointer -o compare compare.o  -lm
gmake[5]: Nothing to be done for 'all-am'.
Making install in autotools
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in include
gmake[6]: Nothing to be done for 'install-exec-am'.
/bin/sh ../autotools/mkinstalldirs /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec
mkdir /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include
mkdir /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 a52.h /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/a52.h
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 attributes.h /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/attributes.h
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 audio_out.h /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/audio_out.h
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 mm_accel.h /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/mm_accel.h
Making install in doc
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in liba52
/bin/sh ../autotools/mkinstalldirs /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
mkdir /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
/bin/sh ../libtool  --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c liba52.la /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/liba52.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/liba52.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in libao
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in src
/bin/sh ../autotools/mkinstalldirs /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin
mkdir /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin
 /bin/sh ../libtool  --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  a52dec /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/a52dec
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c a52dec /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/a52dec
 /bin/sh ../libtool  --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  extract_a52 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_a52
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c extract_a52 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_a52
gmake  install-man1
/bin/sh ../autotools/mkinstalldirs /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1
mkdir /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man
mkdir /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 ./a52dec.1 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1/a52dec.1
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 ./extract_a52.1 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1/extract_a52.1
Making install in vc++
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in test
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibFaad2 ./lib/libfaad.a 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: faad2/configure.in
|===================================================================
|--- faad2.orig/configure.in
|+++ faad2/configure.in
--------------------------
Patching file configure.in using Plan A...
Hunk #1 succeeded at 18.
done
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:12: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:12: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:14: installing './compile'
configure.in:14: installing './config.guess'
configure.in:14: installing './config.sub'
configure.in:12: installing './install-sh'
configure.in:12: installing './missing'
Makefile.am: installing './INSTALL'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
common/mp4ff/Makefile.am: installing './depcomp'
frontend/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
frontend/Makefile.am:9: warning: source file '$(top_srcdir)/common/faad/getopt.c' is in a subdirectory,
frontend/Makefile.am:9: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
plugins/mpeg4ip/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Ready to run ./configure
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... (cached) yes
checking whether make supports nested variables... yes
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for fgrep... /data/scratch/multimedia/handbrake/work/.tools/bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /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... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-netbsd7.99.56 file names to x86_64-unknown-netbsd7.99.56 format... func_convert_file_noop
checking how to convert x86_64-unknown-netbsd7.99.56 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
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... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rpmbuild... no
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking mathf.h usability... no
checking mathf.h presence... no
checking for mathf.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for strchr... yes
checking for memcpy... yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sysfs/libsysfs.h usability... no
checking sysfs/libsysfs.h presence... no
checking for sysfs/libsysfs.h... no
checking IOKit/IOKitLib.h usability... no
checking IOKit/IOKitLib.h presence... no
checking for IOKit/IOKitLib.h... no
checking for getpwuid... yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for off_t... yes
checking for lrintf... yes
checking for float32_t temp... no
checking for strsep... yes
checking for mpeg4ip-config... no
configure: no xmms build configured
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libfaad/Makefile
config.status: creating common/Makefile
config.status: creating common/mp4ff/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/xmms/Makefile
config.status: creating plugins/xmms/src/Makefile
config.status: creating plugins/mpeg4ip/Makefile
config.status: creating faad2.spec
config.status: creating frontend/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
gmake  all-recursive
Making all in libfaad
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c -o bits.lo bits.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c -o bits.o
mv -f .deps/bits.Tpo .deps/bits.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT cfft.lo -MD -MP -MF .deps/cfft.Tpo -c -o cfft.lo cfft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT cfft.lo -MD -MP -MF .deps/cfft.Tpo -c cfft.c -o cfft.o
mv -f .deps/cfft.Tpo .deps/cfft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT decoder.lo -MD -MP -MF .deps/decoder.Tpo -c -o decoder.lo decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT decoder.lo -MD -MP -MF .deps/decoder.Tpo -c decoder.c -o decoder.o
mv -f .deps/decoder.Tpo .deps/decoder.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT drc.lo -MD -MP -MF .deps/drc.Tpo -c -o drc.lo drc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT drc.lo -MD -MP -MF .deps/drc.Tpo -c drc.c -o drc.o
mv -f .deps/drc.Tpo .deps/drc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT drm_dec.lo -MD -MP -MF .deps/drm_dec.Tpo -c -o drm_dec.lo drm_dec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT drm_dec.lo -MD -MP -MF .deps/drm_dec.Tpo -c drm_dec.c -o drm_dec.o
mv -f .deps/drm_dec.Tpo .deps/drm_dec.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c -o filtbank.lo filtbank.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c filtbank.c -o filtbank.o
mv -f .deps/filtbank.Tpo .deps/filtbank.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ic_predict.lo -MD -MP -MF .deps/ic_predict.Tpo -c -o ic_predict.lo ic_predict.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ic_predict.lo -MD -MP -MF .deps/ic_predict.Tpo -c ic_predict.c -o ic_predict.o
mv -f .deps/ic_predict.Tpo .deps/ic_predict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT is.lo -MD -MP -MF .deps/is.Tpo -c -o is.lo is.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT is.lo -MD -MP -MF .deps/is.Tpo -c is.c -o is.o
mv -f .deps/is.Tpo .deps/is.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT lt_predict.lo -MD -MP -MF .deps/lt_predict.Tpo -c -o lt_predict.lo lt_predict.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT lt_predict.lo -MD -MP -MF .deps/lt_predict.Tpo -c lt_predict.c -o lt_predict.o
mv -f .deps/lt_predict.Tpo .deps/lt_predict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o
mv -f .deps/mdct.Tpo .deps/mdct.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT mp4.lo -MD -MP -MF .deps/mp4.Tpo -c -o mp4.lo mp4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT mp4.lo -MD -MP -MF .deps/mp4.Tpo -c mp4.c -o mp4.o
mv -f .deps/mp4.Tpo .deps/mp4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ms.lo -MD -MP -MF .deps/ms.Tpo -c -o ms.lo ms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ms.lo -MD -MP -MF .deps/ms.Tpo -c ms.c -o ms.o
mv -f .deps/ms.Tpo .deps/ms.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c -o output.lo output.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -o output.o
mv -f .deps/output.Tpo .deps/output.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT pns.lo -MD -MP -MF .deps/pns.Tpo -c -o pns.lo pns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT pns.lo -MD -MP -MF .deps/pns.Tpo -c pns.c -o pns.o
mv -f .deps/pns.Tpo .deps/pns.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ps_dec.lo -MD -MP -MF .deps/ps_dec.Tpo -c -o ps_dec.lo ps_dec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ps_dec.lo -MD -MP -MF .deps/ps_dec.Tpo -c ps_dec.c -o ps_dec.o
mv -f .deps/ps_dec.Tpo .deps/ps_dec.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ps_syntax.lo -MD -MP -MF .deps/ps_syntax.Tpo -c -o ps_syntax.lo ps_syntax.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ps_syntax.lo -MD -MP -MF .deps/ps_syntax.Tpo -c ps_syntax.c -o ps_syntax.o
mv -f .deps/ps_syntax.Tpo .deps/ps_syntax.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT pulse.lo -MD -MP -MF .deps/pulse.Tpo -c -o pulse.lo pulse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT pulse.lo -MD -MP -MF .deps/pulse.Tpo -c pulse.c -o pulse.o
mv -f .deps/pulse.Tpo .deps/pulse.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT specrec.lo -MD -MP -MF .deps/specrec.Tpo -c -o specrec.lo specrec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT specrec.lo -MD -MP -MF .deps/specrec.Tpo -c specrec.c -o specrec.o
specrec.c:429:1: warning: '/*' within block comment [-Wcomment]
/* output = sign(input)*abs(input)^(4/3) */
^
1 warning generated.
mv -f .deps/specrec.Tpo .deps/specrec.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT syntax.lo -MD -MP -MF .deps/syntax.Tpo -c -o syntax.lo syntax.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT syntax.lo -MD -MP -MF .deps/syntax.Tpo -c syntax.c -o syntax.o
syntax.c:1728:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
            while ((sect_len_incr == sect_esc_val) /* &&
                    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
syntax.c:1728:35: note: remove extraneous parentheses around the comparison to silence this warning
            while ((sect_len_incr == sect_esc_val) /* &&
                   ~              ^              ~
syntax.c:1728:35: note: use '=' to turn this equality comparison into an assignment
            while ((sect_len_incr == sect_esc_val) /* &&
                                  ^~
                                  =
1 warning generated.
mv -f .deps/syntax.Tpo .deps/syntax.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c -o tns.lo tns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c tns.c -o tns.o
mv -f .deps/tns.Tpo .deps/tns.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT hcr.lo -MD -MP -MF .deps/hcr.Tpo -c -o hcr.lo hcr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT hcr.lo -MD -MP -MF .deps/hcr.Tpo -c hcr.c -o hcr.o
mv -f .deps/hcr.Tpo .deps/hcr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c -o huffman.lo huffman.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c huffman.c -o huffman.o
huffman.c:314:38: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 44320 to -21216 [-Wconstant-conversion]
    else        return (int16_t)data & 0xFFFF;
                ~~~~~~ ~~~~~~~~~~~~~~^~~~~~~~
1 warning generated.
mv -f .deps/huffman.Tpo .deps/huffman.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT rvlc.lo -MD -MP -MF .deps/rvlc.Tpo -c -o rvlc.lo rvlc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT rvlc.lo -MD -MP -MF .deps/rvlc.Tpo -c rvlc.c -o rvlc.o
mv -f .deps/rvlc.Tpo .deps/rvlc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ssr.lo -MD -MP -MF .deps/ssr.Tpo -c -o ssr.lo ssr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ssr.lo -MD -MP -MF .deps/ssr.Tpo -c ssr.c -o ssr.o
mv -f .deps/ssr.Tpo .deps/ssr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ssr_fb.lo -MD -MP -MF .deps/ssr_fb.Tpo -c -o ssr_fb.lo ssr_fb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ssr_fb.lo -MD -MP -MF .deps/ssr_fb.Tpo -c ssr_fb.c -o ssr_fb.o
mv -f .deps/ssr_fb.Tpo .deps/ssr_fb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT ssr_ipqf.lo -MD -MP -MF .deps/ssr_ipqf.Tpo -c -o ssr_ipqf.lo ssr_ipqf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ssr_ipqf.lo -MD -MP -MF .deps/ssr_ipqf.Tpo -c ssr_ipqf.c -o ssr_ipqf.o
mv -f .deps/ssr_ipqf.Tpo .deps/ssr_ipqf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o
mv -f .deps/common.Tpo .deps/common.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_dct.lo -MD -MP -MF .deps/sbr_dct.Tpo -c -o sbr_dct.lo sbr_dct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_dct.lo -MD -MP -MF .deps/sbr_dct.Tpo -c sbr_dct.c -o sbr_dct.o
mv -f .deps/sbr_dct.Tpo .deps/sbr_dct.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_e_nf.lo -MD -MP -MF .deps/sbr_e_nf.Tpo -c -o sbr_e_nf.lo sbr_e_nf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_e_nf.lo -MD -MP -MF .deps/sbr_e_nf.Tpo -c sbr_e_nf.c -o sbr_e_nf.o
mv -f .deps/sbr_e_nf.Tpo .deps/sbr_e_nf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_fbt.lo -MD -MP -MF .deps/sbr_fbt.Tpo -c -o sbr_fbt.lo sbr_fbt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_fbt.lo -MD -MP -MF .deps/sbr_fbt.Tpo -c sbr_fbt.c -o sbr_fbt.o
mv -f .deps/sbr_fbt.Tpo .deps/sbr_fbt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_hfadj.lo -MD -MP -MF .deps/sbr_hfadj.Tpo -c -o sbr_hfadj.lo sbr_hfadj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_hfadj.lo -MD -MP -MF .deps/sbr_hfadj.Tpo -c sbr_hfadj.c -o sbr_hfadj.o
mv -f .deps/sbr_hfadj.Tpo .deps/sbr_hfadj.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_hfgen.lo -MD -MP -MF .deps/sbr_hfgen.Tpo -c -o sbr_hfgen.lo sbr_hfgen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_hfgen.lo -MD -MP -MF .deps/sbr_hfgen.Tpo -c sbr_hfgen.c -o sbr_hfgen.o
mv -f .deps/sbr_hfgen.Tpo .deps/sbr_hfgen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_huff.lo -MD -MP -MF .deps/sbr_huff.Tpo -c -o sbr_huff.lo sbr_huff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_huff.lo -MD -MP -MF .deps/sbr_huff.Tpo -c sbr_huff.c -o sbr_huff.o
mv -f .deps/sbr_huff.Tpo .deps/sbr_huff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_qmf.lo -MD -MP -MF .deps/sbr_qmf.Tpo -c -o sbr_qmf.lo sbr_qmf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_qmf.lo -MD -MP -MF .deps/sbr_qmf.Tpo -c sbr_qmf.c -o sbr_qmf.o
mv -f .deps/sbr_qmf.Tpo .deps/sbr_qmf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_syntax.lo -MD -MP -MF .deps/sbr_syntax.Tpo -c -o sbr_syntax.lo sbr_syntax.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_syntax.lo -MD -MP -MF .deps/sbr_syntax.Tpo -c sbr_syntax.c -o sbr_syntax.o
mv -f .deps/sbr_syntax.Tpo .deps/sbr_syntax.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_tf_grid.lo -MD -MP -MF .deps/sbr_tf_grid.Tpo -c -o sbr_tf_grid.lo sbr_tf_grid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_tf_grid.lo -MD -MP -MF .deps/sbr_tf_grid.Tpo -c sbr_tf_grid.c -o sbr_tf_grid.o
mv -f .deps/sbr_tf_grid.Tpo .deps/sbr_tf_grid.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT sbr_dec.lo -MD -MP -MF .deps/sbr_dec.Tpo -c -o sbr_dec.lo sbr_dec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sbr_dec.lo -MD -MP -MF .deps/sbr_dec.Tpo -c sbr_dec.c -o sbr_dec.o
mv -f .deps/sbr_dec.Tpo .deps/sbr_dec.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -lm  -o libfaad.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib bits.lo cfft.lo decoder.lo drc.lo drm_dec.lo error.lo filtbank.lo ic_predict.lo is.lo lt_predict.lo mdct.lo mp4.lo ms.lo output.lo pns.lo ps_dec.lo ps_syntax.lo pulse.lo specrec.lo syntax.lo tns.lo hcr.lo huffman.lo rvlc.lo ssr.lo ssr_fb.lo ssr_ipqf.lo common.lo sbr_dct.lo sbr_e_nf.lo sbr_fbt.lo sbr_hfadj.lo sbr_hfgen.lo sbr_huff.lo sbr_qmf.lo sbr_syntax.lo sbr_tf_grid.lo sbr_dec.lo  
libtool: link: ar cru .libs/libfaad.a  bits.o cfft.o decoder.o drc.o drm_dec.o error.o filtbank.o ic_predict.o is.o lt_predict.o mdct.o mp4.o ms.o output.o pns.o ps_dec.o ps_syntax.o pulse.o specrec.o syntax.o tns.o hcr.o huffman.o rvlc.o ssr.o ssr_fb.o ssr_ipqf.o common.o sbr_dct.o sbr_e_nf.o sbr_fbt.o sbr_hfadj.o sbr_hfgen.o sbr_huff.o sbr_qmf.o sbr_syntax.o sbr_tf_grid.o sbr_dec.o
libtool: link: ranlib .libs/libfaad.a
libtool: link: ( cd ".libs" && rm -f "libfaad.la" && ln -s "../libfaad.la" "libfaad.la" )
Making all in common
Making all in mp4ff
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4ff.lo -MD -MP -MF .deps/libmp4ff_la-mp4ff.Tpo -c -o libmp4ff_la-mp4ff.lo `test -f 'mp4ff.c' || echo './'`mp4ff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4ff.lo -MD -MP -MF .deps/libmp4ff_la-mp4ff.Tpo -c mp4ff.c -o libmp4ff_la-mp4ff.o
mp4ff.c:434:33: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    result = mp4ff_read_data(f, *audio_buffer, *bytes);
                                ^~~~~~~~~~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4ff.c:460:29: warning: passing 'unsigned char *' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
        result = mp4ff_read_data(f,buffer,size);
                                   ^~~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
2 warnings generated.
mv -f .deps/libmp4ff_la-mp4ff.Tpo .deps/libmp4ff_la-mp4ff.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4atom.lo -MD -MP -MF .deps/libmp4ff_la-mp4atom.Tpo -c -o libmp4ff_la-mp4atom.lo `test -f 'mp4atom.c' || echo './'`mp4atom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4atom.lo -MD -MP -MF .deps/libmp4ff_la-mp4atom.Tpo -c mp4atom.c -o libmp4ff_la-mp4atom.o
mp4atom.c:137:21: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
    } else if (a == '<A9>') {
                    ^
mp4atom.c:138:41: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        if (mp4ff_atom_compare(a,b,c,d, '<A9>','n','a','m'))
                                        ^
mp4atom.c:140:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','A','R','T'))
                                             ^
mp4atom.c:142:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','w','r','t'))
                                             ^
mp4atom.c:144:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','a','l','b'))
                                             ^
mp4atom.c:146:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','d','a','y'))
                                             ^
mp4atom.c:148:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','t','o','o'))
                                             ^
mp4atom.c:150:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','c','m','t'))
                                             ^
mp4atom.c:152:46: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
        else if (mp4ff_atom_compare(a,b,c,d, '<A9>','g','e','n'))
                                             ^
mp4atom.c:305:28: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
        mp4ff_read_data(f, f->track[f->total_tracks - 1]->decoderConfig, f->track[f->total_tracks - 1]->decoderConfigLen);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
10 warnings generated.
mv -f .deps/libmp4ff_la-mp4atom.Tpo .deps/libmp4ff_la-mp4atom.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4meta.lo -MD -MP -MF .deps/libmp4ff_la-mp4meta.Tpo -c -o libmp4ff_la-mp4meta.lo `test -f 'mp4meta.c' || echo './'`mp4meta.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4meta.lo -MD -MP -MF .deps/libmp4ff_la-mp4meta.Tpo -c mp4meta.c -o libmp4ff_la-mp4meta.o
mv -f .deps/libmp4ff_la-mp4meta.Tpo .deps/libmp4ff_la-mp4meta.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4sample.lo -MD -MP -MF .deps/libmp4ff_la-mp4sample.Tpo -c -o libmp4ff_la-mp4sample.lo `test -f 'mp4sample.c' || echo './'`mp4sample.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4sample.lo -MD -MP -MF .deps/libmp4ff_la-mp4sample.Tpo -c mp4sample.c -o libmp4ff_la-mp4sample.o
mv -f .deps/libmp4ff_la-mp4sample.Tpo .deps/libmp4ff_la-mp4sample.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4util.lo -MD -MP -MF .deps/libmp4ff_la-mp4util.Tpo -c -o libmp4ff_la-mp4util.lo `test -f 'mp4util.c' || echo './'`mp4util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4util.lo -MD -MP -MF .deps/libmp4ff_la-mp4util.Tpo -c mp4util.c -o libmp4ff_la-mp4util.o
mp4util.c:75:31: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    return mp4ff_write_data(f,(uint8_t*)&result,sizeof(result));
                              ^~~~~~~~~~~~~~~~~
mp4util.c:50:46: note: passing argument to parameter 'data' here
int32_t mp4ff_write_data(mp4ff_t *f, int8_t *data, uint32_t size)
                                             ^
mp4util.c:97:24: warning: passing '__uint8_t [8]' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    mp4ff_read_data(f, data, 8);
                       ^~~~
mp4util.c:34:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size)
                                            ^
mp4util.c:157:35: warning: passing 'char *' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                if ((uint32_t)mp4ff_read_data(f,str,length)!=length)
                                                ^~~
mp4util.c:34:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size)
                                            ^
mp4util.c:173:24: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    mp4ff_read_data(f, &output, 1);
                       ^~~~~~~
mp4util.c:34:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size)
                                            ^
4 warnings generated.
mv -f .deps/libmp4ff_la-mp4util.Tpo .deps/libmp4ff_la-mp4util.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4tagupdate.lo -MD -MP -MF .deps/libmp4ff_la-mp4tagupdate.Tpo -c -o libmp4ff_la-mp4tagupdate.lo `test -f 'mp4tagupdate.c' || echo './'`mp4tagupdate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-mp4tagupdate.lo -MD -MP -MF .deps/libmp4ff_la-mp4tagupdate.Tpo -c mp4tagupdate.c -o libmp4ff_la-mp4tagupdate.o
mp4tagupdate.c:146:36: warning: passing 'char *' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
        if ((unsigned)mp4ff_read_data(src,(char*)bufptr + oldsize,bytes)!=bytes)
                                          ^~~~~~~~~~~~~~~~~~~~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:215:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>nam","title"},
          ^~~~
mp4tagupdate.c:216:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>ART","artist"},
          ^~~~
mp4tagupdate.c:217:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>wrt","writer"},
          ^~~~
mp4tagupdate.c:218:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>alb","album"},
          ^~~~
mp4tagupdate.c:219:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>day","date"},
          ^~~~
mp4tagupdate.c:220:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>too","tool"},
          ^~~~
mp4tagupdate.c:221:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        {"<A9>cmt","comment"},
          ^~~~
mp4tagupdate.c:357:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                                membuffer_write_std_tag(buf,"<A9>gen",genre_ptr);
                                                             ^~~~
mp4tagupdate.c:409:21: warning: passing 'char [4]' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,atom_name,4);
                                  ^~~~~~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:576:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,(uint32_t)(udta_offset - total_base )); p_out += (uint32_t)(udta_offset - total_base );
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:578:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,4); p_out += 4;
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:579:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,(uint32_t)(meta_offset - udta_offset - 8)); p_out += (uint32_t)(meta_offset - udta_offset - 8);
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:581:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,4); p_out += 4;
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:582:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,(uint32_t)(ilst_offset - meta_offset - 8)); p_out += (uint32_t)(ilst_offset - meta_offset - 8);
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:584:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,4); p_out += 4;
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:590:21: warning: passing '__uint8_t *' (aka 'unsigned char *') to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_read_data(f,p_out,(uint32_t)(total_size - (ilst_offset - total_base) - ilst_size));
                                  ^~~~~
./mp4ffint.h:278:45: note: passing argument to parameter 'data' here
int32_t mp4ff_read_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                            ^
mp4tagupdate.c:625:30: warning: passing 'char *' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
        mp4ff_write_data(ff, free_data, 4);
                             ^~~~~~~~~
./mp4ffint.h:279:46: note: passing argument to parameter 'data' here
int32_t mp4ff_write_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                             ^
mp4tagupdate.c:629:23: warning: passing 'char [5]' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_write_data(ff,"moov",4);
                                    ^~~~~~
./mp4ffint.h:279:46: note: passing argument to parameter 'data' here
int32_t mp4ff_write_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                             ^
mp4tagupdate.c:636:23: warning: passing 'char [5]' to parameter of type '__int8_t *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                mp4ff_write_data(ff,"moov",4);
                                    ^~~~~~
./mp4ffint.h:279:46: note: passing argument to parameter 'data' here
int32_t mp4ff_write_data(mp4ff_t *f, int8_t *data, uint32_t size);
                                             ^
20 warnings generated.
mv -f .deps/libmp4ff_la-mp4tagupdate.Tpo .deps/libmp4ff_la-mp4tagupdate.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-drms.lo -MD -MP -MF .deps/libmp4ff_la-drms.Tpo -c -o libmp4ff_la-drms.lo `test -f 'drms.c' || echo './'`drms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TAGGING=1 -g -O2 -MT libmp4ff_la-drms.lo -MD -MP -MF .deps/libmp4ff_la-drms.Tpo -c drms.c -o libmp4ff_la-drms.o
mv -f .deps/libmp4ff_la-drms.Tpo .deps/libmp4ff_la-drms.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -DUSE_TAGGING=1 -g -O2   -o libmp4ff.la  libmp4ff_la-mp4ff.lo libmp4ff_la-mp4atom.lo libmp4ff_la-mp4meta.lo libmp4ff_la-mp4sample.lo libmp4ff_la-mp4util.lo libmp4ff_la-mp4tagupdate.lo libmp4ff_la-drms.lo  
libtool: link: ar cru .libs/libmp4ff.a  libmp4ff_la-mp4ff.o libmp4ff_la-mp4atom.o libmp4ff_la-mp4meta.o libmp4ff_la-mp4sample.o libmp4ff_la-mp4util.o libmp4ff_la-mp4tagupdate.o libmp4ff_la-drms.o
libtool: link: ranlib .libs/libmp4ff.a
libtool: link: ( cd ".libs" && rm -f "libmp4ff.la" && ln -s "../libmp4ff.la" "libmp4ff.la" )
gmake[7]: Nothing to be done for 'all-am'.
Making all in frontend
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/faad -I../common/mp4ff    -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c:93:13: warning: implicitly declaring library function 'memmove' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
            memmove((void*)b->buffer, (void*)(b->buffer + b->bytes_consumed),
            ^
main.c:93:13: note: include the header <string.h> or explicitly provide a declaration for 'memmove'
main.c:112:17: warning: implicitly declaring library function 'memcmp' with type 'int (const void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
            if (memcmp(b->buffer, "TAG", 3) == 0)
                ^
main.c:112:17: note: include the header <string.h> or explicitly provide a declaration for 'memcmp'
main.c:312:5: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' [-Wimplicit-function-declaration]
    memset(data, 0, *dataSize * sizeof(unsigned char));
    ^
main.c:312:5: note: include the header <string.h> or explicitly provide a declaration for 'memset'
main.c:684:52: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
        mp4ff_get_decoder_config(infile, i, &buff, &buff_size);
                                                   ^~~~~~~~~~
../common/mp4ff/mp4ff.h:75:67: note: passing argument to parameter 'pBufSize' here
                             unsigned char** ppBuf, unsigned int* pBufSize);
                                                                  ^
main.c:794:54: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
    mp4ff_get_decoder_config(infile, track, &buffer, &buffer_size);
                                                     ^~~~~~~~~~~~
../common/mp4ff/mp4ff.h:75:67: note: passing argument to parameter 'pBufSize' here
                             unsigned char** ppBuf, unsigned int* pBufSize);
                                                                  ^
main.c:884:67: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
        rc = mp4ff_read_sample(infile, track, sampleId, &buffer,  &buffer_size);
                                                                  ^~~~~~~~~~~~
../common/mp4ff/mp4ff.h:67:72: note: passing argument to parameter 'bytes' here
                          unsigned char **audio_buffer,  unsigned int *bytes);
                                                                       ^
main.c:1074:17: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
                strcpy(audioFileName, optarg);
                ^
main.c:1074:17: note: include the header <string.h> or explicitly provide a declaration for 'strcpy'
main.c:1214:23: warning: implicitly declaring library function 'strrchr' with type 'char *(const char *, int)' [-Wimplicit-function-declaration]
        fnp = (char *)strrchr(audioFileName,'.');
                      ^
main.c:1214:23: note: include the header <string.h> or explicitly provide a declaration for 'strrchr'
main.c:1219:9: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
        strcat(audioFileName, file_ext[format]);
        ^
main.c:1219:9: note: include the header <string.h> or explicitly provide a declaration for 'strcat'
9 warnings generated.
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/faad -I../common/mp4ff    -g -O2 -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.c
mv -f .deps/audio.Tpo .deps/audio.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/faad -I../common/mp4ff    -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o `test -f '../common/faad/getopt.c' || echo './'`../common/faad/getopt.c
../common/faad/getopt.c:175:13: warning: incompatible redeclaration of library function 'strncmp' [-Wincompatible-library-redeclaration]
extern int  strncmp(const char *s1, const char *s2, unsigned int n);
            ^
../common/faad/getopt.c:175:13: note: 'strncmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
mv -f .deps/getopt.Tpo .deps/getopt.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o faad main.o audio.o getopt.o ../libfaad/libfaad.la ../common/mp4ff/libmp4ff.la 
libtool: link: gcc -g -O2 -o faad main.o audio.o getopt.o  ../libfaad/.libs/libfaad.a -lm ../common/mp4ff/.libs/libmp4ff.a
Making all in plugins
gmake[7]: Nothing to be done for 'all-am'.
Making install in libfaad
 .././install-sh -c -d '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
 /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c   libfaad.la '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
libtool: install: /data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaad.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.la
libtool: install: /data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaad.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a
libtool: install: chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a
libtool: install: ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a
 .././install-sh -c -d '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 ../include/faad.h ../include/neaacdec.h '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
Making install in common
Making install in mp4ff
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in frontend
 .././install-sh -c -d '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
  /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c faad '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
libtool: install: /data/scratch/multimedia/handbrake/work/.tools/bin/install -c faad /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/faad
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in plugins
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibAvCodec ./lib/libavcodec.a 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavformat/tcp.c
|===================================================================
|--- libavformat/tcp.c	(revision 9814)
|+++ libavformat/tcp.c	(working copy)
--------------------------
Patching file libavformat/tcp.c using Plan A...
Hunk #1 succeeded at 87 with fuzz 2 (offset -1 lines).
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/Makefile
|===================================================================
|--- libavcodec/Makefile	(revision 14016)
|+++ libavcodec/Makefile	(working copy)
--------------------------
Patching file libavcodec/Makefile using Plan A...
Hunk #1 succeeded at 330 (offset 8 lines).
Hunk #2 succeeded at 341 (offset 8 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/latmaac.c
|===================================================================
|--- libavcodec/latmaac.c	(revision 0)
|+++ libavcodec/latmaac.c	(revision 0)
--------------------------
(Creating file libavcodec/latmaac.c...)
Patching file libavcodec/latmaac.c using Plan A...
Empty context always matches.
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/latm_parser.c
|===================================================================
|--- libavcodec/latm_parser.c	(revision 0)
|+++ libavcodec/latm_parser.c	(revision 0)
--------------------------
(Creating file libavcodec/latm_parser.c...)
Patching file libavcodec/latm_parser.c using Plan A...
Empty context always matches.
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/allcodecs.c
|===================================================================
|--- libavcodec/allcodecs.c	(revision 14016)
|+++ libavcodec/allcodecs.c	(working copy)
--------------------------
Patching file libavcodec/allcodecs.c using Plan A...
Hunk #1 succeeded at 290 (offset 10 lines).
Hunk #2 succeeded at 292 (offset -3 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/avcodec.h
|===================================================================
|--- libavcodec/avcodec.h	(revision 14016)
|+++ libavcodec/avcodec.h	(working copy)
--------------------------
Patching file libavcodec/avcodec.h using Plan A...
Hunk #1 succeeded at 265 (offset 6 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavformat/mpegts.c
|===================================================================
|--- libavformat/mpegts.c	(revision 14016)
|+++ libavformat/mpegts.c	(working copy)
--------------------------
Patching file libavformat/mpegts.c using Plan A...
Hunk #1 succeeded at 625 with fuzz 2 (offset 14 lines).
Hunk #2 succeeded at 834 (offset 1 line).
Hunk #3 succeeded at 967 (offset 18 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavformat/mpegts.h
|===================================================================
|--- libavformat/mpegts.h	(revision 14016)
|+++ libavformat/mpegts.h	(working copy)
--------------------------
Patching file libavformat/mpegts.h using Plan A...
Hunk #1 succeeded at 50 with fuzz 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavformat/mpeg.c
|===================================================================
|--- libavformat/mpeg.c	(revision 14016)
|+++ libavformat/mpeg.c	(working copy)
--------------------------
Patching file libavformat/mpeg.c using Plan A...
Hunk #1 succeeded at 281.
Hunk #2 succeeded at 439.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavformat/mpeg.h
|===================================================================
|--- libavformat/mpeg.h	(revision 14016)
|+++ libavformat/mpeg.h	(working copy)
--------------------------
Patching file libavformat/mpeg.h using Plan A...
Hunk #1 succeeded at 53.
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/h264.c
|===================================================================
|--- libavcodec/h264.c	(revision 14820)
|+++ libavcodec/h264.c	(working copy)
--------------------------
Patching file libavcodec/h264.c using Plan A...
Hunk #1 succeeded at 3377 (offset 22 lines).
Hunk #2 succeeded at 7570 (offset 13 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: libavcodec/mpegvideo.c
|===================================================================
|--- libavcodec/mpegvideo.c	(revision 14820)
|+++ libavcodec/mpegvideo.c	(working copy)
--------------------------
Patching file libavcodec/mpegvideo.c using Plan A...
Hunk #1 succeeded at 779.
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ffmpeg-nodocs.patch,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $
|
|--- configure.orig	2009-01-20 20:56:24.000000000 -0500
|+++ configure	2008-09-28 19:29:23.000000000 -0400
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 1784.
done
imlib2-config: not found
sdl-config: not found
install prefix            /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib
source path               /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg
C compiler                gcc
.align is power-of-two    no
ARCH                      x86_64 (generic)
big-endian                no
yasm                      yes
MMX enabled               yes
CMOV enabled              no
CMOV is fast              no
EBX available             yes
EBP available             yes
gprof enabled             no
debug symbols             yes
strip symbols             yes
optimizations             yes
static                    yes
shared                    no
postprocessing support    no
software scaler enabled   yes
new filter support        no
filters using lavformat   no
video hooking             yes
Imlib2 support            no
FreeType support          yes
network support           yes
IPv6 support              no
threading support         pthreads
SDL support               no
Sun medialib support      no
AVISynth enabled          no
liba52 support            no
liba52 dlopened           no
libamr-nb support         no
libamr-wb support         no
libdc1394 support         no
libdirac enabled          no
libfaac enabled           no
libfaad enabled           yes
libfaad dlopened          no
libgsm enabled            no
libmp3lame enabled        no
libnut enabled            no
libschroedinger enabled   no
libtheora enabled         no
libvorbis enabled         no
libx264 enabled           no
libxvid enabled           no
zlib enabled              yes
bzlib enabled             yes

Enabled decoders:
aac			flic			pcm_u24be
aasc			flv			pcm_u24le
ac3			fourxm			pcm_u32be
adpcm_4xm		fraps			pcm_u32le
adpcm_adx		gif			pcm_u8
adpcm_ct		h261			pcm_zork
adpcm_ea		h263			pcx
adpcm_ea_maxis_xa	h263i			png
adpcm_ea_r1		h264			ptx
adpcm_ea_r2		huffyuv			qdm2
adpcm_ea_r3		idcin			qdraw
adpcm_ea_xas		imc			qpeg
adpcm_g726		indeo2			qtrle
adpcm_ima_amv		indeo3			ra_144
adpcm_ima_dk3		interplay_dpcm		ra_288
adpcm_ima_dk4		interplay_video		rawvideo
adpcm_ima_ea_eacs	jpegls			rl2
adpcm_ima_ea_sead	kmvc			roq
adpcm_ima_qt		libfaad			roq_dpcm
adpcm_ima_smjpeg	libfaad2		rpza
adpcm_ima_wav		loco			rv10
adpcm_ima_ws		mace3			rv20
adpcm_ms		mace6			sgi
adpcm_sbpro_2		mdec			shorten
adpcm_sbpro_3		mimic			smackaud
adpcm_sbpro_4		mjpeg			smacker
adpcm_swf		mjpegb			smc
adpcm_thp		mlp			snow
adpcm_xa		mmvideo			sol_dpcm
adpcm_yamaha		motionpixels		sonic
alac			mp2			sp5x
amv			mp3			sunrast
ape			mp3adu			svq1
asv1			mp3on4			svq3
asv2			mpc7			targa
atrac3			mpc8			theora
avs			mpeg1video		thp
bethsoftvid		mpeg2video		tiertexseqvideo
bfi			mpeg4			tiff
bmp			mpegvideo		truemotion1
c93			msmpeg4v1		truemotion2
cavs			msmpeg4v2		truespeech
cinepak			msmpeg4v3		tscc
cljr			msrle			tta
cook			msvideo1		txd
cscd			mszh			ulti
cyuv			nellymoser		vb
dca			nuv			vc1
dnxhd			pcm_alaw		vcr1
dsicinaudio		pcm_dvd			vmdaudio
dsicinvideo		pcm_f32be		vmdvideo
dvbsub			pcm_f32le		vmnc
dvdsub			pcm_f64be		vorbis
dvvideo			pcm_f64le		vp3
dxa			pcm_mulaw		vp5
eac3			pcm_s16be		vp6
eacmv			pcm_s16le		vp6a
eatgv			pcm_s16le_planar	vp6f
eightbps		pcm_s24be		vqa
eightsvx_exp		pcm_s24daud		wavpack
eightsvx_fib		pcm_s24le		wmav1
escape124		pcm_s32be		wmav2
ffv1			pcm_s32le		wmv1
ffvhuff			pcm_s8			wmv2
flac			pcm_u16be		wmv3
flashsv			pcm_u16le		wnv1
ws_snd1			xl			zmbv
xan_dpcm		xsub
xan_wc3			zlib

Enabled encoders:
ac3			mpeg4			snow

Enabled parsers:
aac			dvdsub			mpegaudio
aac_latm		h261			mpegvideo
ac3			h263			pnm
cavsvideo		h264			vc1
dca			mjpeg			vp3
dirac			mlp
dvbsub			mpeg4video

Enabled demuxers:
aac			ipmovie			pcm_u16be
ac3			lmlm4			pcm_u16le
aiff			m4v			pcm_u24be
amr			matroska		pcm_u24le
apc			mjpeg			pcm_u32be
ape			mlp			pcm_u32le
asf			mm			pcm_u8
ass			mmf			pva
au			mov			rawvideo
avi			mp3			redir
avs			mpc			rl2
bethsoftvid		mpc8			rm
bfi			mpegps			roq
c93			mpegts			rpl
daud			mpegtsraw		rtsp
dirac			mpegvideo		sdp
dsicin			msnwc_tcp		segafilm
dts			mtv			shorten
dv			mvi			siff
dxa			mxf			smacker
ea			nsv			sol
ea_cdata		nut			str
eac3			nuv			swf
ffm			ogg			thp
flac			oma			tiertexseq
flic			pcm_alaw		tta
flv			pcm_f32be		txd
fourxm			pcm_f32le		vc1
gsm			pcm_f64be		vc1t
gxf			pcm_f64le		vmd
h261			pcm_mulaw		voc
h263			pcm_s16be		wav
h264			pcm_s16le		wc3
idcin			pcm_s24be		wsaud
iff			pcm_s24le		wsvqa
image2			pcm_s32be		wv
image2pipe		pcm_s32le		xa
ingenient		pcm_s8			yuv4mpegpipe

Enabled muxers:
ipod

Enabled protocols:
file			pipe			tcp
http			rtp			udp

Enabled filters:
crop

Enabled bsfs:

Enabled indevs:

Enabled outdevs:

License: GPL
Creating config.mak and config.h...
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros `freetype-config --cflags` -MM -MG vhook/drawtext.c | sed -e "/^#.*/d" -e "1s,^,vhook/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > vhook/drawtext.d
In file included from vhook/drawtext.c:48:
./libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros `freetype-config --cflags` -MM -MG vhook/ppm.c | sed -e "/^#.*/d" -e "1s,^,vhook/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > vhook/ppm.d
In file included from vhook/ppm.c:29:
./libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros `freetype-config --cflags` -MM -MG vhook/watermark.c | sed -e "/^#.*/d" -e "1s,^,vhook/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > vhook/watermark.d
In file included from vhook/watermark.c:63:
./libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros `freetype-config --cflags` -MM -MG vhook/null.c | sed -e "/^#.*/d" -e "1s,^,vhook/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > vhook/null.d
In file included from vhook/null.c:23:
./libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros `freetype-config --cflags` -MM -MG vhook/fish.c | sed -e "/^#.*/d" -e "1s,^,vhook/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > vhook/fish.d
In file included from vhook/fish.c:48:
./libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/utils.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/utils.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/tree.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/tree.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/string.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/string.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/sha1.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/sha1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/rc4.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/rc4.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/rational.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/rational.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/random.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/random.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/mem.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/mem.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/md5.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/md5.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/mathematics.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/mathematics.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/lzo.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/lzo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/log.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/log.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/lls.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/lls.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/lfg.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/lfg.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/intfloat_readwrite.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/intfloat_readwrite.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/fifo.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/fifo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/des.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/des.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/crc.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/crc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/base64.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/base64.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/aes.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/aes.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavutil/adler32.c | sed -e "/^#.*/d" -e "1s,^,libavutil/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavutil/adler32.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/vc1dsp_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/vc1dsp_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/vp3dsp_sse2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/vp3dsp_sse2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/vp3dsp_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/vp3dsp_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/snowdsp_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/snowdsp_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/cavsdsp_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/cavsdsp_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/dsputilenc_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/dsputilenc_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/idct_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/idct_mmx.d
In file included from libavcodec/i386/idct_mmx.c:25:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
1 warning generated.
yasm -f elf -DARCH_X86_64 -m amd64 -g dwarf2 -I libavcodec/i386/ -M -o libavcodec/i386/dsputil_yasm.o libavcodec/i386/dsputil_yasm.asm > libavcodec/i386/dsputil_yasm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/fft_3dn2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/fft_3dn2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/fft_3dn.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/fft_3dn.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/fft_sse.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/fft_sse.d
yasm -f elf -DARCH_X86_64 -m amd64 -g dwarf2 -I libavcodec/i386/ -M -o libavcodec/i386/fft_mmx.o libavcodec/i386/fft_mmx.asm > libavcodec/i386/fft_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/pthread.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/pthread.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp3_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp3_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vc1_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vc1_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/pnm.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/pnm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/pnm_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/pnm_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/error_resilience.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/error_resilience.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpeg12data.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpeg12data.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpeg12.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpeg12.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegvideo_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegvideo_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegaudiodata.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegaudiodata.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegaudiodecheader.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegaudiodecheader.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegaudio_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegaudio_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h263.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h263.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpeg4video_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpeg4video_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mlp_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mlp_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mlp.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mlp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mjpeg_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mjpeg_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h264_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h264_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h263_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h263_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h261_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h261_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dvdsub_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dvdsub_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dvbsub_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dvbsub_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dirac_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dirac_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dca_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dca_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cavs_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cavs_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/aac_ac3_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/aac_ac3_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ac3tab.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ac3tab.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ac3_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ac3_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/latm_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/latm_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpeg4audio.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpeg4audio.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/aac_parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/aac_parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/latmaac.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/latmaac.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/libfaad.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/libfaad.d
In file included from libavcodec/libfaad.c:31:
/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/faad.h:32:9: warning: please update faad2 include filename and function names! [-W#pragma-messages]
#pragma message("please update faad2 include filename and function names!")
        ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/adpcm.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/adpcm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/g726.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/g726.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/adxdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/adxdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/pcm.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/pcm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/zmbv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/zmbv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/lcldec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/lcldec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/xsubdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/xsubdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/xl.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/xl.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/xan.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/xan.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dpcm.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dpcm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ws-snd1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ws-snd1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/wnv1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/wnv1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/intrax8dsp.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/intrax8dsp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/intrax8.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/intrax8.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h263dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h263dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/msmpeg4data.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/msmpeg4data.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vc1dsp.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vc1dsp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vc1data.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vc1data.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vc1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vc1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/msmpeg4.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/msmpeg4.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/wmv2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/wmv2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/wmv2dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/wmv2dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/fft.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/fft.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mdct.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mdct.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/wma.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/wma.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/wmadec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/wmadec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/wavpack.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/wavpack.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vqavideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vqavideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/huffman.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/huffman.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp3dsp.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp3dsp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp56data.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp56data.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp56.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp56.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp6.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp6.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp5.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp5.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vp3.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vp3.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/xiph.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/xiph.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vorbis_data.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vorbis_data.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vorbis.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vorbis.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vorbis_dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vorbis_dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vmnc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vmnc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vmdav.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vmdav.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vcr1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vcr1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/vb.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/vb.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ulti.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ulti.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/s3tc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/s3tc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/txd.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/txd.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/tta.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/tta.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/msrledec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/msrledec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/tscc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/tscc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/truespeech.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/truespeech.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/truemotion2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/truemotion2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/truemotion1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/truemotion1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/lzw.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/lzw.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/tiff.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/tiff.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/tiertexseqv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/tiertexseqv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mjpeg.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mjpeg.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mjpegdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mjpegdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/targa.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/targa.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/golomb.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/golomb.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cabac.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cabac.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h264pred.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h264pred.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h264idct.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h264idct.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h264.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h264.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/svq1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/svq1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/svq1dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/svq1dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/sunrast.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/sunrast.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/sp5xdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/sp5xdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/sonic.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/sonic.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ratecontrol.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ratecontrol.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/motion_est.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/motion_est.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/rangecoder.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/rangecoder.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/snow.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/snow.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/smc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/smc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/smacker.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/smacker.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/shorten.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/shorten.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/sgidec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/sgidec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/rv10.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/rv10.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/rpza.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/rpza.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/roqvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/roqvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/roqvideodec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/roqvideodec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/rl2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/rl2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/rawdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/rawdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ra288.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ra288.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/acelp_filters.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/acelp_filters.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ra144.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ra144.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/qtrle.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/qtrle.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/qpeg.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/qpeg.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/qdrw.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/qdrw.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegaudio.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegaudio.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegaudiodec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegaudiodec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/qdm2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/qdm2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ptx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ptx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/pngdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/pngdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/png.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/png.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/pcx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/pcx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/rtjpeg.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/rtjpeg.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/nuv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/nuv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/nellymoser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/nellymoser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/nellymoserdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/nellymoserdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/msvideo1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/msvideo1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/msrle.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/msrle.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpegvideo_enc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpegvideo_enc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpc8.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpc8.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mpc7.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mpc7.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/motionpixels.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/motionpixels.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mmvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mmvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mlpdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mlpdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mjpegbdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mjpegbdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mimic.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mimic.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/mace.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/mace.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/loco.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/loco.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/kmvc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/kmvc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/jpegls.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/jpegls.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/jpeglsdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/jpeglsdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/interplayvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/interplayvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/indeo3.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/indeo3.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/indeo2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/indeo2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/imc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/imc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/idcinvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/idcinvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/huffyuv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/huffyuv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h261.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h261.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/h261dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/h261dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/gifdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/gifdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/fraps.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/fraps.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/4xm.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/4xm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/flicvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/flicvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/flashsv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/flashsv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/flac.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/flac.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ffv1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ffv1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/escape124.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/escape124.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/8svx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/8svx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/8bps.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/8bps.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/eatgv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/eatgv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/eacmv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/eacmv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ac3.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ac3.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ac3dec_data.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ac3dec_data.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ac3dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ac3dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/eac3dec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/eac3dec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dxa.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dxa.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dvdsubdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dvdsubdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dvbsubdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dvbsubdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dsicinav.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dsicinav.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dnxhddata.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dnxhddata.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dnxhddec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dnxhddec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dca.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dca.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cyuv.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cyuv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cscd.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cscd.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cook.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cook.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cljr.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cljr.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cinepak.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cinepak.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cavsdsp.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cavsdsp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cavsdec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cavsdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/cavs.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/cavs.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/c93.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/c93.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/bmp.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/bmp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/bfi.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/bfi.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/bethsoftvideo.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/bethsoftvideo.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/avs.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/avs.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/atrac3.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/atrac3.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/asv1.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/asv1.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/apedec.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/apedec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/alac.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/alac.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/ac3enc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/ac3enc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/aasc.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/aasc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/aactab.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/aactab.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/aac.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/aac.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/jfdctint.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/jfdctint.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/jfdctfst.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/jfdctfst.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/faandct.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/faandct.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/idct_sse2_xvid.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/idct_sse2_xvid.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/idct_mmx_xvid.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/idct_mmx_xvid.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/simple_idct_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/simple_idct_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/motion_est_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/motion_est_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/mpegvideo_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/mpegvideo_mmx.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/dsputil_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/dsputil_mmx.d
In file included from libavcodec/i386/dsputil_mmx.c:31:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/cpuid.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/cpuid.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/i386/fdct_mmx.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/i386/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/i386/fdct_mmx.d
In file included from libavcodec/i386/fdct_mmx.c:35:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/utils.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/utils.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/simple_idct.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/simple_idct.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/resample2.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/resample2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/resample.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/resample.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/raw.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/raw.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/parser.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/parser.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/opt.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/opt.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/jrevdct.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/jrevdct.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/imgconvert.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/imgconvert.d
In file included from libavcodec/imgconvert.c:38:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/faanidct.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/faanidct.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/eval.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/eval.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/dsputil.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/dsputil.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/bitstream_filter.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/bitstream_filter.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/bitstream.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/bitstream.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/audioconvert.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/audioconvert.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavcodec/allcodecs.c | sed -e "/^#.*/d" -e "1s,^,libavcodec/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavcodec/allcodecs.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/udp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/udp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/tcp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/tcp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rtpproto.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rtpproto.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/file.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/file.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/http.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/http.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/framehook.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/framehook.d
In file included from libavformat/framehook.c:24:
libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/yuv4mpeg.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/yuv4mpeg.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/xa.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/xa.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/wv.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/wv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/westwood.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/westwood.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/wc3movie.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/wc3movie.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/raw.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/raw.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/riff.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/riff.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/wav.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/wav.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/voc.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/voc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/vocdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/vocdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/sierravmd.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/sierravmd.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/vc1test.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/vc1test.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/txd.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/txd.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/tta.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/tta.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/tiertexseq.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/tiertexseq.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/thp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/thp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/swfdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/swfdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/psxstr.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/psxstr.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/sol.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/sol.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/smacker.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/smacker.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/siff.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/siff.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/segafilm.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/segafilm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rtp_h264.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rtp_h264.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rtpdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rtpdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rtp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rtp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rtsp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rtsp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rdt.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rdt.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rpl.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rpl.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/idroq.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/idroq.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rmdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rmdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/rl2.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/rl2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/pva.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/pva.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oma.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oma.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oggparsevorbis.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oggparsevorbis.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oggparsetheora.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oggparsetheora.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oggparsespeex.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oggparsespeex.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oggparseogm.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oggparseogm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oggparseflac.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oggparseflac.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/oggdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/oggdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/nuv.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/nuv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/nut.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/nut.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/nutdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/nutdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/nsvdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/nsvdec.d
libavformat/nsvdec.c:362:2: warning: "FIXME: Byteswap buffer as needed" [-W#warnings]
#warning "FIXME: Byteswap buffer as needed"
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mxf.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mxf.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mxfdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mxfdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mvi.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mvi.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mtv.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mtv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/msnwc_tcp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/msnwc_tcp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mpegts.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mpegts.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mpeg.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mpeg.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mpc8.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mpc8.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mpc.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mpc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mp3.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mp3.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/isom.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/isom.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mov.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mov.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mmf.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mmf.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/mm.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/mm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/matroska.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/matroska.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/matroskadec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/matroskadec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/lmlm4.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/lmlm4.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/avc.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/avc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/movenc.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/movenc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/ipmovie.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/ipmovie.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/img2.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/img2.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/iff.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/iff.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/idcin.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/idcin.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/gxf.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/gxf.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/4xm.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/4xm.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/flvdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/flvdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/flic.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/flic.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/ffmdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/ffmdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/electronicarts.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/electronicarts.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/eacdata.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/eacdata.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/dxa.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/dxa.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/dv.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/dv.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/dsicin.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/dsicin.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/daud.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/daud.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/c93.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/c93.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/bfi.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/bfi.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/bethsoftvid.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/bethsoftvid.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/avs.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/avs.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/avidec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/avidec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/au.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/au.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/assdec.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/assdec.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/asfcrypt.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/asfcrypt.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/asf.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/asf.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/ape.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/ape.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/apc.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/apc.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/amr.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/amr.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/aiff.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/aiff.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/aviobuf.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/aviobuf.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/avio.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/avio.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/utils.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/utils.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/sdp.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/sdp.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/os_support.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/os_support.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/cutils.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/cutils.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavformat/allformats.c | sed -e "/^#.*/d" -e "1s,^,libavformat/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavformat/allformats.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libavdevice/alldevices.c | sed -e "/^#.*/d" -e "1s,^,libavdevice/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libavdevice/alldevices.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libswscale/yuv2rgb.c | sed -e "/^#.*/d" -e "1s,^,libswscale/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libswscale/yuv2rgb.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libswscale/swscale_avoption.c | sed -e "/^#.*/d" -e "1s,^,libswscale/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libswscale/swscale_avoption.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libswscale/swscale.c | sed -e "/^#.*/d" -e "1s,^,libswscale/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libswscale/swscale.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG libswscale/rgb2rgb.c | sed -e "/^#.*/d" -e "1s,^,libswscale/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > libswscale/rgb2rgb.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros       -MM -MG cmdutils.c | sed -e "/^#.*/d" -e "1s,^,./," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$(BUILD_ROOT_REL)/\\2," > cmdutils.d
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libswscale/rgb2rgb.o libswscale/rgb2rgb.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libswscale/swscale.o libswscale/swscale.c
libswscale/swscale.c:917:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
        YSCALE_YUV_2_RGBX_FULL_C(1<<21)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:601:5: note: expanded from macro 'YSCALE_YUV_2_RGBX_FULL_C'
    YSCALE_YUV_2_PACKEDX_FULL_C\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:585:21: note: expanded from macro 'YSCALE_YUV_2_PACKEDX_FULL_C'
        int U = -128<<19;\
                ~~~~^
libswscale/swscale.c:917:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
        YSCALE_YUV_2_RGBX_FULL_C(1<<21)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:601:5: note: expanded from macro 'YSCALE_YUV_2_RGBX_FULL_C'
    YSCALE_YUV_2_PACKEDX_FULL_C\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:586:21: note: expanded from macro 'YSCALE_YUV_2_PACKEDX_FULL_C'
        int V = -128<<19;\
                ~~~~^
libswscale/swscale.c:931:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
        YSCALE_YUV_2_RGBX_FULL_C(1<<21)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:601:5: note: expanded from macro 'YSCALE_YUV_2_RGBX_FULL_C'
    YSCALE_YUV_2_PACKEDX_FULL_C\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:585:21: note: expanded from macro 'YSCALE_YUV_2_PACKEDX_FULL_C'
        int U = -128<<19;\
                ~~~~^
libswscale/swscale.c:931:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
        YSCALE_YUV_2_RGBX_FULL_C(1<<21)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:601:5: note: expanded from macro 'YSCALE_YUV_2_RGBX_FULL_C'
    YSCALE_YUV_2_PACKEDX_FULL_C\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:586:21: note: expanded from macro 'YSCALE_YUV_2_PACKEDX_FULL_C'
        int V = -128<<19;\
                ~~~~^
In file included from libswscale/swscale.c:1020:
libswscale/swscale_template.c:999:27: warning: incompatible pointer types initializing '__uint8_t *' (aka 'unsigned char *') with an expression of type '__int16_t *' (aka 'short *') [-Wincompatible-pointer-types]
        uint8_t *src[3]= {lumSrc + dstW, chrSrc + chrDstW, chrSrc + VOFW + chrDstW};
                          ^~~~~~~~~~~~~
libswscale/swscale_template.c:999:42: warning: incompatible pointer types initializing '__uint8_t *' (aka 'unsigned char *') with an expression of type '__int16_t *' (aka 'short *') [-Wincompatible-pointer-types]
        uint8_t *src[3]= {lumSrc + dstW, chrSrc + chrDstW, chrSrc + VOFW + chrDstW};
                                         ^~~~~~~~~~~~~~~~
libswscale/swscale_template.c:999:60: warning: incompatible pointer types initializing '__uint8_t *' (aka 'unsigned char *') with an expression of type '__int16_t *' (aka 'short *') [-Wincompatible-pointer-types]
        uint8_t *src[3]= {lumSrc + dstW, chrSrc + chrDstW, chrSrc + VOFW + chrDstW};
                                                           ^~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1908:66: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, bgr32ToUV,16, 0, 0, 0xFF0000, 0xFF00, 0x00FF, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                   ^~
libswscale/swscale_template.c:1908:104: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, bgr32ToUV,16, 0, 0, 0xFF0000, 0xFF00, 0x00FF, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                                     ^~
libswscale/swscale_template.c:1908:66: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, bgr32ToUV,16, 0, 0, 0xFF0000, 0xFF00, 0x00FF, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                   ^~
libswscale/swscale_template.c:1908:104: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, bgr32ToUV,16, 0, 0, 0xFF0000, 0xFF00, 0x00FF, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                                     ^~
libswscale/swscale_template.c:1909:66: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, rgb32ToUV, 0, 0,16, 0x00FF, 0xFF00, 0xFF0000, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                   ^~
libswscale/swscale_template.c:1909:104: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, rgb32ToUV, 0, 0,16, 0x00FF, 0xFF00, 0xFF0000, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                                     ^~
libswscale/swscale_template.c:1909:66: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, rgb32ToUV, 0, 0,16, 0x00FF, 0xFF00, 0xFF0000, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                   ^~
libswscale/swscale_template.c:1909:104: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint32_t, rgb32ToUV, 0, 0,16, 0x00FF, 0xFF00, 0xFF0000, RU<< 8, GU   , BU<< 8, RV<< 8, GV   , BV<< 8, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                                     ^~
libswscale/swscale_template.c:1910:64: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr16ToUV, 0, 0, 0, 0x001F, 0x07E0, 0xF800, RU<<11, GU<<5, BU    , RV<<11, GV<<5, BV    , RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                   ^~
libswscale/swscale_template.c:1910:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr16ToUV, 0, 0, 0, 0x001F, 0x07E0, 0xF800, RU<<11, GU<<5, BU    , RV<<11, GV<<5, BV    , RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1910:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr16ToUV, 0, 0, 0, 0x001F, 0x07E0, 0xF800, RU<<11, GU<<5, BU    , RV<<11, GV<<5, BV    , RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1910:64: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr16ToUV, 0, 0, 0, 0x001F, 0x07E0, 0xF800, RU<<11, GU<<5, BU    , RV<<11, GV<<5, BV    , RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                   ^~
libswscale/swscale_template.c:1910:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr16ToUV, 0, 0, 0, 0x001F, 0x07E0, 0xF800, RU<<11, GU<<5, BU    , RV<<11, GV<<5, BV    , RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1910:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr16ToUV, 0, 0, 0, 0x001F, 0x07E0, 0xF800, RU<<11, GU<<5, BU    , RV<<11, GV<<5, BV    , RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1911:64: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr15ToUV, 0, 0, 0, 0x001F, 0x03E0, 0x7C00, RU<<10, GU<<5, BU    , RV<<10, GV<<5, BV    , RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                   ^~
libswscale/swscale_template.c:1911:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr15ToUV, 0, 0, 0, 0x001F, 0x03E0, 0x7C00, RU<<10, GU<<5, BU    , RV<<10, GV<<5, BV    , RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1911:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr15ToUV, 0, 0, 0, 0x001F, 0x03E0, 0x7C00, RU<<10, GU<<5, BU    , RV<<10, GV<<5, BV    , RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1911:64: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr15ToUV, 0, 0, 0, 0x001F, 0x03E0, 0x7C00, RU<<10, GU<<5, BU    , RV<<10, GV<<5, BV    , RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:20: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                   ^~
libswscale/swscale_template.c:1911:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr15ToUV, 0, 0, 0, 0x001F, 0x03E0, 0x7C00, RU<<10, GU<<5, BU    , RV<<10, GV<<5, BV    , RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1911:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, bgr15ToUV, 0, 0, 0, 0x001F, 0x03E0, 0x7C00, RU<<10, GU<<5, BU    , RV<<10, GV<<5, BV    , RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1912:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb16ToUV, 0, 0, 0, 0xF800, 0x07E0, 0x001F, RU    , GU<<5, BU<<11, RV    , GV<<5, BV<<11, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1912:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb16ToUV, 0, 0, 0, 0xF800, 0x07E0, 0x001F, RU    , GU<<5, BU<<11, RV    , GV<<5, BV<<11, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1912:102: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb16ToUV, 0, 0, 0, 0xF800, 0x07E0, 0x001F, RU    , GU<<5, BU<<11, RV    , GV<<5, BV<<11, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                                     ^~
libswscale/swscale_template.c:1912:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb16ToUV, 0, 0, 0, 0xF800, 0x07E0, 0x001F, RU    , GU<<5, BU<<11, RV    , GV<<5, BV<<11, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1912:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb16ToUV, 0, 0, 0, 0xF800, 0x07E0, 0x001F, RU    , GU<<5, BU<<11, RV    , GV<<5, BV<<11, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1912:102: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb16ToUV, 0, 0, 0, 0xF800, 0x07E0, 0x001F, RU    , GU<<5, BU<<11, RV    , GV<<5, BV<<11, RGB2YUV_SHIFT+8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                                     ^~
libswscale/swscale_template.c:1913:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb15ToUV, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, RU    , GU<<5, BU<<10, RV    , GV<<5, BV<<10, RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1886:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1913:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb15ToUV, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, RU    , GU<<5, BU<<10, RV    , GV<<5, BV<<10, RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                            ^~
libswscale/swscale_template.c:1913:102: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb15ToUV, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, RU    , GU<<5, BU<<10, RV    , GV<<5, BV<<10, RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1887:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
                                     ^~
libswscale/swscale_template.c:1913:72: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb15ToUV, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, RU    , GU<<5, BU<<10, RV    , GV<<5, BV<<10, RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1903:29: note: expanded from macro 'BGR2UV'
        dstU[i]= ((RU)*r + (GU)*g + (BU)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1913:95: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb15ToUV, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, RU    , GU<<5, BU<<10, RV    , GV<<5, BV<<10, RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:29: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                            ^~
libswscale/swscale_template.c:1913:102: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
BGR2UV(uint16_t, rgb15ToUV, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, RU    , GU<<5, BU<<10, RV    , GV<<5, BV<<10, RGB2YUV_SHIFT+7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale_template.c:1904:38: note: expanded from macro 'BGR2UV'
        dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
                                     ^~
libswscale/swscale_template.c:2098:9: warning: unused variable 'i' [-Wunused-variable]
    int i;
        ^
libswscale/swscale.c:2697:22: warning: variable 'r' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            }else if(c->srcFormat == PIX_FMT_BGR4_BYTE){
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:2702:34: note: uninitialized use occurs here
            y= av_clip_uint8((RY*r + GY*g + BY*b + ( 33<<(RGB2YUV_SHIFT-1)))>>RGB2YUV_SHIFT);
                                 ^
libswscale/swscale.c:2697:19: note: remove the 'if' if its condition is always true
            }else if(c->srcFormat == PIX_FMT_BGR4_BYTE){
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:2679:21: note: initialize the variable 'r' to silence this warning
            int p, r, g, b,y,u,v;
                    ^
                     = 0
libswscale/swscale.c:2697:22: warning: variable 'g' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            }else if(c->srcFormat == PIX_FMT_BGR4_BYTE){
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:2702:41: note: uninitialized use occurs here
            y= av_clip_uint8((RY*r + GY*g + BY*b + ( 33<<(RGB2YUV_SHIFT-1)))>>RGB2YUV_SHIFT);
                                        ^
libswscale/swscale.c:2697:19: note: remove the 'if' if its condition is always true
            }else if(c->srcFormat == PIX_FMT_BGR4_BYTE){
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:2679:24: note: initialize the variable 'g' to silence this warning
            int p, r, g, b,y,u,v;
                       ^
                        = 0
libswscale/swscale.c:2697:22: warning: variable 'b' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            }else if(c->srcFormat == PIX_FMT_BGR4_BYTE){
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:2702:48: note: uninitialized use occurs here
            y= av_clip_uint8((RY*r + GY*g + BY*b + ( 33<<(RGB2YUV_SHIFT-1)))>>RGB2YUV_SHIFT);
                                               ^
libswscale/swscale.c:2697:19: note: remove the 'if' if its condition is always true
            }else if(c->srcFormat == PIX_FMT_BGR4_BYTE){
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libswscale/swscale.c:2679:27: note: initialize the variable 'b' to silence this warning
            int p, r, g, b,y,u,v;
                          ^
                           = 0
libswscale/swscale.c:3097:15: warning: assigning to 'double *' from 'const double [2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        param = default_param;
              ^ ~~~~~~~~~~~~~
libswscale/swscale.c:172:21: warning: unused variable 'rgb2yuv_table' [-Wunused-const-variable]
static const double rgb2yuv_table[8][9]={
                    ^
45 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libswscale/swscale_avoption.o libswscale/swscale_avoption.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libswscale/yuv2rgb.o libswscale/yuv2rgb.c
libswscale/yuv2rgb.c:283:8: warning: unused function 'yuv2rgb_c_8' [-Wunused-function]
PROLOG(yuv2rgb_c_8, uint8_t)
       ^
libswscale/yuv2rgb.c:338:8: warning: unused function 'yuv2rgb_c_4' [-Wunused-function]
PROLOG(yuv2rgb_c_4, uint8_t)
       ^
libswscale/yuv2rgb.c:410:8: warning: unused function 'yuv2rgb_c_4b' [-Wunused-function]
PROLOG(yuv2rgb_c_4b, uint8_t)
       ^
3 warnings generated.
rm -f libswscale/libswscale.a
ar rc libswscale/libswscale.a libswscale/rgb2rgb.o libswscale/swscale.o libswscale/swscale_avoption.o libswscale/yuv2rgb.o 
ranlib libswscale/libswscale.a
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavdevice/alldevices.o libavdevice/alldevices.c
rm -f libavdevice/libavdevice.a
ar rc libavdevice/libavdevice.a libavdevice/alldevices.o 
ranlib libavdevice/libavdevice.a
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/allformats.o libavformat/allformats.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/cutils.o libavformat/cutils.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/os_support.o libavformat/os_support.c
libavformat/os_support.c:68:10: warning: implicit declaration of function 'inet_aton' is invalid in C99 [-Wimplicit-function-declaration]
    if (!inet_aton(hostname, sin_addr)) {
         ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/sdp.o libavformat/sdp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/utils.o libavformat/utils.c
libavformat/utils.c:55:26: warning: 'AVFrac' is deprecated [-Wdeprecated-declarations]
static void av_frac_init(AVFrac *f, int64_t val, int64_t num, int64_t den)
                         ^
libavformat/avformat.h:163:3: note: 'AVFrac' has been explicitly marked deprecated here
} AVFrac attribute_deprecated;
  ^
libavformat/utils.c:73:25: warning: 'AVFrac' is deprecated [-Wdeprecated-declarations]
static void av_frac_add(AVFrac *f, int64_t incr)
                        ^
libavformat/avformat.h:163:3: note: 'AVFrac' has been explicitly marked deprecated here
} AVFrac attribute_deprecated;
  ^
libavformat/utils.c:1310:8: warning: variable 'pos_min' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if(st->index_entries){
       ^~~~~~~~~~~~~~~~~
libavformat/utils.c:1343:52: note: uninitialized use occurs here
    pos= av_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ts, avif->read_timestamp);
                                                   ^~~~~~~
libavformat/utils.c:1310:5: note: remove the 'if' if its condition is always true
    if(st->index_entries){
    ^~~~~~~~~~~~~~~~~~~~~
libavformat/utils.c:1293:20: note: initialize the variable 'pos_min' to silence this warning
    int64_t pos_min, pos_max, pos, pos_limit;
                   ^
                    = 0
libavformat/utils.c:1330:12: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if(index >= 0){
           ^~~~~~~~~~
libavformat/utils.c:1343:61: note: uninitialized use occurs here
    pos= av_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ts, avif->read_timestamp);
                                                            ^~~~~~~
libavformat/utils.c:1330:9: note: remove the 'if' if its condition is always true
        if(index >= 0){
        ^~~~~~~~~~~~~~
libavformat/utils.c:1310:8: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if(st->index_entries){
       ^~~~~~~~~~~~~~~~~
libavformat/utils.c:1343:61: note: uninitialized use occurs here
    pos= av_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ts, avif->read_timestamp);
                                                            ^~~~~~~
libavformat/utils.c:1310:5: note: remove the 'if' if its condition is always true
    if(st->index_entries){
    ^~~~~~~~~~~~~~~~~~~~~
libavformat/utils.c:1293:29: note: initialize the variable 'pos_max' to silence this warning
    int64_t pos_min, pos_max, pos, pos_limit;
                            ^
                             = 0
libavformat/utils.c:2475:56: warning: passing 'const struct AVCodecTag *const *' to parameter of type 'const struct AVCodecTag **' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                st->codec->codec_tag= av_codec_get_tag(s->oformat->codec_tag, st->codec->codec_id);
                                                       ^~~~~~~~~~~~~~~~~~~~~
libavformat/utils.c:1931:49: note: passing argument to parameter 'tags' here
unsigned int av_codec_get_tag(const AVCodecTag *tags[4], enum CodecID id)
                                                ^
libavformat/utils.c:2938:44: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
            dt.tm_sec = strtol(p, (char **)&q, 10);
                                           ^
7 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/avio.o libavformat/avio.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/aviobuf.o libavformat/aviobuf.c
libavformat/aviobuf.c:540:23: warning: incompatible pointer types passing 'int (URLContext *, unsigned char *, int)' (aka 'int (struct URLContext *, unsigned char *, int)') to parameter of type 'int (*)(void *, __uint8_t *, int)' (aka 'int (*)(void *, unsigned char *, int)') [-Wincompatible-pointer-types]
                      url_read, url_write, url_seek) < 0) {
                      ^~~~~~~~
libavformat/aviobuf.c:36:25: note: passing argument to parameter 'read_packet' here
                  int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
                        ^
libavformat/aviobuf.c:540:33: warning: incompatible pointer types passing 'int (URLContext *, unsigned char *, int)' (aka 'int (struct URLContext *, unsigned char *, int)') to parameter of type 'int (*)(void *, __uint8_t *, int)' (aka 'int (*)(void *, unsigned char *, int)') [-Wincompatible-pointer-types]
                      url_read, url_write, url_seek) < 0) {
                                ^~~~~~~~~
libavformat/aviobuf.c:37:25: note: passing argument to parameter 'write_packet' here
                  int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
                        ^
libavformat/aviobuf.c:540:44: warning: incompatible pointer types passing 'offset_t (URLContext *, offset_t, int)' (aka 'long (struct URLContext *, long, int)') to parameter of type 'offset_t (*)(void *, offset_t, int)' (aka 'long (*)(void *, long, int)') [-Wincompatible-pointer-types]
                      url_read, url_write, url_seek) < 0) {
                                           ^~~~~~~~
libavformat/aviobuf.c:38:30: note: passing argument to parameter 'seek' here
                  offset_t (*seek)(void *opaque, offset_t offset, int whence))
                             ^
libavformat/aviobuf.c:572:58: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
    if ((flags & URL_RDWR) || (h && h->flags != flags && !h->flags & URL_RDWR))
                                                         ^         ~
libavformat/aviobuf.c:572:58: note: add parentheses after the '!' to evaluate the bitwise operator first
    if ((flags & URL_RDWR) || (h && h->flags != flags && !h->flags & URL_RDWR))
                                                         ^
                                                          (                  )
libavformat/aviobuf.c:572:58: note: add parentheses around left hand side expression to silence this warning
    if ((flags & URL_RDWR) || (h && h->flags != flags && !h->flags & URL_RDWR))
                                                         ^
                                                         (        )
4 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/raw.o libavformat/raw.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/aiff.o libavformat/aiff.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/riff.o libavformat/riff.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/amr.o libavformat/amr.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/apc.o libavformat/apc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/ape.o libavformat/ape.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/asf.o libavformat/asf.c
libavformat/asf.c:333:52: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
            st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl));
                                                   ^
./libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/asfcrypt.o libavformat/asfcrypt.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/assdec.o libavformat/assdec.c
libavformat/assdec.c:146:62: warning: incompatible pointer types passing 'int (__uint8_t **, __uint8_t **)' (aka 'int (unsigned char **, unsigned char **)') to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-pointer-types]
    qsort(ass->event, ass->event_count, sizeof(*ass->event), event_cmp);
                                                             ^~~~~~~~~
/usr/include/stdlib.h:118:43: note: passing argument to parameter here
void     qsort(void *, size_t, size_t, int (*)(const void *, const void *));
                                             ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/au.o libavformat/au.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/avidec.o libavformat/avidec.c
libavformat/avidec.c:476:64: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
                        st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl));
                                                               ^
./libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/avs.o libavformat/avs.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/vocdec.o libavformat/vocdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/voc.o libavformat/voc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/bethsoftvid.o libavformat/bethsoftvid.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/bfi.o libavformat/bfi.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/c93.o libavformat/c93.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/daud.o libavformat/daud.c
libavformat/daud.c:50:12: warning: unused function 'daud_write_header' [-Wunused-function]
static int daud_write_header(struct AVFormatContext *s)
           ^
libavformat/daud.c:58:12: warning: unused function 'daud_write_packet' [-Wunused-function]
static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
           ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/dsicin.o libavformat/dsicin.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/dv.o libavformat/dv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/dxa.o libavformat/dxa.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/eacdata.o libavformat/eacdata.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/electronicarts.o libavformat/electronicarts.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/ffmdec.o libavformat/ffmdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/flic.o libavformat/flic.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/flvdec.o libavformat/flvdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/4xm.o libavformat/4xm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/gxf.o libavformat/gxf.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/idcin.o libavformat/idcin.c
libavformat/idcin.c:89:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl palctrl;
    ^
./libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/iff.o libavformat/iff.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/img2.o libavformat/img2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/ipmovie.o libavformat/ipmovie.c
libavformat/ipmovie.c:119:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl palette_control;
    ^
./libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/movenc.o libavformat/movenc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/isom.o libavformat/isom.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/avc.o libavformat/avc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/lmlm4.o libavformat/lmlm4.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/matroskadec.o libavformat/matroskadec.c
libavformat/matroskadec.c:1735:16: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
            && !tracks[i].stream->discard != AVDISCARD_ALL) {
               ^                          ~~
libavformat/matroskadec.c:1735:16: note: add parentheses after the '!' to evaluate the comparison first
            && !tracks[i].stream->discard != AVDISCARD_ALL) {
               ^
                (                                         )
libavformat/matroskadec.c:1735:16: note: add parentheses around left hand side expression to silence this warning
            && !tracks[i].stream->discard != AVDISCARD_ALL) {
               ^
               (                         )
libavformat/matroskadec.c:1735:43: warning: comparison of constant 'AVDISCARD_ALL' (48) with boolean expression is always true [-Wtautological-constant-out-of-range-compare]
            && !tracks[i].stream->discard != AVDISCARD_ALL) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/matroska.o libavformat/matroska.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mm.o libavformat/mm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mmf.o libavformat/mmf.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mov.o libavformat/mov.c
libavformat/mov.c:144:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl palette_control;
    ^
./libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mp3.o libavformat/mp3.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mpc.o libavformat/mpc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mpc8.o libavformat/mpc8.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mpeg.o libavformat/mpeg.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mpegts.o libavformat/mpegts.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/msnwc_tcp.o libavformat/msnwc_tcp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mtv.o libavformat/mtv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mvi.o libavformat/mvi.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mxfdec.o libavformat/mxfdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/mxf.o libavformat/mxf.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/nsvdec.o libavformat/nsvdec.c
libavformat/nsvdec.c:362:2: warning: "FIXME: Byteswap buffer as needed" [-W#warnings]
#warning "FIXME: Byteswap buffer as needed"
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/nutdec.o libavformat/nutdec.c
libavformat/nutdec.c:96:41: warning: incompatible pointer types passing '__uint64_t *' (aka 'unsigned long *') to parameter of type 'const __uint8_t *' (aka 'const unsigned char *') [-Wincompatible-pointer-types]
    startcode= ff_crc04C11DB7_update(0, &startcode, 8);
                                        ^~~~~~~~~~
libavformat/avio.h:362:76: note: passing argument to parameter 'buf' here
unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len);
                                                                           ^
libavformat/nutdec.c:274:28: warning: passing 'const __uint8_t *' (aka 'const unsigned char *') to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            get_buffer(bc, nut->header[i], nut->header_len[i]);
                           ^~~~~~~~~~~~~~
libavformat/avio.h:270:49: note: passing argument to parameter 'buf' here
int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
                                                ^
libavformat/nutdec.c:863:47: warning: incompatible pointer types passing 'int (syncpoint_t *, syncpoint_t *)' to parameter of type 'int (*)(void *, const void *)' [-Wincompatible-pointer-types]
        av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pts_cmp, next_node);
                                              ^~~~~~~~~~~~~~~~~
./libavutil/tree.h:44:68: note: passing argument to parameter 'cmp' here
void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
                                                                   ^
libavformat/nutdec.c:863:66: warning: incompatible pointer types passing 'syncpoint_t *[2]' to parameter of type 'void **' [-Wincompatible-pointer-types]
        av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pts_cmp, next_node);
                                                                 ^~~~~~~~~
./libavutil/tree.h:44:106: note: passing argument to parameter 'next' here
void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
                                                                                                         ^
libavformat/nutdec.c:872:51: warning: incompatible pointer types passing 'int (syncpoint_t *, syncpoint_t *)' to parameter of type 'int (*)(void *, const void *)' [-Wincompatible-pointer-types]
            av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, next_node);
                                                  ^~~~~~~~~~~~~~~~~
./libavutil/tree.h:44:68: note: passing argument to parameter 'cmp' here
void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
                                                                   ^
libavformat/nutdec.c:872:70: warning: incompatible pointer types passing 'syncpoint_t *[2]' to parameter of type 'void **' [-Wincompatible-pointer-types]
            av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, next_node);
                                                                     ^~~~~~~~~
./libavutil/tree.h:44:106: note: passing argument to parameter 'next' here
void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
                                                                                                         ^
libavformat/nutdec.c:880:51: warning: incompatible pointer types passing 'int (syncpoint_t *, syncpoint_t *)' to parameter of type 'int (*)(void *, const void *)' [-Wincompatible-pointer-types]
        sp= av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, NULL);
                                                  ^~~~~~~~~~~~~~~~~
./libavutil/tree.h:44:68: note: passing argument to parameter 'cmp' here
void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
                                                                   ^
7 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/nut.o libavformat/nut.c
libavformat/nut.c:65:42: warning: incompatible pointer types passing 'int (syncpoint_t *, syncpoint_t *)' to parameter of type 'int (*)(void *, const void *)' [-Wincompatible-pointer-types]
    av_tree_insert(&nut->syncpoints, sp, ff_nut_sp_pos_cmp, &node);
                                         ^~~~~~~~~~~~~~~~~
./libavutil/tree.h:78:66: note: passing argument to parameter 'cmp' here
void *av_tree_insert(struct AVTreeNode **rootp, void *key, int (*cmp)(void *key, const void *b), struct AVTreeNode **next);
                                                                 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/nuv.o libavformat/nuv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oggdec.o libavformat/oggdec.c
libavformat/oggdec.c:333:27: warning: assigning to 'ogg_codec_t *' (aka 'struct ogg_codec *') from 'const ogg_codec_t *' (aka 'const struct ogg_codec *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                os->codec = ogg_find_codec (os->buf, os->bufpos);
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oggparseflac.o libavformat/oggparseflac.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oggparseogm.o libavformat/oggparseogm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oggparsespeex.o libavformat/oggparsespeex.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oggparsetheora.o libavformat/oggparsetheora.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oggparsevorbis.o libavformat/oggparsevorbis.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/oma.o libavformat/oma.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/pva.o libavformat/pva.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rtsp.o libavformat/rtsp.c
libavformat/rtsp.c:405:13: warning: implicit declaration of function 'inet_aton' is invalid in C99 [-Wimplicit-function-declaration]
        if (inet_aton(buf1, &sdp_ip) == 0)
            ^
libavformat/rtsp.c:595:28: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    v = strtol(p, (char **)&p, 10);
                           ^
libavformat/rtsp.c:599:32: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        v = strtol(p, (char **)&p, 10);
                               ^
libavformat/rtsp.c:684:50: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
                    th->ttl = strtol(p, (char **)&p, 10);
                                                 ^
libavformat/rtsp.c:693:43: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
                        th->destination = ntohl(ipaddr.s_addr);
                                          ^
libavformat/rtsp.c:1032:29: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
                in.s_addr = htonl(reply->transports[0].destination);
                            ^
6 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rl2.o libavformat/rl2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rmdec.o libavformat/rmdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/idroq.o libavformat/idroq.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rpl.o libavformat/rpl.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rdt.o libavformat/rdt.c
libavformat/rdt.c:180:28: warning: passing 'const __uint8_t *' (aka 'const unsigned char *') to parameter of type '__uint8_t *' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        url_open_buf (&pb, buf, len, URL_RDONLY);
                           ^~~
libavformat/avio.h:329:46: note: passing argument to parameter 'buf' here
int url_open_buf(ByteIOContext **s, uint8_t *buf, int buf_size, int flags);
                                             ^
libavformat/rdt.c:184:49: warning: incompatible pointer types passing '__uint32_t *' (aka 'unsigned int *') to parameter of type '__int64_t *' (aka 'long *') [-Wincompatible-pointer-types]
                                  &seq, &flags, timestamp);
                                                ^~~~~~~~~
libavformat/rm.h:96:71: note: passing argument to parameter 'ts' here
                        AVPacket *pkt, int *seq, int *flags, int64_t *ts);
                                                                      ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rtp.o libavformat/rtp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rtpdec.o libavformat/rtpdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rtp_h264.o libavformat/rtp_h264.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/segafilm.o libavformat/segafilm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/siff.o libavformat/siff.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/smacker.o libavformat/smacker.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/sol.o libavformat/sol.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/psxstr.o libavformat/psxstr.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/swfdec.o libavformat/swfdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/thp.o libavformat/thp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/tiertexseq.o libavformat/tiertexseq.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/tta.o libavformat/tta.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/txd.o libavformat/txd.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/vc1test.o libavformat/vc1test.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/sierravmd.o libavformat/sierravmd.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/wav.o libavformat/wav.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/wc3movie.o libavformat/wc3movie.c
libavformat/wc3movie.c:72:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl palette_control;
    ^
./libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/westwood.o libavformat/westwood.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/wv.o libavformat/wv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/xa.o libavformat/xa.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/yuv4mpeg.o libavformat/yuv4mpeg.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/framehook.o libavformat/framehook.c
In file included from libavformat/framehook.c:24:
libavformat/framehook.h:25:2: warning: VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-W#warnings]
#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/file.o libavformat/file.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/http.o libavformat/http.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/rtpproto.o libavformat/rtpproto.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/tcp.o libavformat/tcp.c
libavformat/tcp.c:55:26: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    dest_addr.sin_port = htons(port);
                         ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavformat/udp.o libavformat/udp.c
libavformat/udp.c:242:22: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    addr->sin_port = htons(port);
                     ^
libavformat/udp.c:249:25: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return IN_MULTICAST(ntohl(addr->sin_addr.s_addr));
                        ^
libavformat/udp.c:261:29: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    addr->sin_addr.s_addr = htonl (INADDR_ANY);
                            ^
libavformat/udp.c:270:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(addr->sin_port);
           ^
4 warnings generated.
rm -f libavformat/libavformat.a
ar rc libavformat/libavformat.a libavformat/allformats.o libavformat/cutils.o libavformat/os_support.o libavformat/sdp.o libavformat/utils.o libavformat/avio.o libavformat/aviobuf.o libavformat/raw.o libavformat/aiff.o libavformat/riff.o libavformat/amr.o libavformat/apc.o libavformat/ape.o libavformat/asf.o libavformat/asfcrypt.o libavformat/assdec.o libavformat/au.o libavformat/avidec.o libavformat/avs.o libavformat/vocdec.o libavformat/voc.o libavformat/bethsoftvid.o libavformat/bfi.o libavformat/c93.o libavformat/daud.o libavformat/dsicin.o libavformat/dv.o libavformat/dxa.o libavformat/eacdata.o libavformat/electronicarts.o libavformat/ffmdec.o libavformat/flic.o libavformat/flvdec.o libavformat/4xm.o libavformat/gxf.o libavformat/idcin.o libavformat/iff.o libavformat/img2.o libavformat/ipmovie.o libavformat/movenc.o libavformat/isom.o libavformat/avc.o libavformat/lmlm4.o libavformat/matroskadec.o libavformat/matroska.o libavformat/mm.o libavformat/mmf.o libavformat/mov.o libavformat/mp3.o libavformat/mpc.o libavformat/mpc8.o libavformat/mpeg.o libavformat/mpegts.o libavformat/msnwc_tcp.o libavformat/mtv.o libavformat/mvi.o libavformat/mxfdec.o libavformat/mxf.o libavformat/nsvdec.o libavformat/nutdec.o libavformat/nut.o libavformat/nuv.o libavformat/oggdec.o libavformat/oggparseflac.o libavformat/oggparseogm.o libavformat/oggparsespeex.o libavformat/oggparsetheora.o libavformat/oggparsevorbis.o libavformat/oma.o libavformat/pva.o libavformat/rtsp.o libavformat/rl2.o libavformat/rmdec.o libavformat/idroq.o libavformat/rpl.o libavformat/rdt.o libavformat/rtp.o libavformat/rtpdec.o libavformat/rtp_h264.o libavformat/segafilm.o libavformat/siff.o libavformat/smacker.o libavformat/sol.o libavformat/psxstr.o libavformat/swfdec.o libavformat/thp.o libavformat/tiertexseq.o libavformat/tta.o libavformat/txd.o libavformat/vc1test.o libavformat/sierravmd.o libavformat/wav.o libavformat/wc3movie.o libavformat/westwood.o libavformat/wv.o libavformat/xa.o libavformat/yuv4mpeg.o libavformat/framehook.o libavformat/file.o libavformat/http.o libavformat/rtpproto.o libavformat/tcp.o libavformat/udp.o 
ranlib libavformat/libavformat.a
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/allcodecs.o libavcodec/allcodecs.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/audioconvert.o libavcodec/audioconvert.c
libavcodec/audioconvert.c:80:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
                                       const const float *matrix, int flags)
                                             ^
libavcodec/audioconvert.c:110:18: warning: initializing '__uint8_t *' (aka 'unsigned char *') with an expression of type 'const void *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        uint8_t *pi=  in[ch];
                 ^    ~~~~~~
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/bitstream.o libavcodec/bitstream.c
libavcodec/bitstream.c:129:26: warning: 'ff_realloc_static' is deprecated [-Wdeprecated-declarations]
            vlc->table = ff_realloc_static(vlc->table,
                         ^
libavcodec/bitstream.c:52:14: note: 'ff_realloc_static' has been explicitly marked deprecated here
static void *ff_realloc_static(void *ptr, unsigned int size)
             ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/bitstream_filter.o libavcodec/bitstream_filter.c
libavcodec/bitstream_filter.c:62:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    *poutbuf= (uint8_t *) buf;
                          ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dsputil.o libavcodec/dsputil.c
libavcodec/dsputil.c:1257:1: warning: unused function 'avg_no_rnd_pixels16_l2' [-Wunused-function]
PIXOP2(avg, op_avg)
^
libavcodec/dsputil.c:973:20: note: expanded from macro 'PIXOP2'
static inline void OPNAME ## _no_rnd_pixels16_l2(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, \
                   ^
<scratch space>:178:1: note: expanded from here
avg_no_rnd_pixels16_l2
^
libavcodec/dsputil.c:1257:1: warning: unused function 'avg_no_rnd_pixels16_l4' [-Wunused-function]
libavcodec/dsputil.c:1087:20: note: expanded from macro 'PIXOP2'
static inline void OPNAME ## _no_rnd_pixels16_l4(uint8_t *dst, const uint8_t *src1, uint8_t *src2, uint8_t *src3, uint8_t *src4,\
                   ^
<scratch space>:202:1: note: expanded from here
avg_no_rnd_pixels16_l4
^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/eval.o libavcodec/eval.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/faanidct.o libavcodec/faanidct.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/imgconvert.o libavcodec/imgconvert.c
In file included from libavcodec/imgconvert.c:38:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
libavcodec/imgconvert.c:1724:27: warning: unused variable 'convert_table' [-Wunused-const-variable]
static const ConvertEntry convert_table[PIX_FMT_NB][PIX_FMT_NB] = {
                          ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/jrevdct.o libavcodec/jrevdct.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/opt.o libavcodec/opt.c
libavcodec/opt.c:164:31: warning: passing 'const double [4]' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            d = ff_eval2(buf, const_values, const_names, NULL, NULL, NULL, NULL, NULL, &error);
                              ^~~~~~~~~~~~
libavcodec/eval.h:45:40: note: passing argument to parameter 'const_value' here
double ff_eval2(const char *s, double *const_value, const char **const_name,
                                       ^
libavcodec/opt.c:164:45: warning: passing 'const char *const [4]' to parameter of type 'const char **' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            d = ff_eval2(buf, const_values, const_names, NULL, NULL, NULL, NULL, NULL, &error);
                                            ^~~~~~~~~~~
libavcodec/eval.h:45:66: note: passing argument to parameter 'const_name' here
double ff_eval2(const char *s, double *const_value, const char **const_name,
                                                                 ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/parser.o libavcodec/parser.c
libavcodec/parser.c:155:65: warning: cast from '__uint8_t **' (aka 'unsigned char **') to 'const __uint8_t **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual]
    index = s->parser->parser_parse(s, avctx, (const uint8_t **)poutbuf, poutbuf_size, buf, buf_size);
                                                                ^
libavcodec/parser.c:191:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    *poutbuf= (uint8_t *) buf;
                          ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/raw.o libavcodec/raw.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/resample.o libavcodec/resample.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/resample2.o libavcodec/resample2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/simple_idct.o libavcodec/simple_idct.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/utils.o libavcodec/utils.c
libavcodec/utils.c:806:5: warning: unknown attribute 'force_align_arg_pointer' ignored [-Wunknown-attributes]
int attribute_align_arg avcodec_open(AVCodecContext *avctx, AVCodec *codec)
    ^
./libavutil/internal.h:39:48: note: expanded from macro 'attribute_align_arg'
#    define attribute_align_arg __attribute__((force_align_arg_pointer))
                                               ^
libavcodec/utils.c:857:5: warning: unknown attribute 'force_align_arg_pointer' ignored [-Wunknown-attributes]
int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
    ^
./libavutil/internal.h:39:48: note: expanded from macro 'attribute_align_arg'
#    define attribute_align_arg __attribute__((force_align_arg_pointer))
                                               ^
libavcodec/utils.c:865:70: warning: cast from 'const short *' to 'void *' drops const qualifier [-Wcast-qual]
        int ret = avctx->codec->encode(avctx, buf, buf_size, (void *)samples);
                                                                     ^
libavcodec/utils.c:872:5: warning: unknown attribute 'force_align_arg_pointer' ignored [-Wunknown-attributes]
int attribute_align_arg avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
    ^
./libavutil/internal.h:39:48: note: expanded from macro 'attribute_align_arg'
#    define attribute_align_arg __attribute__((force_align_arg_pointer))
                                               ^
libavcodec/utils.c:882:70: warning: cast from 'const struct AVFrame *' to 'void *' drops const qualifier [-Wcast-qual]
        int ret = avctx->codec->encode(avctx, buf, buf_size, (void *)pict);
                                                                     ^
libavcodec/utils.c:895:62: warning: cast from 'const struct AVSubtitle *' to 'void *' drops const qualifier [-Wcast-qual]
    ret = avctx->codec->encode(avctx, buf, buf_size, (void *)sub);
                                                             ^
libavcodec/utils.c:900:5: warning: unknown attribute 'force_align_arg_pointer' ignored [-Wunknown-attributes]
int attribute_align_arg avcodec_decode_video(AVCodecContext *avctx, AVFrame *picture,
    ^
./libavutil/internal.h:39:48: note: expanded from macro 'attribute_align_arg'
#    define attribute_align_arg __attribute__((force_align_arg_pointer))
                                               ^
libavcodec/utils.c:923:5: warning: unknown attribute 'force_align_arg_pointer' ignored [-Wunknown-attributes]
int attribute_align_arg avcodec_decode_audio2(AVCodecContext *avctx, int16_t *samples,
    ^
./libavutil/internal.h:39:48: note: expanded from macro 'attribute_align_arg'
#    define attribute_align_arg __attribute__((force_align_arg_pointer))
                                               ^
libavcodec/utils.c:1455:42: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        frame_width = strtol(p, (char **)&p, 10);
                                         ^
libavcodec/utils.c:1458:43: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        frame_height = strtol(p, (char **)&p, 10);
                                          ^
10 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/fdct_mmx.o libavcodec/i386/fdct_mmx.c
In file included from libavcodec/i386/fdct_mmx.c:35:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/cpuid.o libavcodec/i386/cpuid.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/dsputil_mmx.o libavcodec/i386/dsputil_mmx.c
In file included from libavcodec/i386/dsputil_mmx.c:31:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/mpegvideo_mmx.o libavcodec/i386/mpegvideo_mmx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/motion_est_mmx.o libavcodec/i386/motion_est_mmx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/simple_idct_mmx.o libavcodec/i386/simple_idct_mmx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/idct_mmx_xvid.o libavcodec/i386/idct_mmx_xvid.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/idct_sse2_xvid.o libavcodec/i386/idct_sse2_xvid.c
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:19: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                  ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:21: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                    ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:23: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                      ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:25: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                        ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:27: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                          ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:29: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                            ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:31: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                              ^
libavcodec/i386/idct_sse2_xvid.c:56:46: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 43790 to -21746 [-Wconstant-conversion]
DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
                                         ~   ^~~~~
libavcodec/i386/idct_sse2_xvid.c:49:33: note: expanded from macro 'X8'
#define X8(x)     x,x,x,x,x,x,x,x
                                ^
8 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/faandct.o libavcodec/faandct.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/jfdctfst.o libavcodec/jfdctfst.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/jfdctint.o libavcodec/jfdctint.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/aac.o libavcodec/aac.c
libavcodec/aac.c:748:69: warning: using floating point absolute value function 'fabsf' when argument is of integer type [-Wabsolute-value]
                                    coef[coef_tmp_idx + j] *= cbrtf(fabsf(n)) * n;
                                                                    ^
libavcodec/aac.c:748:69: note: use function 'abs' instead
                                    coef[coef_tmp_idx + j] *= cbrtf(fabsf(n)) * n;
                                                                    ^~~~~
                                                                    abs
libavcodec/aac.c:1440:61: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
    ac->dsp.float_to_int16_interleave(data, (const float **)ac->output_data, 1024, avccontext->channels);
                                                            ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/aactab.o libavcodec/aactab.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mdct.o libavcodec/mdct.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/fft.o libavcodec/fft.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/aasc.o libavcodec/aasc.c
libavcodec/aasc.c:73:28: warning: incompatible pointer types passing 'AVFrame *' (aka 'struct AVFrame *') to parameter of type 'AVPicture *' (aka 'struct AVPicture *') [-Wincompatible-pointer-types]
    ff_msrle_decode(avctx, &s->frame, 8, buf, buf_size);
                           ^~~~~~~~~
libavcodec/msrledec.h:36:55: note: passing argument to parameter 'pic' here
int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
                                                      ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/msrledec.o libavcodec/msrledec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/eac3dec.o libavcodec/eac3dec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ac3dec.o libavcodec/ac3dec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ac3tab.o libavcodec/ac3tab.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ac3dec_data.o libavcodec/ac3dec_data.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ac3.o libavcodec/ac3.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ac3enc.o libavcodec/ac3enc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/alac.o libavcodec/alac.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/sp5xdec.o libavcodec/sp5xdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mjpegdec.o libavcodec/mjpegdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mjpeg.o libavcodec/mjpeg.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/apedec.o libavcodec/apedec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/asv1.o libavcodec/asv1.c
libavcodec/asv1.c:327:19: warning: unused function 'encode_mb' [-Wunused-function]
static inline int encode_mb(ASV1Context *a, DCTELEM block[6][64]){
                  ^
libavcodec/asv1.c:364:20: warning: unused function 'dct_get' [-Wunused-function]
static inline void dct_get(ASV1Context *a, int mb_x, int mb_y){
                   ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpeg12data.o libavcodec/mpeg12data.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/atrac3.o libavcodec/atrac3.c
libavcodec/atrac3.c:889:17: warning: assigning to '__uint8_t *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        databuf = buf;
                ^ ~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/avs.o libavcodec/avs.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/bethsoftvideo.o libavcodec/bethsoftvideo.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/bfi.o libavcodec/bfi.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/bmp.o libavcodec/bmp.c
libavcodec/bmp.c:233:32: warning: incompatible pointer types passing 'AVFrame *' (aka 'struct AVFrame *') to parameter of type 'AVPicture *' (aka 'struct AVPicture *') [-Wincompatible-pointer-types]
        ff_msrle_decode(avctx, p, depth, buf, dsize);
                               ^
libavcodec/msrledec.h:36:55: note: passing argument to parameter 'pic' here
int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
                                                      ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/c93.o libavcodec/c93.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cavs.o libavcodec/cavs.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cavsdec.o libavcodec/cavsdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cavsdsp.o libavcodec/cavsdsp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/golomb.o libavcodec/golomb.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegvideo.o libavcodec/mpegvideo.c
libavcodec/mpegvideo.c:1186:50: warning: address of array 'pict->motion_val' will always evaluate to 'true' [-Wpointer-bool-conversion]
                if((s->avctx->debug_mv) && pict->motion_val){
                                        ~~ ~~~~~~^~~~~~~~~~
libavcodec/mpegvideo.c:1255:63: warning: address of array 'pict->motion_val' will always evaluate to 'true' [-Wpointer-bool-conversion]
                if((s->avctx->debug&FF_DEBUG_VIS_QP) && pict->motion_val){
                                                     ~~ ~~~~~~^~~~~~~~~~
libavcodec/mpegvideo.c:1263:68: warning: address of array 'pict->motion_val' will always evaluate to 'true' [-Wpointer-bool-conversion]
                if((s->avctx->debug&FF_DEBUG_VIS_MB_TYPE) && pict->motion_val){
                                                          ~~ ~~~~~~^~~~~~~~~~
3 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cinepak.o libavcodec/cinepak.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cljr.o libavcodec/cljr.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cook.o libavcodec/cook.c
libavcodec/cook.c:825:37: warning: 'memset' call operates on objects of type 'float' while the size is based on a different type 'float *' [-Wsizeof-pointer-memaccess]
    memset(decode_buffer, 0, sizeof(decode_buffer));
           ~~~~~~~~~~~~~            ^~~~~~~~~~~~~
libavcodec/cook.c:825:37: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
    memset(decode_buffer, 0, sizeof(decode_buffer));
                                    ^~~~~~~~~~~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cscd.o libavcodec/cscd.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cyuv.o libavcodec/cyuv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dca.o libavcodec/dca.c
libavcodec/dca.c:515:17: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
            if (!s->debug_flag & 0x02) {
                ^              ~
libavcodec/dca.c:515:17: note: add parentheses after the '!' to evaluate the bitwise operator first
            if (!s->debug_flag & 0x02) {
                ^
                 (                   )
libavcodec/dca.c:515:17: note: add parentheses around left hand side expression to silence this warning
            if (!s->debug_flag & 0x02) {
                ^
                (             )
libavcodec/dca.c:951:17: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
            if (!s->debug_flag & 0x01) {
                ^              ~
libavcodec/dca.c:951:17: note: add parentheses after the '!' to evaluate the bitwise operator first
            if (!s->debug_flag & 0x01) {
                ^
                 (                   )
libavcodec/dca.c:951:17: note: add parentheses around left hand side expression to silence this warning
            if (!s->debug_flag & 0x01) {
                ^
                (             )
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dnxhddec.o libavcodec/dnxhddec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dnxhddata.o libavcodec/dnxhddata.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dsicinav.o libavcodec/dsicinav.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dvbsubdec.o libavcodec/dvbsubdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dvdsubdec.o libavcodec/dvdsubdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dv.o libavcodec/dv.c
libavcodec/dv.c:1051:12: warning: assigning to '__uint8_t *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    s->buf = buf;
           ^ ~~~
libavcodec/dv.c:823:20: warning: unused function 'dv_encode_video_segment' [-Wunused-function]
static inline void dv_encode_video_segment(DVVideoContext *s,
                   ^
libavcodec/dv.c:1066:19: warning: unused function 'dv_write_pack' [-Wunused-function]
static inline int dv_write_pack(enum dv_pack_type pack_id, DVVideoContext *c, uint8_t* buf)
                  ^
3 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dxa.o libavcodec/dxa.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/eacmv.o libavcodec/eacmv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/eatgv.o libavcodec/eatgv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/8bps.o libavcodec/8bps.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/8svx.o libavcodec/8svx.c
libavcodec/8svx.c:38:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                         ~~~^
libavcodec/8svx.c:38:53: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                 ~~~^
libavcodec/8svx.c:38:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                         ~~~^
libavcodec/8svx.c:38:69: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                                  ~~^
libavcodec/8svx.c:38:76: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                                         ~~^
libavcodec/8svx.c:38:83: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                                                ~~^
libavcodec/8svx.c:38:90: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                                                       ~~^
libavcodec/8svx.c:38:97: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8,
                                                                                              ~~^
libavcodec/8svx.c:40:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                         ~~~~^
libavcodec/8svx.c:40:54: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                  ~~~^
libavcodec/8svx.c:40:62: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                          ~~~^
libavcodec/8svx.c:40:70: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                                  ~~~^
libavcodec/8svx.c:40:77: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                                          ~~^
libavcodec/8svx.c:40:84: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                                                 ~~^
libavcodec/8svx.c:40:91: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                                                        ~~^
libavcodec/8svx.c:40:98: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
const static int16_t exponential[16] = { -128<<8, -64<<8, -32<<8, -16<<8, -8<<8, -4<<8, -2<<8, -1<<8,
                                                                                               ~~^
libavcodec/8svx.c:81:22: warning: assigning to '__int16_t *' (aka 'short *') from 'const __int16_t [16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
          esc->table = fibonacci;
                     ^ ~~~~~~~~~
libavcodec/8svx.c:84:22: warning: assigning to '__int16_t *' (aka 'short *') from 'const __int16_t [16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
          esc->table = exponential;
                     ^ ~~~~~~~~~~~
18 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/escape124.o libavcodec/escape124.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ffv1.o libavcodec/ffv1.c
libavcodec/ffv1.c:39:21: warning: unused variable 'quant3' [-Wunused-const-variable]
static const int8_t quant3[256]={
                    ^
libavcodec/ffv1.c:57:21: warning: unused variable 'quant5' [-Wunused-const-variable]
static const int8_t quant5[256]={
                    ^
libavcodec/ffv1.c:75:21: warning: unused variable 'quant7' [-Wunused-const-variable]
static const int8_t quant7[256]={
                    ^
libavcodec/ffv1.c:93:21: warning: unused variable 'quant9' [-Wunused-const-variable]
static const int8_t quant9[256]={
                    ^
libavcodec/ffv1.c:111:21: warning: unused variable 'quant11' [-Wunused-const-variable]
static const int8_t quant11[256]={
                    ^
libavcodec/ffv1.c:129:21: warning: unused variable 'quant13' [-Wunused-const-variable]
static const int8_t quant13[256]={
                    ^
libavcodec/ffv1.c:218:20: warning: unused function 'put_symbol' [-Wunused-function]
static inline void put_symbol(RangeCoder *c, uint8_t *state, int v, int is_signed){
                   ^
libavcodec/ffv1.c:298:20: warning: unused function 'put_vlc_symbol' [-Wunused-function]
static inline void put_vlc_symbol(PutBitContext *pb, VlcState * const state, int v, int bits){
                   ^
8 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/rangecoder.o libavcodec/rangecoder.c
libavcodec/rangecoder.c:54:42: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    ff_init_range_encoder(c, (uint8_t *) buf, buf_size);
                                         ^
libavcodec/rangecoder.c:56:34: warning: passing '__uint8_t **' (aka 'unsigned char **') to parameter of type 'const __uint8_t **' (aka 'const unsigned char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
    c->low = bytestream_get_be16(&c->bytestream);
                                 ^~~~~~~~~~~~~~
libavcodec/bytestream.h:49:1: note: passing argument to parameter 'b' here
DEF  (be16, 2, AV_RB16, AV_WB16)
^
libavcodec/bytestream.h:38:5: note: expanded from macro 'DEF'
    DEF_T(unsigned int, name, bytes, read, write)
    ^
libavcodec/bytestream.h:28:70: note: expanded from macro 'DEF_T'
static av_always_inline type bytestream_get_ ## name(const uint8_t **b){\
                                                                     ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/huffyuv.o libavcodec/huffyuv.c
libavcodec/huffyuv.c:189:19: warning: unused function 'sub_left_prediction' [-Wunused-function]
static inline int sub_left_prediction(HYuvContext *s, uint8_t *dst, uint8_t *src, int w, int left){
                  ^
libavcodec/huffyuv.c:209:20: warning: unused function 'sub_left_prediction_bgr32' [-Wunused-function]
static inline void sub_left_prediction_bgr32(HYuvContext *s, uint8_t *dst, uint8_t *src, int w, int *red, int *green, int *blue){
                   ^
libavcodec/huffyuv.c:893:12: warning: unused function 'encode_bgr_bitstream' [-Wunused-function]
static int encode_bgr_bitstream(HYuvContext *s, int count){
           ^
3 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/flac.o libavcodec/flac.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/flashsv.o libavcodec/flashsv.c
libavcodec/flashsv.c:196:36: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                s->zstream.next_in = buf+(get_bits_count(&gb)/8);
                                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/flicvideo.o libavcodec/flicvideo.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h263dec.o libavcodec/h263dec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h263.o libavcodec/h263.c
libavcodec/h263.c:3045:20: warning: unused function 'memsetw' [-Wunused-function]
static inline void memsetw(short *tab, int val, int n)
                   ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/error_resilience.o libavcodec/error_resilience.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/4xm.o libavcodec/4xm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/fraps.o libavcodec/fraps.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/huffman.o libavcodec/huffman.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/gifdec.o libavcodec/gifdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/lzw.o libavcodec/lzw.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h261dec.o libavcodec/h261dec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h261.o libavcodec/h261.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h263_parser.o libavcodec/h263_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h264.o libavcodec/h264.c
libavcodec/h264.c:125:16: warning: assigning to 'int *' from 'const int [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    left_block = left_block_options[0];
               ^ ~~~~~~~~~~~~~~~~~~~~~
libavcodec/h264.c:164:32: warning: assigning to 'int *' from 'const int [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                    left_block = left_block_options[1];
                               ^ ~~~~~~~~~~~~~~~~~~~~~
libavcodec/h264.c:166:31: warning: assigning to 'int *' from 'const int [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                    left_block= left_block_options[2];
                              ^ ~~~~~~~~~~~~~~~~~~~~~
libavcodec/h264.c:170:28: warning: assigning to 'int *' from 'const int [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                left_block = left_block_options[3];
                           ^ ~~~~~~~~~~~~~~~~~~~~~
libavcodec/h264.c:6426:15: warning: incompatible pointer types initializing 'int (*)[64]' with an expression of type 'int *' [-Wincompatible-pointer-types]
        int (*ref2frm) [64] = h->ref2frm[ h->slice_num          &15 ][0] + (MB_MBAFF ? 20 : 2);
              ^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/h264.c:6427:15: warning: incompatible pointer types initializing 'int (*)[64]' with an expression of type 'int *' [-Wincompatible-pointer-types]
        int (*ref2frmm)[64] = h->ref2frm[ h->slice_table[mbm_xy]&15 ][0] + (MB_MBAFF ? 20 : 2);
              ^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libavcodec/h264.c:7951:
libavcodec/svq3.c:707:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      memcpy ((uint8_t *) &s->gb.buffer[get_bits_count(&s->gb) >> 3],
                          ^
libavcodec/h264.c:1592:19: warning: unused function 'quantize_c' [-Wunused-function]
static inline int quantize_c(DCTELEM *block, uint8_t *scantable, int qscale, int intra, int separate_dc){
                  ^
8 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h264idct.o libavcodec/h264idct.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h264pred.o libavcodec/h264pred.c
libavcodec/h264pred.c:201:13: warning: unused function 'pred4x4_down_left_rv40_notop_c' [-Wunused-function]
static void pred4x4_down_left_rv40_notop_c(uint8_t *src, uint8_t *topright, int stride){
            ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h264_parser.o libavcodec/h264_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cabac.o libavcodec/cabac.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/idcinvideo.o libavcodec/idcinvideo.c
libavcodec/idcinvideo.c:215:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl *palette_control = avctx->palctrl;
    ^
libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/imc.o libavcodec/imc.c
libavcodec/imc.c:146:37: warning: incompatible pointer types assigning to '__int16_t (*)[2]' from '__int16_t [2]'; take the address with & [-Wincompatible-pointer-types]
            huffman_vlc[i][j].table = vlc_tables[vlc_offsets[i * 4 + j]];
                                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      &
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/indeo2.o libavcodec/indeo2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/indeo3.o libavcodec/indeo3.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dpcm.o libavcodec/dpcm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/interplayvideo.o libavcodec/interplayvideo.c
libavcodec/interplayvideo.c:884:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl *palette_control = avctx->palctrl;
    ^
libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/jpeglsdec.o libavcodec/jpeglsdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/jpegls.o libavcodec/jpegls.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/kmvc.o libavcodec/kmvc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/loco.o libavcodec/loco.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mace.o libavcodec/mace.c
libavcodec/mace.c:249:70: warning: incompatible pointer types passing 'const __int16_t [128][4]' to parameter of type 'const __int16_t *' (aka 'const short *') [-Wincompatible-pointer-types]
                chomp3(&ctx->chd[i], output, pkt       &7, MACEtab1, MACEtab2,
                                                                     ^~~~~~~~
libavcodec/mace.c:167:35: note: passing argument to parameter 'tab2' here
                   const int16_t *tab2, int tab2_stride,
                                  ^
libavcodec/mace.c:252:70: warning: incompatible pointer types passing 'const __int16_t [128][2]' to parameter of type 'const __int16_t *' (aka 'const short *') [-Wincompatible-pointer-types]
                chomp3(&ctx->chd[i], output,(pkt >> 3) &3, MACEtab3, MACEtab4,
                                                                     ^~~~~~~~
libavcodec/mace.c:167:35: note: passing argument to parameter 'tab2' here
                   const int16_t *tab2, int tab2_stride,
                                  ^
libavcodec/mace.c:255:70: warning: incompatible pointer types passing 'const __int16_t [128][4]' to parameter of type 'const __int16_t *' (aka 'const short *') [-Wincompatible-pointer-types]
                chomp3(&ctx->chd[i], output, pkt >> 5    , MACEtab1, MACEtab2,
                                                                     ^~~~~~~~
libavcodec/mace.c:167:35: note: passing argument to parameter 'tab2' here
                   const int16_t *tab2, int tab2_stride,
                                  ^
libavcodec/mace.c:285:67: warning: incompatible pointer types passing 'const __int16_t [128][4]' to parameter of type 'const __int16_t *' (aka 'const short *') [-Wincompatible-pointer-types]
            chomp6(&ctx->chd[i], output, pkt >> 5     , MACEtab1, MACEtab2,
                                                                  ^~~~~~~~
libavcodec/mace.c:187:35: note: passing argument to parameter 'tab2' here
                   const int16_t *tab2, int tab2_stride,
                                  ^
libavcodec/mace.c:288:67: warning: incompatible pointer types passing 'const __int16_t [128][2]' to parameter of type 'const __int16_t *' (aka 'const short *') [-Wincompatible-pointer-types]
            chomp6(&ctx->chd[i], output,(pkt >> 3) & 3, MACEtab3, MACEtab4,
                                                                  ^~~~~~~~
libavcodec/mace.c:187:35: note: passing argument to parameter 'tab2' here
                   const int16_t *tab2, int tab2_stride,
                                  ^
libavcodec/mace.c:291:67: warning: incompatible pointer types passing 'const __int16_t [128][4]' to parameter of type 'const __int16_t *' (aka 'const short *') [-Wincompatible-pointer-types]
            chomp6(&ctx->chd[i], output, pkt       & 7, MACEtab1, MACEtab2,
                                                                  ^~~~~~~~
libavcodec/mace.c:187:35: note: passing argument to parameter 'tab2' here
                   const int16_t *tab2, int tab2_stride,
                                  ^
6 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mimic.o libavcodec/mimic.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mjpegbdec.o libavcodec/mjpegbdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mlp.o libavcodec/mlp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mlpdec.o libavcodec/mlpdec.c
libavcodec/mlpdec.c:414:37: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
        cp->sign_huff_offset = (-1) << 23;
                               ~~~~ ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mmvideo.o libavcodec/mmvideo.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/motionpixels.o libavcodec/motionpixels.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegaudiodec.o libavcodec/mpegaudiodec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodecheader.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegaudio.o libavcodec/mpegaudio.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodata.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpeg4audio.o libavcodec/mpeg4audio.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpc7.o libavcodec/mpc7.c
libavcodec/mpc7.c:173:29: warning: 'memset' call operates on objects of type 'Band' while the size is based on a different type 'Band *' [-Wsizeof-pointer-memaccess]
    memset(bands, 0, sizeof(bands));
           ~~~~~            ^~~~~
libavcodec/mpc7.c:173:29: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
    memset(bands, 0, sizeof(bands));
                            ^~~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpc.o libavcodec/mpc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpc8.o libavcodec/mpc8.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mdec.o libavcodec/mdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpeg12.o libavcodec/mpeg12.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpeg4video_parser.o libavcodec/mpeg4video_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_enc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/motion_est.o libavcodec/motion_est.c
In file included from libavcodec/motion_est.c:225:
libavcodec/motion_est_template.c:868:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
        if((key&((-1)<<(2*ME_MAP_MV_BITS))) != map_generation) continue;
                 ~~~~^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ratecontrol.o libavcodec/ratecontrol.c
libavcodec/ratecontrol.c:109:81: warning: passing 'const char *const [21]' to parameter of type 'const char **' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    rcc->rc_eq_eval = ff_parse(s->avctx->rc_eq ? s->avctx->rc_eq : "tex^qComp", const_names, func1, func1_names, NULL, NULL, &error);
                                                                                ^~~~~~~~~~~
libavcodec/eval.h:64:51: note: passing argument to parameter 'const_name' here
AVEvalExpr * ff_parse(const char *s, const char **const_name,
                                                  ^
libavcodec/ratecontrol.c:109:101: warning: passing 'const char *const [3]' to parameter of type 'const char **' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    rcc->rc_eq_eval = ff_parse(s->avctx->rc_eq ? s->avctx->rc_eq : "tex^qComp", const_names, func1, func1_names, NULL, NULL, &error);
                                                                                                    ^~~~~~~~~~~
libavcodec/eval.h:65:63: note: passing argument to parameter 'func1_name' here
               double (**func1)(void *, double), const char **func1_name,
                                                              ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/msmpeg4.o libavcodec/msmpeg4.c
libavcodec/msmpeg4.c:1358:20: warning: unused function 'msmpeg4_memsetw' [-Wunused-function]
static inline void msmpeg4_memsetw(short *tab, int val, int n)
                   ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/msmpeg4data.o libavcodec/msmpeg4data.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/msrle.o libavcodec/msrle.c
libavcodec/msrle.c:87:28: warning: incompatible pointer types passing 'AVFrame *' (aka 'struct AVFrame *') to parameter of type 'AVPicture *' (aka 'struct AVPicture *') [-Wincompatible-pointer-types]
    ff_msrle_decode(avctx, &s->frame, avctx->bits_per_coded_sample, buf, buf_size);
                           ^~~~~~~~~
libavcodec/msrledec.h:36:55: note: passing argument to parameter 'pic' here
int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
                                                      ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/msvideo1.o libavcodec/msvideo1.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/lcldec.o libavcodec/lcldec.c
libavcodec/lcldec.c:167:47: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    unsigned char *encoded = (unsigned char *)buf;
                                              ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/nellymoserdec.o libavcodec/nellymoserdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/nellymoser.o libavcodec/nellymoser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/nuv.o libavcodec/nuv.c
libavcodec/nuv.c:74:26: warning: passing 'const __uint8_t *' (aka 'const unsigned char *') to parameter of type '__uint8_t *' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    avpicture_fill(&pic, src, PIX_FMT_YUV420P, width, height);
                         ^~~
libavcodec/avcodec.h:2379:49: note: passing argument to parameter 'ptr' here
int avpicture_fill(AVPicture *picture, uint8_t *ptr,
                                                ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/rtjpeg.o libavcodec/rtjpeg.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/pcx.o libavcodec/pcx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/png.o libavcodec/png.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/pngdec.o libavcodec/pngdec.c
libavcodec/pngdec.c:357:24: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    s->zstream.next_in = s->bytestream;
                       ^ ~~~~~~~~~~~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ptx.o libavcodec/ptx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/qdm2.o libavcodec/qdm2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/qdrw.o libavcodec/qdrw.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/qpeg.o libavcodec/qpeg.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/qtrle.o libavcodec/qtrle.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ra144.o libavcodec/ra144.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/acelp_filters.o libavcodec/acelp_filters.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ra288.o libavcodec/ra288.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/rawdec.o libavcodec/rawdec.c
libavcodec/rawdec.c:125:29: warning: passing 'const __uint8_t *' (aka 'const unsigned char *') to parameter of type '__uint8_t *' (aka 'unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    avpicture_fill(picture, buf, avctx->pix_fmt, avctx->width, avctx->height);
                            ^~~
libavcodec/avcodec.h:2379:49: note: passing argument to parameter 'ptr' here
int avpicture_fill(AVPicture *picture, uint8_t *ptr,
                                                ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/rl2.o libavcodec/rl2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/roqvideodec.o libavcodec/roqvideodec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/roqvideo.o libavcodec/roqvideo.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/rpza.o libavcodec/rpza.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/rv10.o libavcodec/rv10.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/sgidec.o libavcodec/sgidec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/shorten.o libavcodec/shorten.c
libavcodec/shorten.c:249:49: warning: implicit conversion from 'int' to '__int16_t' (aka 'short') changes value from 32768 to -32768 [-Wconstant-conversion]
            *samples++ = FFMIN(buffer[chan][i], 32768);
                       ~                        ^~~~~
./libavutil/common.h:115:34: note: expanded from macro 'FFMIN'
#define FFMIN(a,b) ((a) > (b) ? (b) : (a))
                                 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/smacker.o libavcodec/smacker.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/smc.o libavcodec/smc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/snow.o libavcodec/snow.c
libavcodec/snow.c:3764:12: warning: implicitly declaring library function 'rint' with type 'double (double)' [-Wimplicit-function-declaration]
    return rint(QROOT*log(qscale / (float)FF_QP2LAMBDA)/log(2))
           ^
libavcodec/snow.c:3764:12: note: include the header <math.h> or explicitly provide a declaration for 'rint'
libavcodec/snow.c:32:21: warning: unused variable 'quant3' [-Wunused-const-variable]
static const int8_t quant3[256]={
                    ^
libavcodec/snow.c:50:21: warning: unused variable 'quant3b' [-Wunused-const-variable]
static const int8_t quant3b[256]={
                    ^
libavcodec/snow.c:86:21: warning: unused variable 'quant5' [-Wunused-const-variable]
static const int8_t quant5[256]={
                    ^
libavcodec/snow.c:104:21: warning: unused variable 'quant7' [-Wunused-const-variable]
static const int8_t quant7[256]={
                    ^
libavcodec/snow.c:122:21: warning: unused variable 'quant9' [-Wunused-const-variable]
static const int8_t quant9[256]={
                    ^
libavcodec/snow.c:140:21: warning: unused variable 'quant11' [-Wunused-const-variable]
static const int8_t quant11[256]={
                    ^
libavcodec/snow.c:158:21: warning: unused variable 'quant13' [-Wunused-const-variable]
static const int8_t quant13[256]={
                    ^
libavcodec/snow.c:1630:20: warning: unused function 'copy_rac_state' [-Wunused-function]
static inline void copy_rac_state(RangeCoder *d, RangeCoder *s){
                   ^
9 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/sonic.o libavcodec/sonic.c
libavcodec/sonic.c:77:19: warning: unused function 'divide' [-Wunused-function]
static inline int divide(int a, int b)
                  ^
libavcodec/sonic.c:96:19: warning: unused function 'intlist_write' [-Wunused-function]
static inline int intlist_write(PutBitContext *pb, int *buf, int entries, int base_2_part)
                  ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/sunrast.o libavcodec/sunrast.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/svq1dec.o libavcodec/svq1dec.c
libavcodec/svq1dec.c:662:34: warning: cast from 'const unsigned char *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
    uint32_t *src = (uint32_t *) (buf + 4);
                                 ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/svq1.o libavcodec/svq1.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/targa.o libavcodec/targa.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp3.o libavcodec/vp3.c
libavcodec/vp3.c:93:20: warning: unused function 'debug_dequantizers' [-Wunused-function]
static inline void debug_dequantizers(const char *format, ...) { }
                   ^
libavcodec/vp3.c:117:20: warning: unused function 'debug_token' [-Wunused-function]
static inline void debug_token(const char *format, ...) { }
                   ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/xiph.o libavcodec/xiph.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp3dsp.o libavcodec/vp3dsp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/tiertexseqv.o libavcodec/tiertexseqv.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/tiff.o libavcodec/tiff.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/truemotion1.o libavcodec/truemotion1.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/truemotion2.o libavcodec/truemotion2.c
libavcodec/truemotion2.c:775:33: warning: cast from 'const unsigned char *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
    l->dsp.bswap_buf((uint32_t*)buf, (const uint32_t*)buf, buf_size >> 2); //FIXME SERIOUS BUG
                                ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/truespeech.o libavcodec/truespeech.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/tscc.o libavcodec/tscc.c
libavcodec/tscc.c:102:24: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    c->zstream.next_in = encoded;
                       ^ ~~~~~~~
libavcodec/tscc.c:115:32: warning: incompatible pointer types passing 'AVFrame *' (aka 'struct AVFrame *') to parameter of type 'AVPicture *' (aka 'struct AVPicture *') [-Wincompatible-pointer-types]
        ff_msrle_decode(avctx, &c->pic, c->bpp, c->decomp_buf, c->zstream.avail_out);
                               ^~~~~~~
libavcodec/msrledec.h:36:55: note: passing argument to parameter 'pic' here
int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
                                                      ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/tta.o libavcodec/tta.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/txd.o libavcodec/txd.c
libavcodec/txd.c:108:17: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
            if (!flags&1) goto unsupported;
                ^     ~
libavcodec/txd.c:108:17: note: add parentheses after the '!' to evaluate the bitwise operator first
            if (!flags&1) goto unsupported;
                ^
                 (      )
libavcodec/txd.c:108:17: note: add parentheses around left hand side expression to silence this warning
            if (!flags&1) goto unsupported;
                ^
                (     )
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/s3tc.o libavcodec/s3tc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ulti.o libavcodec/ulti.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vb.o libavcodec/vb.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vc1.o libavcodec/vc1.c
libavcodec/vc1.c:3284:48: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
                if(!coded_inter) coded_inter = !is_intra[i] & is_coded[i];
                                               ^            ~
libavcodec/vc1.c:3284:48: note: add parentheses after the '!' to evaluate the bitwise operator first
                if(!coded_inter) coded_inter = !is_intra[i] & is_coded[i];
                                               ^
                                                (                        )
libavcodec/vc1.c:3284:48: note: add parentheses around left hand side expression to silence this warning
                if(!coded_inter) coded_inter = !is_intra[i] & is_coded[i];
                                               ^
                                               (           )
libavcodec/vc1.c:44:23: warning: unused variable 'table_mb_intra' [-Wunused-const-variable]
static const uint16_t table_mb_intra[64][2];
                      ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vc1data.o libavcodec/vc1data.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vc1dsp.o libavcodec/vc1dsp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/intrax8.o libavcodec/intrax8.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/intrax8dsp.o libavcodec/intrax8dsp.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vcr1.o libavcodec/vcr1.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vmdav.o libavcodec/vmdav.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vmnc.o libavcodec/vmnc.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vorbis_dec.o libavcodec/vorbis_dec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vorbis.o libavcodec/vorbis.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vorbis_data.o libavcodec/vorbis_data.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp5.o libavcodec/vp5.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp56.o libavcodec/vp56.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp56data.o libavcodec/vp56data.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp6.o libavcodec/vp6.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vqavideo.o libavcodec/vqavideo.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/wavpack.o libavcodec/wavpack.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/wmadec.o libavcodec/wmadec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/wma.o libavcodec/wma.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/wmv2dec.o libavcodec/wmv2dec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/wmv2.o libavcodec/wmv2.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/wnv1.o libavcodec/wnv1.c
libavcodec/wnv1.c:142:5: warning: incompatible pointer types initializing 'int (*)(AVCodecContext *, void *, int *, const __uint8_t *, int)' (aka 'int (*)(struct AVCodecContext *, void *, int *, const unsigned char *, int)') with an expression of type 'int (AVCodecContext *, void *, int *, __uint8_t *, int)' (aka 'int (struct AVCodecContext *, void *, int *, unsigned char *, int)') [-Wincompatible-pointer-types]
    decode_frame,
    ^~~~~~~~~~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ws-snd1.o libavcodec/ws-snd1.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/xan.o libavcodec/xan.c
libavcodec/xan.c:410:5: warning: 'AVPaletteControl' is deprecated [-Wdeprecated-declarations]
    AVPaletteControl *palette_control = avctx->palctrl;
    ^
libavcodec/avcodec.h:2306:3: note: 'AVPaletteControl' has been explicitly marked deprecated here
} AVPaletteControl attribute_deprecated;
  ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/xl.o libavcodec/xl.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/xsubdec.o libavcodec/xsubdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/zmbv.o libavcodec/zmbv.c
libavcodec/zmbv.c:493:28: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        c->zstream.next_in = buf;
                           ^ ~~~
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/pcm.o libavcodec/pcm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/adpcm.o libavcodec/adpcm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/adxdec.o libavcodec/adxdec.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/g726.o libavcodec/g726.c
libavcodec/g726.c:150:23: warning: unused function 'quant' [-Wunused-function]
static inline uint8_t quant(G726Context* c, int d)
                      ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/libfaad.o libavcodec/libfaad.c
In file included from libavcodec/libfaad.c:31:
/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/faad.h:32:9: warning: please update faad2 include filename and function names! [-W#pragma-messages]
#pragma message("please update faad2 include filename and function names!")
        ^
libavcodec/libfaad.c:334:1: warning: incompatible pointer types initializing 'int (*)(AVCodecContext *, void *, int *, const __uint8_t *, int)' (aka 'int (*)(struct AVCodecContext *, void *, int *, const unsigned char *, int)') with an expression of type 'int (AVCodecContext *, void *, int *, __uint8_t *, int)' (aka 'int (struct AVCodecContext *, void *, int *, unsigned char *, int)') [-Wincompatible-pointer-types]
AAC_CODEC(CODEC_ID_AAC, libfaad, "libfaad AAC (Advanced Audio Codec)");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/libfaad.c:329:5: note: expanded from macro 'AAC_CODEC'
    faac_decode_frame,          \
    ^~~~~~~~~~~~~~~~~
libavcodec/libfaad.c:98:28: warning: unused variable 'faac_srates' [-Wunused-const-variable]
static const unsigned long faac_srates[] =
                           ^
3 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/latmaac.o libavcodec/latmaac.c
libavcodec/latmaac.c:266:17: warning: unused variable 'celp_table_index' [-Wunused-variable]
            int celp_table_index = get_bits(b, 6);
                ^
libavcodec/latmaac.c:269:17: warning: unused variable 'hvxc_table_index' [-Wunused-variable]
            int hvxc_table_index = get_bits(b, 1);
                ^
libavcodec/latmaac.c:471:138: warning: incompatible pointer types passing '__uint32_t *' (aka 'unsigned int *') to parameter of type 'unsigned long *' [-Wincompatible-pointer-types]
        char ret = NeAACDecInit2(decoder->aac_decoder, (unsigned char*)decoder->parser->config.extra, decoder->parser->config.extrasize, &decoder->in_samplerate, &decoder->in_channels);
                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/neaacdec.h:221:47: note: passing argument to parameter 'samplerate' here
                               unsigned long *samplerate, unsigned char *channels);
                                              ^
libavcodec/latmaac.c:621:15: warning: incompatible pointer types initializing 'int (*)(AVCodecContext *, void *, int *, const __uint8_t *, int)' (aka 'int (*)(struct AVCodecContext *, void *, int *, const unsigned char *, int)') with an expression of type 'int (AVCodecContext *, void *, int *, __uint8_t *, int)' (aka 'int (struct AVCodecContext *, void *, int *, unsigned char *, int)') [-Wincompatible-pointer-types]
    .decode = faac_decode_frame,
              ^~~~~~~~~~~~~~~~~
4 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/aac_parser.o libavcodec/aac_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/aac_ac3_parser.o libavcodec/aac_ac3_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/latm_parser.o libavcodec/latm_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/ac3_parser.o libavcodec/ac3_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/cavs_parser.o libavcodec/cavs_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dca_parser.o libavcodec/dca_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dirac_parser.o libavcodec/dirac_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dvbsub_parser.o libavcodec/dvbsub_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/dvdsub_parser.o libavcodec/dvdsub_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/h261_parser.o libavcodec/h261_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mjpeg_parser.o libavcodec/mjpeg_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mlp_parser.o libavcodec/mlp_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegaudio_parser.o libavcodec/mpegaudio_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/mpegvideo_parser.o libavcodec/mpegvideo_parser.c
libavcodec/mpegvideo_parser.c:162:12: warning: unused function 'mpegvideo_split' [-Wunused-function]
static int mpegvideo_split(AVCodecContext *avctx,
           ^
1 warning generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/pnm_parser.o libavcodec/pnm_parser.c
libavcodec/pnm_parser.c:45:40: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
        pnmctx.bytestream= (uint8_t *) buf; /* casts avoid warnings */
                                       ^
libavcodec/pnm_parser.c:46:44: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
        pnmctx.bytestream_end= (uint8_t *) buf + buf_size;
                                           ^
2 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/pnm.o libavcodec/pnm.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vc1_parser.o libavcodec/vc1_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/vp3_parser.o libavcodec/vp3_parser.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/pthread.o libavcodec/pthread.c
libavcodec/pthread.c:45:14: warning: unknown attribute 'force_align_arg_pointer' ignored [-Wunknown-attributes]
static void* attribute_align_arg worker(void *v)
             ^
./libavutil/internal.h:39:48: note: expanded from macro 'attribute_align_arg'
#    define attribute_align_arg __attribute__((force_align_arg_pointer))
                                               ^
1 warning generated.
yasm -f elf -DARCH_X86_64 -m amd64 -g dwarf2 -I libavcodec/i386/ -o libavcodec/i386/fft_mmx.o libavcodec/i386/fft_mmx.asm
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/fft_sse.o libavcodec/i386/fft_sse.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/fft_3dn.o libavcodec/i386/fft_3dn.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/fft_3dn2.o libavcodec/i386/fft_3dn2.c
yasm -f elf -DARCH_X86_64 -m amd64 -g dwarf2 -I libavcodec/i386/ -o libavcodec/i386/dsputil_yasm.o libavcodec/i386/dsputil_yasm.asm
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/idct_mmx.o libavcodec/i386/idct_mmx.c
In file included from libavcodec/i386/idct_mmx.c:25:
libavcodec/i386/mmx.h:24:2: warning: Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. [-W#warnings]
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
 ^
libavcodec/i386/idct_mmx.c:397:53: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~^~
libavcodec/i386/idct_mmx.c:392:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
libavcodec/i386/idct_mmx.c:397:56: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~   ^~
libavcodec/i386/idct_mmx.c:392:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
libavcodec/i386/idct_mmx.c:397:59: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~      ^~
libavcodec/i386/idct_mmx.c:392:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
libavcodec/i386/idct_mmx.c:397:62: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~         ^~
libavcodec/i386/idct_mmx.c:392:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
5 warnings generated.
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/dsputilenc_mmx.o libavcodec/i386/dsputilenc_mmx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/cavsdsp_mmx.o libavcodec/i386/cavsdsp_mmx.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -O3 -fno-math-errno -fno-signed-zeros        -c -o libavcodec/i386/snowdsp_mmx.o libavcodec/i386/snowdsp_mmx.c
libavcodec/i386/snowdsp_mmx.c:732:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_sse2_end_8
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:679:14: note: expanded from macro 'snow_inner_add_yblock_sse2_end_8'
             snow_inner_add_yblock_sse2_end_common2
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:670:74: note: expanded from macro 'snow_inner_add_yblock_sse2_end_common2'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                ~~~~~~~~~^~~
libavcodec/i386/snowdsp_mmx.c:732:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_sse2_end_8
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:679:14: note: expanded from macro 'snow_inner_add_yblock_sse2_end_8'
             snow_inner_add_yblock_sse2_end_common2
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:670:92: note: expanded from macro 'snow_inner_add_yblock_sse2_end_common2'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                                  ~~~~~~~~~^~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:756:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_sse2_end_16
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:685:14: note: expanded from macro 'snow_inner_add_yblock_sse2_end_16'
             snow_inner_add_yblock_sse2_end_common2
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:670:74: note: expanded from macro 'snow_inner_add_yblock_sse2_end_common2'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                ~~~~~~~~~^~~
libavcodec/i386/snowdsp_mmx.c:756:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_sse2_end_16
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:685:14: note: expanded from macro 'snow_inner_add_yblock_sse2_end_16'
             snow_inner_add_yblock_sse2_end_common2
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:670:92: note: expanded from macro 'snow_inner_add_yblock_sse2_end_common2'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                                  ~~~~~~~~~^~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:829:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_mmx_end("16")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:818:74: note: expanded from macro 'snow_inner_add_yblock_mmx_end'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                ~~~~~~~~~^~~
libavcodec/i386/snowdsp_mmx.c:829:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_mmx_end("16")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:818:92: note: expanded from macro 'snow_inner_add_yblock_mmx_end'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                                  ~~~~~~~~~^~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:846:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_mmx_end("32")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:818:74: note: expanded from macro 'snow_inner_add_yblock_mmx_end'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                ~~~~~~~~~^~~
libavcodec/i386/snowdsp_mmx.c:846:1: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
snow_inner_add_yblock_mmx_end("32")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavcodec/i386/snowdsp_mmx.c:818:92: note: expanded from macro 'snow_inner_add_yblock_mmx_end'
             "rm"((x86_reg)(src_x<<1)),"m"(obmc),"a"(block),"m"((x86_reg)b_h),"m"((x86_reg)src_stride):\
                                                                                  ~~~~~~~~~^~~~~~~~~~
8 errors generated.
common.mak:25: recipe for target 'libavcodec/i386/snowdsp_mmx.o' failed
gmake[4]: *** [libavcodec/i386/snowdsp_mmx.o] Error 1

    cd `dirname ./ffmpeg.tar.gz` && CONTRIB=`pwd` &&
    rm -rf ffmpeg && (gzip -dc ffmpeg.tar.gz | tar xf -) &&
    cd ffmpeg && patch -p0 < ../patch-ffmpeg.patch  && patch -p0 < ../patch-ffmpeg-latm.patch   && patch -p0 < ../patch-ffmpeg-mpegleak.patch   && patch -p0 < ../patch-ffmpeg-nodocs.patch  &&
    ./configure --prefix=$CONTRIB --enable-gpl --enable-pthreads --enable-swscale \
        --disable-shared --enable-static --disable-encoders \
        --enable-encoder=mpeg4 --enable-encoder=ac3 --enable-encoder=snow \
        --enable-libfaad --disable-ffmpeg --disable-ffserver \
        --disable-muxers --enable-muxer=ipod --disable-bsfs \
        --extra-cflags="-I$CONTRIB/include" \
        --extra-ldflags="-L$CONTRIB/lib" --enable-memalign-hack --disable-devices &&
    gmake && gmake install &&
    strip -S $CONTRIB/lib/libavcodec.a

...failed LibAvCodec ./lib/libavcodec.a ...
...skipped ./lib/libavutil.a for lack of ./lib/libavcodec.a...
...skipped ./lib/libavformat.a for lack of ./lib/libavcodec.a...
...skipped ./lib/libswscale.a for lack of ./lib/libavcodec.a...
LibDCA ./lib/libdca.a 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/include/audio_out.h libdca_patched/include/audio_out.h
|--- libdca/include/audio_out.h	2007-05-02 10:05:03.000000000 +0100
|+++ libdca_patched/include/audio_out.h	2007-05-02 10:09:42.000000000 +0100
--------------------------
Patching file include/audio_out.h using Plan A...
Hunk #1 succeeded at 26.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/include/dca.h libdca_patched/include/dca.h
|--- libdca/include/dca.h	2007-05-02 10:05:03.000000000 +0100
|+++ libdca_patched/include/dca.h	2007-05-02 10:09:36.000000000 +0100
--------------------------
Patching file include/dca.h using Plan A...
Hunk #1 succeeded at 32.
Hunk #2 succeeded at 65.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_aif.c libdca_patched/libao/audio_out_aif.c
|--- libdca/libao/audio_out_aif.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_aif.c	2007-05-02 10:09:41.000000000 +0100
--------------------------
Patching file libao/audio_out_aif.c using Plan A...
Hunk #1 succeeded at 49.
Hunk #2 succeeded at 78.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_al.c libdca_patched/libao/audio_out_al.c
|--- libdca/libao/audio_out_al.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_al.c	2007-05-02 10:09:41.000000000 +0100
--------------------------
Patching file libao/audio_out_al.c using Plan A...
Hunk #1 succeeded at 44.
Hunk #2 succeeded at 59.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_float.c libdca_patched/libao/audio_out_float.c
|--- libdca/libao/audio_out_float.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_float.c	2007-05-02 10:09:40.000000000 +0100
--------------------------
Patching file libao/audio_out_float.c using Plan A...
Hunk #1 succeeded at 32.
Hunk #2 succeeded at 44.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_internal.h libdca_patched/libao/audio_out_internal.h
|--- libdca/libao/audio_out_internal.h	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_internal.h	2007-05-02 10:09:40.000000000 +0100
--------------------------
Patching file libao/audio_out_internal.h using Plan A...
Hunk #1 succeeded at 25.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_null.c libdca_patched/libao/audio_out_null.c
|--- libdca/libao/audio_out_null.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_null.c	2007-05-02 10:09:39.000000000 +0100
--------------------------
Patching file libao/audio_out_null.c using Plan A...
Hunk #1 succeeded at 36.
Hunk #2 succeeded at 48.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_oss.c libdca_patched/libao/audio_out_oss.c
|--- libdca/libao/audio_out_oss.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_oss.c	2007-05-02 10:09:38.000000000 +0100
--------------------------
Patching file libao/audio_out_oss.c using Plan A...
Hunk #1 succeeded at 68.
Hunk #2 succeeded at 83.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_peak.c libdca_patched/libao/audio_out_peak.c
|--- libdca/libao/audio_out_peak.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_peak.c	2007-05-02 10:09:38.000000000 +0100
--------------------------
Patching file libao/audio_out_peak.c using Plan A...
Hunk #1 succeeded at 16.
Hunk #2 succeeded at 29.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_solaris.c libdca_patched/libao/audio_out_solaris.c
|--- libdca/libao/audio_out_solaris.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_solaris.c	2007-05-02 10:09:37.000000000 +0100
--------------------------
Patching file libao/audio_out_solaris.c using Plan A...
Hunk #1 succeeded at 47.
Hunk #2 succeeded at 63.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_wav.c libdca_patched/libao/audio_out_wav.c
|--- libdca/libao/audio_out_wav.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_wav.c	2007-05-02 10:09:37.000000000 +0100
--------------------------
Patching file libao/audio_out_wav.c using Plan A...
Hunk #1 succeeded at 87.
Hunk #2 succeeded at 157.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libao/audio_out_win.c libdca_patched/libao/audio_out_win.c
|--- libdca/libao/audio_out_win.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/libao/audio_out_win.c	2007-05-02 10:09:36.000000000 +0100
--------------------------
Patching file libao/audio_out_win.c using Plan A...
Hunk #1 succeeded at 55.
Hunk #2 succeeded at 70.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libdca/dca_internal.h libdca_patched/libdca/dca_internal.h
|--- libdca/libdca/dca_internal.h	2007-05-02 10:05:05.000000000 +0100
|+++ libdca_patched/libdca/dca_internal.h	2007-05-02 10:09:35.000000000 +0100
--------------------------
Patching file libdca/dca_internal.h using Plan A...
Hunk #1 succeeded at 116.
Hunk #2 succeeded at 155.
Hunk #3 succeeded at 183.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libdca/downmix.c libdca_patched/libdca/downmix.c
|--- libdca/libdca/downmix.c	2007-05-02 10:05:05.000000000 +0100
|+++ libdca_patched/libdca/downmix.c	2007-05-06 19:45:54.000000000 +0100
--------------------------
Patching file libdca/downmix.c using Plan A...
Hunk #1 succeeded at 33.
Hunk #2 succeeded at 96.
Hunk #3 succeeded at 181.
Hunk #4 succeeded at 347.
Hunk #5 succeeded at 355.
Hunk #6 succeeded at 363.
Hunk #7 succeeded at 372.
Hunk #8 succeeded at 381.
Hunk #9 succeeded at 393.
Hunk #10 succeeded at 405.
Hunk #11 succeeded at 417.
Hunk #12 succeeded at 429.
Hunk #13 succeeded at 463.
Hunk #14 succeeded at 475.
Hunk #15 succeeded at 531.
Hunk #16 succeeded at 539.
Hunk #17 succeeded at 576.
Hunk #18 succeeded at 623.
Hunk #19 succeeded at 641.
Hunk #20 succeeded at 655.
Hunk #21 succeeded at 726.
Hunk #22 succeeded at 753.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/libdca/parse.c libdca_patched/libdca/parse.c
|--- libdca/libdca/parse.c	2007-05-02 10:05:05.000000000 +0100
|+++ libdca_patched/libdca/parse.c	2007-05-02 10:09:33.000000000 +0100
--------------------------
Patching file libdca/parse.c using Plan A...
Hunk #1 succeeded at 59.
Hunk #2 succeeded at 80.
Hunk #3 succeeded at 97.
Hunk #4 succeeded at 207.
Hunk #5 succeeded at 996.
Hunk #6 succeeded at 1142.
Hunk #7 succeeded at 1224.
Hunk #8 succeeded at 1275.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur libdca/src/dcadec.c libdca_patched/src/dcadec.c
|--- libdca/src/dcadec.c	2007-05-02 10:05:04.000000000 +0100
|+++ libdca_patched/src/dcadec.c	2007-05-02 10:09:35.000000000 +0100
--------------------------
Patching file src/dcadec.c using Plan A...
Hunk #1 succeeded at 280.
done
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... autotools/install-sh -c -d
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking whether gcc needs -traditional... (cached) no
checking if gcc supports  -Wall -g -O2 flags... yes
checking if gcc supports  -Wall -g  -O3 flags... yes
checking if gcc supports  -Wall -g  -O3 -fomit-frame-pointer  flags... yes
checking for a sed that does not truncate output... /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... NetBSD ld.elf_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
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for cos in -lm... yes
checking for sys/time.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/timeb.h... (cached) yes
checking for io.h... (cached) no
checking for struct timeval... yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for always_inline... yes
checking for C/C++ restrict keyword... (cached) restrict
checking for __builtin_expect... no
checking for size_t... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for memalign... (cached) no
checking for gettimeofday... (cached) yes
checking for ftime... (cached) no
checking return type of signal handlers... (cached) void
checking for _oss_ioctl in -lossaudio... yes
checking __attribute__ ((aligned ())) support... (cached) 64
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating src/Makefile
config.status: creating libdca/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating libdca/libdca.pc
config.status: creating libdca/libdts.pc
config.status: creating config.h
config.status: executing depfiles commands
gmake  all-recursive
Making all in libdca
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer   -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c  -fPIC -DPIC -o .libs/bitstream.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o >/dev/null 2>&1
mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer   -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c  -fPIC -DPIC -o .libs/parse.o
parse.c:669:17: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
            if (!state->debug_flag & 0x02)
                ^                  ~
parse.c:669:17: note: add parentheses after the '!' to evaluate the bitwise operator first
            if (!state->debug_flag & 0x02)
                ^
                 (                       )
parse.c:669:17: note: add parentheses around left hand side expression to silence this warning
            if (!state->debug_flag & 0x02)
                ^
                (                 )
parse.c:939:17: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
            if (!state->debug_flag & 0x01)
                ^                  ~
parse.c:939:17: note: add parentheses after the '!' to evaluate the bitwise operator first
            if (!state->debug_flag & 0x01)
                ^
                 (                       )
parse.c:939:17: note: add parentheses around left hand side expression to silence this warning
            if (!state->debug_flag & 0x01)
                ^
                (                 )
2 warnings generated.
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -o parse.o >/dev/null 2>&1
mv -f .deps/parse.Tpo .deps/parse.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer   -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c -o downmix.lo downmix.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c  -fPIC -DPIC -o .libs/downmix.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c -o downmix.o >/dev/null 2>&1
mv -f .deps/downmix.Tpo .deps/downmix.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -g  -O3 -fomit-frame-pointer   -no-undefined -version 0:0:0 -export-symbol-regex dca_.*  -o libdca.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib bitstream.lo parse.lo downmix.lo -lm 
gcc -shared  .libs/bitstream.o .libs/parse.o .libs/downmix.o  -lm  -Wl,-soname -Wl,libdca.so.0 -o .libs/libdca.so.0.0
(cd .libs && rm -f libdca.so.0 && ln -s libdca.so.0.0 libdca.so.0)
(cd .libs && rm -f libdca.so && ln -s libdca.so.0.0 libdca.so)
ar cru .libs/libdca.a  bitstream.o parse.o downmix.o
ranlib .libs/libdca.a
creating libdca.la
(cd .libs && rm -f libdca.la && ln -s ../libdca.la libdca.la)
Making all in libao
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c -o audio_out.lo audio_out.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c audio_out.c  -fPIC -DPIC -o .libs/audio_out.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c audio_out.c -o audio_out.o >/dev/null 2>&1
mv -f .deps/audio_out.Tpo .deps/audio_out.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c -o audio_out_null.lo audio_out_null.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c audio_out_null.c  -fPIC -DPIC -o .libs/audio_out_null.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c audio_out_null.c -o audio_out_null.o >/dev/null 2>&1
mv -f .deps/audio_out_null.Tpo .deps/audio_out_null.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c -o audio_out_float.lo audio_out_float.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c audio_out_float.c  -fPIC -DPIC -o .libs/audio_out_float.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c audio_out_float.c -o audio_out_float.o >/dev/null 2>&1
mv -f .deps/audio_out_float.Tpo .deps/audio_out_float.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c -o audio_out_oss.lo audio_out_oss.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c audio_out_oss.c  -fPIC -DPIC -o .libs/audio_out_oss.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c audio_out_oss.c -o audio_out_oss.o >/dev/null 2>&1
mv -f .deps/audio_out_oss.Tpo .deps/audio_out_oss.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_solaris.lo -MD -MP -MF .deps/audio_out_solaris.Tpo -c -o audio_out_solaris.lo audio_out_solaris.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_solaris.lo -MD -MP -MF .deps/audio_out_solaris.Tpo -c audio_out_solaris.c  -fPIC -DPIC -o .libs/audio_out_solaris.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_solaris.lo -MD -MP -MF .deps/audio_out_solaris.Tpo -c audio_out_solaris.c -o audio_out_solaris.o >/dev/null 2>&1
mv -f .deps/audio_out_solaris.Tpo .deps/audio_out_solaris.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_al.lo -MD -MP -MF .deps/audio_out_al.Tpo -c -o audio_out_al.lo audio_out_al.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_al.lo -MD -MP -MF .deps/audio_out_al.Tpo -c audio_out_al.c  -fPIC -DPIC -o .libs/audio_out_al.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_al.lo -MD -MP -MF .deps/audio_out_al.Tpo -c audio_out_al.c -o audio_out_al.o >/dev/null 2>&1
mv -f .deps/audio_out_al.Tpo .deps/audio_out_al.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_win.lo -MD -MP -MF .deps/audio_out_win.Tpo -c -o audio_out_win.lo audio_out_win.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_win.lo -MD -MP -MF .deps/audio_out_win.Tpo -c audio_out_win.c  -fPIC -DPIC -o .libs/audio_out_win.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_win.lo -MD -MP -MF .deps/audio_out_win.Tpo -c audio_out_win.c -o audio_out_win.o >/dev/null 2>&1
mv -f .deps/audio_out_win.Tpo .deps/audio_out_win.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_wav.lo -MD -MP -MF .deps/audio_out_wav.Tpo -c -o audio_out_wav.lo audio_out_wav.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_wav.lo -MD -MP -MF .deps/audio_out_wav.Tpo -c audio_out_wav.c  -fPIC -DPIC -o .libs/audio_out_wav.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_wav.lo -MD -MP -MF .deps/audio_out_wav.Tpo -c audio_out_wav.c -o audio_out_wav.o >/dev/null 2>&1
mv -f .deps/audio_out_wav.Tpo .deps/audio_out_wav.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_aif.lo -MD -MP -MF .deps/audio_out_aif.Tpo -c -o audio_out_aif.lo audio_out_aif.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_aif.lo -MD -MP -MF .deps/audio_out_aif.Tpo -c audio_out_aif.c  -fPIC -DPIC -o .libs/audio_out_aif.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_aif.lo -MD -MP -MF .deps/audio_out_aif.Tpo -c audio_out_aif.c -o audio_out_aif.o >/dev/null 2>&1
mv -f .deps/audio_out_aif.Tpo .deps/audio_out_aif.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT audio_out_peak.lo -MD -MP -MF .deps/audio_out_peak.Tpo -c -o audio_out_peak.lo audio_out_peak.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_peak.lo -MD -MP -MF .deps/audio_out_peak.Tpo -c audio_out_peak.c  -fPIC -DPIC -o .libs/audio_out_peak.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT audio_out_peak.lo -MD -MP -MF .deps/audio_out_peak.Tpo -c audio_out_peak.c -o audio_out_peak.o >/dev/null 2>&1
mv -f .deps/audio_out_peak.Tpo .deps/audio_out_peak.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT convert2s16.lo -MD -MP -MF .deps/convert2s16.Tpo -c -o convert2s16.lo convert2s16.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT convert2s16.lo -MD -MP -MF .deps/convert2s16.Tpo -c convert2s16.c  -fPIC -DPIC -o .libs/convert2s16.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -MT convert2s16.lo -MD -MP -MF .deps/convert2s16.Tpo -c convert2s16.c -o convert2s16.o >/dev/null 2>&1
mv -f .deps/convert2s16.Tpo .deps/convert2s16.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -g  -O3 -fomit-frame-pointer    -o libao.la  audio_out.lo audio_out_null.lo audio_out_float.lo audio_out_oss.lo audio_out_solaris.lo audio_out_al.lo audio_out_win.lo audio_out_wav.lo audio_out_aif.lo audio_out_peak.lo convert2s16.lo -lm -lossaudio 
ar cru .libs/libao.a .libs/audio_out.o .libs/audio_out_null.o .libs/audio_out_float.o .libs/audio_out_oss.o .libs/audio_out_solaris.o .libs/audio_out_al.o .libs/audio_out_win.o .libs/audio_out_wav.o .libs/audio_out_aif.o .libs/audio_out_peak.o .libs/convert2s16.o
ranlib .libs/libao.a
creating libao.la
(cd .libs && rm -f libao.la && ln -s ../libao.la libao.la)
Making all in src
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT dcadec.o -MD -MP -MF .deps/dcadec.Tpo -c -o dcadec.o dcadec.c
mv -f .deps/dcadec.Tpo .deps/dcadec.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c
mv -f .deps/gettimeofday.Tpo .deps/gettimeofday.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -g  -O3 -fomit-frame-pointer    -o dcadec dcadec.o getopt.o gettimeofday.o ../libdca/libdca.la ../libao/libao.la 
mkdir .libs
gcc -Wall -g -O3 -fomit-frame-pointer -o .libs/dcadec dcadec.o getopt.o gettimeofday.o  ../libdca/.libs/libdca.so ../libao/.libs/libao.a -lm -lossaudio  -Wl,--rpath -Wl,/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
creating dcadec
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer  -MT extract_dca.o -MD -MP -MF .deps/extract_dca.Tpo -c -o extract_dca.o extract_dca.c
mv -f .deps/extract_dca.Tpo .deps/extract_dca.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -g  -O3 -fomit-frame-pointer    -o extract_dca extract_dca.o getopt.o  
gcc -Wall -g -O3 -fomit-frame-pointer -o extract_dca extract_dca.o getopt.o   
{ \
	echo '#! /bin/sh' ; \
	echo 'exec "$(dirname "$0")/$(basename "$0" | sed -e 's/ts/ca/')" "$@"' ; \
} > dtsdec.tmp
chmod +x dtsdec.tmp
mv -f dtsdec.tmp dtsdec
{ \
	echo '#! /bin/sh' ; \
	echo 'exec "$(dirname "$0")/$(basename "$0" | sed -e 's/ts/ca/')" "$@"' ; \
} > extract_dts.tmp
chmod +x extract_dts.tmp
mv -f extract_dts.tmp extract_dts
Making all in test
gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g  -O3 -fomit-frame-pointer  -MT compare.o -MD -MP -MF .deps/compare.Tpo -c -o compare.o compare.c
mv -f .deps/compare.Tpo .deps/compare.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -g  -O3 -fomit-frame-pointer    -o compare compare.o -lm 
mkdir .libs
gcc -Wall -g -O3 -fomit-frame-pointer -o compare compare.o  -lm  
Making all in include
gmake[6]: Nothing to be done for 'all'.
Making install in libdca
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../autotools/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libdca.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.so.0.0 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.so.0.0
(cd /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libdca.so.0.0 libdca.so.0 || { rm -f libdca.so.0 && ln -s libdca.so.0.0 libdca.so.0; }; })
(cd /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libdca.so.0.0 libdca.so || { rm -f libdca.so && ln -s libdca.so.0.0 libdca.so; }; })
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake  install-exec-hook
ln -sf "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a" "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdts.a"
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || ../autotools/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libdca.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libdca.pc'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libdts.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libdts.pc'
Making install in libao
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in src
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || ../autotools/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'dcadec' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dcadec'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/dcadec /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dcadec
  /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'extract_dca' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dca'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c extract_dca /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dca
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || ../autotools/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'dtsdec' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dtsdec'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'extract_dts' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dts'
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || ../autotools/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './dcadec.1' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/dcadec.1'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './extract_dca.1' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/extract_dca.1'
gmake  install-data-hook
for a in dcadec extract_dca; do \
	oldname=`echo "$a" | sed -e 's/ca/ts/' | sed 's,x,x,'` ; \
	name=`echo "$a" | sed 's,x,x,'` ; \
	ln -sf "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/${name}.1" "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/${oldname}.1" ; \
done
Making install in test
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in include
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || ../autotools/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dca.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dca.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dts.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dts.h'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibDvdRead ./lib/libdvdread.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... grep -E
checking for ANSI C header files... (cached) yes
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking for dlopen... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking sys/bswap.h usability... yes
checking sys/bswap.h presence... yes
checking for sys/bswap.h... yes
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for limits.h... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking for uintptr_t... yes
updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating dvdread/Makefile
config.status: creating config.h
config.status: executing depfiles commands
gmake  all-recursive
Making all in dvdread
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_input.lo -MD -MP -MF ".deps/dvd_input.Tpo" -c -o dvd_input.lo dvd_input.c; \
then mv -f ".deps/dvd_input.Tpo" ".deps/dvd_input.Plo"; else rm -f ".deps/dvd_input.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_input.lo -MD -MP -MF .deps/dvd_input.Tpo -c dvd_input.c -o dvd_input.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_reader.lo -MD -MP -MF ".deps/dvd_reader.Tpo" -c -o dvd_reader.lo dvd_reader.c; \
then mv -f ".deps/dvd_reader.Tpo" ".deps/dvd_reader.Plo"; else rm -f ".deps/dvd_reader.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_reader.lo -MD -MP -MF .deps/dvd_reader.Tpo -c dvd_reader.c -o dvd_reader.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_udf.lo -MD -MP -MF ".deps/dvd_udf.Tpo" -c -o dvd_udf.lo dvd_udf.c; \
then mv -f ".deps/dvd_udf.Tpo" ".deps/dvd_udf.Plo"; else rm -f ".deps/dvd_udf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_udf.lo -MD -MP -MF .deps/dvd_udf.Tpo -c dvd_udf.c -o dvd_udf.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_read.lo -MD -MP -MF ".deps/ifo_read.Tpo" -c -o ifo_read.lo ifo_read.c; \
then mv -f ".deps/ifo_read.Tpo" ".deps/ifo_read.Plo"; else rm -f ".deps/ifo_read.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_read.lo -MD -MP -MF .deps/ifo_read.Tpo -c ifo_read.c -o ifo_read.o
ifo_read.c:766:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
    if(!pgc->audio_control[i] & 0x8000) /* The 'is present' bit */
       ^                      ~
ifo_read.c:766:8: note: add parentheses after the '!' to evaluate the bitwise operator first
    if(!pgc->audio_control[i] & 0x8000) /* The 'is present' bit */
       ^
        (                             )
ifo_read.c:766:8: note: add parentheses around left hand side expression to silence this warning
    if(!pgc->audio_control[i] & 0x8000) /* The 'is present' bit */
       ^
       (                     )
ifo_read.c:769:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
    if(!pgc->subp_control[i] & 0x80000000) /* The 'is present' bit */
       ^                     ~
ifo_read.c:769:8: note: add parentheses after the '!' to evaluate the bitwise operator first
    if(!pgc->subp_control[i] & 0x80000000) /* The 'is present' bit */
       ^
        (                                )
ifo_read.c:769:8: note: add parentheses around left hand side expression to silence this warning
    if(!pgc->subp_control[i] & 0x80000000) /* The 'is present' bit */
       ^
       (                    )
2 warnings generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_print.lo -MD -MP -MF ".deps/ifo_print.Tpo" -c -o ifo_print.lo ifo_print.c; \
then mv -f ".deps/ifo_print.Tpo" ".deps/ifo_print.Plo"; else rm -f ".deps/ifo_print.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_print.lo -MD -MP -MF .deps/ifo_print.Tpo -c ifo_print.c -o ifo_print.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT nav_read.lo -MD -MP -MF ".deps/nav_read.Tpo" -c -o nav_read.lo nav_read.c; \
then mv -f ".deps/nav_read.Tpo" ".deps/nav_read.Plo"; else rm -f ".deps/nav_read.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT nav_read.lo -MD -MP -MF .deps/nav_read.Tpo -c nav_read.c -o nav_read.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT nav_print.lo -MD -MP -MF ".deps/nav_print.Tpo" -c -o nav_print.lo nav_print.c; \
then mv -f ".deps/nav_print.Tpo" ".deps/nav_print.Plo"; else rm -f ".deps/nav_print.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT nav_print.lo -MD -MP -MF .deps/nav_print.Tpo -c nav_print.c -o nav_print.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT cmd_print.lo -MD -MP -MF ".deps/cmd_print.Tpo" -c -o cmd_print.lo cmd_print.c; \
then mv -f ".deps/cmd_print.Tpo" ".deps/cmd_print.Plo"; else rm -f ".deps/cmd_print.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT cmd_print.lo -MD -MP -MF .deps/cmd_print.Tpo -c cmd_print.c -o cmd_print.o
cmd_print.c:134:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
    fprintf(stdout, system_reg_table[reg]);
                    ^~~~~~~~~~~~~~~~~~~~~
cmd_print.c:134:21: note: treat the string as an argument to avoid this
    fprintf(stdout, system_reg_table[reg]);
                    ^
                    "%s", 
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o libdvdread.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 5:1:2 -export-symbols-regex "(DVD.*|ifo.*|nav.*|cmd.*)" dvd_input.lo dvd_reader.lo dvd_udf.lo ifo_read.lo ifo_print.lo nav_read.lo nav_print.lo cmd_print.lo md5.lo  
mkdir .libs
ar cru .libs/libdvdread.a  dvd_input.o dvd_reader.o dvd_udf.o ifo_read.o ifo_print.o nav_read.o nav_print.o cmd_print.o md5.o
ranlib .libs/libdvdread.a
creating libdvdread.la
(cd .libs && rm -f libdvdread.la && ln -s ../libdvdread.la libdvdread.la)
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_dump.o -MD -MP -MF ".deps/ifo_dump.Tpo" -c -o ifo_dump.o ifo_dump.c; \
then mv -f ".deps/ifo_dump.Tpo" ".deps/ifo_dump.Po"; else rm -f ".deps/ifo_dump.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o ifo_dump  ifo_dump.o ../dvdread/libdvdread.la   
mkdir .libs
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o ifo_dump ifo_dump.o  ../dvdread/.libs/libdvdread.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT play_title.o -MD -MP -MF ".deps/play_title.Tpo" -c -o play_title.o play_title.c; \
then mv -f ".deps/play_title.Tpo" ".deps/play_title.Po"; else rm -f ".deps/play_title.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o play_title  play_title.o ../dvdread/libdvdread.la   
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o play_title play_title.o  ../dvdread/.libs/libdvdread.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT title_info.o -MD -MP -MF ".deps/title_info.Tpo" -c -o title_info.o title_info.c; \
then mv -f ".deps/title_info.Tpo" ".deps/title_info.Po"; else rm -f ".deps/title_info.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o title_info  title_info.o ../dvdread/libdvdread.la   
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o title_info title_info.o  ../dvdread/.libs/libdvdread.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT disc_id.o -MD -MP -MF ".deps/disc_id.Tpo" -c -o disc_id.o disc_id.c; \
then mv -f ".deps/disc_id.Tpo" ".deps/disc_id.Po"; else rm -f ".deps/disc_id.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o disc_id  disc_id.o ../dvdread/libdvdread.la   
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o disc_id disc_id.o  ../dvdread/.libs/libdvdread.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT filestat.o -MD -MP -MF ".deps/filestat.Tpo" -c -o filestat.o filestat.c; \
then mv -f ".deps/filestat.Tpo" ".deps/filestat.Po"; else rm -f ".deps/filestat.Tpo"; exit 1; fi
filestat.c:53:24: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat]
  printf("size: %lld", buf->size);
                ~~~~   ^~~~~~~~~
                %ld
filestat.c:57:26: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat]
      printf(", [%lld]", buf->parts_size[n]);
                 ~~~~    ^~~~~~~~~~~~~~~~~~
                 %ld
2 warnings generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2   -o filestat  filestat.o ../dvdread/libdvdread.la   
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o filestat filestat.o  ../dvdread/.libs/libdvdread.a
Making install in dvdread
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libdvdread/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libdvdread.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdvdread.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdvdread.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libdvdread/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dvd_reader.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/dvd_reader.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_types.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_types.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_read.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_read.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_print.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_print.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_types.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_types.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_read.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_read.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_print.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_print.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'cmd_print.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/cmd_print.h'
Making install in src
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibFaac ./lib/libfaac.a 
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: warning: underquoted definition of MY_DEFINE
configure.in:11:   run info Automake 'Extending aclocal'
configure.in:11:   or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:15: installing './compile'
configure.in:17: installing './config.guess'
configure.in:17: installing './config.sub'
configure.in:4: installing './install-sh'
configure.in:4: installing './missing'
common/mp4v2/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
common/mp4v2/Makefile.am: installing './depcomp'
frontend/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libfaac/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libfaac/Makefile.am:5: warning: source file 'kiss_fft/kiss_fftr.c' is in a subdirectory,
libfaac/Makefile.am:5: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
libfaac/Makefile.am:5: warning: source file 'kiss_fft/kiss_fft.c' is in a subdirectory,
libfaac/Makefile.am:5: but option 'subdir-objects' is disabled
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether make supports nested variables... (cached) yes
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for fgrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-netbsd7.99.56 file names to x86_64-unknown-netbsd7.99.56 format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-netbsd7.99.56 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for int16_t... yes
checking whether strcasecmp is declared... yes
checking for getopt_long in -lgnugetopt... no
checking whether MP4Create is declared... no
checking whether MP4MetadataDelete is declared... no
configure: *** Building WITHOUT mp4v2 ***
checking whether byte ordering is bigendian... (cached) no
checking for ANSI C header files... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for mathf.h... (cached) no
checking for float.h... (cached) yes
checking whether strchr is declared... yes
checking whether memcpy is declared... yes
checking whether strsep is declared... yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for off_t... (cached) yes
checking for in_port_t... yes
checking for socklen_t... yes
checking for fpos_t.__pos... no
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating common/Makefile
config.status: creating common/mp4v2/Makefile
config.status: creating libfaac/Makefile
config.status: creating frontend/Makefile
config.status: creating include/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
gmake  all-recursive
Making all in include
gmake[6]: Nothing to be done for 'all'.
Making all in libfaac
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c -o aacquant.lo aacquant.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c aacquant.c -o aacquant.o
In file included from aacquant.c:29:
./huffman.h:63:12: warning: unused function 'CalculateEscSequence' [-Wunused-function]
static int CalculateEscSequence(int input, int *len_esc_sequence);
           ^
1 warning generated.
mv -f .deps/aacquant.Tpo .deps/aacquant.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
In file included from bitstream.c:35:
./huffman.h:63:12: warning: unused function 'CalculateEscSequence' [-Wunused-function]
static int CalculateEscSequence(int input, int *len_esc_sequence);
           ^
1 warning generated.
mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o
mv -f .deps/fft.Tpo .deps/fft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c -o frame.lo frame.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c frame.c -o frame.o
frame.c:829:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
        if ((coderInfo[channel].block_type == ONLY_SHORT_WINDOW)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
frame.c:829:44: note: remove extraneous parentheses around the comparison to silence this warning
        if ((coderInfo[channel].block_type == ONLY_SHORT_WINDOW)) {
            ~                              ^                   ~
frame.c:829:44: note: use '=' to turn this equality comparison into an assignment
        if ((coderInfo[channel].block_type == ONLY_SHORT_WINDOW)) {
                                           ^~
                                           =
In file included from frame.c:44:
./huffman.h:63:12: warning: unused function 'CalculateEscSequence' [-Wunused-function]
static int CalculateEscSequence(int input, int *len_esc_sequence);
           ^
2 warnings generated.
mv -f .deps/frame.Tpo .deps/frame.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT midside.lo -MD -MP -MF .deps/midside.Tpo -c -o midside.lo midside.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT midside.lo -MD -MP -MF .deps/midside.Tpo -c midside.c -o midside.o
mv -f .deps/midside.Tpo .deps/midside.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT psychkni.lo -MD -MP -MF .deps/psychkni.Tpo -c -o psychkni.lo psychkni.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT psychkni.lo -MD -MP -MF .deps/psychkni.Tpo -c psychkni.c -o psychkni.o
mv -f .deps/psychkni.Tpo .deps/psychkni.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT backpred.lo -MD -MP -MF .deps/backpred.Tpo -c -o backpred.lo backpred.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT backpred.lo -MD -MP -MF .deps/backpred.Tpo -c backpred.c -o backpred.o
mv -f .deps/backpred.Tpo .deps/backpred.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT channels.lo -MD -MP -MF .deps/channels.Tpo -c -o channels.lo channels.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT channels.lo -MD -MP -MF .deps/channels.Tpo -c channels.c -o channels.o
mv -f .deps/channels.Tpo .deps/channels.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c -o filtbank.lo filtbank.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c filtbank.c -o filtbank.o
mv -f .deps/filtbank.Tpo .deps/filtbank.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c -o huffman.lo huffman.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c huffman.c -o huffman.o
mv -f .deps/huffman.Tpo .deps/huffman.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT ltp.lo -MD -MP -MF .deps/ltp.Tpo -c -o ltp.lo ltp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT ltp.lo -MD -MP -MF .deps/ltp.Tpo -c ltp.c -o ltp.o
mv -f .deps/ltp.Tpo .deps/ltp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -Wall -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c -o tns.lo tns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c tns.c -o tns.o
tns.c:40:22: warning: unused variable 'tnsSupportedSamplingRates' [-Wunused-variable]
static unsigned long tnsSupportedSamplingRates[13] =
                     ^
1 warning generated.
mv -f .deps/tns.Tpo .deps/tns.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -Wall   -o libfaac.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib aacquant.lo bitstream.lo fft.lo frame.lo midside.lo psychkni.lo util.lo backpred.lo channels.lo filtbank.lo huffman.lo ltp.lo tns.lo  -lm 
libtool: link: ar cru .libs/libfaac.a  aacquant.o bitstream.o fft.o frame.o midside.o psychkni.o util.o backpred.o channels.o filtbank.o huffman.o ltp.o tns.o
libtool: link: ranlib .libs/libfaac.a
libtool: link: ( cd ".libs" && rm -f "libfaac.la" && ln -s "../libfaac.la" "libfaac.la" )
Making all in common
gmake[7]: Nothing to be done for 'all-am'.
Making all in frontend
gcc -DHAVE_CONFIG_H -I. -I.. -I../include     -O2 -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c:47:9: warning: '__unix__' macro redefined [-Wmacro-redefined]
#define __unix__
        ^
<built-in>:303:9: note: previous definition is here
#define __unix__ 1
        ^
main.c:711:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        fprintf(stderr, faac_copyright_string);
                        ^~~~~~~~~~~~~~~~~~~~~
main.c:711:25: note: treat the string as an argument to avoid this
        fprintf(stderr, faac_copyright_string);
                        ^
                        "%s", 
2 warnings generated.
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include     -O2 -Wall -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.c
input.c:365:8: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  bufi = (char *)buf + sizeof(*buf) * num - sndf->samplebytes * (num - 1) - sizeof(*buf);
       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
mv -f .deps/input.Tpo .deps/input.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -Wall   -o faac main.o input.o ../libfaac/libfaac.la -lm 
libtool: link: gcc -O2 -Wall -o faac main.o input.o  ../libfaac/.libs/libfaac.a -lm
Making install in include
gmake[6]: Nothing to be done for 'install-exec-am'.
 .././install-sh -c -d '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 faac.h faaccfg.h '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
Making install in libfaac
 .././install-sh -c -d '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
 /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c   libfaac.la '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
libtool: install: /data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaac.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.la
libtool: install: /data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaac.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a
libtool: install: chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a
libtool: install: ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in common
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in frontend
 .././install-sh -c -d '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
  /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c faac '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
libtool: install: /data/scratch/multimedia/handbrake/work/.tools/bin/install -c faac /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/faac
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibMp3Lame ./lib/libmp3lame.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking version of GCC... clang
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 for errno.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for limits.h... (cached) 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 for sys/time.h... (cached) 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... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for short... yes
checking size of short... 2
checking for unsigned short... yes
checking size of unsigned short... 2
checking for int... yes
checking size of int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for long... yes
checking size of long... 8
checking for unsigned long... yes
checking size of unsigned long... 8
checking for long long... yes
checking size of long long... 8
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
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... (cached) yes
checking for uint32_t... yes
checking for int32_t... (cached) 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... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for gettimeofday... (cached) 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... no
checking ncurses/termcap.h presence... no
checking for ncurses/termcap.h... no
checking for initscr in -ltermcap... no
checking for initscr in -lcurses... yes
checking for initscr in -lncurses... no
checking for cos in -lm... (cached) 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 2, 3)
checking if the lame frontend should be build... yes
checking if mp3x is requested... no
checking if mp3rtp is requested... no
checking use of VBR bitrate histogram... yes, with curses
checking if I have to build the internal vector lib... yes
checking for FLOAT8 as float... no
checking for nasm... /usr/pkg/bin/nasm
checking for assembler routines for this processor type... no
checking for additional optimizations... no
checking for debug options... no
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
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 config.h
config.status: executing depfiles commands
gmake  all-recursive
Making all in mpglib
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o
mv -f .deps/common.Tpo .deps/common.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c -o dct64_i386.lo dct64_i386.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -o dct64_i386.o
mv -f .deps/dct64_i386.Tpo .deps/dct64_i386.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c -o decode_i386.lo decode_i386.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -o decode_i386.o
mv -f .deps/decode_i386.Tpo .deps/decode_i386.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o
mv -f .deps/interface.Tpo .deps/interface.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c -o layer1.lo layer1.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -o layer1.o
mv -f .deps/layer1.Tpo .deps/layer1.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c -o layer2.lo layer2.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -o layer2.o
mv -f .deps/layer2.Tpo .deps/layer2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c -o layer3.lo layer3.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -o layer3.o
mv -f .deps/layer3.Tpo .deps/layer3.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../libmp3lame -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c -o tabinit.lo tabinit.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -o tabinit.o
mv -f .deps/tabinit.Tpo .deps/tabinit.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -O3  -ffast-math 			-funroll-loops -Wall -pipe    -o libmpgdecoder.la  common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo  
mkdir .libs
ar cru .libs/libmpgdecoder.a  common.o dct64_i386.o decode_i386.o interface.o layer1.o layer2.o layer3.o tabinit.o
ranlib .libs/libmpgdecoder.a
creating libmpgdecoder.la
(cd .libs && rm -f libmpgdecoder.la && ln -s ../libmpgdecoder.la libmpgdecoder.la)
Making all in libmp3lame
Making all in i386
gmake[7]: Nothing to be done for 'all'.
Making all in vector
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../..    -O3  -ffast-math 			-funroll-loops -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
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -ffast-math -funroll-loops -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
mv -f .deps/xmm_quantize_sub.Tpo .deps/xmm_quantize_sub.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -O3  -ffast-math 			-funroll-loops -Wall -pipe    -o liblamevectorroutines.la  xmm_quantize_sub.lo  
mkdir .libs
ar cru .libs/liblamevectorroutines.a  xmm_quantize_sub.o
ranlib .libs/liblamevectorroutines.a
creating liblamevectorroutines.la
(cd .libs && rm -f liblamevectorroutines.la && ln -s ../liblamevectorroutines.la liblamevectorroutines.la)
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c -o VbrTag.lo VbrTag.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -o VbrTag.o
VbrTag.c:263:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[0], 8u, 0xffu);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:265:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[1], 3u, 7);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:266:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[1], 1u, (gfp->out_samplerate < 16000) ? 0 : 1);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:267:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[1], 1u, gfp->version);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:268:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[1], 2u, 4 - 3);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:269:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[1], 1u, (!gfp->error_protection) ? 1 : 0);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:271:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[2], 4u, gfc->bitrate_index);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:272:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[2], 2u, gfc->samplerate_index);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:273:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[2], 1u, 0);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:274:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[2], 1u, gfp->extension);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:276:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[3], 2u, gfp->mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:277:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[3], 2u, gfc->mode_ext);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:278:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[3], 1u, gfp->copyright);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:279:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[3], 1u, gfp->original);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:280:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    SHIFT_IN_BITS_VALUE(buffer[3], 2u, gfp->emphasis);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VbrTag.c:255:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
#define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
                                                                ~~ ^
VbrTag.c:422:23: warning: comparison of array 'pTagData->toc' not equal to a null pointer is always true [-Wtautological-pointer-compare]
        if (pTagData->toc != NULL) {
            ~~~~~~~~~~^~~    ~~~~
16 warnings generated.
mv -f .deps/VbrTag.Tpo .deps/VbrTag.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c -o encoder.lo encoder.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c encoder.c -o encoder.o
mv -f .deps/encoder.Tpo .deps/encoder.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o
mv -f .deps/fft.Tpo .deps/fft.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c -o gain_analysis.lo gain_analysis.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -o gain_analysis.o
mv -f .deps/gain_analysis.Tpo .deps/gain_analysis.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c -o id3tag.lo id3tag.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -o id3tag.o
id3tag.c:550:21: warning: array subscript is of type 'char' [-Wchar-subscripts]
        char    a = tolower(l1[i]);
                    ^~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
id3tag.c:551:21: warning: array subscript is of type 'char' [-Wchar-subscripts]
        char    b = tolower(d[i]);
                    ^~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
id3tag.c:838:14: warning: array subscript is of type 'char' [-Wchar-subscripts]
        c1 = tolower(*s1);
             ^~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
id3tag.c:839:14: warning: array subscript is of type 'char' [-Wchar-subscripts]
        c2 = tolower(*s2);
             ^~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
4 warnings generated.
mv -f .deps/id3tag.Tpo .deps/id3tag.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c -o lame.lo lame.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -o lame.o
lame.c:588:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
        if (EQ(gfp->compression_ratio, 0))
            ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:588:13: note: use function 'abs' instead
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:588:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
        if (EQ(gfp->compression_ratio, 0))
            ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:588:13: note: use function 'abs' instead
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:1511:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    if (NEQ(gfp->scale, 0) && NEQ(gfp->scale, 1.0)) {
        ^
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:1511:9: note: use function 'abs' instead
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:1511:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    if (NEQ(gfp->scale, 0) && NEQ(gfp->scale, 1.0)) {
        ^
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:1511:9: note: use function 'abs' instead
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:1520:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    if (NEQ(gfp->scale_left, 0) && NEQ(gfp->scale_left, 1.0)) {
        ^
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:1520:9: note: use function 'abs' instead
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:1520:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    if (NEQ(gfp->scale_left, 0) && NEQ(gfp->scale_left, 1.0)) {
        ^
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:1520:9: note: use function 'abs' instead
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:1527:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    if (NEQ(gfp->scale_right, 0) && NEQ(gfp->scale_right, 1.0)) {
        ^
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:1527:9: note: use function 'abs' instead
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
lame.c:1527:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    if (NEQ(gfp->scale_right, 0) && NEQ(gfp->scale_right, 1.0)) {
        ^
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
lame.c:1527:9: note: use function 'abs' instead
./machine.h:175:20: note: expanded from macro 'NEQ'
#define NEQ(a,b) (!EQ(a,b))
                   ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
8 warnings generated.
mv -f .deps/lame.Tpo .deps/lame.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c -o newmdct.lo newmdct.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c newmdct.c -o newmdct.o
mv -f .deps/newmdct.Tpo .deps/newmdct.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c -o presets.lo presets.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -o presets.o
presets.c:145:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    SET_OPTION(quant_comp, set->quant_comp, -1);
    ^
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:145:5: note: use function 'abs' instead
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:146:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    SET_OPTION(quant_comp_short, set->quant_comp_s, -1);
    ^
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:146:5: note: use function 'abs' instead
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:259:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    SET_OPTION(quant_comp, abr_switch_map[r].quant_comp, -1);
    ^
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:259:5: note: use function 'abs' instead
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:260:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
    SET_OPTION(quant_comp_short, abr_switch_map[r].quant_comp_s, -1);
    ^
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
presets.c:260:5: note: use function 'abs' instead
presets.c:36:16: note: expanded from macro 'SET_OPTION'
    else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
               ^
4 warnings generated.
mv -f .deps/presets.Tpo .deps/presets.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c -o psymodel.lo psymodel.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c psymodel.c -o psymodel.o
mv -f .deps/psymodel.Tpo .deps/psymodel.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c -o quantize.lo quantize.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c quantize.c -o quantize.o
mv -f .deps/quantize.Tpo .deps/quantize.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c -o quantize_pvt.lo quantize_pvt.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -o quantize_pvt.o
quantize_pvt.c:667:23: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
        while (k-- && EQ(xr[k], 0)) {
                      ^
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
quantize_pvt.c:667:23: note: use function 'abs' instead
./machine.h:168:12: note: expanded from macro 'EQ'
(fabs(a) > fabs(b)) \
           ^
quantize_pvt.c:667:23: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
        while (k-- && EQ(xr[k], 0)) {
                      ^
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
quantize_pvt.c:667:23: note: use function 'abs' instead
./machine.h:170:23: note: expanded from macro 'EQ'
 : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
                      ^
2 warnings generated.
mv -f .deps/quantize_pvt.Tpo .deps/quantize_pvt.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c -o reservoir.lo reservoir.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c reservoir.c -o reservoir.o
mv -f .deps/reservoir.Tpo .deps/reservoir.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c -o set_get.lo set_get.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -o set_get.o
mv -f .deps/set_get.Tpo .deps/set_get.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c -o tables.lo tables.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -o tables.o
mv -f .deps/tables.Tpo .deps/tables.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c -o takehiro.lo takehiro.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c takehiro.c -o takehiro.o
mv -f .deps/takehiro.Tpo .deps/takehiro.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c -o vbrquantize.lo vbrquantize.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -o vbrquantize.o
vbrquantize.c:104:22: warning: unused variable 'ROUNDFAC_plus_MAGIC_FLOAT' [-Wunused-const-variable]
static DOUBLEX const ROUNDFAC_plus_MAGIC_FLOAT = ROUNDFAC_def + MAGIC_FLOAT_def;
                     ^
1 warning generated.
mv -f .deps/vbrquantize.Tpo .deps/vbrquantize.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o
mv -f .deps/version.Tpo .deps/version.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.. -I../include -I. -I../mpglib -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe  -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c -o mpglib_interface.lo mpglib_interface.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -o mpglib_interface.o
mv -f .deps/mpglib_interface.Tpo .deps/mpglib_interface.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -O3  -ffast-math 			-funroll-loops -Wall -pipe  -version-info 0:0 -no-undefined  -o libmp3lame.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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 
mkdir .libs
rm -fr .libs/libmp3lame.lax
mkdir .libs/libmp3lame.lax
rm -fr .libs/libmp3lame.lax/liblamevectorroutines.a
mkdir .libs/libmp3lame.lax/liblamevectorroutines.a
(cd .libs/libmp3lame.lax/liblamevectorroutines.a && ar x /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lame/libmp3lame/../libmp3lame/vector/.libs/liblamevectorroutines.a)
rm -fr .libs/libmp3lame.lax/libmpgdecoder.a
mkdir .libs/libmp3lame.lax/libmpgdecoder.a
(cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lame/libmp3lame/../mpglib/.libs/libmpgdecoder.a)
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 
ranlib .libs/libmp3lame.a
rm -fr .libs/libmp3lame.lax
creating libmp3lame.la
(cd .libs && rm -f libmp3lame.la && ln -s ../libmp3lame.la libmp3lame.la)
Making all in frontend
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
mv -f .deps/console.Tpo .deps/console.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT get_audio.o -MD -MP -MF .deps/get_audio.Tpo -c -o get_audio.o get_audio.c
get_audio.c:1040:18: warning: unused variable 'IFF_ID_MPEG' [-Wunused-const-variable]
static int const IFF_ID_MPEG = 0x4d504547; /* "MPEG" */
                 ^
1 warning generated.
mv -f .deps/get_audio.Tpo .deps/get_audio.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT lametime.o -MD -MP -MF .deps/lametime.Tpo -c -o lametime.o lametime.c
mv -f .deps/lametime.Tpo .deps/lametime.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
parse.c:518:44: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
        fprintf(fp, "LAME %s version %s\n%*s(%s)\n\n", b, v, lw - 2 - lenu, "", u);
                                         ~~^                 ~~~~~~~~~~~~~
parse.c:520:41: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
        fprintf(fp, "LAME version %s\n%*s(%s)\n\n", v, lw - 2 - lenu, "", u);
                                      ~~^              ~~~~~~~~~~~~~
parse.c:1224:14: warning: array subscript is of type 'char' [-Wchar-subscripts]
        c1 = tolower(*s1);
             ^~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
parse.c:1225:14: warning: array subscript is of type 'char' [-Wchar-subscripts]
        c2 = tolower(*s2);
             ^~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
4 warnings generated.
mv -f .deps/parse.Tpo .deps/parse.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT portableio.o -MD -MP -MF .deps/portableio.Tpo -c -o portableio.o portableio.c
mv -f .deps/portableio.Tpo .deps/portableio.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT timestatus.o -MD -MP -MF .deps/timestatus.Tpo -c -o timestatus.o timestatus.c
mv -f .deps/timestatus.Tpo .deps/timestatus.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3  -ffast-math 			-funroll-loops -Wall -pipe     -MT brhist.o -MD -MP -MF .deps/brhist.Tpo -c -o brhist.o brhist.c
mv -f .deps/brhist.Tpo .deps/brhist.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -O3  -ffast-math 			-funroll-loops -Wall -pipe      -static -o lame main.o console.o get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o ../libmp3lame/libmp3lame.la -lcurses  -lm 
mkdir .libs
gcc -O3 -ffast-math -funroll-loops -Wall -pipe -o lame main.o console.o get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o  ../libmp3lame/.libs/libmp3lame.a -lcurses -lm  
Making all in Dll
gmake[6]: Nothing to be done for 'all'.
Making all in debian
gmake[6]: Nothing to be done for 'all'.
Making all in doc
Making all in html
gmake[7]: Nothing to be done for 'all'.
Making all in man
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in include
gmake[6]: Nothing to be done for 'all'.
Making all in misc
gmake[6]: Nothing to be done for 'all'.
Making all in dshow
gmake[6]: Nothing to be done for 'all'.
Making all in ACM
Making all in ADbg
gmake[7]: Nothing to be done for 'all'.
Making all in ddk
gmake[7]: Nothing to be done for 'all'.
Making all in tinyxml
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in mac
gmake[6]: Nothing to be done for 'all'.
Making all in macosx
Making all in English.lproj
gmake[7]: Nothing to be done for 'all'.
Making all in LAME.xcodeproj
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making install in mpglib
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in libmp3lame
Making install in i386
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in vector
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || .././install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libmp3lame.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp3lame.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp3lame.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in frontend
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || .././install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'lame' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/lame'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c lame /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/lame
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in Dll
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in debian
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in doc
Making install in html
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html" || ../.././install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'basic.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/basic.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'contributors.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/contributors.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'examples.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/examples.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'history.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/history.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'id3.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/id3.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/index.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lame.css' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/lame.css'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'modes.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/modes.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'node6.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/node6.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'switchs.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/switchs.html'
Making install in man
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || ../.././install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './lame.1' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/lame.1'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in include
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame" || .././install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lame.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame/lame.h'
Making install in misc
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in dshow
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in ACM
Making install in ADbg
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in ddk
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in tinyxml
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in mac
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in macosx
Making install in English.lproj
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in LAME.xcodeproj
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibMp4v2 ./lib/libmp4v2.a 
configure:
  -->
  --> Configuring MP4v2 1.0.0
  -->
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... autoaux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... autoaux/install-sh -c -d
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking build system type... x86_64-unknown-netbsd7.99.56
checking host system type... x86_64-unknown-netbsd7.99.56
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by 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... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... NetBSD ld.elf_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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for svn... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
test: ==: unexpected operator
checking for gettimeofday... yes
checking for getopt_long_only... no
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating GNUmakefile.auto
config.status: creating include/mp4v2/project.h
config.status: creating project/project.texi
config.status: creating src/platform/config.h
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-3gp.lo `test -f 'src/3gp.cpp' || echo './'`src/3gp.cpp
mkdir src/.libs
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/3gp.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-3gp.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/3gp.cpp -o src/libmp4v2_la-3gp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_ac3.lo `test -f 'src/atom_ac3.cpp' || echo './'`src/atom_ac3.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ac3.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_ac3.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ac3.cpp -o src/libmp4v2_la-atom_ac3.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_amr.lo `test -f 'src/atom_amr.cpp' || echo './'`src/atom_amr.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_amr.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_amr.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_amr.cpp -o src/libmp4v2_la-atom_amr.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_avc1.lo `test -f 'src/atom_avc1.cpp' || echo './'`src/atom_avc1.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_avc1.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_avc1.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_avc1.cpp -o src/libmp4v2_la-atom_avc1.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_avcC.lo `test -f 'src/atom_avcC.cpp' || echo './'`src/atom_avcC.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_avcC.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_avcC.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_avcC.cpp -o src/libmp4v2_la-atom_avcC.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_colr.lo `test -f 'src/atom_colr.cpp' || echo './'`src/atom_colr.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_colr.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_colr.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_colr.cpp -o src/libmp4v2_la-atom_colr.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_d263.lo `test -f 'src/atom_d263.cpp' || echo './'`src/atom_d263.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_d263.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_d263.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_d263.cpp -o src/libmp4v2_la-atom_d263.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_dac3.lo `test -f 'src/atom_dac3.cpp' || echo './'`src/atom_dac3.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_dac3.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_dac3.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_dac3.cpp -o src/libmp4v2_la-atom_dac3.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_damr.lo `test -f 'src/atom_damr.cpp' || echo './'`src/atom_damr.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_damr.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_damr.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_damr.cpp -o src/libmp4v2_la-atom_damr.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_dref.lo `test -f 'src/atom_dref.cpp' || echo './'`src/atom_dref.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_dref.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_dref.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_dref.cpp -o src/libmp4v2_la-atom_dref.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_elst.lo `test -f 'src/atom_elst.cpp' || echo './'`src/atom_elst.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_elst.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_elst.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_elst.cpp -o src/libmp4v2_la-atom_elst.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_enca.lo `test -f 'src/atom_enca.cpp' || echo './'`src/atom_enca.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_enca.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_enca.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_enca.cpp -o src/libmp4v2_la-atom_enca.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_encv.lo `test -f 'src/atom_encv.cpp' || echo './'`src/atom_encv.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_encv.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_encv.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_encv.cpp -o src/libmp4v2_la-atom_encv.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_free.lo `test -f 'src/atom_free.cpp' || echo './'`src/atom_free.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_free.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_free.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_free.cpp -o src/libmp4v2_la-atom_free.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_ftyp.lo `test -f 'src/atom_ftyp.cpp' || echo './'`src/atom_ftyp.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ftyp.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_ftyp.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ftyp.cpp -o src/libmp4v2_la-atom_ftyp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_ftab.lo `test -f 'src/atom_ftab.cpp' || echo './'`src/atom_ftab.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ftab.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_ftab.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ftab.cpp -o src/libmp4v2_la-atom_ftab.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_gmin.lo `test -f 'src/atom_gmin.cpp' || echo './'`src/atom_gmin.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_gmin.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_gmin.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_gmin.cpp -o src/libmp4v2_la-atom_gmin.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_hdlr.lo `test -f 'src/atom_hdlr.cpp' || echo './'`src/atom_hdlr.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_hdlr.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_hdlr.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_hdlr.cpp -o src/libmp4v2_la-atom_hdlr.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_hinf.lo `test -f 'src/atom_hinf.cpp' || echo './'`src/atom_hinf.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_hinf.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_hinf.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_hinf.cpp -o src/libmp4v2_la-atom_hinf.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_hnti.lo `test -f 'src/atom_hnti.cpp' || echo './'`src/atom_hnti.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_hnti.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_hnti.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_hnti.cpp -o src/libmp4v2_la-atom_hnti.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_href.lo `test -f 'src/atom_href.cpp' || echo './'`src/atom_href.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_href.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_href.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_href.cpp -o src/libmp4v2_la-atom_href.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_mdat.lo `test -f 'src/atom_mdat.cpp' || echo './'`src/atom_mdat.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mdat.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_mdat.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mdat.cpp -o src/libmp4v2_la-atom_mdat.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_mdhd.lo `test -f 'src/atom_mdhd.cpp' || echo './'`src/atom_mdhd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mdhd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_mdhd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mdhd.cpp -o src/libmp4v2_la-atom_mdhd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_meta.lo `test -f 'src/atom_meta.cpp' || echo './'`src/atom_meta.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_meta.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_meta.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_meta.cpp -o src/libmp4v2_la-atom_meta.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_mp4s.lo `test -f 'src/atom_mp4s.cpp' || echo './'`src/atom_mp4s.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mp4s.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_mp4s.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mp4s.cpp -o src/libmp4v2_la-atom_mp4s.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_mp4v.lo `test -f 'src/atom_mp4v.cpp' || echo './'`src/atom_mp4v.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mp4v.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_mp4v.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mp4v.cpp -o src/libmp4v2_la-atom_mp4v.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_mvhd.lo `test -f 'src/atom_mvhd.cpp' || echo './'`src/atom_mvhd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mvhd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_mvhd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_mvhd.cpp -o src/libmp4v2_la-atom_mvhd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_nmhd.lo `test -f 'src/atom_nmhd.cpp' || echo './'`src/atom_nmhd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_nmhd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_nmhd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_nmhd.cpp -o src/libmp4v2_la-atom_nmhd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_ohdr.lo `test -f 'src/atom_ohdr.cpp' || echo './'`src/atom_ohdr.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ohdr.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_ohdr.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_ohdr.cpp -o src/libmp4v2_la-atom_ohdr.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_pasp.lo `test -f 'src/atom_pasp.cpp' || echo './'`src/atom_pasp.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_pasp.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_pasp.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_pasp.cpp -o src/libmp4v2_la-atom_pasp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_root.lo `test -f 'src/atom_root.cpp' || echo './'`src/atom_root.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_root.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_root.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_root.cpp -o src/libmp4v2_la-atom_root.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_rtp.lo `test -f 'src/atom_rtp.cpp' || echo './'`src/atom_rtp.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_rtp.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_rtp.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_rtp.cpp -o src/libmp4v2_la-atom_rtp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_s263.lo `test -f 'src/atom_s263.cpp' || echo './'`src/atom_s263.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_s263.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_s263.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_s263.cpp -o src/libmp4v2_la-atom_s263.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_sdp.lo `test -f 'src/atom_sdp.cpp' || echo './'`src/atom_sdp.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_sdp.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_sdp.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_sdp.cpp -o src/libmp4v2_la-atom_sdp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_smi.lo `test -f 'src/atom_smi.cpp' || echo './'`src/atom_smi.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_smi.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_smi.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_smi.cpp -o src/libmp4v2_la-atom_smi.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_sound.lo `test -f 'src/atom_sound.cpp' || echo './'`src/atom_sound.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_sound.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_sound.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_sound.cpp -o src/libmp4v2_la-atom_sound.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_standard.lo `test -f 'src/atom_standard.cpp' || echo './'`src/atom_standard.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_standard.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_standard.o
src/atom_standard.cpp:29:19: warning: unused variable 'name' [-Wunused-const-variable]
static const char name[5]={0251,'n', 'a', 'm', '\0'};
                  ^
src/atom_standard.cpp:35:19: warning: unused variable 'cmt' [-Wunused-const-variable]
static const char cmt[5]={0251,'c', 'm', 't', '\0'};
                  ^
2 warnings generated.
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_standard.cpp -o src/libmp4v2_la-atom_standard.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_stbl.lo `test -f 'src/atom_stbl.cpp' || echo './'`src/atom_stbl.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stbl.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_stbl.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stbl.cpp -o src/libmp4v2_la-atom_stbl.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_stdp.lo `test -f 'src/atom_stdp.cpp' || echo './'`src/atom_stdp.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stdp.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_stdp.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stdp.cpp -o src/libmp4v2_la-atom_stdp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_stsc.lo `test -f 'src/atom_stsc.cpp' || echo './'`src/atom_stsc.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stsc.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_stsc.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stsc.cpp -o src/libmp4v2_la-atom_stsc.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_stsd.lo `test -f 'src/atom_stsd.cpp' || echo './'`src/atom_stsd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stsd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_stsd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stsd.cpp -o src/libmp4v2_la-atom_stsd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_stsz.lo `test -f 'src/atom_stsz.cpp' || echo './'`src/atom_stsz.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stsz.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_stsz.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stsz.cpp -o src/libmp4v2_la-atom_stsz.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_stz2.lo `test -f 'src/atom_stz2.cpp' || echo './'`src/atom_stz2.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stz2.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_stz2.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_stz2.cpp -o src/libmp4v2_la-atom_stz2.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_text.lo `test -f 'src/atom_text.cpp' || echo './'`src/atom_text.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_text.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_text.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_text.cpp -o src/libmp4v2_la-atom_text.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_tfhd.lo `test -f 'src/atom_tfhd.cpp' || echo './'`src/atom_tfhd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_tfhd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_tfhd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_tfhd.cpp -o src/libmp4v2_la-atom_tfhd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_tkhd.lo `test -f 'src/atom_tkhd.cpp' || echo './'`src/atom_tkhd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_tkhd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_tkhd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_tkhd.cpp -o src/libmp4v2_la-atom_tkhd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_treftype.lo `test -f 'src/atom_treftype.cpp' || echo './'`src/atom_treftype.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_treftype.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_treftype.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_treftype.cpp -o src/libmp4v2_la-atom_treftype.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_trun.lo `test -f 'src/atom_trun.cpp' || echo './'`src/atom_trun.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_trun.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_trun.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_trun.cpp -o src/libmp4v2_la-atom_trun.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_tx3g.lo `test -f 'src/atom_tx3g.cpp' || echo './'`src/atom_tx3g.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_tx3g.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_tx3g.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_tx3g.cpp -o src/libmp4v2_la-atom_tx3g.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_udta.lo `test -f 'src/atom_udta.cpp' || echo './'`src/atom_udta.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_udta.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_udta.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_udta.cpp -o src/libmp4v2_la-atom_udta.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_url.lo `test -f 'src/atom_url.cpp' || echo './'`src/atom_url.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_url.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_url.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_url.cpp -o src/libmp4v2_la-atom_url.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_urn.lo `test -f 'src/atom_urn.cpp' || echo './'`src/atom_urn.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_urn.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_urn.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_urn.cpp -o src/libmp4v2_la-atom_urn.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_uuid.lo `test -f 'src/atom_uuid.cpp' || echo './'`src/atom_uuid.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_uuid.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_uuid.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_uuid.cpp -o src/libmp4v2_la-atom_uuid.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_video.lo `test -f 'src/atom_video.cpp' || echo './'`src/atom_video.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_video.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_video.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_video.cpp -o src/libmp4v2_la-atom_video.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-atom_vmhd.lo `test -f 'src/atom_vmhd.cpp' || echo './'`src/atom_vmhd.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_vmhd.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-atom_vmhd.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/atom_vmhd.cpp -o src/libmp4v2_la-atom_vmhd.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-descriptors.lo `test -f 'src/descriptors.cpp' || echo './'`src/descriptors.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/descriptors.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-descriptors.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/descriptors.cpp -o src/libmp4v2_la-descriptors.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-isma.lo `test -f 'src/isma.cpp' || echo './'`src/isma.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/isma.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-isma.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/isma.cpp -o src/libmp4v2_la-isma.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4.lo `test -f 'src/mp4.cpp' || echo './'`src/mp4.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4.o
src/mp4.cpp:680:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'mp4v2_ismacrypParams *' (aka 'mp4v2_ismacryp_session_params *') [-Wnon-literal-null-conversion]
            return MP4_INVALID_TRACK_ID;
                   ^~~~~~~~~~~~~~~~~~~~
./include/mp4v2/mp4v2.h:93:33: note: expanded from macro 'MP4_INVALID_TRACK_ID'
#define MP4_INVALID_TRACK_ID    ((MP4TrackId)0)
                                ^~~~~~~~~~~~~~~
1 warning generated.
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4.cpp -o src/libmp4v2_la-mp4.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4atom.lo `test -f 'src/mp4atom.cpp' || echo './'`src/mp4atom.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4atom.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4atom.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4atom.cpp -o src/libmp4v2_la-mp4atom.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4container.lo `test -f 'src/mp4container.cpp' || echo './'`src/mp4container.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4container.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4container.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4container.cpp -o src/libmp4v2_la-mp4container.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4descriptor.lo `test -f 'src/mp4descriptor.cpp' || echo './'`src/mp4descriptor.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4descriptor.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4descriptor.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4descriptor.cpp -o src/libmp4v2_la-mp4descriptor.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4file.lo `test -f 'src/mp4file.cpp' || echo './'`src/mp4file.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4file.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4file.o
src/mp4file.cpp:1285:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
char *brandsWithIods[] = { "mp42",
                           ^
src/mp4file.cpp:1286:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                           "isom",
                           ^
2 warnings generated.
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4file.cpp -o src/libmp4v2_la-mp4file.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4file_io.lo `test -f 'src/mp4file_io.cpp' || echo './'`src/mp4file_io.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4file_io.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4file_io.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4file_io.cpp -o src/libmp4v2_la-mp4file_io.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4info.lo `test -f 'src/mp4info.cpp' || echo './'`src/mp4info.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4info.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4info.o
src/mp4info.cpp:380:17: warning: comparison of array 'originalFormat' not equal to a null pointer is always true [-Wtautological-pointer-compare]
            if (originalFormat != NULL && originalFormat[0] != '\0')
                ^~~~~~~~~~~~~~    ~~~~
1 warning generated.
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4info.cpp -o src/libmp4v2_la-mp4info.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4meta.lo `test -f 'src/mp4meta.cpp' || echo './'`src/mp4meta.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4meta.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4meta.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4meta.cpp -o src/libmp4v2_la-mp4meta.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4property.lo `test -f 'src/mp4property.cpp' || echo './'`src/mp4property.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4property.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4property.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4property.cpp -o src/libmp4v2_la-mp4property.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4track.lo `test -f 'src/mp4track.cpp' || echo './'`src/mp4track.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4track.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4track.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4track.cpp -o src/libmp4v2_la-mp4track.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-mp4util.lo `test -f 'src/mp4util.cpp' || echo './'`src/mp4util.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4util.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4util.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4util.cpp -o src/libmp4v2_la-mp4util.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-ocidescriptors.lo `test -f 'src/ocidescriptors.cpp' || echo './'`src/ocidescriptors.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/ocidescriptors.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-ocidescriptors.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/ocidescriptors.cpp -o src/libmp4v2_la-ocidescriptors.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-odcommands.lo `test -f 'src/odcommands.cpp' || echo './'`src/odcommands.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/odcommands.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-odcommands.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/odcommands.cpp -o src/libmp4v2_la-odcommands.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-qosqualifiers.lo `test -f 'src/qosqualifiers.cpp' || echo './'`src/qosqualifiers.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/qosqualifiers.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-qosqualifiers.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/qosqualifiers.cpp -o src/libmp4v2_la-qosqualifiers.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-rtphint.lo `test -f 'src/rtphint.cpp' || echo './'`src/rtphint.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/rtphint.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-rtphint.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/rtphint.cpp -o src/libmp4v2_la-rtphint.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o src/libmp4v2_la-virtual_io.lo `test -f 'src/virtual_io.cpp' || echo './'`src/virtual_io.cpp
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/virtual_io.cpp  -fPIC -DPIC -o src/.libs/libmp4v2_la-virtual_io.o
 g++ -DHAVE_CONFIG_H -m64 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/virtual_io.cpp -o src/libmp4v2_la-virtual_io.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o libmp4v2.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib src/libmp4v2_la-3gp.lo src/libmp4v2_la-atom_ac3.lo src/libmp4v2_la-atom_amr.lo src/libmp4v2_la-atom_avc1.lo src/libmp4v2_la-atom_avcC.lo src/libmp4v2_la-atom_colr.lo src/libmp4v2_la-atom_d263.lo src/libmp4v2_la-atom_dac3.lo src/libmp4v2_la-atom_damr.lo src/libmp4v2_la-atom_dref.lo src/libmp4v2_la-atom_elst.lo src/libmp4v2_la-atom_enca.lo src/libmp4v2_la-atom_encv.lo src/libmp4v2_la-atom_free.lo src/libmp4v2_la-atom_ftyp.lo src/libmp4v2_la-atom_ftab.lo src/libmp4v2_la-atom_gmin.lo src/libmp4v2_la-atom_hdlr.lo src/libmp4v2_la-atom_hinf.lo src/libmp4v2_la-atom_hnti.lo src/libmp4v2_la-atom_href.lo src/libmp4v2_la-atom_mdat.lo src/libmp4v2_la-atom_mdhd.lo src/libmp4v2_la-atom_meta.lo src/libmp4v2_la-atom_mp4s.lo src/libmp4v2_la-atom_mp4v.lo src/libmp4v2_la-atom_mvhd.lo src/libmp4v2_la-atom_nmhd.lo src/libmp4v2_la-atom_ohdr.lo src/libmp4v2_la-atom_pasp.lo src/libmp4v2_la-atom_root.lo src/libmp4v2_la-atom_rtp.lo src/libmp4v2_la-atom_s263.lo src/libmp4v2_la-atom_sdp.lo src/libmp4v2_la-atom_smi.lo src/libmp4v2_la-atom_sound.lo src/libmp4v2_la-atom_standard.lo src/libmp4v2_la-atom_stbl.lo src/libmp4v2_la-atom_stdp.lo src/libmp4v2_la-atom_stsc.lo src/libmp4v2_la-atom_stsd.lo src/libmp4v2_la-atom_stsz.lo src/libmp4v2_la-atom_stz2.lo src/libmp4v2_la-atom_text.lo src/libmp4v2_la-atom_tfhd.lo src/libmp4v2_la-atom_tkhd.lo src/libmp4v2_la-atom_treftype.lo src/libmp4v2_la-atom_trun.lo src/libmp4v2_la-atom_tx3g.lo src/libmp4v2_la-atom_udta.lo src/libmp4v2_la-atom_url.lo src/libmp4v2_la-atom_urn.lo src/libmp4v2_la-atom_uuid.lo src/libmp4v2_la-atom_video.lo src/libmp4v2_la-atom_vmhd.lo src/libmp4v2_la-descriptors.lo src/libmp4v2_la-isma.lo src/libmp4v2_la-mp4.lo src/libmp4v2_la-mp4atom.lo src/libmp4v2_la-mp4container.lo src/libmp4v2_la-mp4descriptor.lo src/libmp4v2_la-mp4file.lo src/libmp4v2_la-mp4file_io.lo src/libmp4v2_la-mp4info.lo src/libmp4v2_la-mp4meta.lo src/libmp4v2_la-mp4property.lo src/libmp4v2_la-mp4track.lo src/libmp4v2_la-mp4util.lo src/libmp4v2_la-ocidescriptors.lo src/libmp4v2_la-odcommands.lo src/libmp4v2_la-qosqualifiers.lo src/libmp4v2_la-rtphint.lo src/libmp4v2_la-virtual_io.lo   
mkdir .libs
g++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o  src/.libs/libmp4v2_la-3gp.o src/.libs/libmp4v2_la-atom_ac3.o src/.libs/libmp4v2_la-atom_amr.o src/.libs/libmp4v2_la-atom_avc1.o src/.libs/libmp4v2_la-atom_avcC.o src/.libs/libmp4v2_la-atom_colr.o src/.libs/libmp4v2_la-atom_d263.o src/.libs/libmp4v2_la-atom_dac3.o src/.libs/libmp4v2_la-atom_damr.o src/.libs/libmp4v2_la-atom_dref.o src/.libs/libmp4v2_la-atom_elst.o src/.libs/libmp4v2_la-atom_enca.o src/.libs/libmp4v2_la-atom_encv.o src/.libs/libmp4v2_la-atom_free.o src/.libs/libmp4v2_la-atom_ftyp.o src/.libs/libmp4v2_la-atom_ftab.o src/.libs/libmp4v2_la-atom_gmin.o src/.libs/libmp4v2_la-atom_hdlr.o src/.libs/libmp4v2_la-atom_hinf.o src/.libs/libmp4v2_la-atom_hnti.o src/.libs/libmp4v2_la-atom_href.o src/.libs/libmp4v2_la-atom_mdat.o src/.libs/libmp4v2_la-atom_mdhd.o src/.libs/libmp4v2_la-atom_meta.o src/.libs/libmp4v2_la-atom_mp4s.o src/.libs/libmp4v2_la-atom_mp4v.o src/.libs/libmp4v2_la-atom_mvhd.o src/.libs/libmp4v2_la-atom_nmhd.o src/.libs/libmp4v2_la-atom_ohdr.o src/.libs/libmp4v2_la-atom_pasp.o src/.libs/libmp4v2_la-atom_root.o src/.libs/libmp4v2_la-atom_rtp.o src/.libs/libmp4v2_la-atom_s263.o src/.libs/libmp4v2_la-atom_sdp.o src/.libs/libmp4v2_la-atom_smi.o src/.libs/libmp4v2_la-atom_sound.o src/.libs/libmp4v2_la-atom_standard.o src/.libs/libmp4v2_la-atom_stbl.o src/.libs/libmp4v2_la-atom_stdp.o src/.libs/libmp4v2_la-atom_stsc.o src/.libs/libmp4v2_la-atom_stsd.o src/.libs/libmp4v2_la-atom_stsz.o src/.libs/libmp4v2_la-atom_stz2.o src/.libs/libmp4v2_la-atom_text.o src/.libs/libmp4v2_la-atom_tfhd.o src/.libs/libmp4v2_la-atom_tkhd.o src/.libs/libmp4v2_la-atom_treftype.o src/.libs/libmp4v2_la-atom_trun.o src/.libs/libmp4v2_la-atom_tx3g.o src/.libs/libmp4v2_la-atom_udta.o src/.libs/libmp4v2_la-atom_url.o src/.libs/libmp4v2_la-atom_urn.o src/.libs/libmp4v2_la-atom_uuid.o src/.libs/libmp4v2_la-atom_video.o src/.libs/libmp4v2_la-atom_vmhd.o src/.libs/libmp4v2_la-descriptors.o src/.libs/libmp4v2_la-isma.o src/.libs/libmp4v2_la-mp4.o src/.libs/libmp4v2_la-mp4atom.o src/.libs/libmp4v2_la-mp4container.o src/.libs/libmp4v2_la-mp4descriptor.o src/.libs/libmp4v2_la-mp4file.o src/.libs/libmp4v2_la-mp4file_io.o src/.libs/libmp4v2_la-mp4info.o src/.libs/libmp4v2_la-mp4meta.o src/.libs/libmp4v2_la-mp4property.o src/.libs/libmp4v2_la-mp4track.o src/.libs/libmp4v2_la-mp4util.o src/.libs/libmp4v2_la-ocidescriptors.o src/.libs/libmp4v2_la-odcommands.o src/.libs/libmp4v2_la-qosqualifiers.o src/.libs/libmp4v2_la-rtphint.o src/.libs/libmp4v2_la-virtual_io.o  -lc++ -lm -lc /usr/lib/crtendS.o /usr/lib/crtn.o  -m64 -Wl,-soname -Wl,libmp4v2.so.0 -o .libs/libmp4v2.so.0.0
(cd .libs && rm -f libmp4v2.so.0 && ln -s libmp4v2.so.0.0 libmp4v2.so.0)
(cd .libs && rm -f libmp4v2.so && ln -s libmp4v2.so.0.0 libmp4v2.so)
ar cru .libs/libmp4v2.a  src/libmp4v2_la-3gp.o src/libmp4v2_la-atom_ac3.o src/libmp4v2_la-atom_amr.o src/libmp4v2_la-atom_avc1.o src/libmp4v2_la-atom_avcC.o src/libmp4v2_la-atom_colr.o src/libmp4v2_la-atom_d263.o src/libmp4v2_la-atom_dac3.o src/libmp4v2_la-atom_damr.o src/libmp4v2_la-atom_dref.o src/libmp4v2_la-atom_elst.o src/libmp4v2_la-atom_enca.o src/libmp4v2_la-atom_encv.o src/libmp4v2_la-atom_free.o src/libmp4v2_la-atom_ftyp.o src/libmp4v2_la-atom_ftab.o src/libmp4v2_la-atom_gmin.o src/libmp4v2_la-atom_hdlr.o src/libmp4v2_la-atom_hinf.o src/libmp4v2_la-atom_hnti.o src/libmp4v2_la-atom_href.o src/libmp4v2_la-atom_mdat.o src/libmp4v2_la-atom_mdhd.o src/libmp4v2_la-atom_meta.o src/libmp4v2_la-atom_mp4s.o src/libmp4v2_la-atom_mp4v.o src/libmp4v2_la-atom_mvhd.o src/libmp4v2_la-atom_nmhd.o src/libmp4v2_la-atom_ohdr.o src/libmp4v2_la-atom_pasp.o src/libmp4v2_la-atom_root.o src/libmp4v2_la-atom_rtp.o src/libmp4v2_la-atom_s263.o src/libmp4v2_la-atom_sdp.o src/libmp4v2_la-atom_smi.o src/libmp4v2_la-atom_sound.o src/libmp4v2_la-atom_standard.o src/libmp4v2_la-atom_stbl.o src/libmp4v2_la-atom_stdp.o src/libmp4v2_la-atom_stsc.o src/libmp4v2_la-atom_stsd.o src/libmp4v2_la-atom_stsz.o src/libmp4v2_la-atom_stz2.o src/libmp4v2_la-atom_text.o src/libmp4v2_la-atom_tfhd.o src/libmp4v2_la-atom_tkhd.o src/libmp4v2_la-atom_treftype.o src/libmp4v2_la-atom_trun.o src/libmp4v2_la-atom_tx3g.o src/libmp4v2_la-atom_udta.o src/libmp4v2_la-atom_url.o src/libmp4v2_la-atom_urn.o src/libmp4v2_la-atom_uuid.o src/libmp4v2_la-atom_video.o src/libmp4v2_la-atom_vmhd.o src/libmp4v2_la-descriptors.o src/libmp4v2_la-isma.o src/libmp4v2_la-mp4.o src/libmp4v2_la-mp4atom.o src/libmp4v2_la-mp4container.o src/libmp4v2_la-mp4descriptor.o src/libmp4v2_la-mp4file.o src/libmp4v2_la-mp4file_io.o src/libmp4v2_la-mp4info.o src/libmp4v2_la-mp4meta.o src/libmp4v2_la-mp4property.o src/libmp4v2_la-mp4track.o src/libmp4v2_la-mp4util.o src/libmp4v2_la-ocidescriptors.o src/libmp4v2_la-odcommands.o src/libmp4v2_la-qosqualifiers.o src/libmp4v2_la-rtphint.o src/libmp4v2_la-virtual_io.o
ranlib .libs/libmp4v2.a
creating libmp4v2.la
(cd .libs && rm -f libmp4v2.la && ln -s ../libmp4v2.la libmp4v2.la)
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || autoaux/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ./libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libmp4v2.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.so.0.0 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.so.0.0
(cd /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libmp4v2.so.0.0 libmp4v2.so.0 || { rm -f libmp4v2.so.0 && ln -s libmp4v2.so.0.0 libmp4v2.so.0; }; })
(cd /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libmp4v2.so.0.0 libmp4v2.so || { rm -f libmp4v2.so && ln -s libmp4v2.so.0.0 libmp4v2.so; }; })
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || autoaux/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || autoaux/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /bin/sh /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/mp4v2.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/mp4v2.h'
 /bin/sh /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/platform.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/platform.h'
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || autoaux/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /bin/sh /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/project.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/project.h'
LibMkv ./lib/libmkv.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for int64_t... yes
checking for size_t... (cached) yes
checking for int8_t... yes
checking for off_t... (cached) yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for memset... yes
checking for strdup... yes
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
gmake  all-recursive
Making all in src
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include    -g -O2 -MT matroska.lo -MD -MP -MF .deps/matroska.Tpo -c -o matroska.lo matroska.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT matroska.lo -MD -MP -MF .deps/matroska.Tpo -c matroska.c -o matroska.o
matroska.c:54:25: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion]
      laced[offset++] = 255;
                      ~ ^~~
matroska.c:236:15: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value]
                          u_size = llabs(track->frame.lacing_sizes[i] - track->frame.lacing_sizes[i-1]);
                                   ^
matroska.c:236:15: note: remove the call to 'llabs' since unsigned values cannot be negative
                          u_size = llabs(track->frame.lacing_sizes[i] - track->frame.lacing_sizes[i-1]);
                                   ^~~~~
2 warnings generated.
mv -f .deps/matroska.Tpo .deps/matroska.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include    -g -O2 -MT tracks.lo -MD -MP -MF .deps/tracks.Tpo -c -o tracks.lo tracks.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT tracks.lo -MD -MP -MF .deps/tracks.Tpo -c tracks.c -o tracks.o
mv -f .deps/tracks.Tpo .deps/tracks.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include    -g -O2 -MT chapters.lo -MD -MP -MF .deps/chapters.Tpo -c -o chapters.lo chapters.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT chapters.lo -MD -MP -MF .deps/chapters.Tpo -c chapters.c -o chapters.o
mv -f .deps/chapters.Tpo .deps/chapters.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include    -g -O2 -MT ebml.lo -MD -MP -MF .deps/ebml.Tpo -c -o ebml.lo ebml.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT ebml.lo -MD -MP -MF .deps/ebml.Tpo -c ebml.c -o ebml.o
mv -f .deps/ebml.Tpo .deps/ebml.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include    -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2   -o libmkv.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib matroska.lo tracks.lo chapters.lo ebml.lo md5.lo  
mkdir .libs
ar cru .libs/libmkv.a  matroska.o tracks.o chapters.o ebml.o md5.o
ranlib .libs/libmkv.a
creating libmkv.la
(cd .libs && rm -f libmkv.la && ln -s ../libmkv.la libmkv.la)
Making all in include
gmake[6]: Nothing to be done for 'all'.
Making install in src
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../config/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libmkv.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmkv.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmkv.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in include
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || ../config/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmkv.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libmkv.h'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibMpeg2 ./lib/libmpeg2.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... .auto/install-sh -c -d
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking whether gcc needs -traditional... (cached) no
checking dependency style of gcc... gcc3
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for io.h... (cached) no
checking if gcc supports  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O2 flags... yes
checking if gcc supports  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 flags... yes
checking if gcc supports  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -g -O2 flags... yes
checking if gcc supports  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common -g -O2 flags... yes
checking if gcc supports  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common -g -O2 flags... yes
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... (cached) no
checking if g77 static flag -static works... (cached) no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for struct timeval... (cached) yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for always_inline... yes
checking for restrict... restrict
checking for __builtin_expect... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking for working volatile... yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for gettimeofday... (cached) yes
checking for ftime... (cached) no
checking for X... disabled
checking ddraw.h usability... no
checking ddraw.h presence... no
checking for ddraw.h... no
checking __attribute__ ((aligned ())) support... (cached) 64
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating libmpeg2/Makefile
config.status: creating libmpeg2/convert/Makefile
config.status: creating libvo/Makefile
config.status: creating vc++/Makefile
config.status: creating libmpeg2/libmpeg2.pc
config.status: creating libmpeg2/convert/libmpeg2convert.pc
config.status: creating include/config.h
config.status: executing depfiles commands
Making all in libmpeg2
Making all in convert
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I../../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT rgb.lo -MD -MP -MF .deps/rgb.Tpo -c -o rgb.lo rgb.c
 gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT rgb.lo -MD -MP -MF .deps/rgb.Tpo -c rgb.c -o rgb.o
rgb.c:204:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:142:13: note: expanded from macro 'DECLARE_420'
    dst_1 = (type *)(id->base.rgb_ptr + id->base.rgb_slice * v_offset); \
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from 'char *' to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:153:10: note: expanded from macro 'DECLARE_420'
        dst_2 = (type *)((char *)dst_1 + id->base.rgb_stride);          \
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:157:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 0)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:163:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 1)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:169:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 2)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:175:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 3)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:189:14: note: expanded from macro 'DECLARE_420'
            dst_1 = (type *)(id->base.rgb_ptr +                         \
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:204:1: warning: cast from 'char *' to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_420 (rgb_c_32_420, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:198:14: note: expanded from macro 'DECLARE_420'
            dst_1 = (type *)((char *)dst_1 + id->base.rgb_increm);      \
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:142:13: note: expanded from macro 'DECLARE_420'
    dst_1 = (type *)(id->base.rgb_ptr + id->base.rgb_slice * v_offset); \
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from 'char *' to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:153:10: note: expanded from macro 'DECLARE_420'
        dst_2 = (type *)((char *)dst_1 + id->base.rgb_stride);          \
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:157:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 0)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:163:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 1)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:169:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 2)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:175:6: note: expanded from macro 'DECLARE_420'
            RGB (type, 3)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:189:14: note: expanded from macro 'DECLARE_420'
            dst_1 = (type *)(id->base.rgb_ptr +                         \
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:207:1: warning: cast from 'char *' to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_420 (rgb_c_16_420, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:198:14: note: expanded from macro 'DECLARE_420'
            dst_1 = (type *)((char *)dst_1 + id->base.rgb_increm);      \
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:260:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_422 (rgb_c_32_422, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:220:11: note: expanded from macro 'DECLARE_422'
    dst = (type *)(id->base.rgb_ptr + id->base.rgb_stride * v_offset);  \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:260:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_422 (rgb_c_32_422, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:231:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 0)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:260:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_422 (rgb_c_32_422, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:235:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 1)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:260:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_422 (rgb_c_32_422, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:239:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 2)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:260:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_422 (rgb_c_32_422, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:243:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 3)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:260:1: warning: cast from 'char *' to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_422 (rgb_c_32_422, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:255:8: note: expanded from macro 'DECLARE_422'
        dst = (type *)((char *)dst + id->base.rgb_increm);              \
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:263:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_422 (rgb_c_16_422, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:220:11: note: expanded from macro 'DECLARE_422'
    dst = (type *)(id->base.rgb_ptr + id->base.rgb_stride * v_offset);  \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:263:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_422 (rgb_c_16_422, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:231:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 0)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:263:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_422 (rgb_c_16_422, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:235:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 1)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:263:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_422 (rgb_c_16_422, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:239:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 2)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:263:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_422 (rgb_c_16_422, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:243:6: note: expanded from macro 'DECLARE_422'
            RGB (type, 3)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:263:1: warning: cast from 'char *' to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_422 (rgb_c_16_422, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:255:8: note: expanded from macro 'DECLARE_422'
        dst = (type *)((char *)dst + id->base.rgb_increm);              \
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:276:11: note: expanded from macro 'DECLARE_444'
    dst = (type *)(id->base.rgb_ptr + id->base.rgb_stride * v_offset);  \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:287:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 0)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:289:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 1)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:291:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 2)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:293:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 3)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:295:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 4)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:297:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 5)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:299:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 6)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:301:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 7)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:317:1: warning: cast from 'char *' to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
DECLARE_444 (rgb_c_32_444, uint32_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:312:8: note: expanded from macro 'DECLARE_444'
        dst = (type *)((char *)dst + id->base.rgb_increm);              \
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:276:11: note: expanded from macro 'DECLARE_444'
    dst = (type *)(id->base.rgb_ptr + id->base.rgb_stride * v_offset);  \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:287:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 0)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:289:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 1)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:291:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 2)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:293:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 3)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:295:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 4)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:297:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 5)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:299:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 6)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:301:6: note: expanded from macro 'DECLARE_444'
            RGB (type, 7)                                               \
            ^~~~~~~~~~~~~
rgb.c:110:9: note: expanded from macro 'RGB'
    g = (type *) (((uint8_t *)id->table_gU[U]) + id->table_gV[V]);      \
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:320:1: warning: cast from 'char *' to '__uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
DECLARE_444 (rgb_c_16_444, uint16_t, 1, DST, SKIP)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rgb.c:312:8: note: expanded from macro 'DECLARE_444'
        dst = (type *)((char *)dst + id->base.rgb_increm);              \
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48 warnings generated.
mv -f .deps/rgb.Tpo .deps/rgb.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I../../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT uyvy.lo -MD -MP -MF .deps/uyvy.Tpo -c -o uyvy.lo uyvy.c
 gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT uyvy.lo -MD -MP -MF .deps/uyvy.Tpo -c uyvy.c -o uyvy.o
uyvy.c:73:19: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
        uint32_t * dst = (uint32_t *) _dst;
                         ^~~~~~~~~~~~~~~~~
1 warning generated.
mv -f .deps/uyvy.Tpo .deps/uyvy.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I../../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2convertarch_la-rgb_mmx.lo -MD -MP -MF .deps/libmpeg2convertarch_la-rgb_mmx.Tpo -c -o libmpeg2convertarch_la-rgb_mmx.lo `test -f 'rgb_mmx.c' || echo './'`rgb_mmx.c
 gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2convertarch_la-rgb_mmx.lo -MD -MP -MF .deps/libmpeg2convertarch_la-rgb_mmx.Tpo -c rgb_mmx.c -o libmpeg2convertarch_la-rgb_mmx.o
mv -f .deps/libmpeg2convertarch_la-rgb_mmx.Tpo .deps/libmpeg2convertarch_la-rgb_mmx.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I../../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2convertarch_la-rgb_vis.lo -MD -MP -MF .deps/libmpeg2convertarch_la-rgb_vis.Tpo -c -o libmpeg2convertarch_la-rgb_vis.lo `test -f 'rgb_vis.c' || echo './'`rgb_vis.c
 gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2convertarch_la-rgb_vis.lo -MD -MP -MF .deps/libmpeg2convertarch_la-rgb_vis.Tpo -c rgb_vis.c -o libmpeg2convertarch_la-rgb_vis.o
mv -f .deps/libmpeg2convertarch_la-rgb_vis.Tpo .deps/libmpeg2convertarch_la-rgb_vis.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2   -o libmpeg2convertarch.la  libmpeg2convertarch_la-rgb_mmx.lo libmpeg2convertarch_la-rgb_vis.lo  
mkdir .libs
ar cru .libs/libmpeg2convertarch.a  libmpeg2convertarch_la-rgb_mmx.o libmpeg2convertarch_la-rgb_vis.o
ranlib .libs/libmpeg2convertarch.a
creating libmpeg2convertarch.la
(cd .libs && rm -f libmpeg2convertarch.la && ln -s ../libmpeg2convertarch.la libmpeg2convertarch.la)
/bin/sh ../../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -no-undefined  -o libmpeg2convert.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib rgb.lo uyvy.lo libmpeg2convertarch.la 
rm -fr .libs/libmpeg2convert.lax
mkdir .libs/libmpeg2convert.lax
rm -fr .libs/libmpeg2convert.lax/libmpeg2convertarch.a
mkdir .libs/libmpeg2convert.lax/libmpeg2convertarch.a
(cd .libs/libmpeg2convert.lax/libmpeg2convertarch.a && ar x /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/mpeg2dec/libmpeg2/convert/./.libs/libmpeg2convertarch.a)
ar cru .libs/libmpeg2convert.a  rgb.o uyvy.o  .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_mmx.o .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_vis.o 
ranlib .libs/libmpeg2convert.a
rm -fr .libs/libmpeg2convert.lax
creating libmpeg2convert.la
(cd .libs && rm -f libmpeg2convert.la && ln -s ../libmpeg2convert.la libmpeg2convert.la)
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o
alloc.c:49:9: warning: cast from 'char *' to 'void **' increases required alignment from 1 to 8 [-Wcast-align]
            *(((void **)align_buf) - 1) = buf;
               ^~~~~~~~~~~~~~~~~~
1 warning generated.
mv -f .deps/alloc.Tpo .deps/alloc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT header.lo -MD -MP -MF .deps/header.Tpo -c -o header.lo header.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT header.lo -MD -MP -MF .deps/header.Tpo -c header.c -o header.o
mv -f .deps/header.Tpo .deps/header.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o
mv -f .deps/decode.Tpo .deps/decode.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT slice.lo -MD -MP -MF .deps/slice.Tpo -c -o slice.lo slice.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT slice.lo -MD -MP -MF .deps/slice.Tpo -c slice.c -o slice.o
mv -f .deps/slice.Tpo .deps/slice.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT motion_comp.lo -MD -MP -MF .deps/motion_comp.Tpo -c -o motion_comp.lo motion_comp.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT motion_comp.lo -MD -MP -MF .deps/motion_comp.Tpo -c motion_comp.c -o motion_comp.o
mv -f .deps/motion_comp.Tpo .deps/motion_comp.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c -o idct.lo idct.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c idct.c -o idct.o
idct.c:76:31: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
    if (likely (!(block[1] | ((int32_t *)block)[1] | ((int32_t *)block)[2] |
        ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/attributes.h:38:20: note: expanded from macro 'likely'
#define likely(x) (x)
                   ^
idct.c:76:55: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
    if (likely (!(block[1] | ((int32_t *)block)[1] | ((int32_t *)block)[2] |
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../include/attributes.h:38:20: note: expanded from macro 'likely'
#define likely(x) (x)
                   ^
idct.c:77:6: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
                  ((int32_t *)block)[3]))) {
                  ~^~~~~~~~~~~~~~~~~~~~~~
../include/attributes.h:38:20: note: expanded from macro 'likely'
#define likely(x) (x)
                   ^
idct.c:80:3: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[0] = tmp;
         ^~~~~~~~~~~~~~~~
idct.c:81:3: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[1] = tmp;
         ^~~~~~~~~~~~~~~~
idct.c:82:3: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[2] = tmp;
         ^~~~~~~~~~~~~~~~
idct.c:83:3: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[3] = tmp;
         ^~~~~~~~~~~~~~~~
idct.c:182:3: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[0] = 0;      ((int32_t *)block)[1] = 0;
         ^~~~~~~~~~~~~~~~
idct.c:182:30: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[0] = 0;      ((int32_t *)block)[1] = 0;
                                         ^~~~~~~~~~~~~~~~
idct.c:183:3: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[2] = 0;      ((int32_t *)block)[3] = 0;
         ^~~~~~~~~~~~~~~~
idct.c:183:30: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
        ((int32_t *)block)[2] = 0;      ((int32_t *)block)[3] = 0;
                                         ^~~~~~~~~~~~~~~~
idct.c:210:7: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
            ((int32_t *)block)[0] = 0;  ((int32_t *)block)[1] = 0;
             ^~~~~~~~~~~~~~~~
idct.c:210:34: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
            ((int32_t *)block)[0] = 0;  ((int32_t *)block)[1] = 0;
                                         ^~~~~~~~~~~~~~~~
idct.c:211:7: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
            ((int32_t *)block)[2] = 0;  ((int32_t *)block)[3] = 0;
             ^~~~~~~~~~~~~~~~
idct.c:211:34: warning: cast from '__int16_t *' (aka 'short *') to '__int32_t *' (aka 'int *') increases required alignment from 2 to 4 [-Wcast-align]
            ((int32_t *)block)[2] = 0;  ((int32_t *)block)[3] = 0;
                                         ^~~~~~~~~~~~~~~~
15 warnings generated.
mv -f .deps/idct.Tpo .deps/idct.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-motion_comp_mmx.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_mmx.Tpo -c -o libmpeg2arch_la-motion_comp_mmx.lo `test -f 'motion_comp_mmx.c' || echo './'`motion_comp_mmx.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-motion_comp_mmx.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_mmx.Tpo -c motion_comp_mmx.c -o libmpeg2arch_la-motion_comp_mmx.o
mv -f .deps/libmpeg2arch_la-motion_comp_mmx.Tpo .deps/libmpeg2arch_la-motion_comp_mmx.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-idct_mmx.lo -MD -MP -MF .deps/libmpeg2arch_la-idct_mmx.Tpo -c -o libmpeg2arch_la-idct_mmx.lo `test -f 'idct_mmx.c' || echo './'`idct_mmx.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-idct_mmx.lo -MD -MP -MF .deps/libmpeg2arch_la-idct_mmx.Tpo -c idct_mmx.c -o libmpeg2arch_la-idct_mmx.o
idct_mmx.c:469:54: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:57: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~   ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:60: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~      ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:63: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~         ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:66: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~            ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:69: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~               ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:72: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~                  ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:469:75: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
                                                    ~                     ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:715:53: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:715:56: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~   ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:715:59: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~      ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
idct_mmx.c:715:62: warning: implicit conversion from 'int' to 'short' changes value from 43790 to -21746 [-Wconstant-conversion]
    static const short t3_vector[] ATTR_ALIGN(8) = {T3,T3,T3,T3};
                                                   ~         ^~
idct_mmx.c:457:12: note: expanded from macro 'T3'
#define T3 43790
           ^~~~~
12 warnings generated.
mv -f .deps/libmpeg2arch_la-idct_mmx.Tpo .deps/libmpeg2arch_la-idct_mmx.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-motion_comp_altivec.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_altivec.Tpo -c -o libmpeg2arch_la-motion_comp_altivec.lo `test -f 'motion_comp_altivec.c' || echo './'`motion_comp_altivec.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-motion_comp_altivec.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_altivec.Tpo -c motion_comp_altivec.c -o libmpeg2arch_la-motion_comp_altivec.o
mv -f .deps/libmpeg2arch_la-motion_comp_altivec.Tpo .deps/libmpeg2arch_la-motion_comp_altivec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-idct_altivec.lo -MD -MP -MF .deps/libmpeg2arch_la-idct_altivec.Tpo -c -o libmpeg2arch_la-idct_altivec.lo `test -f 'idct_altivec.c' || echo './'`idct_altivec.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-idct_altivec.lo -MD -MP -MF .deps/libmpeg2arch_la-idct_altivec.Tpo -c idct_altivec.c -o libmpeg2arch_la-idct_altivec.o
mv -f .deps/libmpeg2arch_la-idct_altivec.Tpo .deps/libmpeg2arch_la-idct_altivec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-motion_comp_alpha.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_alpha.Tpo -c -o libmpeg2arch_la-motion_comp_alpha.lo `test -f 'motion_comp_alpha.c' || echo './'`motion_comp_alpha.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-motion_comp_alpha.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_alpha.Tpo -c motion_comp_alpha.c -o libmpeg2arch_la-motion_comp_alpha.o
mv -f .deps/libmpeg2arch_la-motion_comp_alpha.Tpo .deps/libmpeg2arch_la-motion_comp_alpha.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-idct_alpha.lo -MD -MP -MF .deps/libmpeg2arch_la-idct_alpha.Tpo -c -o libmpeg2arch_la-idct_alpha.lo `test -f 'idct_alpha.c' || echo './'`idct_alpha.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-idct_alpha.lo -MD -MP -MF .deps/libmpeg2arch_la-idct_alpha.Tpo -c idct_alpha.c -o libmpeg2arch_la-idct_alpha.o
mv -f .deps/libmpeg2arch_la-idct_alpha.Tpo .deps/libmpeg2arch_la-idct_alpha.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-motion_comp_vis.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_vis.Tpo -c -o libmpeg2arch_la-motion_comp_vis.lo `test -f 'motion_comp_vis.c' || echo './'`motion_comp_vis.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-motion_comp_vis.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_vis.Tpo -c motion_comp_vis.c -o libmpeg2arch_la-motion_comp_vis.o
mv -f .deps/libmpeg2arch_la-motion_comp_vis.Tpo .deps/libmpeg2arch_la-motion_comp_vis.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-motion_comp_arm.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_arm.Tpo -c -o libmpeg2arch_la-motion_comp_arm.lo `test -f 'motion_comp_arm.c' || echo './'`motion_comp_arm.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-motion_comp_arm.lo -MD -MP -MF .deps/libmpeg2arch_la-motion_comp_arm.Tpo -c motion_comp_arm.c -o libmpeg2arch_la-motion_comp_arm.o
mv -f .deps/libmpeg2arch_la-motion_comp_arm.Tpo .deps/libmpeg2arch_la-motion_comp_arm.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-cpu_accel.lo -MD -MP -MF .deps/libmpeg2arch_la-cpu_accel.Tpo -c -o libmpeg2arch_la-cpu_accel.lo `test -f 'cpu_accel.c' || echo './'`cpu_accel.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-cpu_accel.lo -MD -MP -MF .deps/libmpeg2arch_la-cpu_accel.Tpo -c cpu_accel.c -o libmpeg2arch_la-cpu_accel.o
mv -f .deps/libmpeg2arch_la-cpu_accel.Tpo .deps/libmpeg2arch_la-cpu_accel.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2 -MT libmpeg2arch_la-cpu_state.lo -MD -MP -MF .deps/libmpeg2arch_la-cpu_state.Tpo -c -o libmpeg2arch_la-cpu_state.lo `test -f 'cpu_state.c' || echo './'`cpu_state.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -MT libmpeg2arch_la-cpu_state.lo -MD -MP -MF .deps/libmpeg2arch_la-cpu_state.Tpo -c cpu_state.c -o libmpeg2arch_la-cpu_state.o
mv -f .deps/libmpeg2arch_la-cpu_state.Tpo .deps/libmpeg2arch_la-cpu_state.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common   -g -O2   -o libmpeg2arch.la  libmpeg2arch_la-motion_comp_mmx.lo libmpeg2arch_la-idct_mmx.lo libmpeg2arch_la-motion_comp_altivec.lo libmpeg2arch_la-idct_altivec.lo libmpeg2arch_la-motion_comp_alpha.lo libmpeg2arch_la-idct_alpha.lo libmpeg2arch_la-motion_comp_vis.lo libmpeg2arch_la-motion_comp_arm.lo libmpeg2arch_la-cpu_accel.lo libmpeg2arch_la-cpu_state.lo   
mkdir .libs
ar cru .libs/libmpeg2arch.a  libmpeg2arch_la-motion_comp_mmx.o libmpeg2arch_la-idct_mmx.o libmpeg2arch_la-motion_comp_altivec.o libmpeg2arch_la-idct_altivec.o libmpeg2arch_la-motion_comp_alpha.o libmpeg2arch_la-idct_alpha.o libmpeg2arch_la-motion_comp_vis.o libmpeg2arch_la-motion_comp_arm.o libmpeg2arch_la-cpu_accel.o libmpeg2arch_la-cpu_state.o
ranlib .libs/libmpeg2arch.a
creating libmpeg2arch.la
(cd .libs && rm -f libmpeg2arch.la && ln -s ../libmpeg2arch.la libmpeg2arch.la)
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -no-undefined -version-info 1:0:1  -o libmpeg2.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib alloc.lo header.lo decode.lo slice.lo motion_comp.lo idct.lo libmpeg2arch.la 
rm -fr .libs/libmpeg2.lax
mkdir .libs/libmpeg2.lax
rm -fr .libs/libmpeg2.lax/libmpeg2arch.a
mkdir .libs/libmpeg2.lax/libmpeg2arch.a
(cd .libs/libmpeg2.lax/libmpeg2arch.a && ar x /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/mpeg2dec/libmpeg2/./.libs/libmpeg2arch.a)
ar cru .libs/libmpeg2.a  alloc.o header.o decode.o slice.o motion_comp.o idct.o  .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_alpha.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_alpha.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_vis.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_arm.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-cpu_accel.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-cpu_state.o 
ranlib .libs/libmpeg2.a
rm -fr .libs/libmpeg2.lax
creating libmpeg2.la
(cd .libs && rm -f libmpeg2.la && ln -s ../libmpeg2.la libmpeg2.la)
Making all in include
gmake  all-am
Making all in libvo
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT video_out.o -MD -MP -MF .deps/video_out.Tpo -c -o video_out.o video_out.c
mv -f .deps/video_out.Tpo .deps/video_out.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT video_out_x11.o -MD -MP -MF .deps/video_out_x11.Tpo -c -o video_out_x11.o video_out_x11.c
mv -f .deps/video_out_x11.Tpo .deps/video_out_x11.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT video_out_dx.o -MD -MP -MF .deps/video_out_dx.Tpo -c -o video_out_dx.o video_out_dx.c
mv -f .deps/video_out_dx.Tpo .deps/video_out_dx.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT video_out_sdl.o -MD -MP -MF .deps/video_out_sdl.Tpo -c -o video_out_sdl.o video_out_sdl.c
mv -f .deps/video_out_sdl.Tpo .deps/video_out_sdl.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT video_out_null.o -MD -MP -MF .deps/video_out_null.Tpo -c -o video_out_null.o video_out_null.c
mv -f .deps/video_out_null.Tpo .deps/video_out_null.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT video_out_pgm.o -MD -MP -MF .deps/video_out_pgm.Tpo -c -o video_out_pgm.o video_out_pgm.c
video_out_pgm.c:293:37: warning: cast from '__uint8_t *' (aka 'unsigned char *') to '__uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
        md5_transform (instance->md5_hash, (uint32_t *)ptr);
                                           ^~~~~~~~~~~~~~~
1 warning generated.
mv -f .deps/video_out_pgm.Tpo .deps/video_out_pgm.Po
rm -f libvo.a
ar cru libvo.a video_out.o video_out_x11.o video_out_dx.o video_out_sdl.o video_out_null.o video_out_pgm.o 
ranlib libvo.a
Making all in src
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT mpeg2dec.o -MD -MP -MF .deps/mpeg2dec.Tpo -c -o mpeg2dec.o mpeg2dec.c
In file included from mpeg2dec.c:31:
./getopt.h:136:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
extern int getopt ();
                  ^
                   void
1 warning generated.
mv -f .deps/mpeg2dec.Tpo .deps/mpeg2dec.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT dump_state.o -MD -MP -MF .deps/dump_state.Tpo -c -o dump_state.o dump_state.c
mv -f .deps/dump_state.Tpo .deps/dump_state.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
In file included from getopt.c:104:
./getopt.h:136:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
extern int getopt ();
                  ^
                   void
getopt.c:211:21: warning: this function declaration is not a prototype [-Wstrict-prototypes]
extern char *getenv ();
                    ^
                     void
getopt.c:222:18: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        return (char *) str;
                        ^
getopt.c:563:26: warning: cast from 'char *const *' to 'char **' drops const qualifier [-Wcast-qual]
            exchange ((char **) argv);
                                ^
getopt.c:585:26: warning: cast from 'char *const *' to 'char **' drops const qualifier [-Wcast-qual]
            exchange ((char **) argv);
                                ^
getopt.c:972:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes]
getopt (argc, argv, optstring)
^
getopt.c:972:8: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes]
getopt (argc, argv, optstring)
       ^
7 warnings generated.
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c
mv -f .deps/gettimeofday.Tpo .deps/gettimeofday.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2   -o mpeg2dec mpeg2dec.o dump_state.o getopt.o gettimeofday.o ../libvo/libvo.a  ../libmpeg2/libmpeg2.la ../libmpeg2/convert/libmpeg2convert.la 
mkdir .libs
gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -o mpeg2dec mpeg2dec.o dump_state.o getopt.o gettimeofday.o  ../libvo/libvo.a ../libmpeg2/.libs/libmpeg2.a ../libmpeg2/convert/.libs/libmpeg2convert.a  
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT extract_mpeg2.o -MD -MP -MF .deps/extract_mpeg2.Tpo -c -o extract_mpeg2.o extract_mpeg2.c
In file included from extract_mpeg2.c:30:
./getopt.h:136:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
extern int getopt ();
                  ^
                   void
1 warning generated.
mv -f .deps/extract_mpeg2.Tpo .deps/extract_mpeg2.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2   -o extract_mpeg2 extract_mpeg2.o getopt.o  
gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -o extract_mpeg2 extract_mpeg2.o getopt.o   
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2 -MT corrupt_mpeg2.o -MD -MP -MF .deps/corrupt_mpeg2.Tpo -c -o corrupt_mpeg2.o corrupt_mpeg2.c
In file included from corrupt_mpeg2.c:31:
./getopt.h:136:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
extern int getopt ();
                  ^
                   void
corrupt_mpeg2.c:129:28: warning: array subscript is of type 'char' [-Wchar-subscripts]
    else if (*s != ',' || !isdigit (s[1]))
                           ^~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
corrupt_mpeg2.c:134:14: warning: array subscript is of type 'char' [-Wchar-subscripts]
    else if (isdigit (* ++s))
             ^~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
corrupt_mpeg2.c:140:28: warning: array subscript is of type 'char' [-Wchar-subscripts]
    else if (*s != ',' || !isdigit (s[1]))
                           ^~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
corrupt_mpeg2.c:145:14: warning: array subscript is of type 'char' [-Wchar-subscripts]
    else if (isdigit (* ++s))
             ^~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
5 warnings generated.
mv -f .deps/corrupt_mpeg2.Tpo .deps/corrupt_mpeg2.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g  -O3 -fomit-frame-pointer -fno-common  -g -O2   -o corrupt_mpeg2 corrupt_mpeg2.o getopt.o  
gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 -o corrupt_mpeg2 corrupt_mpeg2.o getopt.o   
Making all in test
gmake[5]: Nothing to be done for 'all'.
Making all in vc++
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Nothing to be done for 'all-am'.
Making install in libmpeg2
Making install in convert
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libmpeg2convert.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2convert.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2convert.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || ../../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmpeg2convert.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libmpeg2convert.pc'
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libmpeg2.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || ../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmpeg2.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libmpeg2.pc'
Making install in include
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec" || ../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'mpeg2.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec/mpeg2.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'mpeg2convert.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec/mpeg2convert.h'
Making install in libvo
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in src
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || ../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'mpeg2dec' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mpeg2dec'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c mpeg2dec /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mpeg2dec
  /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'extract_mpeg2' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_mpeg2'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c extract_mpeg2 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_mpeg2
  /bin/sh ../libtool   --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'corrupt_mpeg2' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/corrupt_mpeg2'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c corrupt_mpeg2 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/corrupt_mpeg2
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || ../.auto/install-sh -c -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './mpeg2dec.1' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/mpeg2dec.1'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './extract_mpeg2.1' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/extract_mpeg2.1'
Making install in test
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in vc++
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
LibOgg ./lib/libogg.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... ./configure: s%\\%/%g: not found
(cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for int16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for int64_t... yes
checking for short... (cached) yes
checking size of short... (cached) 2
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 8
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for working memcmp... yes
updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
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 win32/Makefile
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
gmake  all-recursive
Making all in src
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include    -O20 -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF ".deps/framing.Tpo" -c -o framing.lo framing.c; \
then mv -f ".deps/framing.Tpo" ".deps/framing.Plo"; else rm -f ".deps/framing.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include    -O20 -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF ".deps/bitwise.Tpo" -c -o bitwise.lo bitwise.c; \
then mv -f ".deps/bitwise.Tpo" ".deps/bitwise.Plo"; else rm -f ".deps/bitwise.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -fsigned-char -g -O2   -o libogg.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 5:3:5 framing.lo bitwise.lo  
mkdir .libs
ar cru .libs/libogg.a  framing.o bitwise.o
ranlib .libs/libogg.a
creating libogg.la
(cd .libs && rm -f libogg.la && ln -s ../libogg.la libogg.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include   -D_V_SELFTEST -O20 -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; \
then mv -f ".deps/test_bitwise-bitwise.Tpo" ".deps/test_bitwise-bitwise.Po"; else rm -f ".deps/test_bitwise-bitwise.Tpo"; exit 1; fi
bitwise.c:657:23: warning: passing 'char [9]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  oggpack_readinit(&r,"\0\0\0\0\0\0\0\0",8);
                      ^~~~~~~~~~~~~~~~~~
bitwise.c:214:56: note: passing argument to parameter 'buf' here
void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){
                                                       ^
bitwise.c:669:23: warning: passing 'char [9]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  oggpack_readinit(&r,"\0\0\0\0\0\0\0\0",8);
                      ^~~~~~~~~~~~~~~~~~
bitwise.c:214:56: note: passing argument to parameter 'buf' here
void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){
                                                       ^
bitwise.c:743:24: warning: passing 'char [9]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  oggpackB_readinit(&r,"\0\0\0\0\0\0\0\0",8);
                       ^~~~~~~~~~~~~~~~~~
bitwise.c:220:57: note: passing argument to parameter 'buf' here
void oggpackB_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){
                                                        ^
bitwise.c:755:24: warning: passing 'char [9]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  oggpackB_readinit(&r,"\0\0\0\0\0\0\0\0",8);
                       ^~~~~~~~~~~~~~~~~~
bitwise.c:220:57: note: passing argument to parameter 'buf' here
void oggpackB_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){
                                                        ^
4 warnings generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -fsigned-char -g -O2   -o test_bitwise  test_bitwise-bitwise.o  
gcc -O20 -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o 
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include   -D_V_SELFTEST -O20 -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; \
then mv -f ".deps/test_framing-framing.Tpo" ".deps/test_framing-framing.Po"; else rm -f ".deps/test_framing-framing.Tpo"; exit 1; fi
framing.c:1297:31: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
            fprintf(stderr,"(%ld), ",pageout);
                             ~~~     ^~~~~~~
                             %d
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -fsigned-char -g -O2   -o test_framing  test_framing-framing.o  
gcc -O20 -fsigned-char -g -O2 -o test_framing test_framing-framing.o 
Making all in include
Making all in ogg
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in doc
Making all in libogg
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in win32
gmake[6]: Nothing to be done for 'all'.
Making install in src
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libogg.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libogg.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libogg.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in include
Making install in ogg
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'config_types.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/config_types.h'
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/ogg.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'os_types.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/os_types.h'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in doc
Making install in libogg
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'bitpacking.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/bitpacking.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'datastructures.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/datastructures.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'decoding.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/decoding.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'encoding.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/encoding.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'general.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/general.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/index.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_packet.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_packet.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_packet_clear.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_packet_clear.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_bos.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_bos.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_checksum_set.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_checksum_set.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_continued.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_continued.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_eos.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_eos.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_granulepos.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_granulepos.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_packets.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_packets.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_pageno.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_pageno.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_serialno.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_serialno.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_version.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_version.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_clear.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_clear.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_destroy.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_destroy.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_eos.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_eos.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_flush.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_flush.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_init.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_init.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetin.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetin.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetout.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetout.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetpeek.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetpeek.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_pagein.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_pagein.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_pageout.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_pageout.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_reset.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_reset.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_reset_serialno.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_reset_serialno.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_state.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_state.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_buffer.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_buffer.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_clear.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_clear.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_destroy.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_destroy.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_init.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_init.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_pageout.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_pageout.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_pageseek.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_pageseek.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_reset.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_reset.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_state.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_state.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_wrote.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_wrote.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_adv.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_adv.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_adv1.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_adv1.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_bits.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_bits.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_buffer.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_buffer.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_bytes.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_bytes.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_get_buffer.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_get_buffer.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_look.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_look.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_look1.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_look1.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_read.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_read.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_read1.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_read1.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_readinit.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_readinit.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_reset.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_reset.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_write.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_write.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writealign.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writealign.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writeclear.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writeclear.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writecopy.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writecopy.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writeinit.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writeinit.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writetrunc.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writetrunc.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/overview.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/reference.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/style.css'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_comment.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/vorbis_comment.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/vorbis_info.html'
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'framing.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/framing.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/index.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggstream.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/oggstream.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg-multiplex.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg-multiplex.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stream.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/stream.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisword2.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/vorbisword2.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-ogg.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/white-ogg.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/white-xifish.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'rfc3533.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/rfc3533.txt'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'rfc3534.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/rfc3534.txt'
Making install in win32
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.m4' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal/ogg.m4'
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/ogg.pc'
LibSampleRate ./lib/libsamplerate.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking target system type... x86_64-unknown-netbsd7.99.56
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... (cached) no
checking if g77 static flag -static works... (cached) no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 8
checking for float... (cached) yes
checking size of float... (cached) 4
checking for double... (cached) yes
checking size of double... (cached) 8
checking processor byte ordering... little
checking for malloc... yes
checking for calloc... yes
checking for free... yes
checking for memcpy... (cached) yes
checking for memmove... yes
checking for alarm... yes
checking for signal... yes
checking for floor in -lm... yes
checking for floor... yes
checking for ceil... yes
checking for fmod... yes
checking for SIGALRM... yes
checking for lrint... yes
checking for lrintf... (cached) yes
checking processor clipping capabilities... none
checking for pkg-config... /data/scratch/multimedia/handbrake/work/.tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SNDFILE... no
checking for FFTW3... no
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Version_script
config.status: creating Win32/Makefile
config.status: creating Win32/Makefile.mingw
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating libsamplerate.spec
config.status: creating samplerate.pc
config.status: creating src/config.h
config.status: executing depfiles commands

-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-

  Configuration summary :

    Version : ..................... 0.1.4

  Tools :

    Compiler is GCC : ............. yes
    GCC major version : ........... 4

  Extra tools required for testing and examples :

    Use FFTW : .................... no
    Have libsndfile : ............. no

  Installation directories :

    Library directory : ........... /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
    Program directory : ........... /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin
    Pkgconfig directory : ......... /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig

Compiling some other packages against libsamplerate may require 
the addition of "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" to the 
PKG_CONFIG_PATH environment variable.

Making all in src
gmake  all-am
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT samplerate.lo -MD -MP -MF ".deps/samplerate.Tpo" -c -o samplerate.lo samplerate.c; \
then mv -f ".deps/samplerate.Tpo" ".deps/samplerate.Plo"; else rm -f ".deps/samplerate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT samplerate.lo -MD -MP -MF .deps/samplerate.Tpo -c samplerate.c -o samplerate.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_sinc.lo -MD -MP -MF ".deps/src_sinc.Tpo" -c -o src_sinc.lo src_sinc.c; \
then mv -f ".deps/src_sinc.Tpo" ".deps/src_sinc.Plo"; else rm -f ".deps/src_sinc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_sinc.lo -MD -MP -MF .deps/src_sinc.Tpo -c src_sinc.c -o src_sinc.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_zoh.lo -MD -MP -MF ".deps/src_zoh.Tpo" -c -o src_zoh.lo src_zoh.c; \
then mv -f ".deps/src_zoh.Tpo" ".deps/src_zoh.Plo"; else rm -f ".deps/src_zoh.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_zoh.lo -MD -MP -MF .deps/src_zoh.Tpo -c src_zoh.c -o src_zoh.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_linear.lo -MD -MP -MF ".deps/src_linear.Tpo" -c -o src_linear.lo src_linear.c; \
then mv -f ".deps/src_linear.Tpo" ".deps/src_linear.Plo"; else rm -f ".deps/src_linear.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_linear.lo -MD -MP -MF .deps/src_linear.Tpo -c src_linear.c -o src_linear.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o libsamplerate.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 1:4:1  samplerate.lo src_sinc.lo  src_zoh.lo src_linear.lo  -lm -lm 
mkdir .libs
ar cru .libs/libsamplerate.a  samplerate.o src_sinc.o src_zoh.o src_linear.o
ranlib .libs/libsamplerate.a
creating libsamplerate.la
(cd .libs && rm -f libsamplerate.la && ln -s ../libsamplerate.la libsamplerate.la)
Making all in doc
gmake[5]: Nothing to be done for 'all'.
Making all in examples
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT sndfile-resample.o -MD -MP -MF ".deps/sndfile-resample.Tpo" -c -o sndfile-resample.o sndfile-resample.c; \
then mv -f ".deps/sndfile-resample.Tpo" ".deps/sndfile-resample.Po"; else rm -f ".deps/sndfile-resample.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o sndfile-resample  sndfile-resample.o ../src/libsamplerate.la  -lm 
mkdir .libs
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o sndfile-resample sndfile-resample.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT varispeed-play.o -MD -MP -MF ".deps/varispeed-play.Tpo" -c -o varispeed-play.o varispeed-play.c; \
then mv -f ".deps/varispeed-play.Tpo" ".deps/varispeed-play.Po"; else rm -f ".deps/varispeed-play.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT audio_out.o -MD -MP -MF ".deps/audio_out.Tpo" -c -o audio_out.o audio_out.c; \
then mv -f ".deps/audio_out.Tpo" ".deps/audio_out.Po"; else rm -f ".deps/audio_out.Tpo"; exit 1; fi
audio_out.c:814:12: warning: explicitly assigning value of variable of type 'AUDIO_OUT *' (aka 'void *') to itself [-Wself-assign]
        audio_out = audio_out ;
        ~~~~~~~~~ ^ ~~~~~~~~~
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o varispeed-play  varispeed-play.o audio_out.o ../src/libsamplerate.la   -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o varispeed-play varispeed-play.o audio_out.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT timewarp-file.o -MD -MP -MF ".deps/timewarp-file.Tpo" -c -o timewarp-file.o timewarp-file.c; \
then mv -f ".deps/timewarp-file.Tpo" ".deps/timewarp-file.Po"; else rm -f ".deps/timewarp-file.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o timewarp-file  timewarp-file.o ../src/libsamplerate.la  -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o timewarp-file timewarp-file.o  ../src/.libs/libsamplerate.a -lm  
Making all in tests
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT misc_test.o -MD -MP -MF ".deps/misc_test.Tpo" -c -o misc_test.o misc_test.c; \
then mv -f ".deps/misc_test.Tpo" ".deps/misc_test.Po"; else rm -f ".deps/misc_test.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o misc_test  misc_test.o util.o ../src/libsamplerate.la -lm 
mkdir .libs
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o misc_test misc_test.o util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT termination_test.o -MD -MP -MF ".deps/termination_test.Tpo" -c -o termination_test.o termination_test.c; \
then mv -f ".deps/termination_test.Tpo" ".deps/termination_test.Po"; else rm -f ".deps/termination_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o termination_test  termination_test.o util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o termination_test termination_test.o util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT simple_test.o -MD -MP -MF ".deps/simple_test.Tpo" -c -o simple_test.o simple_test.c; \
then mv -f ".deps/simple_test.Tpo" ".deps/simple_test.Po"; else rm -f ".deps/simple_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o simple_test  simple_test.o util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o simple_test simple_test.o util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT callback_test-callback_test.o -MD -MP -MF ".deps/callback_test-callback_test.Tpo" -c -o callback_test-callback_test.o `test -f 'callback_test.c' || echo './'`callback_test.c; \
then mv -f ".deps/callback_test-callback_test.Tpo" ".deps/callback_test-callback_test.Po"; else rm -f ".deps/callback_test-callback_test.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT callback_test-util.o -MD -MP -MF ".deps/callback_test-util.Tpo" -c -o callback_test-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/callback_test-util.Tpo" ".deps/callback_test-util.Po"; else rm -f ".deps/callback_test-util.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o callback_test  callback_test-callback_test.o callback_test-util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o callback_test callback_test-callback_test.o callback_test-util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT reset_test.o -MD -MP -MF ".deps/reset_test.Tpo" -c -o reset_test.o reset_test.c; \
then mv -f ".deps/reset_test.Tpo" ".deps/reset_test.Po"; else rm -f ".deps/reset_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o reset_test  reset_test.o util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o reset_test reset_test.o util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT multi_channel_test-multi_channel_test.o -MD -MP -MF ".deps/multi_channel_test-multi_channel_test.Tpo" -c -o multi_channel_test-multi_channel_test.o `test -f 'multi_channel_test.c' || echo './'`multi_channel_test.c; \
then mv -f ".deps/multi_channel_test-multi_channel_test.Tpo" ".deps/multi_channel_test-multi_channel_test.Po"; else rm -f ".deps/multi_channel_test-multi_channel_test.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT multi_channel_test-util.o -MD -MP -MF ".deps/multi_channel_test-util.Tpo" -c -o multi_channel_test-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/multi_channel_test-util.Tpo" ".deps/multi_channel_test-util.Po"; else rm -f ".deps/multi_channel_test-util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT multi_channel_test-calc_snr.o -MD -MP -MF ".deps/multi_channel_test-calc_snr.Tpo" -c -o multi_channel_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c; \
then mv -f ".deps/multi_channel_test-calc_snr.Tpo" ".deps/multi_channel_test-calc_snr.Po"; else rm -f ".deps/multi_channel_test-calc_snr.Tpo"; exit 1; fi
calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
        data = data ;
        ~~~~ ^ ~~~~
calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        len = len ;
        ~~~ ^ ~~~
calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        expected_peaks = expected_peaks ;
        ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
3 warnings generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o multi_channel_test  multi_channel_test-multi_channel_test.o multi_channel_test-util.o multi_channel_test-calc_snr.o ../src/libsamplerate.la  -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o multi_channel_test multi_channel_test-multi_channel_test.o multi_channel_test-util.o multi_channel_test-calc_snr.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT snr_bw_test-snr_bw_test.o -MD -MP -MF ".deps/snr_bw_test-snr_bw_test.Tpo" -c -o snr_bw_test-snr_bw_test.o `test -f 'snr_bw_test.c' || echo './'`snr_bw_test.c; \
then mv -f ".deps/snr_bw_test-snr_bw_test.Tpo" ".deps/snr_bw_test-snr_bw_test.Po"; else rm -f ".deps/snr_bw_test-snr_bw_test.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT snr_bw_test-calc_snr.o -MD -MP -MF ".deps/snr_bw_test-calc_snr.Tpo" -c -o snr_bw_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c; \
then mv -f ".deps/snr_bw_test-calc_snr.Tpo" ".deps/snr_bw_test-calc_snr.Po"; else rm -f ".deps/snr_bw_test-calc_snr.Tpo"; exit 1; fi
calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
        data = data ;
        ~~~~ ^ ~~~~
calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        len = len ;
        ~~~ ^ ~~~
calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        expected_peaks = expected_peaks ;
        ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
3 warnings generated.
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT snr_bw_test-util.o -MD -MP -MF ".deps/snr_bw_test-util.Tpo" -c -o snr_bw_test-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/snr_bw_test-util.Tpo" ".deps/snr_bw_test-util.Po"; else rm -f ".deps/snr_bw_test-util.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o snr_bw_test  snr_bw_test-snr_bw_test.o snr_bw_test-calc_snr.o snr_bw_test-util.o ../src/libsamplerate.la  -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o snr_bw_test snr_bw_test-snr_bw_test.o snr_bw_test-calc_snr.o snr_bw_test-util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT float_short_test.o -MD -MP -MF ".deps/float_short_test.Tpo" -c -o float_short_test.o float_short_test.c; \
then mv -f ".deps/float_short_test.Tpo" ".deps/float_short_test.Po"; else rm -f ".deps/float_short_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o float_short_test  float_short_test.o util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o float_short_test float_short_test.o util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT varispeed_test-varispeed_test.o -MD -MP -MF ".deps/varispeed_test-varispeed_test.Tpo" -c -o varispeed_test-varispeed_test.o `test -f 'varispeed_test.c' || echo './'`varispeed_test.c; \
then mv -f ".deps/varispeed_test-varispeed_test.Tpo" ".deps/varispeed_test-varispeed_test.Po"; else rm -f ".deps/varispeed_test-varispeed_test.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT varispeed_test-util.o -MD -MP -MF ".deps/varispeed_test-util.Tpo" -c -o varispeed_test-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/varispeed_test-util.Tpo" ".deps/varispeed_test-util.Po"; else rm -f ".deps/varispeed_test-util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT varispeed_test-calc_snr.o -MD -MP -MF ".deps/varispeed_test-calc_snr.Tpo" -c -o varispeed_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c; \
then mv -f ".deps/varispeed_test-calc_snr.Tpo" ".deps/varispeed_test-calc_snr.Po"; else rm -f ".deps/varispeed_test-calc_snr.Tpo"; exit 1; fi
calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
        data = data ;
        ~~~~ ^ ~~~~
calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        len = len ;
        ~~~ ^ ~~~
calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        expected_peaks = expected_peaks ;
        ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
3 warnings generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o varispeed_test  varispeed_test-varispeed_test.o varispeed_test-util.o varispeed_test-calc_snr.o ../src/libsamplerate.la  -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o varispeed_test varispeed_test-varispeed_test.o varispeed_test-util.o varispeed_test-calc_snr.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT callback_hang_test.o -MD -MP -MF ".deps/callback_hang_test.Tpo" -c -o callback_hang_test.o callback_hang_test.c; \
then mv -f ".deps/callback_hang_test.Tpo" ".deps/callback_hang_test.Po"; else rm -f ".deps/callback_hang_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o callback_hang_test  callback_hang_test.o util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o callback_hang_test callback_hang_test.o util.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_evaluate-src-evaluate.o -MD -MP -MF ".deps/src_evaluate-src-evaluate.Tpo" -c -o src_evaluate-src-evaluate.o `test -f 'src-evaluate.c' || echo './'`src-evaluate.c; \
then mv -f ".deps/src_evaluate-src-evaluate.Tpo" ".deps/src_evaluate-src-evaluate.Po"; else rm -f ".deps/src_evaluate-src-evaluate.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_evaluate-calc_snr.o -MD -MP -MF ".deps/src_evaluate-calc_snr.Tpo" -c -o src_evaluate-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c; \
then mv -f ".deps/src_evaluate-calc_snr.Tpo" ".deps/src_evaluate-calc_snr.Po"; else rm -f ".deps/src_evaluate-calc_snr.Tpo"; exit 1; fi
calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
        data = data ;
        ~~~~ ^ ~~~~
calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        len = len ;
        ~~~ ^ ~~~
calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        expected_peaks = expected_peaks ;
        ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
3 warnings generated.
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_evaluate-util.o -MD -MP -MF ".deps/src_evaluate-util.Tpo" -c -o src_evaluate-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/src_evaluate-util.Tpo" ".deps/src_evaluate-util.Po"; else rm -f ".deps/src_evaluate-util.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o src-evaluate  src_evaluate-src-evaluate.o src_evaluate-calc_snr.o src_evaluate-util.o   -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o src-evaluate src_evaluate-src-evaluate.o src_evaluate-calc_snr.o src_evaluate-util.o  -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT throughput_test-throughput_test.o -MD -MP -MF ".deps/throughput_test-throughput_test.Tpo" -c -o throughput_test-throughput_test.o `test -f 'throughput_test.c' || echo './'`throughput_test.c; \
then mv -f ".deps/throughput_test-throughput_test.Tpo" ".deps/throughput_test-throughput_test.Po"; else rm -f ".deps/throughput_test-throughput_test.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT throughput_test-util.o -MD -MP -MF ".deps/throughput_test-util.Tpo" -c -o throughput_test-util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/throughput_test-util.Tpo" ".deps/throughput_test-util.Po"; else rm -f ".deps/throughput_test-util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT throughput_test-calc_snr.o -MD -MP -MF ".deps/throughput_test-calc_snr.Tpo" -c -o throughput_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c; \
then mv -f ".deps/throughput_test-calc_snr.Tpo" ".deps/throughput_test-calc_snr.Po"; else rm -f ".deps/throughput_test-calc_snr.Tpo"; exit 1; fi
calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
        data = data ;
        ~~~~ ^ ~~~~
calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        len = len ;
        ~~~ ^ ~~~
calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
        expected_peaks = expected_peaks ;
        ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
3 warnings generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o throughput_test  throughput_test-throughput_test.o throughput_test-util.o throughput_test-calc_snr.o ../src/libsamplerate.la  -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o throughput_test throughput_test-throughput_test.o throughput_test-util.o throughput_test-calc_snr.o  ../src/.libs/libsamplerate.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src    -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT downsample_test.o -MD -MP -MF ".deps/downsample_test.Tpo" -c -o downsample_test.o downsample_test.c; \
then mv -f ".deps/downsample_test.Tpo" ".deps/downsample_test.Po"; else rm -f ".deps/downsample_test.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe   -o downsample_test  downsample_test.o util.o ../src/libsamplerate.la -lm 
gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o downsample_test downsample_test.o util.o  ../src/.libs/libsamplerate.a -lm  
gmake[5]: Nothing to be done for 'all-am'.
Making install in src
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libsamplerate.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libsamplerate.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libsamplerate.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'samplerate.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/samplerate.h'
Making install in doc
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in examples
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c 'sndfile-resample' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/sndfile-resample'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c sndfile-resample /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/sndfile-resample
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in tests
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'samplerate.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/samplerate.pc'
LibVorbis ./lib/libvorbis.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking target system type... (cached) x86_64-unknown-netbsd7.99.56
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking GCC version... 4.2.1
checking for memory.h... (cached) yes
checking for cos in -lm... (cached) yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... yes
checking for pkg-config... /data/scratch/multimedia/handbrake/work/.tools/bin/pkg-config
checking for ogg >= 1.0... checking for Ogg... yes
checking for oggpack_writealign... yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for working memcmp... (cached) yes
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating 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 include/Makefile
config.status: creating include/vorbis/Makefile
config.status: creating examples/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
gmake  all-recursive
Making all in lib
Making all in modes
gmake[7]: Nothing to be done for 'all'.
Making all in books
Making all in coupled
gmake[8]: Nothing to be done for 'all'.
Making all in uncoupled
gmake[8]: Nothing to be done for 'all'.
Making all in floor
gmake[8]: Nothing to be done for 'all'.
gmake[8]: Nothing to be done for 'all-am'.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF ".deps/mdct.Tpo" -c -o mdct.lo mdct.c; \
then mv -f ".deps/mdct.Tpo" ".deps/mdct.Plo"; else rm -f ".deps/mdct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF ".deps/smallft.Tpo" -c -o smallft.lo smallft.c; \
then mv -f ".deps/smallft.Tpo" ".deps/smallft.Plo"; else rm -f ".deps/smallft.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c -o smallft.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT block.lo -MD -MP -MF ".deps/block.Tpo" -c -o block.lo block.c; \
then mv -f ".deps/block.Tpo" ".deps/block.Plo"; else rm -f ".deps/block.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF ".deps/envelope.Tpo" -c -o envelope.lo envelope.c; \
then mv -f ".deps/envelope.Tpo" ".deps/envelope.Plo"; else rm -f ".deps/envelope.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c -o envelope.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT window.lo -MD -MP -MF ".deps/window.Tpo" -c -o window.lo window.c; \
then mv -f ".deps/window.Tpo" ".deps/window.Plo"; else rm -f ".deps/window.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c -o window.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF ".deps/lsp.Tpo" -c -o lsp.lo lsp.c; \
then mv -f ".deps/lsp.Tpo" ".deps/lsp.Plo"; else rm -f ".deps/lsp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c -o lsp.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF ".deps/lpc.Tpo" -c -o lpc.lo lpc.c; \
then mv -f ".deps/lpc.Tpo" ".deps/lpc.Plo"; else rm -f ".deps/lpc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -o lpc.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF ".deps/analysis.Tpo" -c -o analysis.lo analysis.c; \
then mv -f ".deps/analysis.Tpo" ".deps/analysis.Plo"; else rm -f ".deps/analysis.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c -o analysis.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF ".deps/synthesis.Tpo" -c -o synthesis.lo synthesis.c; \
then mv -f ".deps/synthesis.Tpo" ".deps/synthesis.Plo"; else rm -f ".deps/synthesis.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c -o synthesis.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF ".deps/psy.Tpo" -c -o psy.lo psy.c; \
then mv -f ".deps/psy.Tpo" ".deps/psy.Plo"; else rm -f ".deps/psy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -o psy.o
warning: optimization level '-O20' is not supported; using '-O3' instead
psy.c:1348:29: warning: '&&' within '||' [-Wlogical-op-parentheses]
    index[i]=n[(k>=8)||(j<4)&&C(0,n[j],n[k])?j++:k++]+offset;
                     ~~~~~~~^~~~~~~~~~~~~~~~
psy.c:1348:29: note: place parentheses around the '&&' expression to silence this warning
    index[i]=n[(k>=8)||(j<4)&&C(0,n[j],n[k])?j++:k++]+offset;
                       ~~~~~^~~~~~~~~~~~~~~~
psy.c:1359:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
    n[i]=index[(k>=16)||(j<8)&&C(0,index[j],index[k])?j++:k++];
                      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
psy.c:1359:30: note: place parentheses around the '&&' expression to silence this warning
    n[i]=index[(k>=16)||(j<8)&&C(0,index[j],index[k])?j++:k++];
                        ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
psy.c:1361:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
    n[i]=index[(k>=32)||(j<24)&&C(0,index[j],index[k])?j++:k++];
                      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
psy.c:1361:31: note: place parentheses around the '&&' expression to silence this warning
    n[i]=index[(k>=32)||(j<24)&&C(0,index[j],index[k])?j++:k++];
                        ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
psy.c:1363:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
    index[i]=n[(k>=32)||(j<16)&&C(0,n[j],n[k])?j++:k++];
                      ~~~~~~~~^~~~~~~~~~~~~~~~
psy.c:1363:31: note: place parentheses around the '&&' expression to silence this warning
    index[i]=n[(k>=32)||(j<16)&&C(0,n[j],n[k])?j++:k++];
                        ~~~~~~^~~~~~~~~~~~~~~~
psy.c:1848:8: warning: '&&' within '||' [-Wlogical-op-parentheses]
                 && ab<0.11)break; // 0.11
                 ^~~~~~~~~~
psy.c:1848:8: note: place parentheses around the '&&' expression to silence this warning
                 && ab<0.11)break; // 0.11
                 ^
6 warnings generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo info.c; \
then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF ".deps/floor1.Tpo" -c -o floor1.lo floor1.c; \
then mv -f ".deps/floor1.Tpo" ".deps/floor1.Plo"; else rm -f ".deps/floor1.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c -o floor1.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF ".deps/floor0.Tpo" -c -o floor0.lo floor0.c; \
then mv -f ".deps/floor0.Tpo" ".deps/floor0.Plo"; else rm -f ".deps/floor0.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c -o floor0.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF ".deps/res0.Tpo" -c -o res0.lo res0.c; \
then mv -f ".deps/res0.Tpo" ".deps/res0.Plo"; else rm -f ".deps/res0.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c -o res0.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF ".deps/mapping0.Tpo" -c -o mapping0.lo mapping0.c; \
then mv -f ".deps/mapping0.Tpo" ".deps/mapping0.Plo"; else rm -f ".deps/mapping0.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c -o mapping0.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF ".deps/registry.Tpo" -c -o registry.lo registry.c; \
then mv -f ".deps/registry.Tpo" ".deps/registry.Plo"; else rm -f ".deps/registry.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -o registry.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF ".deps/codebook.Tpo" -c -o codebook.lo codebook.c; \
then mv -f ".deps/codebook.Tpo" ".deps/codebook.Plo"; else rm -f ".deps/codebook.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c -o codebook.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF ".deps/sharedbook.Tpo" -c -o sharedbook.lo sharedbook.c; \
then mv -f ".deps/sharedbook.Tpo" ".deps/sharedbook.Plo"; else rm -f ".deps/sharedbook.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c -o sharedbook.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF ".deps/lookup.Tpo" -c -o lookup.lo lookup.c; \
then mv -f ".deps/lookup.Tpo" ".deps/lookup.Plo"; else rm -f ".deps/lookup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c -o lookup.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF ".deps/bitrate.Tpo" -c -o bitrate.lo bitrate.c; \
then mv -f ".deps/bitrate.Tpo" ".deps/bitrate.Plo"; else rm -f ".deps/bitrate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c -o bitrate.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o libvorbis.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 3:1:3 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 -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -logg -lm 
mkdir .libs
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
ranlib .libs/libvorbis.a
creating libvorbis.la
(cd .libs && rm -f libvorbis.la && ln -s ../libvorbis.la libvorbis.la)
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF ".deps/vorbisfile.Tpo" -c -o vorbisfile.lo vorbisfile.c; \
then mv -f ".deps/vorbisfile.Tpo" ".deps/vorbisfile.Plo"; else rm -f ".deps/vorbisfile.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c -o vorbisfile.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o libvorbisfile.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 4:1:1 vorbisfile.lo libvorbis.la 
ar cru .libs/libvorbisfile.a  vorbisfile.o
ranlib .libs/libvorbisfile.a
creating libvorbisfile.la
(cd .libs && rm -f libvorbisfile.la && ln -s ../libvorbisfile.la libvorbisfile.la)
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF ".deps/vorbisenc.Tpo" -c -o vorbisenc.lo vorbisenc.c; \
then mv -f ".deps/vorbisenc.Tpo" ".deps/vorbisenc.Plo"; else rm -f ".deps/vorbisenc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c -o vorbisenc.o
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o libvorbisenc.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 2:2:0 vorbisenc.lo libvorbis.la 
ar cru .libs/libvorbisenc.a  vorbisenc.o
ranlib .libs/libvorbisenc.a
creating libvorbisenc.la
(cd .libs && rm -f libvorbisenc.la && ln -s ../libvorbisenc.la libvorbisenc.la)
Making all in include
Making all in vorbis
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in doc
Making all in vorbisfile
gmake[7]: Nothing to be done for 'all'.
Making all in vorbisenc
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in examples
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT decoder_example.o -MD -MP -MF ".deps/decoder_example.Tpo" -c -o decoder_example.o decoder_example.c; \
then mv -f ".deps/decoder_example.Tpo" ".deps/decoder_example.Po"; else rm -f ".deps/decoder_example.Tpo"; exit 1; fi
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o decoder_example  decoder_example.o ../lib/libvorbis.la  
mkdir .libs
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o  ../lib/.libs/libvorbis.a -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT encoder_example.o -MD -MP -MF ".deps/encoder_example.Tpo" -c -o encoder_example.o encoder_example.c; \
then mv -f ".deps/encoder_example.Tpo" ".deps/encoder_example.Po"; else rm -f ".deps/encoder_example.Tpo"; exit 1; fi
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o encoder_example  encoder_example.o ../lib/libvorbisenc.la ../lib/libvorbis.la  
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o encoder_example encoder_example.o  ../lib/.libs/libvorbisenc.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT chaining_example.o -MD -MP -MF ".deps/chaining_example.Tpo" -c -o chaining_example.o chaining_example.c; \
then mv -f ".deps/chaining_example.Tpo" ".deps/chaining_example.Po"; else rm -f ".deps/chaining_example.Tpo"; exit 1; fi
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o chaining_example  chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la  
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o chaining_example chaining_example.o  ../lib/.libs/libvorbisfile.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT vorbisfile_example.o -MD -MP -MF ".deps/vorbisfile_example.Tpo" -c -o vorbisfile_example.o vorbisfile_example.c; \
then mv -f ".deps/vorbisfile_example.Tpo" ".deps/vorbisfile_example.Po"; else rm -f ".deps/vorbisfile_example.Tpo"; exit 1; fi
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o vorbisfile_example  vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la  
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o vorbisfile_example vorbisfile_example.o  ../lib/.libs/libvorbisfile.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H -MT seeking_example.o -MD -MP -MF ".deps/seeking_example.Tpo" -c -o seeking_example.o seeking_example.c; \
then mv -f ".deps/seeking_example.Tpo" ".deps/seeking_example.Po"; else rm -f ".deps/seeking_example.Tpo"; exit 1; fi
warning: optimization level '-O20' is not supported; using '-O3' instead
1 warning generated.
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H   -o seeking_example  seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la  
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o seeking_example seeking_example.o  ../lib/.libs/libvorbisfile.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
Making all in vq
gmake[6]: Nothing to be done for 'all'.
Making install in lib
Making install in modes
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in books
Making install in coupled
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
Making install in uncoupled
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
Making install in floor
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libvorbis.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbis.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbis.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libvorbisfile.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisfile.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisfile.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libvorbisenc.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisenc.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisenc.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in include
Making install in vorbis
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'codec.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/codec.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/vorbisfile.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisenc.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/vorbisenc.h'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in doc
Making install in vorbisfile
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'OggVorbis_File.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/OggVorbis_File.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'callbacks.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/callbacks.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'chaining_example_c.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/chaining_example_c.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'chainingexample.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/chainingexample.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'crosslap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/crosslap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'datastructures.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/datastructures.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'decoding.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/decoding.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'example.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/example.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'exampleindex.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/exampleindex.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'fileinfo.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/fileinfo.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/index.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'initialization.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/initialization.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_bitrate.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_bitrate_instant.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate_instant.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_callbacks.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_callbacks.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_clear.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_clear.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_comment.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_comment.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_crosslap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_crosslap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_info.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_info.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_open.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_open.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_open_callbacks.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_open_callbacks.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_lap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_lap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_page.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_page_lap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page_lap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_tell.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_tell.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_total.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_total.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_seek.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_seek_lap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek_lap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_tell.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_tell.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_total.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_total.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_read.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_read.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_read_float.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_read_float.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_seekable.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_seekable.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_serialnumber.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_serialnumber.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_streams.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_streams.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test_callbacks.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_callbacks.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test_open.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_open.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_lap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_lap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_page.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_page_lap.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page_lap.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_tell.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_tell.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_total.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_total.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/overview.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/reference.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'return.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/return.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seekexample.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seekexample.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking_example_c.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking_example_c.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking_test_c.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking_test_c.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seekingexample.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seekingexample.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/style.css'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'threads.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/threads.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_comment.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_comment.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_info.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile_example_c.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbisfile_example_c.html'
Making install in vorbisenc
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/index.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/overview.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/reference.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/style.css'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_ctl.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_ctl.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_init.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_info.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_init_vbr.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init_vbr.html'
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-kerr-avt-vorbis-rtp-03.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/draft-kerr-avt-vorbis-rtp-03.txt'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'eightphase.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/eightphase.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'evenlsp.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/evenlsp.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1_inverse_dB_table.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1_inverse_dB_table.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floorval.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floorval.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'fourphase.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/fourphase.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'framing.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/framing.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'helper.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/helper.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/index.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lspmap.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/lspmap.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oddlsp.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/oddlsp.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggstream.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/oggstream.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'programming.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/programming.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'squarepolar.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/squarepolar.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stereo.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/stereo.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stream.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/stream.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'v-comment.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/v-comment.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-clip.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-clip.txt'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-errors.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-errors.txt'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-fidelity.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-fidelity.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisword2.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisword2.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'wait.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/wait.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-ogg.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-ogg.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-xifish.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'components.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/components.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-1.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-1.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-2.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-2.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-3.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-3.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-4.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-4.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'hufftree.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/hufftree.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'hufftree-under.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/hufftree-under.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'residue-pack.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/residue-pack.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'residue2.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/residue2.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-xifish.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'window1.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/window1.png'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'window2.png' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/window2.png'
Making install in examples
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in vq
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.m4' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal/vorbis.m4'
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbis.pc'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisenc.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbisenc.pc'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbisfile.pc'
LibVorbisEnc ./lib/libvorbisenc.a 
LibTheora ./lib/libtheora.a 
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking target system type... (cached) x86_64-unknown-netbsd7.99.56
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for a sed that does not truncate output... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) match_pattern /lib[^/\.]+\.so$
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether g77 accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 196608
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking for doxygen... false
configure: WARNING: *** doxygen not found, API documentation will not be built
checking for pdflatex... no
checking for bibtex... no
checking for fig2dev... no
configure: WARNING: *** Format Specification will not built.
checking if the compiler version supports named asm params... ok (4.2.1)
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking library symbol versioning support... no
checking for pkg-config... (cached) yes
checking for pkg-config... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/pkg-config
checking for ogg >= 1.1... checking for Ogg... yes
checking for oggpackB_read... yes
checking for vorbis >= 1.0.1... checking for Vorbis... yes
checking for sdl-config... no
checking for SDL - version >= 0.11.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: WARNING: *** Unable to find SDL -- Not compiling example players ***
checking for sys/soundcard.h... (cached) yes
checking for libpng... yes
checking PNG_CFLAGS... -I/usr/pkg/include/libpng16  
checking PNG_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lpng16  
checking for getopt_long... yes
configure: updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating include/Makefile
config.status: creating include/theora/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/spec/Makefile
config.status: creating tests/Makefile
config.status: creating m4/Makefile
config.status: creating libtheora.spec
config.status: creating theora.pc
config.status: creating theora-uninstalled.pc
config.status: creating theoradec.pc
config.status: creating theoradec-uninstalled.pc
config.status: creating theoraenc.pc
config.status: creating theoraenc-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands

------------------------------------------------------------------------
  libtheora 1.0:  Automatic configuration OK.

  General configuration:

    Encoding support: ........... yes
    Floating point support: ..... yes
    Assembly optimization: ...... 64 bit x86
    Build example code: ......... no
    API Documentation: .......... no
    Format Documentation: ....... no

  Installation paths:

    libtheora: ................... /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
    C header files: .............. /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora
    Documentation: ............... /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora

  Building:

    Type 'make' to compile libtheora.

    Type 'make install' to install libtheora.

    Type 'make check' to run test suite (Valgrind testing not enabled)

  Example programs will be built but not installed.
------------------------------------------------------------------------

gmake  all-recursive
Making all in lib
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT mmxidct.lo -MD -MP -MF ".deps/mmxidct.Tpo" -c -o mmxidct.lo `test -f 'dec/x86/mmxidct.c' || echo './'`dec/x86/mmxidct.c; \
then mv -f ".deps/mmxidct.Tpo" ".deps/mmxidct.Plo"; else rm -f ".deps/mmxidct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxidct.lo -MD -MP -MF .deps/mmxidct.Tpo -c dec/x86/mmxidct.c -o mmxidct.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT mmxfrag.lo -MD -MP -MF ".deps/mmxfrag.Tpo" -c -o mmxfrag.lo `test -f 'dec/x86/mmxfrag.c' || echo './'`dec/x86/mmxfrag.c; \
then mv -f ".deps/mmxfrag.Tpo" ".deps/mmxfrag.Plo"; else rm -f ".deps/mmxfrag.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxfrag.lo -MD -MP -MF .deps/mmxfrag.Tpo -c dec/x86/mmxfrag.c -o mmxfrag.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT mmxstate.lo -MD -MP -MF ".deps/mmxstate.Tpo" -c -o mmxstate.lo `test -f 'dec/x86/mmxstate.c' || echo './'`dec/x86/mmxstate.c; \
then mv -f ".deps/mmxstate.Tpo" ".deps/mmxstate.Plo"; else rm -f ".deps/mmxstate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxstate.lo -MD -MP -MF .deps/mmxstate.Tpo -c dec/x86/mmxstate.c -o mmxstate.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT x86state.lo -MD -MP -MF ".deps/x86state.Tpo" -c -o x86state.lo `test -f 'dec/x86/x86state.c' || echo './'`dec/x86/x86state.c; \
then mv -f ".deps/x86state.Tpo" ".deps/x86state.Plo"; else rm -f ".deps/x86state.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT x86state.lo -MD -MP -MF .deps/x86state.Tpo -c dec/x86/x86state.c -o x86state.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT apiwrapper.lo -MD -MP -MF ".deps/apiwrapper.Tpo" -c -o apiwrapper.lo `test -f 'dec/apiwrapper.c' || echo './'`dec/apiwrapper.c; \
then mv -f ".deps/apiwrapper.Tpo" ".deps/apiwrapper.Plo"; else rm -f ".deps/apiwrapper.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT apiwrapper.lo -MD -MP -MF .deps/apiwrapper.Tpo -c dec/apiwrapper.c -o apiwrapper.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT bitpack.lo -MD -MP -MF ".deps/bitpack.Tpo" -c -o bitpack.lo `test -f 'dec/bitpack.c' || echo './'`dec/bitpack.c; \
then mv -f ".deps/bitpack.Tpo" ".deps/bitpack.Plo"; else rm -f ".deps/bitpack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT bitpack.lo -MD -MP -MF .deps/bitpack.Tpo -c dec/bitpack.c -o bitpack.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT decapiwrapper.lo -MD -MP -MF ".deps/decapiwrapper.Tpo" -c -o decapiwrapper.lo `test -f 'dec/decapiwrapper.c' || echo './'`dec/decapiwrapper.c; \
then mv -f ".deps/decapiwrapper.Tpo" ".deps/decapiwrapper.Plo"; else rm -f ".deps/decapiwrapper.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decapiwrapper.lo -MD -MP -MF .deps/decapiwrapper.Tpo -c dec/decapiwrapper.c -o decapiwrapper.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT decinfo.lo -MD -MP -MF ".deps/decinfo.Tpo" -c -o decinfo.lo `test -f 'dec/decinfo.c' || echo './'`dec/decinfo.c; \
then mv -f ".deps/decinfo.Tpo" ".deps/decinfo.Plo"; else rm -f ".deps/decinfo.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decinfo.lo -MD -MP -MF .deps/decinfo.Tpo -c dec/decinfo.c -o decinfo.o
dec/decinfo.c:119:36: warning: comparison of constant 2305843009213693951 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
  if(_tc->comments<0||_tc->comments>(LONG_MAX>>2)||
                      ~~~~~~~~~~~~~^~~~~~~~~~~~~~
1 warning generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT decode.lo -MD -MP -MF ".deps/decode.Tpo" -c -o decode.lo `test -f 'dec/decode.c' || echo './'`dec/decode.c; \
then mv -f ".deps/decode.Tpo" ".deps/decode.Plo"; else rm -f ".deps/decode.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c dec/decode.c -o decode.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dequant.lo -MD -MP -MF ".deps/dequant.Tpo" -c -o dequant.lo `test -f 'dec/dequant.c' || echo './'`dec/dequant.c; \
then mv -f ".deps/dequant.Tpo" ".deps/dequant.Plo"; else rm -f ".deps/dequant.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dequant.lo -MD -MP -MF .deps/dequant.Tpo -c dec/dequant.c -o dequant.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT fragment.lo -MD -MP -MF ".deps/fragment.Tpo" -c -o fragment.lo `test -f 'dec/fragment.c' || echo './'`dec/fragment.c; \
then mv -f ".deps/fragment.Tpo" ".deps/fragment.Plo"; else rm -f ".deps/fragment.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT fragment.lo -MD -MP -MF .deps/fragment.Tpo -c dec/fragment.c -o fragment.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT huffdec.lo -MD -MP -MF ".deps/huffdec.Tpo" -c -o huffdec.lo `test -f 'dec/huffdec.c' || echo './'`dec/huffdec.c; \
then mv -f ".deps/huffdec.Tpo" ".deps/huffdec.Plo"; else rm -f ".deps/huffdec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT huffdec.lo -MD -MP -MF .deps/huffdec.Tpo -c dec/huffdec.c -o huffdec.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT idct.lo -MD -MP -MF ".deps/idct.Tpo" -c -o idct.lo `test -f 'dec/idct.c' || echo './'`dec/idct.c; \
then mv -f ".deps/idct.Tpo" ".deps/idct.Plo"; else rm -f ".deps/idct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c dec/idct.c -o idct.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo `test -f 'dec/info.c' || echo './'`dec/info.c; \
then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT info.lo -MD -MP -MF .deps/info.Tpo -c dec/info.c -o info.o
dec/info.c:32:8: warning: array subscript is of type 'char' [-Wchar-subscripts]
    if(toupper(_s1[c])!=toupper(_s2[c]))return !0;
       ^~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper'
#define toupper(c)      ((int)((_toupper_tab_ + 1)[(c)]))
                                                  ^~~~
dec/info.c:32:25: warning: array subscript is of type 'char' [-Wchar-subscripts]
    if(toupper(_s1[c])!=toupper(_s2[c]))return !0;
                        ^~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper'
#define toupper(c)      ((int)((_toupper_tab_ + 1)[(c)]))
                                                  ^~~~
2 warnings generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT internal.lo -MD -MP -MF ".deps/internal.Tpo" -c -o internal.lo `test -f 'dec/internal.c' || echo './'`dec/internal.c; \
then mv -f ".deps/internal.Tpo" ".deps/internal.Plo"; else rm -f ".deps/internal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT internal.lo -MD -MP -MF .deps/internal.Tpo -c dec/internal.c -o internal.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT quant.lo -MD -MP -MF ".deps/quant.Tpo" -c -o quant.lo `test -f 'dec/quant.c' || echo './'`dec/quant.c; \
then mv -f ".deps/quant.Tpo" ".deps/quant.Plo"; else rm -f ".deps/quant.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT quant.lo -MD -MP -MF .deps/quant.Tpo -c dec/quant.c -o quant.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT state.lo -MD -MP -MF ".deps/state.Tpo" -c -o state.lo `test -f 'dec/state.c' || echo './'`dec/state.c; \
then mv -f ".deps/state.Tpo" ".deps/state.Plo"; else rm -f ".deps/state.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT state.lo -MD -MP -MF .deps/state.Tpo -c dec/state.c -o state.o
dec/state.c:569:21: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
   _info->colorspace<0||_info->colorspace>=TH_CS_NSPACES||
   ~~~~~~~~~~~~~~~~~^~
dec/state.c:570:20: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
   _info->pixel_fmt<0||_info->pixel_fmt>=TH_PF_NFORMATS){
   ~~~~~~~~~~~~~~~~^~
2 warnings generated.
/bin/sh ../libtool --tag=CC --mode=link gcc -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops    -o libtheoradec.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 1:1:0  mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo  
mkdir .libs
ar cru .libs/libtheoradec.a  mmxidct.o mmxfrag.o mmxstate.o x86state.o apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o
ranlib .libs/libtheoradec.a
creating libtheoradec.la
(cd .libs && rm -f libtheoradec.la && ln -s ../libtheoradec.la libtheoradec.la)
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dct_decode_mmx.lo -MD -MP -MF ".deps/dct_decode_mmx.Tpo" -c -o dct_decode_mmx.lo `test -f 'enc/x86_64/dct_decode_mmx.c' || echo './'`enc/x86_64/dct_decode_mmx.c; \
then mv -f ".deps/dct_decode_mmx.Tpo" ".deps/dct_decode_mmx.Plo"; else rm -f ".deps/dct_decode_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_decode_mmx.lo -MD -MP -MF .deps/dct_decode_mmx.Tpo -c enc/x86_64/dct_decode_mmx.c -o dct_decode_mmx.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dsp_mmx.lo -MD -MP -MF ".deps/dsp_mmx.Tpo" -c -o dsp_mmx.lo `test -f 'enc/x86_64/dsp_mmx.c' || echo './'`enc/x86_64/dsp_mmx.c; \
then mv -f ".deps/dsp_mmx.Tpo" ".deps/dsp_mmx.Plo"; else rm -f ".deps/dsp_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp_mmx.lo -MD -MP -MF .deps/dsp_mmx.Tpo -c enc/x86_64/dsp_mmx.c -o dsp_mmx.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dsp_mmxext.lo -MD -MP -MF ".deps/dsp_mmxext.Tpo" -c -o dsp_mmxext.lo `test -f 'enc/x86_64/dsp_mmxext.c' || echo './'`enc/x86_64/dsp_mmxext.c; \
then mv -f ".deps/dsp_mmxext.Tpo" ".deps/dsp_mmxext.Plo"; else rm -f ".deps/dsp_mmxext.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp_mmxext.lo -MD -MP -MF .deps/dsp_mmxext.Tpo -c enc/x86_64/dsp_mmxext.c -o dsp_mmxext.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT recon_mmx.lo -MD -MP -MF ".deps/recon_mmx.Tpo" -c -o recon_mmx.lo `test -f 'enc/x86_64/recon_mmx.c' || echo './'`enc/x86_64/recon_mmx.c; \
then mv -f ".deps/recon_mmx.Tpo" ".deps/recon_mmx.Plo"; else rm -f ".deps/recon_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT recon_mmx.lo -MD -MP -MF .deps/recon_mmx.Tpo -c enc/x86_64/recon_mmx.c -o recon_mmx.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT idct_mmx.lo -MD -MP -MF ".deps/idct_mmx.Tpo" -c -o idct_mmx.lo `test -f 'enc/x86_64/idct_mmx.c' || echo './'`enc/x86_64/idct_mmx.c; \
then mv -f ".deps/idct_mmx.Tpo" ".deps/idct_mmx.Plo"; else rm -f ".deps/idct_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT idct_mmx.lo -MD -MP -MF .deps/idct_mmx.Tpo -c enc/x86_64/idct_mmx.c -o idct_mmx.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT fdct_mmx.lo -MD -MP -MF ".deps/fdct_mmx.Tpo" -c -o fdct_mmx.lo `test -f 'enc/x86_64/fdct_mmx.c' || echo './'`enc/x86_64/fdct_mmx.c; \
then mv -f ".deps/fdct_mmx.Tpo" ".deps/fdct_mmx.Plo"; else rm -f ".deps/fdct_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT fdct_mmx.lo -MD -MP -MF .deps/fdct_mmx.Tpo -c enc/x86_64/fdct_mmx.c -o fdct_mmx.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dct_encode.lo -MD -MP -MF ".deps/dct_encode.Tpo" -c -o dct_encode.lo `test -f 'enc/dct_encode.c' || echo './'`enc/dct_encode.c; \
then mv -f ".deps/dct_encode.Tpo" ".deps/dct_encode.Plo"; else rm -f ".deps/dct_encode.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_encode.lo -MD -MP -MF .deps/dct_encode.Tpo -c enc/dct_encode.c -o dct_encode.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT encode.lo -MD -MP -MF ".deps/encode.Tpo" -c -o encode.lo `test -f 'enc/encode.c' || echo './'`enc/encode.c; \
then mv -f ".deps/encode.Tpo" ".deps/encode.Plo"; else rm -f ".deps/encode.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c enc/encode.c -o encode.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT encoder_huffman.lo -MD -MP -MF ".deps/encoder_huffman.Tpo" -c -o encoder_huffman.lo `test -f 'enc/encoder_huffman.c' || echo './'`enc/encoder_huffman.c; \
then mv -f ".deps/encoder_huffman.Tpo" ".deps/encoder_huffman.Plo"; else rm -f ".deps/encoder_huffman.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_huffman.lo -MD -MP -MF .deps/encoder_huffman.Tpo -c enc/encoder_huffman.c -o encoder_huffman.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT encoder_idct.lo -MD -MP -MF ".deps/encoder_idct.Tpo" -c -o encoder_idct.lo `test -f 'enc/encoder_idct.c' || echo './'`enc/encoder_idct.c; \
then mv -f ".deps/encoder_idct.Tpo" ".deps/encoder_idct.Plo"; else rm -f ".deps/encoder_idct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_idct.lo -MD -MP -MF .deps/encoder_idct.Tpo -c enc/encoder_idct.c -o encoder_idct.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT encoder_toplevel.lo -MD -MP -MF ".deps/encoder_toplevel.Tpo" -c -o encoder_toplevel.lo `test -f 'enc/encoder_toplevel.c' || echo './'`enc/encoder_toplevel.c; \
then mv -f ".deps/encoder_toplevel.Tpo" ".deps/encoder_toplevel.Plo"; else rm -f ".deps/encoder_toplevel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_toplevel.lo -MD -MP -MF .deps/encoder_toplevel.Tpo -c enc/encoder_toplevel.c -o encoder_toplevel.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT encoder_quant.lo -MD -MP -MF ".deps/encoder_quant.Tpo" -c -o encoder_quant.lo `test -f 'enc/encoder_quant.c' || echo './'`enc/encoder_quant.c; \
then mv -f ".deps/encoder_quant.Tpo" ".deps/encoder_quant.Plo"; else rm -f ".deps/encoder_quant.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_quant.lo -MD -MP -MF .deps/encoder_quant.Tpo -c enc/encoder_quant.c -o encoder_quant.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT encapiwrapper.lo -MD -MP -MF ".deps/encapiwrapper.Tpo" -c -o encapiwrapper.lo `test -f 'enc/encapiwrapper.c' || echo './'`enc/encapiwrapper.c; \
then mv -f ".deps/encapiwrapper.Tpo" ".deps/encapiwrapper.Plo"; else rm -f ".deps/encapiwrapper.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encapiwrapper.lo -MD -MP -MF .deps/encapiwrapper.Tpo -c enc/encapiwrapper.c -o encapiwrapper.o
enc/encapiwrapper.c:896:21: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
   _info->colorspace<0||_info->colorspace>=TH_CS_NSPACES||
   ~~~~~~~~~~~~~~~~~^~
enc/encapiwrapper.c:897:20: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
   _info->pixel_fmt<0||_info->pixel_fmt>=TH_PF_NFORMATS){
   ~~~~~~~~~~~~~~~~^~
2 warnings generated.
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT blockmap.lo -MD -MP -MF ".deps/blockmap.Tpo" -c -o blockmap.lo `test -f 'enc/blockmap.c' || echo './'`enc/blockmap.c; \
then mv -f ".deps/blockmap.Tpo" ".deps/blockmap.Plo"; else rm -f ".deps/blockmap.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT blockmap.lo -MD -MP -MF .deps/blockmap.Tpo -c enc/blockmap.c -o blockmap.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dct.lo -MD -MP -MF ".deps/dct.Tpo" -c -o dct.lo `test -f 'enc/dct.c' || echo './'`enc/dct.c; \
then mv -f ".deps/dct.Tpo" ".deps/dct.Plo"; else rm -f ".deps/dct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct.lo -MD -MP -MF .deps/dct.Tpo -c enc/dct.c -o dct.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dct_decode.lo -MD -MP -MF ".deps/dct_decode.Tpo" -c -o dct_decode.lo `test -f 'enc/dct_decode.c' || echo './'`enc/dct_decode.c; \
then mv -f ".deps/dct_decode.Tpo" ".deps/dct_decode.Plo"; else rm -f ".deps/dct_decode.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_decode.lo -MD -MP -MF .deps/dct_decode.Tpo -c enc/dct_decode.c -o dct_decode.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT frarray.lo -MD -MP -MF ".deps/frarray.Tpo" -c -o frarray.lo `test -f 'enc/frarray.c' || echo './'`enc/frarray.c; \
then mv -f ".deps/frarray.Tpo" ".deps/frarray.Plo"; else rm -f ".deps/frarray.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT frarray.lo -MD -MP -MF .deps/frarray.Tpo -c enc/frarray.c -o frarray.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT frinit.lo -MD -MP -MF ".deps/frinit.Tpo" -c -o frinit.lo `test -f 'enc/frinit.c' || echo './'`enc/frinit.c; \
then mv -f ".deps/frinit.Tpo" ".deps/frinit.Plo"; else rm -f ".deps/frinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT frinit.lo -MD -MP -MF .deps/frinit.Tpo -c enc/frinit.c -o frinit.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT mcomp.lo -MD -MP -MF ".deps/mcomp.Tpo" -c -o mcomp.lo `test -f 'enc/mcomp.c' || echo './'`enc/mcomp.c; \
then mv -f ".deps/mcomp.Tpo" ".deps/mcomp.Plo"; else rm -f ".deps/mcomp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mcomp.lo -MD -MP -MF .deps/mcomp.Tpo -c enc/mcomp.c -o mcomp.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT misc_common.lo -MD -MP -MF ".deps/misc_common.Tpo" -c -o misc_common.lo `test -f 'enc/misc_common.c' || echo './'`enc/misc_common.c; \
then mv -f ".deps/misc_common.Tpo" ".deps/misc_common.Plo"; else rm -f ".deps/misc_common.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT misc_common.lo -MD -MP -MF .deps/misc_common.Tpo -c enc/misc_common.c -o misc_common.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT pb.lo -MD -MP -MF ".deps/pb.Tpo" -c -o pb.lo `test -f 'enc/pb.c' || echo './'`enc/pb.c; \
then mv -f ".deps/pb.Tpo" ".deps/pb.Plo"; else rm -f ".deps/pb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT pb.lo -MD -MP -MF .deps/pb.Tpo -c enc/pb.c -o pb.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT pp.lo -MD -MP -MF ".deps/pp.Tpo" -c -o pp.lo `test -f 'enc/pp.c' || echo './'`enc/pp.c; \
then mv -f ".deps/pp.Tpo" ".deps/pp.Plo"; else rm -f ".deps/pp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT pp.lo -MD -MP -MF .deps/pp.Tpo -c enc/pp.c -o pp.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT reconstruct.lo -MD -MP -MF ".deps/reconstruct.Tpo" -c -o reconstruct.lo `test -f 'enc/reconstruct.c' || echo './'`enc/reconstruct.c; \
then mv -f ".deps/reconstruct.Tpo" ".deps/reconstruct.Plo"; else rm -f ".deps/reconstruct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT reconstruct.lo -MD -MP -MF .deps/reconstruct.Tpo -c enc/reconstruct.c -o reconstruct.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT scan.lo -MD -MP -MF ".deps/scan.Tpo" -c -o scan.lo `test -f 'enc/scan.c' || echo './'`enc/scan.c; \
then mv -f ".deps/scan.Tpo" ".deps/scan.Plo"; else rm -f ".deps/scan.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c enc/scan.c -o scan.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT dsp.lo -MD -MP -MF ".deps/dsp.Tpo" -c -o dsp.lo `test -f 'enc/dsp.c' || echo './'`enc/dsp.c; \
then mv -f ".deps/dsp.Tpo" ".deps/dsp.Plo"; else rm -f ".deps/dsp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp.lo -MD -MP -MF .deps/dsp.Tpo -c enc/dsp.c -o dsp.o
/bin/sh ../libtool --tag=CC --mode=link gcc -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops    -o libtheoraenc.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 1:1:0 -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -logg dct_decode_mmx.lo dsp_mmx.lo dsp_mmxext.lo recon_mmx.lo idct_mmx.lo fdct_mmx.lo dct_encode.lo encode.lo encoder_huffman.lo encoder_idct.lo encoder_toplevel.lo encoder_quant.lo encapiwrapper.lo blockmap.lo dct.lo dct_decode.lo frarray.lo frinit.lo mcomp.lo misc_common.lo pb.lo pp.lo reconstruct.lo scan.lo dsp.lo  
ar cru .libs/libtheoraenc.a  dct_decode_mmx.o dsp_mmx.o dsp_mmxext.o recon_mmx.o idct_mmx.o fdct_mmx.o dct_encode.o encode.o encoder_huffman.o encoder_idct.o encoder_toplevel.o encoder_quant.o encapiwrapper.o blockmap.o dct.o dct_decode.o frarray.o frinit.o mcomp.o misc_common.o pb.o pp.o reconstruct.o scan.o dsp.o
ranlib .libs/libtheoraenc.a
creating libtheoraenc.la
(cd .libs && rm -f libtheoraenc.la && ln -s ../libtheoraenc.la libtheoraenc.la)
/bin/sh ../libtool --tag=CC --mode=link gcc -I/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops    -o libtheora.la -rpath /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 3:4:3 -L/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -logg mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo dct_decode_mmx.lo dsp_mmx.lo dsp_mmxext.lo recon_mmx.lo idct_mmx.lo fdct_mmx.lo dct_encode.lo encode.lo encoder_huffman.lo encoder_idct.lo encoder_toplevel.lo encoder_quant.lo encapiwrapper.lo blockmap.lo dct.lo dct_decode.lo frarray.lo frinit.lo mcomp.lo misc_common.lo pb.lo pp.lo reconstruct.lo scan.lo dsp.lo  
ar cru .libs/libtheora.a  mmxidct.o mmxfrag.o mmxstate.o x86state.o apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o dct_decode_mmx.o dsp_mmx.o dsp_mmxext.o recon_mmx.o idct_mmx.o fdct_mmx.o dct_encode.o encode.o encoder_huffman.o encoder_idct.o encoder_toplevel.o encoder_quant.o encapiwrapper.o blockmap.o dct.o dct_decode.o frarray.o frinit.o mcomp.o misc_common.o pb.o pp.o reconstruct.o scan.o dsp.o
ranlib .libs/libtheora.a
creating libtheora.la
(cd .libs && rm -f libtheora.la && ln -s ../libtheora.la libtheora.la)
Making all in include
Making all in theora
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Nothing to be done for 'all-am'.
Making all in doc
Making all in spec
if gcc -DHAVE_CONFIG_H -I. -I. -I../..     -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -MT vp3huff.o -MD -MP -MF ".deps/vp3huff.Tpo" -c -o vp3huff.o vp3huff.c; \
then mv -f ".deps/vp3huff.Tpo" ".deps/vp3huff.Po"; else rm -f ".deps/vp3huff.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops    -o vp3huff  vp3huff.o  
mkdir .libs
gcc -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o vp3huff vp3huff.o 
echo "*** Warning: Doxygen not found; documentation will not be built."
*** Warning: Doxygen not found; documentation will not be built.
touch doxygen-build.stamp
Making all in tests
gmake[6]: Nothing to be done for 'all'.
Making all in m4
gmake[6]: Nothing to be done for 'all'.
Making install in lib
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libtheoradec.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoradec.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoradec.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libtheoraenc.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoraenc.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoraenc.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /data/scratch/multimedia/handbrake/work/.tools/bin/install -c  'libtheora.la' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.la'
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheora.lai /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.la
/data/scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheora.a /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a
chmod 644 /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a
ranlib /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a
----------------------------------------------------------------------
Libraries have been installed in:
   /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in include
Making install in theora
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theora.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theora.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoradec.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theoradec.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoraenc.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theoraenc.h'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'codec.h' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/codec.h'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
Making install in doc
Making install in spec
gmake[7]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0"
gmake[7]: Nothing to be done for 'install-exec-am'.
/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0
if test -d libtheora; then \
  for dir in libtheora/*; do \
    if test -d $dir; then \
      b=`basename $dir`; \
      /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/$b; \
      for f in $dir/*; do \
	/data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 $f /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/$b; \
      done \
    fi \
  done \
fi
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vp3-format.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/vp3-format.txt'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'color.html' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/color.html'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-ietf-avt-rtp-theora-00.xml' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/draft-ietf-avt-rtp-theora-00.xml'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-ietf-avt-rtp-theora-00.txt' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/draft-ietf-avt-rtp-theora-00.txt'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'doxygen-build.stamp' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/doxygen-build.stamp'
Making install in tests
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
Making install in m4
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Nothing to be done for 'install-exec-am'.
test -z "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theora.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theora.pc'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoradec.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theoradec.pc'
 /data/scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoraenc.pc' '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theoraenc.pc'
LibX264 ./lib/libx264.a 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: encoder/slicetype.c
|===================================================================
|--- encoder/slicetype.c (revision 665)
|+++ encoder/slicetype.c (working copy)
--------------------------
Patching file encoder/slicetype.c using Plan A...
Hunk #1 succeeded at 487 (offset 108 lines).
done
git: not found
Platform:   X86_64
System:     NETBSD
asm:        yes
avis input: no
mp4 output: no
pthread:    yes
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no

You can run 'make' or 'make fprofiled' now.
rm -f .depend
( echo -n "`dirname common/mc.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/mc.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/predict.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/predict.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/pixel.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/pixel.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/macroblock.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/macroblock.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/frame.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/frame.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/dct.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/dct.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/cpu.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/cpu.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/cabac.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/cabac.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/common.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/common.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/mdate.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/mdate.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/set.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/set.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/quant.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/quant.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/vlc.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/vlc.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/analyse.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/analyse.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/me.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/me.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/ratecontrol.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/ratecontrol.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/set.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/set.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/macroblock.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/macroblock.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/cabac.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/cabac.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/cavlc.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/cavlc.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/encoder.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  encoder/encoder.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/x86/mc-c.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/x86/mc-c.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/x86/predict-c.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  common/x86/predict-c.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname x264.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  x264.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname matroska.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  matroska.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname muxers.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer  muxers.c -MM -g0 ) 1>> .depend;
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/mc.o common/mc.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/predict.o common/predict.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/pixel.o common/pixel.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/macroblock.o common/macroblock.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
common/macroblock.c:893:9: warning: array index -1 is before the beginning of the array [-Warray-bounds]
        h->mb.map_col_to_list0[-1] = -1;
        ^                      ~~
common/common.h:537:9: note: array 'map_col_to_list0' declared here
        int8_t  map_col_to_list0[16];
        ^
/usr/include/sys/stdint.h:40:17: note: expanded from macro 'int8_t'
#define int8_t          __int8_t
                        ^
common/macroblock.c:894:9: warning: array index -2 is before the beginning of the array [-Warray-bounds]
        h->mb.map_col_to_list0[-2] = -2;
        ^                      ~~
common/common.h:537:9: note: array 'map_col_to_list0' declared here
        int8_t  map_col_to_list0[16];
        ^
/usr/include/sys/stdint.h:40:17: note: expanded from macro 'int8_t'
#define int8_t          __int8_t
                        ^
2 warnings generated.
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/frame.o common/frame.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/dct.o common/dct.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
common/dct.c:495:5: warning: array index 8 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:446:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 0,0,0) ZIG( 1,0,1) ZIG( 2,1,0) ZIG( 3,2,0)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 9 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:447:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 16 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:447:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 24 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:447:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 17 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:447:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 10 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:448:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 8,2,1) ZIG( 9,3,0) ZIG(10,4,0) ZIG(11,3,1)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 11 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:448:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG( 8,2,1) ZIG( 9,3,0) ZIG(10,4,0) ZIG(11,3,1)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 18 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:449:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(12,2,2) ZIG(13,1,3) ZIG(14,0,4) ZIG(15,0,5)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 25 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:449:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(12,2,2) ZIG(13,1,3) ZIG(14,0,4) ZIG(15,0,5)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 32 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:449:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(12,2,2) ZIG(13,1,3) ZIG(14,0,4) ZIG(15,0,5)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 40 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:449:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(12,2,2) ZIG(13,1,3) ZIG(14,0,4) ZIG(15,0,5)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 33 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:450:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(16,1,4) ZIG(17,2,3) ZIG(18,3,2) ZIG(19,4,1)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 26 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:450:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(16,1,4) ZIG(17,2,3) ZIG(18,3,2) ZIG(19,4,1)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 19 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:450:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(16,1,4) ZIG(17,2,3) ZIG(18,3,2) ZIG(19,4,1)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 12 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:450:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(16,1,4) ZIG(17,2,3) ZIG(18,3,2) ZIG(19,4,1)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 13 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:451:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(20,5,0) ZIG(21,6,0) ZIG(22,5,1) ZIG(23,4,2)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 20 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:451:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(20,5,0) ZIG(21,6,0) ZIG(22,5,1) ZIG(23,4,2)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 27 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:452:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(24,3,3) ZIG(25,2,4) ZIG(26,1,5) ZIG(27,0,6)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 34 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:452:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(24,3,3) ZIG(25,2,4) ZIG(26,1,5) ZIG(27,0,6)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 41 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:452:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(24,3,3) ZIG(25,2,4) ZIG(26,1,5) ZIG(27,0,6)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 48 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:452:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(24,3,3) ZIG(25,2,4) ZIG(26,1,5) ZIG(27,0,6)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 56 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:453:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(28,0,7) ZIG(29,1,6) ZIG(30,2,5) ZIG(31,3,4)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 49 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:453:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(28,0,7) ZIG(29,1,6) ZIG(30,2,5) ZIG(31,3,4)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 42 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:453:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(28,0,7) ZIG(29,1,6) ZIG(30,2,5) ZIG(31,3,4)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 35 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:453:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(28,0,7) ZIG(29,1,6) ZIG(30,2,5) ZIG(31,3,4)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 28 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:454:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(32,4,3) ZIG(33,5,2) ZIG(34,6,1) ZIG(35,7,0)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 21 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:454:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(32,4,3) ZIG(33,5,2) ZIG(34,6,1) ZIG(35,7,0)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 14 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:454:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(32,4,3) ZIG(33,5,2) ZIG(34,6,1) ZIG(35,7,0)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 15 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:455:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(36,7,1) ZIG(37,6,2) ZIG(38,5,3) ZIG(39,4,4)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 22 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:455:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(36,7,1) ZIG(37,6,2) ZIG(38,5,3) ZIG(39,4,4)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 29 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:455:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(36,7,1) ZIG(37,6,2) ZIG(38,5,3) ZIG(39,4,4)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 36 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:455:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(36,7,1) ZIG(37,6,2) ZIG(38,5,3) ZIG(39,4,4)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 43 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:456:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(40,3,5) ZIG(41,2,6) ZIG(42,1,7) ZIG(43,2,7)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 50 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:456:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(40,3,5) ZIG(41,2,6) ZIG(42,1,7) ZIG(43,2,7)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 57 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:456:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(40,3,5) ZIG(41,2,6) ZIG(42,1,7) ZIG(43,2,7)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 58 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:456:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(40,3,5) ZIG(41,2,6) ZIG(42,1,7) ZIG(43,2,7)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 51 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:457:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(44,3,6) ZIG(45,4,5) ZIG(46,5,4) ZIG(47,6,3)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 44 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:457:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(44,3,6) ZIG(45,4,5) ZIG(46,5,4) ZIG(47,6,3)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 37 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:457:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(44,3,6) ZIG(45,4,5) ZIG(46,5,4) ZIG(47,6,3)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 30 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:457:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(44,3,6) ZIG(45,4,5) ZIG(46,5,4) ZIG(47,6,3)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 23 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:458:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(48,7,2) ZIG(49,7,3) ZIG(50,6,4) ZIG(51,5,5)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 31 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:458:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(48,7,2) ZIG(49,7,3) ZIG(50,6,4) ZIG(51,5,5)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 38 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:458:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(48,7,2) ZIG(49,7,3) ZIG(50,6,4) ZIG(51,5,5)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 45 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:458:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(48,7,2) ZIG(49,7,3) ZIG(50,6,4) ZIG(51,5,5)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 52 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:459:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(52,4,6) ZIG(53,3,7) ZIG(54,4,7) ZIG(55,5,6)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 59 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:459:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(52,4,6) ZIG(53,3,7) ZIG(54,4,7) ZIG(55,5,6)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 60 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:459:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(52,4,6) ZIG(53,3,7) ZIG(54,4,7) ZIG(55,5,6)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 53 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:459:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(52,4,6) ZIG(53,3,7) ZIG(54,4,7) ZIG(55,5,6)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 46 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:460:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(56,6,5) ZIG(57,7,4) ZIG(58,7,5) ZIG(59,6,6)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 39 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:460:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(56,6,5) ZIG(57,7,4) ZIG(58,7,5) ZIG(59,6,6)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 47 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:460:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(56,6,5) ZIG(57,7,4) ZIG(58,7,5) ZIG(59,6,6)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 54 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:460:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(56,6,5) ZIG(57,7,4) ZIG(58,7,5) ZIG(59,6,6)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 61 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:461:5: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(60,5,7) ZIG(61,6,7) ZIG(62,7,6) ZIG(63,7,7)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 62 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:461:17: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(60,5,7) ZIG(61,6,7) ZIG(62,7,6) ZIG(63,7,7)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 55 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:461:29: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(60,5,7) ZIG(61,6,7) ZIG(62,7,6) ZIG(63,7,7)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:495:5: warning: array index 63 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FRAME
    ^~~~~~~~~~~~~
common/dct.c:461:41: note: expanded from macro 'ZIGZAG8_FRAME'
    ZIG(60,5,7) ZIG(61,6,7) ZIG(62,7,6) ZIG(63,7,7)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:493:55: note: array 'dct' declared here
static void zigzag_scan_8x8_frame( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 8 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:464:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG( 0,0,0) ZIG( 1,1,0) ZIG( 2,2,0) ZIG( 3,0,1)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 9 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:465:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG( 4,1,1) ZIG( 5,3,0) ZIG( 6,4,0) ZIG( 7,2,1)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 10 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:465:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG( 4,1,1) ZIG( 5,3,0) ZIG( 6,4,0) ZIG( 7,2,1)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 16 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:466:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG( 8,0,2) ZIG( 9,3,1) ZIG(10,5,0) ZIG(11,6,0)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 11 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:466:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG( 8,0,2) ZIG( 9,3,1) ZIG(10,5,0) ZIG(11,6,0)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 12 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:467:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(12,7,0) ZIG(13,4,1) ZIG(14,1,2) ZIG(15,0,3)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 17 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:467:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(12,7,0) ZIG(13,4,1) ZIG(14,1,2) ZIG(15,0,3)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 24 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:467:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(12,7,0) ZIG(13,4,1) ZIG(14,1,2) ZIG(15,0,3)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 18 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:468:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(16,2,2) ZIG(17,5,1) ZIG(18,6,1) ZIG(19,7,1)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 13 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:468:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(16,2,2) ZIG(17,5,1) ZIG(18,6,1) ZIG(19,7,1)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 14 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:468:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(16,2,2) ZIG(17,5,1) ZIG(18,6,1) ZIG(19,7,1)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 15 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:468:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(16,2,2) ZIG(17,5,1) ZIG(18,6,1) ZIG(19,7,1)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 19 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:469:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(20,3,2) ZIG(21,1,3) ZIG(22,0,4) ZIG(23,2,3)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 25 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:469:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(20,3,2) ZIG(21,1,3) ZIG(22,0,4) ZIG(23,2,3)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 32 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:469:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(20,3,2) ZIG(21,1,3) ZIG(22,0,4) ZIG(23,2,3)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 26 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:469:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(20,3,2) ZIG(21,1,3) ZIG(22,0,4) ZIG(23,2,3)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 20 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:470:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(24,4,2) ZIG(25,5,2) ZIG(26,6,2) ZIG(27,7,2)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 21 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:470:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(24,4,2) ZIG(25,5,2) ZIG(26,6,2) ZIG(27,7,2)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 22 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:470:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(24,4,2) ZIG(25,5,2) ZIG(26,6,2) ZIG(27,7,2)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 23 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:470:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(24,4,2) ZIG(25,5,2) ZIG(26,6,2) ZIG(27,7,2)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 27 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:471:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(28,3,3) ZIG(29,1,4) ZIG(30,0,5) ZIG(31,2,4)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 33 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:471:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(28,3,3) ZIG(29,1,4) ZIG(30,0,5) ZIG(31,2,4)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 40 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:471:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(28,3,3) ZIG(29,1,4) ZIG(30,0,5) ZIG(31,2,4)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 34 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:471:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(28,3,3) ZIG(29,1,4) ZIG(30,0,5) ZIG(31,2,4)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 28 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:472:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(32,4,3) ZIG(33,5,3) ZIG(34,6,3) ZIG(35,7,3)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 29 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:472:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(32,4,3) ZIG(33,5,3) ZIG(34,6,3) ZIG(35,7,3)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 30 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:472:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(32,4,3) ZIG(33,5,3) ZIG(34,6,3) ZIG(35,7,3)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 31 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:472:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(32,4,3) ZIG(33,5,3) ZIG(34,6,3) ZIG(35,7,3)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 35 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:473:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(36,3,4) ZIG(37,1,5) ZIG(38,0,6) ZIG(39,2,5)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 41 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:473:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(36,3,4) ZIG(37,1,5) ZIG(38,0,6) ZIG(39,2,5)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 48 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:473:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(36,3,4) ZIG(37,1,5) ZIG(38,0,6) ZIG(39,2,5)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 42 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:473:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(36,3,4) ZIG(37,1,5) ZIG(38,0,6) ZIG(39,2,5)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 36 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:474:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(40,4,4) ZIG(41,5,4) ZIG(42,6,4) ZIG(43,7,4)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 37 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:474:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(40,4,4) ZIG(41,5,4) ZIG(42,6,4) ZIG(43,7,4)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 38 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:474:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(40,4,4) ZIG(41,5,4) ZIG(42,6,4) ZIG(43,7,4)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 39 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:474:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(40,4,4) ZIG(41,5,4) ZIG(42,6,4) ZIG(43,7,4)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 43 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:475:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(44,3,5) ZIG(45,1,6) ZIG(46,2,6) ZIG(47,4,5)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 49 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:475:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(44,3,5) ZIG(45,1,6) ZIG(46,2,6) ZIG(47,4,5)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 50 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:475:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(44,3,5) ZIG(45,1,6) ZIG(46,2,6) ZIG(47,4,5)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 44 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:475:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(44,3,5) ZIG(45,1,6) ZIG(46,2,6) ZIG(47,4,5)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 45 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:476:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(48,5,5) ZIG(49,6,5) ZIG(50,7,5) ZIG(51,3,6)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 46 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:476:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(48,5,5) ZIG(49,6,5) ZIG(50,7,5) ZIG(51,3,6)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 47 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:476:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(48,5,5) ZIG(49,6,5) ZIG(50,7,5) ZIG(51,3,6)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 51 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:476:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(48,5,5) ZIG(49,6,5) ZIG(50,7,5) ZIG(51,3,6)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 56 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:477:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(52,0,7) ZIG(53,1,7) ZIG(54,4,6) ZIG(55,5,6)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 57 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:477:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(52,0,7) ZIG(53,1,7) ZIG(54,4,6) ZIG(55,5,6)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 52 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:477:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(52,0,7) ZIG(53,1,7) ZIG(54,4,6) ZIG(55,5,6)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 53 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:477:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(52,0,7) ZIG(53,1,7) ZIG(54,4,6) ZIG(55,5,6)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 54 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:478:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(56,6,6) ZIG(57,7,6) ZIG(58,2,7) ZIG(59,3,7)\
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 55 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:478:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(56,6,6) ZIG(57,7,6) ZIG(58,2,7) ZIG(59,3,7)\
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 58 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:478:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(56,6,6) ZIG(57,7,6) ZIG(58,2,7) ZIG(59,3,7)\
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 59 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:478:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(56,6,6) ZIG(57,7,6) ZIG(58,2,7) ZIG(59,3,7)\
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 60 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:479:5: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(60,4,7) ZIG(61,5,7) ZIG(62,6,7) ZIG(63,7,7)
    ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 61 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:479:17: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(60,4,7) ZIG(61,5,7) ZIG(62,6,7) ZIG(63,7,7)
                ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 62 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:479:29: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(60,4,7) ZIG(61,5,7) ZIG(62,6,7) ZIG(63,7,7)
                            ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:500:5: warning: array index 63 is past the end of the array (which contains 8 elements) [-Warray-bounds]
    ZIGZAG8_FIELD
    ^~~~~~~~~~~~~
common/dct.c:479:41: note: expanded from macro 'ZIGZAG8_FIELD'
    ZIG(60,4,7) ZIG(61,5,7) ZIG(62,6,7) ZIG(63,7,7)
                                        ^~~~~~~~~~~
common/dct.c:444:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*8+y];
                              ^      ~~~~~
common/dct.c:498:55: note: array 'dct' declared here
static void zigzag_scan_8x8_field( int16_t level[64], int16_t dct[8][8] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:482:17: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 0,0,0) ZIG( 1,0,1) ZIG( 2,1,0) ZIG( 3,2,0)\
                ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:483:5: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
    ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 8 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:483:17: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
                ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 12 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:483:29: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
                            ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 9 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:483:41: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 4,1,1) ZIG( 5,0,2) ZIG( 6,0,3) ZIG( 7,1,2)\
                                        ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 6 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:484:5: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 8,2,1) ZIG( 9,3,0) ZIG(10,3,1) ZIG(11,2,2)\
    ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 7 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:484:29: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 8,2,1) ZIG( 9,3,0) ZIG(10,3,1) ZIG(11,2,2)\
                            ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 10 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:484:41: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG( 8,2,1) ZIG( 9,3,0) ZIG(10,3,1) ZIG(11,2,2)\
                                        ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 13 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:485:5: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG(12,1,3) ZIG(13,2,3) ZIG(14,3,2) ZIG(15,3,3)
    ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 14 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:485:17: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG(12,1,3) ZIG(13,2,3) ZIG(14,3,2) ZIG(15,3,3)
                ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 11 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:485:29: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG(12,1,3) ZIG(13,2,3) ZIG(14,3,2) ZIG(15,3,3)
                            ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:508:5: warning: array index 15 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIGZAG4_FRAME
    ^~~~~~~~~~~~~
common/dct.c:485:41: note: expanded from macro 'ZIGZAG4_FRAME'
    ZIG(12,1,3) ZIG(13,2,3) ZIG(14,3,2) ZIG(15,3,3)
                                        ^~~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:506:55: note: array 'dct' declared here
static void zigzag_scan_4x4_frame( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:514:5: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIG(2,0,1) ZIG(3,2,0) ZIG(4,3,0) ZIG(5,1,1)
    ^~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:511:55: note: array 'dct' declared here
static void zigzag_scan_4x4_field( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/dct.c:514:38: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds]
    ZIG(2,0,1) ZIG(3,2,0) ZIG(4,3,0) ZIG(5,1,1)
                                     ^~~~~~~~~~
common/dct.c:504:31: note: expanded from macro 'ZIG'
#define ZIG(i,y,x) level[i] = dct[0][x*4+y];
                              ^      ~~~~~
common/dct.c:511:55: note: array 'dct' declared here
static void zigzag_scan_4x4_field( int16_t level[16], int16_t dct[4][4] )
                                                      ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
126 warnings generated.
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/cpu.o common/cpu.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/cabac.o common/cabac.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
common/cabac.c:745:22: warning: unused variable 'x264_cabac_probability' [-Wunused-const-variable]
static const uint8_t x264_cabac_probability[128] =
                     ^
1 warning generated.
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/common.o common/common.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
common/common.c:245:18: warning: array subscript is of type 'char' [-Wchar-subscripts]
        p->cpu = isdigit(value[0]) ? atoi(value) :
                 ^~~~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
1 warning generated.
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/mdate.o common/mdate.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/set.o common/set.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/quant.o common/quant.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
common/quant.c:66:16: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][2], mf, bias );
               ^      ~
common/quant.c:35:10: note: expanded from macro 'QUANT_ONE'
    if( (coef) > 0 ) \
         ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:66:16: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][2], mf, bias );
               ^      ~
common/quant.c:36:24: note: expanded from macro 'QUANT_ONE'
        (coef) = (f + (coef)) * (mf) >> 16; \
                       ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:66:16: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][2], mf, bias );
               ^      ~
common/quant.c:36:10: note: expanded from macro 'QUANT_ONE'
        (coef) = (f + (coef)) * (mf) >> 16; \
         ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:66:16: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][2], mf, bias );
               ^      ~
common/quant.c:38:27: note: expanded from macro 'QUANT_ONE'
        (coef) = - ((f - (coef)) * (mf) >> 16); \
                          ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:66:16: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][2], mf, bias );
               ^      ~
common/quant.c:38:10: note: expanded from macro 'QUANT_ONE'
        (coef) = - ((f - (coef)) * (mf) >> 16); \
         ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:67:16: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][3], mf, bias );
               ^      ~
common/quant.c:35:10: note: expanded from macro 'QUANT_ONE'
    if( (coef) > 0 ) \
         ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:67:16: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][3], mf, bias );
               ^      ~
common/quant.c:36:24: note: expanded from macro 'QUANT_ONE'
        (coef) = (f + (coef)) * (mf) >> 16; \
                       ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:67:16: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][3], mf, bias );
               ^      ~
common/quant.c:36:10: note: expanded from macro 'QUANT_ONE'
        (coef) = (f + (coef)) * (mf) >> 16; \
         ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:67:16: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][3], mf, bias );
               ^      ~
common/quant.c:38:27: note: expanded from macro 'QUANT_ONE'
        (coef) = - ((f - (coef)) * (mf) >> 16); \
                          ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
common/quant.c:67:16: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
    QUANT_ONE( dct[0][3], mf, bias );
               ^      ~
common/quant.c:38:10: note: expanded from macro 'QUANT_ONE'
        (coef) = - ((f - (coef)) * (mf) >> 16); \
         ^~~~
common/quant.c:62:27: note: array 'dct' declared here
static void quant_2x2_dc( int16_t dct[2][2], int mf, int bias )
                          ^
/usr/include/sys/stdint.h:50:18: note: expanded from macro 'int16_t'
#define int16_t         __int16_t
                        ^
10 warnings generated.
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/vlc.o common/vlc.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/analyse.o encoder/analyse.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/me.o encoder/me.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/ratecontrol.o encoder/ratecontrol.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/set.o encoder/set.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/macroblock.o encoder/macroblock.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/cabac.o encoder/cabac.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/cavlc.o encoder/cavlc.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/encoder.o encoder/encoder.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/x86/mc-c.o common/x86/mc-c.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86_64 -DSYS_NETBSD -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/x86/predict-c.o common/x86/predict-c.c
clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/cabac-a.o common/x86/cabac-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/dct-a.o common/x86/dct-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/deblock-a.o common/x86/deblock-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/mc-a.o common/x86/mc-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/mc-a2.o common/x86/mc-a2.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/pixel-a.o common/x86/pixel-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/predict-a.o common/x86/predict-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/quant-a.o common/x86/quant-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/sad-a.o common/x86/sad-a.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/cpu-64.o common/x86/cpu-64.asm
yasm -f elf -m amd64 -DARCH_X86_64 -Icommon/x86/ -o common/x86/dct-64.o common/x86/dct-64.asm
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/mdate.o common/set.o common/quant.o common/vlc.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 common/x86/mc-c.o common/x86/predict-c.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/sad-a.o common/x86/cpu-64.o common/x86/dct-64.o
ranlib libx264.a
LibXvidCore ./lib/libxvidcore.a 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -ruN xvidcore-orig/build/generic/configure xvidcore/build/generic/configure
|--- xvidcore-orig/build/generic/configure	2006-11-01 03:39:36.000000000 -0700
|+++ xvidcore/build/generic/configure	2008-01-30 20:19:48.000000000 -0700
--------------------------
Patching file build/generic/configure using Plan A...
Hunk #1 succeeded at 4016.
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm.orig	2008-02-22 10:28:13.000000000 -0800
|+++ xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm	2008-02-22 11:08:52.000000000 -0800
--------------------------
Patching file src/dct/x86_asm/fdct_sse2_skal.asm using Plan A...
Hunk #1 succeeded at 620.
done
configure: loading cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-netbsd7.99.56
checking host system type... (cached) x86_64-unknown-netbsd7.99.56
checking target system type... (cached) x86_64-unknown-netbsd7.99.56
checking whether to use default CFLAGS... yes
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD-compatible install... (cached) /data/scratch/multimedia/handbrake/work/.tools/bin/install -c
checking for ranlib... (cached) ranlib
checking for whether to use assembly code... yes
checking for architecture type... x86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int *... yes
checking size of int *... 8
checking whether byte ordering is bigendian... (cached) no
checking for build extensions... .so .a .o
checking for platform specific LDFLAGS/CFLAGS... ok
checking for yasm... yes
checking for asm object format... elf
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
updating cache /data/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating platform.inc
  D: =build
  C: ./decoder.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/decoder.c:36:
../../src/portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/decoder.c:36:
../../src/portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
../../src/decoder.c:363:18: warning: unused typedef 'add_residual_function_t' [-Wunused-local-typedef]
  typedef void (*add_residual_function_t)(
                 ^
3 warnings generated.
  C: ./encoder.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/encoder.c:33:
In file included from ../../src/encoder.h:31:
../../src/portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/encoder.c:33:
In file included from ../../src/encoder.h:31:
../../src/portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: ./xvid.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/xvid.c:32:
In file included from ../../src/decoder.h:30:
../../src/portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/xvid.c:32:
In file included from ../../src/decoder.h:30:
../../src/portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: bitstream/bitstream.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/bitstream/bitstream.c:30:
In file included from ../../src/bitstream/bitstream.h:29:
../../src/bitstream/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/bitstream/bitstream.c:30:
In file included from ../../src/bitstream/bitstream.h:29:
../../src/bitstream/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
../../src/bitstream/bitstream.c:154:7: warning: variable 'time_increment' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                if (dec->time_inc_bits)
                    ^~~~~~~~~~~~~~~~~~
../../src/bitstream/bitstream.c:157:56: note: uninitialized use occurs here
                DPRINTF(XVID_DEBUG_HEADER,"time %i:%i\n", time_base, time_increment);
                                                                     ^~~~~~~~~~~~~~
../../src/bitstream/bitstream.c:154:3: note: remove the 'if' if its condition is always true
                if (dec->time_inc_bits)
                ^~~~~~~~~~~~~~~~~~~~~~~
../../src/bitstream/bitstream.c:149:21: note: initialize the variable 'time_increment' to silence this warning
                int time_increment;
                                  ^
                                   = 0
../../src/bitstream/bitstream.c:861:29: warning: if statement has empty body [-Wempty-body]
                                if (BitstreamGetBit(bs));
                                                        ^
../../src/bitstream/bitstream.c:861:29: note: put the semicolon on a separate line to silence this warning
4 warnings generated.
  C: bitstream/cbp.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/bitstream/cbp.c:27:
../../src/bitstream/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/bitstream/cbp.c:27:
../../src/bitstream/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: bitstream/mbcoding.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/bitstream/mbcoding.c:30:
../../src/bitstream/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/bitstream/mbcoding.c:30:
../../src/bitstream/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: dct/fdct.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
  C: dct/idct.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
  C: dct/simple_idct.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/dct/simple_idct.c:34:
../../src/dct/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/dct/simple_idct.c:34:
../../src/dct/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/colorspace.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/colorspace.c:28:
In file included from ../../src/image/../global.h:30:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/colorspace.c:28:
In file included from ../../src/image/../global.h:30:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/image.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/image.c:29:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/image.c:29:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/interpolate8x8.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/interpolate8x8.c:26:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/interpolate8x8.c:26:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/font.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/font.c:29:
In file included from ../../src/image/image.h:31:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/font.c:29:
In file included from ../../src/image/image.h:31:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/postprocessing.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/postprocessing.c:31:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/postprocessing.c:31:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/qpel.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/qpel.c:30:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/qpel.c:30:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: image/reduced.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/image/reduced.c:26:
../../src/image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/image/reduced.c:26:
../../src/image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/estimation_bvop.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/estimation_bvop.c:34:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/estimation_bvop.c:34:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/estimation_common.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/estimation_common.c:28:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/estimation_common.c:28:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/estimation_gmc.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/estimation_gmc.c:32:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/estimation_gmc.c:32:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/estimation_pvop.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/estimation_pvop.c:33:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/estimation_pvop.c:33:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/estimation_rd_based.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/estimation_rd_based.c:34:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/estimation_rd_based.c:34:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/estimation_rd_based_bvop.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/estimation_rd_based_bvop.c:31:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/estimation_rd_based_bvop.c:31:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/gmc.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/gmc.c:26:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/gmc.c:26:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/motion_comp.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/motion_comp.c:29:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/motion_comp.c:29:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/vop_type_decision.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/vop_type_decision.c:26:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/vop_type_decision.c:26:
In file included from ../../src/motion/../encoder.h:31:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: motion/sad.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/motion/sad.c:26:
../../src/motion/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/motion/sad.c:26:
../../src/motion/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: prediction/mbprediction.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/prediction/mbprediction.c:29:
In file included from ../../src/prediction/../global.h:30:
../../src/prediction/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/prediction/mbprediction.c:29:
In file included from ../../src/prediction/../global.h:30:
../../src/prediction/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: plugins/plugin_single.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/plugins/plugin_single.c:31:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/plugins/plugin_single.c:31:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: plugins/plugin_2pass1.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/plugins/plugin_2pass1.c:34:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/plugins/plugin_2pass1.c:34:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: plugins/plugin_2pass2.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/plugins/plugin_2pass2.c:47:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/plugins/plugin_2pass2.c:47:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: plugins/plugin_lumimasking.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/plugins/plugin_lumimasking.c:30:
../../src/plugins/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/plugins/plugin_lumimasking.c:30:
../../src/plugins/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: plugins/plugin_dump.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/plugins/plugin_dump.c:29:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/plugins/plugin_dump.c:29:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: plugins/plugin_psnr.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/plugins/plugin_psnr.c:29:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/plugins/plugin_psnr.c:29:
In file included from ../../src/plugins/../image/image.h:31:
../../src/plugins/../image/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: quant/quant_h263.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/quant/quant_h263.c:26:
In file included from ../../src/quant/../global.h:30:
../../src/quant/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/quant/quant_h263.c:26:
In file included from ../../src/quant/../global.h:30:
../../src/quant/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: quant/quant_matrix.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/quant/quant_matrix.c:27:
In file included from ../../src/quant/quant_matrix.h:30:
../../src/quant/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/quant/quant_matrix.c:27:
In file included from ../../src/quant/quant_matrix.h:30:
../../src/quant/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: quant/quant_mpeg.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/quant/quant_mpeg.c:26:
In file included from ../../src/quant/../global.h:30:
../../src/quant/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/quant/quant_mpeg.c:26:
In file included from ../../src/quant/../global.h:30:
../../src/quant/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: utils/emms.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/utils/emms.c:27:
../../src/utils/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/utils/emms.c:27:
../../src/utils/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: utils/mbtransquant.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/utils/mbtransquant.c:32:
../../src/utils/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/utils/mbtransquant.c:32:
../../src/utils/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: utils/mem_align.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/utils/mem_align.c:28:
In file included from ../../src/utils/mem_align.h:29:
../../src/utils/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/utils/mem_align.c:28:
In file included from ../../src/utils/mem_align.h:29:
../../src/utils/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: utils/mem_transfer.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ../../src/utils/mem_transfer.c:26:
In file included from ../../src/utils/../global.h:30:
../../src/utils/../portab.h:86:13: warning: 'intptr_t' macro redefined [-Wmacro-redefined]
#    define intptr_t int64_t
            ^
/usr/include/sys/stdint.h:80:9: note: previous definition is here
#define intptr_t        __intptr_t
        ^
In file included from ../../src/utils/mem_transfer.c:26:
In file included from ../../src/utils/../global.h:30:
../../src/utils/../portab.h:90:17: warning: 'uintptr_t' macro redefined [-Wmacro-redefined]
#        define uintptr_t uint64_t
                ^
/usr/include/sys/stdint.h:85:9: note: previous definition is here
#define uintptr_t       __uintptr_t
        ^
2 warnings generated.
  C: utils/timer.c
clang: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
  A: dct/x86_64_asm/fdct_mmx_skal.asm
  A: dct/x86_64_asm/idct_mmx.asm
  A: image/x86_64_asm/interpolate8x8_mmx.asm
  A: image/x86_64_asm/interpolate8x8_xmm.asm
  A: image/x86_64_asm/qpel_mmx.asm
  A: motion/x86_64_asm/sad_mmx.asm
  A: motion/x86_64_asm/sad_xmm.asm
  A: quant/x86_64_asm/quantize_h263_mmx.asm
  A: quant/x86_64_asm/quantize_mpeg_xmm.asm
  A: utils/x86_64_asm/cpuid.asm
  A: utils/x86_64_asm/interlacing_mmx.asm
  A: utils/x86_64_asm/mem_transfer_mmx.asm
  L: libxvidcore.a
...failed updating 1 target(s)...
...skipped 3 target(s)...
...updated 16 target(s)...
Makefile:36: recipe for target '.contrib' failed
gmake[3]: *** [.contrib] Error 1
Makefile:92: recipe for target 'contrib/.contrib' failed
gmake[2]: *** [contrib/.contrib] Error 2
gmake[2]: Leaving directory '/data/scratch/multimedia/handbrake/work/HandBrake-0.9.3'
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/multimedia/handbrake
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile.
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/multimedia/handbrake