=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for handbrake-0.9.3nb12
cd /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3 && gmake
gmake: svnversion: Command not found
echo "#ifndef HB_BUILD" > libhb/hbversion.h
echo "#define HB_BUILD 2012081301" >> 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: Linux
Endian: little
./configure: line 111: svnversion: command 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 
patching file include/a52.h
patching file liba52/a52_internal.h
patching file liba52/downmix.c
configure: creating cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... /tmp/pkgsrc/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-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-unknown-linux-gnu/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... pass_all
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/x86_64-unknown-linux-gnu/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... GNU/Linux ld.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... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking for _oss_ioctl in -lossaudio... no
checking __attribute__ ((aligned ())) support... 64
updating cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
./config.status: line 606: cd: /nonexistant: No such file or directory
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
./config.status: line 938: cd: /nonexistant: No such file or directory
config.status: executing default-1 commands
Making all in autotools
gmake[3]: Nothing to be done for `all'.
Making all in include
gmake[3]: Nothing to be done for `all'.
Making all in doc
gmake[3]: 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
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 /tmp/pkgsrc/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[3]: 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[3]: Nothing to be done for `all-am'.
Making install in autotools
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in include
gmake[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../autotools/mkinstalldirs /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec
mkdir /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include
mkdir /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 a52.h /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/a52.h
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 attributes.h /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/attributes.h
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 audio_out.h /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/audio_out.h
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 mm_accel.h /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/a52dec/mm_accel.h
Making install in doc
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in liba52
/bin/sh ../autotools/mkinstalldirs /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
mkdir /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
/bin/sh ../libtool  --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c liba52.la /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/liba52.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/liba52.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/liba52.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[4]: Nothing to be done for `install-data-am'.
Making install in libao
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in src
/bin/sh ../autotools/mkinstalldirs /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin
mkdir /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin
 /bin/sh ../libtool  --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  a52dec /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/a52dec
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c a52dec /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/a52dec
 /bin/sh ../libtool  --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  extract_a52 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_a52
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c extract_a52 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_a52
gmake  install-man1
/bin/sh ../autotools/mkinstalldirs /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1
mkdir /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man
mkdir /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 ./a52dec.1 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1/a52dec.1
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 ./extract_a52.1 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/man/man1/extract_a52.1
Making install in vc++
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in test
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibFaad2 ./lib/libfaad.a 
patching file configure.in
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/pkg/share/aclocal/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
/usr/pkg/share/aclocal/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
/usr/pkg/share/aclocal/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/pkg/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/pkg/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/pkg/share/aclocal/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
/usr/pkg/share/aclocal/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/pkg/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/pkg/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:21: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/pkg/share/aclocal/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
/usr/pkg/share/aclocal/libtool.m4:5340: _LT_LANG_CXX_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:785: _LT_LANG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:768: LT_LANG is expanded from...
configure.in:21: the top level
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:21: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:5351: _LT_LANG_CXX_CONFIG is expanded from...
aclocal.m4:800: _LT_LANG is expanded from...
aclocal.m4:783: LT_LANG is expanded from...
configure.in:21: the top level
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:21: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:5351: _LT_LANG_CXX_CONFIG is expanded from...
aclocal.m4:800: _LT_LANG is expanded from...
aclocal.m4:783: LT_LANG is expanded from...
configure.in:21: the top level
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'
common/mp4ff/Makefile.am: installing './depcomp'
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:14: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
configure.in:14: the top level
configure.in:21: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:5351: _LT_LANG_CXX_CONFIG is expanded from...
aclocal.m4:800: _LT_LANG is expanded from...
aclocal.m4:783: LT_LANG is expanded from...
configure.in:21: the top level
Ready to run ./configure
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for fgrep... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -F
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... (cached) -r
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for ar... ar
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 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... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking 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 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... g++ -E
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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 /tmp/pkgsrc/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
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
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
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 /tmp/pkgsrc/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
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
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
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
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[5]: 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: In function 'fill_buffer':
main.c:93:13: warning: incompatible implicit declaration of built-in function 'memmove'
main.c: In function 'MakeAdtsHeader':
main.c:312:5: warning: incompatible implicit declaration of built-in function 'memset'
main.c: In function 'decodeAACfile':
main.c:427:5: warning: incompatible implicit declaration of built-in function 'memset'
main.c: In function 'main':
main.c:1074:17: warning: incompatible implicit declaration of built-in function 'strcpy'
main.c:1081:17: warning: incompatible implicit declaration of built-in function 'strcpy'
main.c:1199:5: warning: incompatible implicit declaration of built-in function 'strcpy'
main.c:1214:23: warning: incompatible implicit declaration of built-in function 'strrchr'
main.c:1219:9: warning: incompatible implicit declaration of built-in function 'strcat'
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
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[5]: Nothing to be done for `all-am'.
gmake[4]: Nothing to be done for `all-am'.
Making install in libfaad
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
 /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c   libfaad.la '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
libtool: install: /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaad.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.la
libtool: install: /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaad.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a
libtool: install: chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a
libtool: install: ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a
libtool: finish: PATH="/tmp/pkgsrc/multimedia/handbrake/work/.wrapper/bin:/tmp/pkgsrc/multimedia/handbrake/work/.buildlink/bin:/tmp/pkgsrc/multimedia/handbrake/work/.gcc/bin:/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin:/usr/pkg/bin:/bin:/usr/bin:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 ../include/faad.h ../include/neaacdec.h '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
Making install in common
Making install in mp4ff
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in frontend
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
  /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c faad '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
libtool: install: /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c faad /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/faad
gmake[4]: Nothing to be done for `install-data-am'.
Making install in plugins
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibAvCodec ./lib/libavcodec.a 
patching file libavformat/tcp.c
Hunk #1 succeeded at 87 with fuzz 2 (offset -1 lines).
patching file libavcodec/Makefile
Hunk #1 succeeded at 330 (offset 8 lines).
Hunk #2 succeeded at 341 (offset 8 lines).
patching file libavcodec/latmaac.c
patching file libavcodec/latm_parser.c
patching file libavcodec/allcodecs.c
Hunk #1 succeeded at 290 (offset 10 lines).
Hunk #2 succeeded at 302 (offset 7 lines).
patching file libavcodec/avcodec.h
Hunk #1 succeeded at 265 (offset 6 lines).
patching file libavformat/mpegts.c
Hunk #1 succeeded at 625 with fuzz 2 (offset 14 lines).
Hunk #2 succeeded at 848 (offset 15 lines).
Hunk #3 succeeded at 968 (offset 19 lines).
patching file libavformat/mpegts.h
Hunk #1 succeeded at 50 with fuzz 1.
patching file libavformat/mpeg.c
patching file libavformat/mpeg.h
patching file libavcodec/h264.c
Hunk #1 succeeded at 3377 (offset 22 lines).
Hunk #2 succeeded at 7592 (offset 35 lines).
patching file libavcodec/mpegvideo.c
patching file configure
install prefix            /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib
source path               /tmp/pkgsrc/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              yes
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			zlib
xan_dpcm		xsub			zmbv
xan_wc3

Enabled encoders:
ac3			mpeg4			snow

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

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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -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
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -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
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -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
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -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
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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"/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -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
In file included from ./libavutil/common.h:85:0,
                 from ./libavutil/bswap.h:31,
                 from libswscale/rgb2rgb.c:31:
./libavutil/internal.h:266:44: error: static declaration of 'llrint' follows non-static declaration
./libavutil/internal.h:273:43: error: static declaration of 'lrint' follows non-static declaration
./libavutil/internal.h:280:43: error: static declaration of 'lrintf' follows non-static declaration
./libavutil/internal.h:287:41: error: static declaration of 'round' follows non-static declaration
./libavutil/internal.h:294:40: error: static declaration of 'roundf' follows non-static declaration
gmake[2]: *** [libswscale/rgb2rgb.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 
patching file include/audio_out.h
patching file include/dca.h
patching file libao/audio_out_aif.c
patching file libao/audio_out_al.c
patching file libao/audio_out_float.c
patching file libao/audio_out_internal.h
patching file libao/audio_out_null.c
patching file libao/audio_out_oss.c
patching file libao/audio_out_peak.c
patching file libao/audio_out_solaris.c
patching file libao/audio_out_wav.c
patching file libao/audio_out_win.c
patching file libdca/dca_internal.h
patching file libdca/downmix.c
patching file libdca/parse.c
patching file src/dcadec.c
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... (cached) gawk
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-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-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 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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/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... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
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... yes
checking for size_t... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for memalign... (cached) yes
checking for gettimeofday... (cached) yes
checking for ftime... (cached) yes
checking return type of signal handlers... (cached) void
checking for _oss_ioctl in -lossaudio... (cached) no
checking __attribute__ ((aligned ())) support... (cached) 64
configure: updating cache /tmp/pkgsrc/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: In function 'dca_subframe_header':
parse.c:669:13: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~'
 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 /tmp/pkgsrc/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.0
(cd .libs && rm -f libdca.so.0 && ln -s libdca.so.0.0.0 libdca.so.0)
(cd .libs && rm -f libdca.so && ln -s libdca.so.0.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 
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  -Wl,--rpath -Wl,/tmp/pkgsrc/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[4]: Nothing to be done for `all'.
gmake[4]: Nothing to be done for `all-am'.
Making install in libdca
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libdca.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.so.0.0.0 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.so.0.0.0
(cd /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libdca.so.0.0.0 libdca.so.0 || { rm -f libdca.so.0 && ln -s libdca.so.0.0.0 libdca.so.0; }; })
(cd /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libdca.so.0.0.0 libdca.so || { rm -f libdca.so && ln -s libdca.so.0.0.0 libdca.so; }; })
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake  install-exec-hook
ln -sf "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a" "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdts.a"
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libdca.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libdca.pc'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libdts.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libdts.pc'
Making install in libao
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in src
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'dcadec' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dcadec'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/dcadec /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dcadec
  /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'extract_dca' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dca'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c extract_dca /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dca
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'dtsdec' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dtsdec'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'extract_dts' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dts'
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 './dcadec.1' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/dcadec.1'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 './extract_dca.1' '/tmp/pkgsrc/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 "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/${name}.1" "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/${oldname}.1" ; \
done
Making install in test
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in include
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dca.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dca.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dts.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dts.h'
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibDvdRead ./lib/libdvdread.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
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-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-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 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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... 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.
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dlopen... no
checking for dlopen in -ldl... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
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 /tmp/pkgsrc/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
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
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 /tmp/pkgsrc/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 -ldl  
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 -ldl  
mkdir .libs
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o ifo_dump ifo_dump.o  ../dvdread/.libs/libdvdread.a -ldl
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 -ldl  
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o play_title play_title.o  ../dvdread/.libs/libdvdread.a -ldl
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 -ldl  
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o title_info title_info.o  ../dvdread/.libs/libdvdread.a -ldl
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 -ldl  
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o disc_id disc_id.o  ../dvdread/.libs/libdvdread.a -ldl
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
/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 -ldl  
gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o filestat filestat.o  ../dvdread/.libs/libdvdread.a -ldl
gmake[4]: Nothing to be done for `all-am'.
Making install in dvdread
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libdvdread.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libdvdread.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libdvdread.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dvd_reader.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/dvd_reader.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_types.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_types.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_read.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_read.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_print.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_print.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_types.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_types.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_read.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_read.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_print.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_print.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'cmd_print.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/cmd_print.h'
Making install in src
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibFaac ./lib/libfaac.a 
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
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/pkg/share/aclocal/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
/usr/pkg/share/aclocal/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
/usr/pkg/share/aclocal/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/pkg/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/pkg/share/aclocal/libtool.m4:103: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/pkg/share/aclocal/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
/usr/pkg/share/aclocal/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/pkg/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/pkg/share/aclocal/libtool.m4:103: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/pkg/share/aclocal/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
/usr/pkg/share/aclocal/libtool.m4:5340: _LT_LANG_CXX_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:785: _LT_LANG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:768: LT_LANG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from...
/usr/pkg/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/pkg/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/pkg/share/aclocal/libtool.m4:103: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:5351: _LT_LANG_CXX_CONFIG is expanded from...
aclocal.m4:800: _LT_LANG is expanded from...
aclocal.m4:783: LT_LANG is expanded from...
aclocal.m4:811: _LT_LANG_DEFAULT_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:5351: _LT_LANG_CXX_CONFIG is expanded from...
aclocal.m4:800: _LT_LANG is expanded from...
aclocal.m4:783: LT_LANG is expanded from...
aclocal.m4:811: _LT_LANG_DEFAULT_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
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: installing './depcomp'
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:4173: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5248: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure.in:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from...
aclocal.m4:5351: _LT_LANG_CXX_CONFIG is expanded from...
aclocal.m4:800: _LT_LANG is expanded from...
aclocal.m4:783: LT_LANG is expanded from...
aclocal.m4:811: _LT_LANG_DEFAULT_CONFIG is expanded from...
aclocal.m4:159: _LT_SETUP is expanded from...
aclocal.m4:88: LT_INIT is expanded from...
aclocal.m4:124: AM_PROG_LIBTOOL is expanded from...
configure.in:17: the top level
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (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 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-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for fgrep... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -F
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/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) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for ar... (cached) ar
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 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 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 objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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... yes
configure: updating cache /tmp/pkgsrc/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[4]: 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
huffman.h:63:12: warning: 'CalculateEscSequence' declared 'static' but never defined
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
huffman.h:63:12: warning: 'CalculateEscSequence' declared 'static' but never defined
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
huffman.h:63:12: warning: 'CalculateEscSequence' declared 'static' but never defined
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
backpred.c: In function 'PredCalcPrediction':
backpred.c:57:9: warning: 'leftChanNum' may be used uninitialized in this function
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
filtbank.c: In function 'FilterBank':
filtbank.c:100:23: warning: 'first_window' may be used uninitialized in this function
filtbank.c:100:38: warning: 'second_window' may be used uninitialized in this function
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: 'tnsSupportedSamplingRates' defined but not used
mv -f .deps/tns.Tpo .deps/tns.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -O2 -Wall   -o libfaac.la -rpath /tmp/pkgsrc/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[5]: 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
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: In function 'wav_read_float32':
input.c:261:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
input.c:265:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
input.c:290:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
input.c:297:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
input.c:333:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
input.c:338:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
input.c: In function 'wav_read_int24':
input.c:365:8: warning: pointer targets in assignment differ in signedness
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
gmake[4]: Nothing to be done for `all-am'.
Making install in include
gmake[4]: Nothing to be done for `install-exec-am'.
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 faac.h faaccfg.h '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include'
Making install in libfaac
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
 /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c   libfaac.la '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib'
libtool: install: /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaac.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.la
libtool: install: /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaac.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a
libtool: install: chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a
libtool: install: ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a
libtool: finish: PATH="/tmp/pkgsrc/multimedia/handbrake/work/.wrapper/bin:/tmp/pkgsrc/multimedia/handbrake/work/.buildlink/bin:/tmp/pkgsrc/multimedia/handbrake/work/.gcc/bin:/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin:/usr/pkg/bin:/bin:/usr/bin:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[4]: Nothing to be done for `install-data-am'.
Making install in common
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in frontend
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
  /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c faac '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin'
libtool: install: /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c faac /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/faac
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibMp3Lame ./lib/libmp3lame.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... (cached) gawk
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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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... 4.5.2
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... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
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... yes
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... yes
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 ncurses
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 /tmp/pkgsrc/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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c -o dct64_i386.lo dct64_i386.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -o dct64_i386.o
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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c -o decode_i386.lo decode_i386.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -o decode_i386.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe    -o libmpgdecoder.la  common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo  
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[5]: 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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c -o xmm_quantize_sub.lo xmm_quantize_sub.c
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c xmm_quantize_sub.c -o xmm_quantize_sub.o
mv -f .deps/xmm_quantize_sub.Tpo .deps/xmm_quantize_sub.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -o VbrTag.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
In file included from bitstream.c:40:0:
gain_analysis.h:88:9: warning: variably modified 'A' at file scope
gain_analysis.h:89:9: warning: variably modified 'B' at file scope
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c -o gain_analysis.lo gain_analysis.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -o gain_analysis.o
In file included from gain_analysis.c:101:0:
gain_analysis.h:88:9: warning: variably modified 'A' at file scope
gain_analysis.h:89:9: warning: variably modified 'B' at file scope
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -o id3tag.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -o lame.o
In file included from lame.c:40:0:
gain_analysis.h:88:9: warning: variably modified 'A' at file scope
gain_analysis.h:89:9: warning: variably modified 'B' at file scope
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -o presets.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c -o quantize_pvt.lo quantize_pvt.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -o quantize_pvt.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c -o set_get.lo set_get.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -o set_get.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -o vbrquantize.o
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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe  -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c -o mpglib_interface.lo mpglib_interface.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -o mpglib_interface.o
mv -f .deps/mpglib_interface.Tpo .deps/mpglib_interface.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -ffast-math -Wall -pipe  -version-info 0:0 -no-undefined  -o libmp3lame.la -rpath /tmp/pkgsrc/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 /tmp/pkgsrc/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 /tmp/pkgsrc/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/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.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/common.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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe     -MT get_audio.o -MD -MP -MF .deps/get_audio.Tpo -c -o get_audio.o get_audio.c
mv -f .deps/get_audio.Tpo .deps/get_audio.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3 -fomit-frame-pointer -ffast-math -Wall -pipe     -MT lametime.o -MD -MP -MF .deps/lametime.Tpo -c -o lametime.o lametime.c
mv -f .deps/lametime.Tpo .deps/lametime.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3 -fomit-frame-pointer -ffast-math -Wall -pipe     -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
parse.c: In function 'lame_version_print':
parse.c:518:9: warning: field width should have type 'int', but argument 5 has type 'long unsigned int'
parse.c:520:9: warning: field width should have type 'int', but argument 4 has type 'long unsigned int'
mv -f .deps/parse.Tpo .deps/parse.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3 -fomit-frame-pointer -ffast-math -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 -fomit-frame-pointer -ffast-math -Wall -pipe     -MT timestatus.o -MD -MP -MF .deps/timestatus.Tpo -c -o timestatus.o timestatus.c
mv -f .deps/timestatus.Tpo .deps/timestatus.Po
gcc -DHAVE_CONFIG_H  -I. -I.. -I../libmp3lame -I../include -I..    -O3 -fomit-frame-pointer -ffast-math -Wall -pipe     -MT brhist.o -MD -MP -MF .deps/brhist.Tpo -c -o brhist.o brhist.c
mv -f .deps/brhist.Tpo .deps/brhist.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -ffast-math -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 -lncurses  -lm 
mkdir .libs
gcc -O3 -fomit-frame-pointer -ffast-math -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 -lncurses -lm  
Making all in Dll
gmake[4]: Nothing to be done for `all'.
Making all in debian
gmake[4]: Nothing to be done for `all'.
Making all in doc
Making all in html
gmake[5]: Nothing to be done for `all'.
Making all in man
gmake[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
Making all in include
gmake[4]: Nothing to be done for `all'.
Making all in misc
gmake[4]: Nothing to be done for `all'.
Making all in dshow
gmake[4]: Nothing to be done for `all'.
Making all in ACM
Making all in ADbg
gmake[5]: Nothing to be done for `all'.
Making all in ddk
gmake[5]: Nothing to be done for `all'.
Making all in tinyxml
gmake[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
Making all in mac
gmake[4]: Nothing to be done for `all'.
Making all in macosx
Making all in English.lproj
gmake[5]: Nothing to be done for `all'.
Making all in LAME.xcodeproj
gmake[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
gmake[4]: Nothing to be done for `all-am'.
Making install in mpglib
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in libmp3lame
Making install in i386
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in vector
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libmp3lame.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp3lame.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp3lame.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[5]: Nothing to be done for `install-data-am'.
Making install in frontend
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'lame' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/lame'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c lame /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/lame
gmake[4]: Nothing to be done for `install-data-am'.
Making install in Dll
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in debian
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in doc
Making install in html
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'basic.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/basic.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'contributors.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/contributors.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'examples.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/examples.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'history.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/history.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'id3.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/id3.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/index.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lame.css' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/lame.css'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'modes.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/modes.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'node6.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/node6.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'switchs.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/switchs.html'
Making install in man
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 './lame.1' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/lame.1'
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in include
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lame.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame/lame.h'
Making install in misc
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in dshow
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in ACM
Making install in ADbg
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in ddk
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in tinyxml
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in mac
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in macosx
Making install in English.lproj
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in LAME.xcodeproj
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: 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... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
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-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking 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... 1572864
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... no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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
checking for gettimeofday... yes
checking for getopt_long_only... yes
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
 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
 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:1288:26: warning: deprecated conversion from string constant to 'char*'
src/mp4file.cpp:1288:26: warning: deprecated conversion from string constant to 'char*'
 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
 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 /tmp/pkgsrc/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/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/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  -Wl,--rpath -Wl,/usr/lib/../lib64 -Wl,--rpath -Wl,/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../x86_64-unknown-linux-gnu/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../.. /usr/lib/../lib64/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib64/crtn.o  -m64 -Wl,-soname -Wl,libmp4v2.so.0 -o .libs/libmp4v2.so.0.0.0
(cd .libs && rm -f libmp4v2.so.0 && ln -s libmp4v2.so.0.0.0 libmp4v2.so.0)
(cd .libs && rm -f libmp4v2.so && ln -s libmp4v2.so.0.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)
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4art-mp4art.o `test -f 'util/mp4art.cpp' || echo './'`util/mp4art.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4art util/mp4art-mp4art.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4art util/mp4art-mp4art.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4art
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4dump-mp4dump.o `test -f 'util/mp4dump.cpp' || echo './'`util/mp4dump.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4dump util/mp4dump-mp4dump.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4dump util/mp4dump-mp4dump.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4dump
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4extract-mp4extract.o `test -f 'util/mp4extract.cpp' || echo './'`util/mp4extract.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4extract util/mp4extract-mp4extract.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4extract util/mp4extract-mp4extract.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4extract
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4info-mp4info.o `test -f 'util/mp4info.cpp' || echo './'`util/mp4info.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4info util/mp4info-mp4info.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4info util/mp4info-mp4info.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4info
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4syncfiles-mp4syncfiles.o `test -f 'util/mp4syncfiles.cpp' || echo './'`util/mp4syncfiles.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4syncfiles util/mp4syncfiles-mp4syncfiles.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4syncfiles util/mp4syncfiles-mp4syncfiles.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4syncfiles
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4tags-mp4tags.o `test -f 'util/mp4tags.cpp' || echo './'`util/mp4tags.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4tags util/mp4tags-mp4tags.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4tags util/mp4tags-mp4tags.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4tags
g++ -DHAVE_CONFIG_H   -m64 -I./include -I./include -I./src -I./src  -Wall -g -O2 -c -o util/mp4trackdump-mp4trackdump.o `test -f 'util/mp4trackdump.cpp' || echo './'`util/mp4trackdump.cpp
/bin/sh ./libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -m64  -o mp4trackdump util/mp4trackdump-mp4trackdump.o libmp4v2.la  
g++ -Wall -g -O2 -m64 -o .libs/mp4trackdump util/mp4trackdump-mp4trackdump.o  ./.libs/libmp4v2.so /usr/lib/../lib64/libstdc++.so  -Wl,--rpath -Wl,/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -Wl,--rpath -Wl,/usr/lib/../lib64
creating mp4trackdump
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libmp4v2.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.so.0.0.0 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.so.0.0.0
(cd /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libmp4v2.so.0.0.0 libmp4v2.so.0 || { rm -f libmp4v2.so.0 && ln -s libmp4v2.so.0.0.0 libmp4v2.so.0; }; })
(cd /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libmp4v2.so.0.0.0 libmp4v2.so || { rm -f libmp4v2.so && ln -s libmp4v2.so.0.0.0 libmp4v2.so; }; })
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4art' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4art'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4art /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4art
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4dump' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4dump'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4dump /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4dump
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4extract' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4extract'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4extract /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4extract
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4info' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4info'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4info /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4info
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4syncfiles' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4syncfiles'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4syncfiles /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4syncfiles
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4tags' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4tags'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4tags /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4tags
  /bin/sh ./libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mp4trackdump' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4trackdump'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4trackdump /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4trackdump
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /bin/sh /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/mp4v2.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/mp4v2.h'
 /bin/sh /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/platform.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/platform.h'
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /bin/sh /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/project.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/project.h'
LibMkv ./lib/libmkv.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... (cached) gawk
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-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /tmp/pkgsrc/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 /tmp/pkgsrc/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
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 /tmp/pkgsrc/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[4]: Nothing to be done for `all'.
gmake[4]: Nothing to be done for `all-am'.
Making install in src
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libmkv.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmkv.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmkv.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[4]: Nothing to be done for `install-data-am'.
Making install in include
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmkv.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libmkv.h'
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibMpeg2 ./lib/libmpeg2.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p
checking for gawk... (cached) gawk
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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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) yes
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) yes
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 /tmp/pkgsrc/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
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
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 /tmp/pkgsrc/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 /tmp/pkgsrc/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_vis.o .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_mmx.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
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
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
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 /tmp/pkgsrc/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 /tmp/pkgsrc/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_arm.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_mmx.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_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_alpha.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_altivec.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
gmake[4]: Nothing to be done for `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
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
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
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
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
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[3]: Nothing to be done for `all'.
Making all in vc++
gmake[3]: Nothing to be done for `all'.
gmake[3]: Nothing to be done for `all-am'.
Making install in libmpeg2
Making install in convert
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libmpeg2convert.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2convert.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2convert.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmpeg2convert.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libmpeg2convert.pc'
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libmpeg2.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmpeg2.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libmpeg2.pc'
Making install in include
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'mpeg2.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec/mpeg2.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'mpeg2convert.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec/mpeg2convert.h'
Making install in libvo
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in src
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'mpeg2dec' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mpeg2dec'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c mpeg2dec /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mpeg2dec
  /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'extract_mpeg2' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_mpeg2'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c extract_mpeg2 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_mpeg2
  /bin/sh ../libtool   --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'corrupt_mpeg2' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/corrupt_mpeg2'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c corrupt_mpeg2 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/corrupt_mpeg2
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/mkdir -p "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 './mpeg2dec.1' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/mpeg2dec.1'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 './extract_mpeg2.1' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/extract_mpeg2.1'
Making install in test
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in vc++
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
LibOgg ./lib/libogg.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
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-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... ./configure: line 3291: s%\\%/%g: No such file or directory
(cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... 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.
GNU/Linux ld.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... no
checking for uint16_t... no
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 /tmp/pkgsrc/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 -ffast-math -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 -ffast-math -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 -ffast-math -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 -ffast-math -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 -ffast-math -fsigned-char -g -O2   -o libogg.la -rpath /tmp/pkgsrc/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 -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF ".deps/test_bitwise-bitwise.Tpo" -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c; \
then mv -f ".deps/test_bitwise-bitwise.Tpo" ".deps/test_bitwise-bitwise.Po"; else rm -f ".deps/test_bitwise-bitwise.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -fsigned-char -g -O2   -o test_bitwise  test_bitwise-bitwise.o  
gcc -O20 -ffast-math -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 -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF ".deps/test_framing-framing.Tpo" -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c; \
then mv -f ".deps/test_framing-framing.Tpo" ".deps/test_framing-framing.Po"; else rm -f ".deps/test_framing-framing.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -fsigned-char -g -O2   -o test_framing  test_framing-framing.o  
gcc -O20 -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o 
Making all in include
Making all in ogg
gmake[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
Making all in doc
Making all in libogg
gmake[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
Making all in win32
gmake[4]: Nothing to be done for `all'.
gmake[4]: Nothing to be done for `all-am'.
Making install in src
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libogg.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libogg.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libogg.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[4]: Nothing to be done for `install-data-am'.
Making install in include
Making install in ogg
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'config_types.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/config_types.h'
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/ogg.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'os_types.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/os_types.h'
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in doc
Making install in libogg
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'bitpacking.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/bitpacking.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'datastructures.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/datastructures.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'decoding.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/decoding.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'encoding.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/encoding.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'general.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/general.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/index.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_packet.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_packet.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_packet_clear.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_packet_clear.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_bos.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_bos.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_checksum_set.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_checksum_set.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_continued.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_continued.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_eos.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_eos.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_granulepos.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_granulepos.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_packets.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_packets.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_pageno.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_pageno.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_serialno.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_serialno.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_version.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_version.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_clear.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_clear.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_destroy.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_destroy.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_eos.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_eos.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_flush.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_flush.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_init.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_init.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetin.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetin.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetout.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetout.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetpeek.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetpeek.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_pagein.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_pagein.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_pageout.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_pageout.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_reset.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_reset.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_reset_serialno.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_reset_serialno.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_state.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_state.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_buffer.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_buffer.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_clear.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_clear.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_destroy.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_destroy.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_init.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_init.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_pageout.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_pageout.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_pageseek.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_pageseek.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_reset.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_reset.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_state.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_state.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_wrote.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_wrote.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_adv.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_adv.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_adv1.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_adv1.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_bits.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_bits.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_buffer.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_buffer.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_bytes.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_bytes.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_get_buffer.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_get_buffer.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_look.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_look.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_look1.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_look1.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_read.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_read.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_read1.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_read1.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_readinit.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_readinit.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_reset.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_reset.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_write.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_write.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writealign.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writealign.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writeclear.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writeclear.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writecopy.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writecopy.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writeinit.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writeinit.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writetrunc.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writetrunc.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/overview.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/reference.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/style.css'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_comment.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/vorbis_comment.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/vorbis_info.html'
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'framing.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/framing.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/index.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggstream.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/oggstream.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg-multiplex.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg-multiplex.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stream.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/stream.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisword2.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/vorbisword2.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-ogg.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/white-ogg.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/white-xifish.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'rfc3533.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/rfc3533.txt'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'rfc3534.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/rfc3534.txt'
Making install in win32
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.m4' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal/ogg.m4'
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/ogg.pc'
LibSampleRate ./lib/libsamplerate.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
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... /tmp/pkgsrc/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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 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... /tmp/pkgsrc/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 /tmp/pkgsrc/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 : ........... /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
    Program directory : ........... /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin
    Pkgconfig directory : ......... /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig

Compiling some other packages against libsamplerate may require 
the addition of "/tmp/pkgsrc/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 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 1:4:1 -Wl,--version-script=Version_script 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[3]: 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
/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
/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
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
/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
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
/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[3]: Nothing to be done for `all-am'.
Making install in src
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libsamplerate.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libsamplerate.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libsamplerate.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'samplerate.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/samplerate.h'
Making install in doc
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in examples
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin"
  /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c 'sndfile-resample' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/sndfile-resample'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c sndfile-resample /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/sndfile-resample
gmake[4]: Nothing to be done for `install-data-am'.
Making install in tests
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'samplerate.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/samplerate.pc'
LibVorbis ./lib/libvorbis.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking target system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking GCC version... 4.5.2
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... /tmp/pkgsrc/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) yes
checking for alloca... (cached) yes
checking for working memcmp... (cached) yes
configure: updating cache /tmp/pkgsrc/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[5]: Nothing to be done for `all'.
Making all in books
Making all in coupled
gmake[6]: Nothing to be done for `all'.
Making all in uncoupled
gmake[6]: Nothing to be done for `all'.
Making all in floor
gmake[6]: Nothing to be done for `all'.
gmake[6]: 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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c -o smallft.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c -o envelope.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c -o window.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c -o lsp.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -o lpc.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c -o analysis.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c -o synthesis.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -o psy.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c -o floor1.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c -o floor0.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c -o res0.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c -o mapping0.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -o registry.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c -o codebook.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c -o sharedbook.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c -o lookup.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c -o bitrate.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o libvorbis.la -rpath /tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c -o vorbisfile.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o libvorbisfile.la -rpath /tmp/pkgsrc/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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c -o vorbisenc.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o libvorbisenc.la -rpath /tmp/pkgsrc/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[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
Making all in doc
Making all in vorbisfile
gmake[5]: Nothing to be done for `all'.
Making all in vorbisenc
gmake[5]: Nothing to be done for `all'.
gmake[5]: Nothing to be done for `all-am'.
Making all in examples
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o decoder_example  decoder_example.o ../lib/libvorbis.la  
mkdir .libs
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o  ../lib/.libs/libvorbis.a -L/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o encoder_example  encoder_example.o ../lib/libvorbisenc.la ../lib/libvorbis.la  
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o encoder_example encoder_example.o  ../lib/.libs/libvorbisenc.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o chaining_example  chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la  
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o chaining_example chaining_example.o  ../lib/.libs/libvorbisfile.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o vorbisfile_example  vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la  
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o vorbisfile_example vorbisfile_example.o  ../lib/.libs/libvorbisfile.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include    -O20 -ffast-math -D_REENTRANT -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
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H   -o seeking_example  seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la  
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o seeking_example seeking_example.o  ../lib/.libs/libvorbisfile.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm  
Making all in vq
gmake[4]: Nothing to be done for `all'.
gmake[4]: Nothing to be done for `all-am'.
Making install in lib
Making install in modes
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in books
Making install in coupled
gmake[6]: Nothing to be done for `install-exec-am'.
gmake[6]: Nothing to be done for `install-data-am'.
Making install in uncoupled
gmake[6]: Nothing to be done for `install-exec-am'.
gmake[6]: Nothing to be done for `install-data-am'.
Making install in floor
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'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libvorbis.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbis.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbis.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libvorbisfile.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisfile.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisfile.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libvorbisenc.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisenc.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisenc.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[5]: Nothing to be done for `install-data-am'.
Making install in include
Making install in vorbis
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'codec.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/codec.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/vorbisfile.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisenc.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/vorbisenc.h'
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in doc
Making install in vorbisfile
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'OggVorbis_File.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/OggVorbis_File.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'callbacks.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/callbacks.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'chaining_example_c.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/chaining_example_c.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'chainingexample.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/chainingexample.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'crosslap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/crosslap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'datastructures.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/datastructures.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'decoding.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/decoding.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'example.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/example.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'exampleindex.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/exampleindex.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'fileinfo.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/fileinfo.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/index.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'initialization.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/initialization.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_bitrate.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_bitrate_instant.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate_instant.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_callbacks.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_callbacks.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_clear.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_clear.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_comment.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_comment.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_crosslap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_crosslap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_info.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_info.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_open.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_open.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_open_callbacks.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_open_callbacks.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_lap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_lap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_page.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_page_lap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page_lap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_tell.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_tell.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_total.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_total.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_seek.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_seek_lap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek_lap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_tell.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_tell.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_total.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_total.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_read.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_read.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_read_float.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_read_float.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_seekable.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_seekable.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_serialnumber.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_serialnumber.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_streams.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_streams.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test_callbacks.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_callbacks.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test_open.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_open.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_lap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_lap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_page.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_page_lap.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page_lap.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_tell.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_tell.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_total.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_total.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/overview.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/reference.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'return.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/return.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seekexample.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seekexample.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking_example_c.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking_example_c.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking_test_c.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking_test_c.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seekingexample.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seekingexample.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/style.css'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'threads.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/threads.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_comment.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_comment.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_info.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile_example_c.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbisfile_example_c.html'
Making install in vorbisenc
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/index.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/overview.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/reference.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/style.css'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_ctl.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_ctl.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_init.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_info.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_init_vbr.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init_vbr.html'
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-kerr-avt-vorbis-rtp-03.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/draft-kerr-avt-vorbis-rtp-03.txt'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'eightphase.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/eightphase.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'evenlsp.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/evenlsp.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1_inverse_dB_table.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1_inverse_dB_table.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floorval.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floorval.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'fourphase.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/fourphase.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'framing.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/framing.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'helper.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/helper.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/index.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lspmap.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/lspmap.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oddlsp.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/oddlsp.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggstream.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/oggstream.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'programming.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/programming.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'squarepolar.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/squarepolar.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stereo.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/stereo.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stream.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/stream.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'v-comment.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/v-comment.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-clip.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-clip.txt'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-errors.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-errors.txt'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-fidelity.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-fidelity.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisword2.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisword2.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'wait.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/wait.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-ogg.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-ogg.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-xifish.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'components.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/components.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-1.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-1.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-2.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-2.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-3.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-3.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-4.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-4.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'hufftree.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/hufftree.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'hufftree-under.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/hufftree-under.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'residue-pack.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/residue-pack.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'residue2.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/residue2.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-xifish.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'window1.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/window1.png'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'window2.png' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/window2.png'
Making install in examples
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in vq
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.m4' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal/vorbis.m4'
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbis.pc'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisenc.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbisenc.pc'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbisfile.pc'
LibVorbisEnc ./lib/libvorbisenc.a 
LibTheora ./lib/libtheora.a 
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking target system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
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) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/sed
checking for grep that handles long lines and -e... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep
checking for egrep... (cached) /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/grep -E
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/x86_64-unknown-linux-gnu/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) pass_all
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) 1572864
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) no
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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) 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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.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/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... 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.
GNU/Linux ld.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.5.2)
checking for ld used by gcc... (cached) /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking library symbol versioning support... yes
checking for pkg-config... (cached) yes
checking for pkg-config... (cached) /tmp/pkgsrc/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/libpng15  
checking PNG_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lpng15  
checking for getopt_long... yes
configure: updating cache /tmp/pkgsrc/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: ................... /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
    C header files: .............. /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora
    Documentation: ............... /tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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
/bin/sh ../libtool --tag=CC --mode=link gcc -I/tmp/pkgsrc/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 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 1:1:0 -Wl,--version-script=./Version_script-dec 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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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
enc/scan.c: In function 'AnalysePlane':
enc/scan.c:1881:18: warning: 'YUVDiffsPtr' may be used uninitialized in this function
enc/scan.c:1882:18: warning: 'YUVDiffsPtr1' may be used uninitialized in this function
enc/scan.c:1883:18: warning: 'YUVDiffsPtr2' may be used uninitialized in this function
enc/scan.c:1885:16: warning: 'FragIndex' may be used uninitialized in this function
enc/scan.c:1886:16: warning: 'ScoreFragIndex1' may be used uninitialized in this function
enc/scan.c:1893:20: warning: 'ChLocalsPtr0' may be used uninitialized in this function
enc/scan.c:1894:20: warning: 'ChLocalsPtr1' may be used uninitialized in this function
enc/scan.c:1897:20: warning: 'PixelsChangedPtr0' may be used uninitialized in this function
enc/scan.c:1898:20: warning: 'PixelsChangedPtr1' may be used uninitialized in this function
enc/scan.c:1900:20: warning: 'PixelScoresPtr1' may be used uninitialized in this function
enc/scan.c:1901:20: warning: 'PixelScoresPtr2' may be used uninitialized in this function
enc/scan.c:1903:19: warning: 'DispFragPtr0' may be used uninitialized in this function
enc/scan.c:1904:19: warning: 'DispFragPtr1' may be used uninitialized in this function
enc/scan.c:1905:19: warning: 'DispFragPtr2' may be used uninitialized in this function
enc/scan.c:1907:18: warning: 'FragScoresPtr1' may be used uninitialized in this function
enc/scan.c:1908:18: warning: 'FragScoresPtr2' may be used uninitialized in this function
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/tmp/pkgsrc/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/tmp/pkgsrc/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/tmp/pkgsrc/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 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 1:1:0 -Wl,--version-script=./Version_script-enc -L/tmp/pkgsrc/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/tmp/pkgsrc/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 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 3:4:3 -Wl,--version-script=./Version_script -L/tmp/pkgsrc/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[5]: Nothing to be done for `all'.
gmake[5]: 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[4]: Nothing to be done for `all'.
Making all in m4
gmake[4]: Nothing to be done for `all'.
gmake[4]: Nothing to be done for `all-am'.
Making install in lib
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib"
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libtheoradec.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoradec.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoradec.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libtheoraenc.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoraenc.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoraenc.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c  'libtheora.la' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.la'
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheora.lai /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.la
/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheora.a /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a
chmod 644 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a
ranlib /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a
PATH="$PATH:/sbin" ldconfig -n /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pkgsrc/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
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[4]: Nothing to be done for `install-data-am'.
Making install in include
Making install in theora
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theora.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theora.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoradec.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theoradec.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoraenc.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theoraenc.h'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'codec.h' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/codec.h'
gmake[5]: Nothing to be done for `install-exec-am'.
gmake[5]: Nothing to be done for `install-data-am'.
Making install in doc
Making install in spec
gmake[5]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0"
gmake[5]: Nothing to be done for `install-exec-am'.
/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d /tmp/pkgsrc/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`; \
      /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/$b; \
      for f in $dir/*; do \
	/tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 $f /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/$b; \
      done \
    fi \
  done \
fi
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vp3-format.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/vp3-format.txt'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'color.html' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/color.html'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-ietf-avt-rtp-theora-00.xml' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/draft-ietf-avt-rtp-theora-00.xml'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-ietf-avt-rtp-theora-00.txt' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/draft-ietf-avt-rtp-theora-00.txt'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'doxygen-build.stamp' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/doxygen-build.stamp'
Making install in tests
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
Making install in m4
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Nothing to be done for `install-exec-am'.
test -z "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || mkdir -p -- "/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig"
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theora.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theora.pc'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoradec.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theoradec.pc'
 /tmp/pkgsrc/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoraenc.pc' '/tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theoraenc.pc'
LibX264 ./lib/libx264.a 
patching file encoder/slicetype.c
Hunk #1 succeeded at 487 (offset 108 lines).
./version.sh: line 2: git: command not found
Platform:   X86_64
System:     LINUX
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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -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_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer  x264.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname matroska.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer  matroska.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname muxers.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer  muxers.c -MM -g0 ) 1>> .depend;
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/mc.o common/mc.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/predict.o common/predict.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/pixel.o common/pixel.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/macroblock.o common/macroblock.c
common/macroblock.c: In function 'x264_mb_predict_mv_direct16x16_spatial':
common/macroblock.c:278:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/macroblock.c:293:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/macroblock.c: In function 'x264_macroblock_slice_init':
common/macroblock.c:893:31: warning: array subscript is below array bounds
common/macroblock.c:894:31: warning: array subscript is below array bounds
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/frame.o common/frame.c
common/frame.c: In function 'x264_frame_deblock_row':
common/frame.c:783:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:783:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:783:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:783:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:783:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:783:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:784:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:784:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:784:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:784:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:784:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
common/frame.c:784:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/dct.o common/dct.c
common/dct.c: In function 'zigzag_scan_8x8_frame':
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c:495:5: warning: array subscript is above array bounds
common/dct.c: In function 'zigzag_scan_8x8_field':
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c:500:5: warning: array subscript is above array bounds
common/dct.c: In function 'zigzag_scan_4x4_frame':
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c:508:5: warning: array subscript is above array bounds
common/dct.c: In function 'zigzag_scan_4x4_field':
common/dct.c:514:5: warning: array subscript is above array bounds
common/dct.c:514:38: warning: array subscript is above array bounds
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/cpu.o common/cpu.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/cabac.o common/cabac.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/common.o common/common.c
common/common.c: In function 'x264_param_parse':
common/common.c:250:25: warning: 'saveptr' may be used uninitialized in this function
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/mdate.o common/mdate.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/set.o common/set.c
common/set.c: In function 'x264_cqm_init':
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
common/set.c:132:45: warning: array subscript is above array bounds
common/set.c:133:45: warning: array subscript is above array bounds
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/quant.o common/quant.c
common/quant.c: In function 'quant_4x4':
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c:52:9: warning: array subscript is above array bounds
common/quant.c: In function 'quant_4x4_dc':
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
common/quant.c:59:9: warning: array subscript is above array bounds
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/vlc.o common/vlc.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/analyse.o encoder/analyse.c
encoder/analyse.c: In function 'x264_mb_analyse_inter_p16x16':
encoder/analyse.c:1091:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1101:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1101:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1104:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p8x8_mixed_ref':
encoder/analyse.c:1164:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1169:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p8x8':
encoder/analyse.c:1196:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1214:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1216:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p16x8':
encoder/analyse.c:1262:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1276:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p8x16':
encoder/analyse.c:1311:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1325:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p4x4':
encoder/analyse.c:1394:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p8x4':
encoder/analyse.c:1434:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_p4x8':
encoder/analyse.c:1471:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_b16x16':
encoder/analyse.c:1546:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1573:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_cache_mv_p8x8':
encoder/analyse.c:1612:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1615:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1616:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1619:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1620:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1623:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1624:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1625:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1626:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_cache_mv_b8x8':
encoder/analyse.c:1676:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1676:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_cache_mv_b16x8':
encoder/analyse.c:1681:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1681:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_cache_mv_b8x16':
encoder/analyse.c:1685:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1685:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_b8x8':
encoder/analyse.c:1725:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_b16x8':
encoder/analyse.c:1785:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1785:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1786:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_mb_analyse_inter_b8x16':
encoder/analyse.c:1854:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1854:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:1855:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_analyse_update_cache':
encoder/analyse.c:2769:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2775:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2776:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2782:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2783:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2805:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2831:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2843:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2847:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c:2850:21: warning: dereferencing type-punned pointer will break strict-aliasing rules
In file included from encoder/analyse.c:2900:0:
encoder/slicetype.c: In function 'x264_slicetype_mb_cost':
encoder/slicetype.c:167:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/slicetype.c:169:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/slicetype.c:174:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/slicetype.c:180:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/slicetype.c:180:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/analyse.c: In function 'x264_intra_rd_refine':
encoder/analyse.c:927:21: warning: 'pels_v[0]' may be used uninitialized in this function
encoder/analyse.c:927:21: warning: 'pels_v[1]' may be used uninitialized in this function
encoder/analyse.c:927:21: warning: 'pels_v[2]' may be used uninitialized in this function
encoder/analyse.c:927:21: warning: 'pels_v[3]' may be used uninitialized in this function
encoder/analyse.c:927:21: warning: 'pels_v[4]' may be used uninitialized in this function
encoder/analyse.c:927:21: warning: 'pels_v[5]' may be used uninitialized in this function
encoder/analyse.c:927:21: warning: 'pels_v[6]' may be used uninitialized in this function
encoder/analyse.c:928:17: warning: 'i_nnz[0]' may be used uninitialized in this function
encoder/analyse.c:928:17: warning: 'i_nnz[1]' may be used uninitialized in this function
encoder/analyse.c:928:17: warning: 'i_nnz[2]' may be used uninitialized in this function
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/me.o encoder/me.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/ratecontrol.o encoder/ratecontrol.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/set.o encoder/set.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/macroblock.o encoder/macroblock.c
encoder/macroblock.c: In function 'x264_macroblock_encode':
encoder/macroblock.c:561:17: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/macroblock.c:605:17: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/macroblock.c:694:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
encoder/macroblock.c: In function 'x264_macroblock_probe_skip':
encoder/macroblock.c:719:9: warning: 'mvp[0]' may be used uninitialized in this function
encoder/macroblock.c:719:9: warning: 'mvp[1]' may be used uninitialized in this function
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/cabac.o encoder/cabac.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/cavlc.o encoder/cavlc.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o encoder/encoder.o encoder/encoder.c
encoder/encoder.c: In function 'x264_encoder_frame_end':
encoder/encoder.c:1727:53: warning: array subscript is above array bounds
encoder/encoder.c:1728:47: warning: array subscript is above array bounds
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/x86/mc-c.o common/x86/mc-c.c
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MALLOC_H -DHAVE_MMX -DARCH_X86_64 -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer   -c -o common/x86/predict-c.o common/x86/predict-c.c
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 
patching file build/generic/configure
Hunk #1 succeeded at 4016 with fuzz 2.
patching file src/dct/x86_asm/fdct_sse2_skal.asm
configure: loading cache /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking target system type... (cached) x86_64-unknown-linux-gnu
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) /tmp/pkgsrc/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 /tmp/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache
configure: creating ./config.status
config.status: creating platform.inc
  D: =build
  C: ./decoder.c
../../src/decoder.c: In function 'decoder_decode':
../../src/decoder.c:1644:46: warning: operation on 'dec->p_fmv.y' may be undefined
  C: ./encoder.c
  C: ./xvid.c
  C: bitstream/bitstream.c
  C: bitstream/cbp.c
  C: bitstream/mbcoding.c
  C: dct/fdct.c
  C: dct/idct.c
  C: dct/simple_idct.c
  C: image/colorspace.c
  C: image/image.c
  C: image/interpolate8x8.c
  C: image/font.c
  C: image/postprocessing.c
  C: image/qpel.c
  C: image/reduced.c
  C: motion/estimation_bvop.c
  C: motion/estimation_common.c
  C: motion/estimation_gmc.c
  C: motion/estimation_pvop.c
  C: motion/estimation_rd_based.c
  C: motion/estimation_rd_based_bvop.c
  C: motion/gmc.c
  C: motion/motion_comp.c
  C: motion/vop_type_decision.c
  C: motion/sad.c
  C: prediction/mbprediction.c
  C: plugins/plugin_single.c
  C: plugins/plugin_2pass1.c
  C: plugins/plugin_2pass2.c
  C: plugins/plugin_lumimasking.c
  C: plugins/plugin_dump.c
  C: plugins/plugin_psnr.c
  C: quant/quant_h263.c
  C: quant/quant_matrix.c
  C: quant/quant_mpeg.c
  C: utils/emms.c
  C: utils/mbtransquant.c
  C: utils/mem_align.c
  C: utils/mem_transfer.c
  C: utils/timer.c
  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)...
gmake[1]: *** [.contrib] Error 1
gmake: *** [contrib/.contrib] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/multimedia/handbrake
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile.
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/multimedia/handbrake