=> Bootstrap dependency digest>=20010302: found digest-20080510 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for handbrake-0.9.3 cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3 && gmake gmake: svnversion: Command not found echo "#ifndef HB_BUILD" > libhb/hbversion.h echo "#define HB_BUILD 2009082501" >> 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: DragonFly Endian: little svnversion: not found Don't run configure by hand, make runs it automatically. No, really. That's it. Just type 'make' and hit return. You're supposed to be building with make, not jam. If you were going to use jam--which you shouldn't--you'd run: './jam' on a Mac, or 'jam' on Linux or Windows To make jam, boil fruit with sugar and an acid until pectins are released. ...found 65 target(s)... ...updating 22 target(s)... LibA52 ./lib/liba52.a Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur a52dec_original/include/a52.h a52dec_patched/include/a52.h |--- a52dec_original/include/a52.h 2002-01-28 05:37:54.000000000 +0000 |+++ a52dec_patched/include/a52.h 2007-04-04 19:12:57.000000000 +0100 -------------------------- Patching file include/a52.h using Plan A... Hunk #1 succeeded at 48. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur a52dec_original/liba52/a52_internal.h a52dec_patched/liba52/a52_internal.h |--- a52dec_original/liba52/a52_internal.h 2002-07-28 02:52:06.000000000 +0100 |+++ a52dec_patched/liba52/a52_internal.h 2007-04-04 19:11:43.000000000 +0100 -------------------------- Patching file liba52/a52_internal.h using Plan A... Hunk #1 succeeded at 93. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur a52dec_original/liba52/downmix.c a52dec_patched/liba52/downmix.c |--- a52dec_original/liba52/downmix.c 2002-01-28 05:37:54.000000000 +0000 |+++ a52dec_patched/liba52/downmix.c 2007-04-06 13:47:49.000000000 +0100 -------------------------- Patching file liba52/downmix.c using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 149. Hunk #3 succeeded at 422. Hunk #4 succeeded at 566. done configure: creating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... autotools/config.guess: unable to guess system type This script, last modified 2002-05-29, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from ftp://ftp.gnu.org/pub/gnu/config/ If the version you run (autotools/config.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2002-05-29 uname -m = i386 uname -r = 2.3.2-DEVELOPMENT uname -s = DragonFly uname -v = DragonFly v2.3.2.598.g55126-DEVELOPMENT #46: Sun Aug 23 15:14:21 EEST 2009 hasso@lab-df2.estpak.ee:/usr/obj/home/hasso/dragonfly-src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = i386 UNAME_RELEASE = 2.3.2-DEVELOPMENT UNAME_SYSTEM = DragonFly UNAME_VERSION = DragonFly v2.3.2.598.g55126-DEVELOPMENT #46: Sun Aug 23 15:14:21 EEST 2009 hasso@lab-df2.estpak.ee:/usr/obj/home/hasso/dragonfly-src/sys/GENERIC configure: error: cannot guess build type; you must specify one cd `dirname ./a52dec.tar.gz` && CONTRIB=`pwd` && rm -rf a52dec && (gzip -dc a52dec.tar.gz | tar xf -) && cd a52dec && patch -p1 < ../patch-a52dec.patch && ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache && gmake && gmake install && strip -S $CONTRIB/lib/liba52.a ...failed LibA52 ./lib/liba52.a ... LibFaad2 ./lib/libfaad.a Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: faad2/configure.in |=================================================================== |--- faad2.orig/configure.in |+++ faad2/configure.in -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 18. done configure.in:12: installing `./install-sh' configure.in:12: installing `./missing' common/mp4ff/Makefile.am: installing `./depcomp' Makefile.am: installing `./INSTALL' Ready to run ./configure configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking build system type... i386-unknown-dragonfly2.3.2 checking host system type... i386-unknown-dragonfly2.3.2 checking for style of include used by make... GNU checking for gcc... 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... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... yes checking for /scratch/multimedia/handbrake/work/.wrapper/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 for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for 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... 196608 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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++... /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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... no checking whether the g77 linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 ld.so (cached) (cached) 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 how to run the C preprocessor... gcc -E 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 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 sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... 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... inline checking whether byte ordering is bigendian... 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib bits.lo cfft.lo decoder.lo drc.lo drm_dec.lo error.lo filtbank.lo ic_predict.lo is.lo lt_predict.lo mdct.lo mp4.lo ms.lo output.lo pns.lo ps_dec.lo ps_syntax.lo pulse.lo specrec.lo syntax.lo tns.lo hcr.lo huffman.lo rvlc.lo ssr.lo ssr_fb.lo ssr_ipqf.lo common.lo sbr_dct.lo sbr_e_nf.lo sbr_fbt.lo sbr_hfadj.lo sbr_hfgen.lo sbr_huff.lo sbr_qmf.lo sbr_syntax.lo sbr_tf_grid.lo sbr_dec.lo mkdir .libs 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 ranlib .libs/libfaad.a creating libfaad.la (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 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 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 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 mp4meta.c:431:7: warning: no newline at end of file 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 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 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 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 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 mkdir .libs 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 ranlib .libs/libmp4ff.a creating libmp4ff.la (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: warning: incompatible implicit declaration of built-in function 'memmove' main.c: In function 'MakeAdtsHeader': main.c:312: warning: incompatible implicit declaration of built-in function 'memset' main.c: In function 'decodeAACfile': main.c:427: warning: incompatible implicit declaration of built-in function 'memset' main.c: In function 'main': main.c:1074: warning: incompatible implicit declaration of built-in function 'strcpy' main.c:1081: warning: incompatible implicit declaration of built-in function 'strcpy' main.c:1199: warning: incompatible implicit declaration of built-in function 'strcpy' main.c:1214: warning: incompatible implicit declaration of built-in function 'strrchr' main.c:1219: 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 mkdir .libs 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 test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c libfaad.la '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaad.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaad.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaad.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 ../include/faad.h ../include/neaacdec.h '/scratch/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 test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c faad '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin' /scratch/multimedia/handbrake/work/.tools/bin/install -c faad /scratch/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 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavformat/tcp.c |=================================================================== |--- libavformat/tcp.c (revision 9814) |+++ libavformat/tcp.c (working copy) -------------------------- Patching file libavformat/tcp.c using Plan A... Hunk #1 succeeded at 87 with fuzz 2 (offset -1 lines). done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/Makefile |=================================================================== |--- libavcodec/Makefile (revision 14016) |+++ libavcodec/Makefile (working copy) -------------------------- Patching file libavcodec/Makefile using Plan A... Hunk #1 succeeded at 330 (offset 8 lines). Hunk #2 succeeded at 341 (offset 8 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/latmaac.c |=================================================================== |--- libavcodec/latmaac.c (revision 0) |+++ libavcodec/latmaac.c (revision 0) -------------------------- (Creating file libavcodec/latmaac.c...) Patching file libavcodec/latmaac.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/latm_parser.c |=================================================================== |--- libavcodec/latm_parser.c (revision 0) |+++ libavcodec/latm_parser.c (revision 0) -------------------------- (Creating file libavcodec/latm_parser.c...) Patching file libavcodec/latm_parser.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/allcodecs.c |=================================================================== |--- libavcodec/allcodecs.c (revision 14016) |+++ libavcodec/allcodecs.c (working copy) -------------------------- Patching file libavcodec/allcodecs.c using Plan A... Hunk #1 succeeded at 290 (offset 10 lines). Hunk #2 succeeded at 292 (offset -3 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/avcodec.h |=================================================================== |--- libavcodec/avcodec.h (revision 14016) |+++ libavcodec/avcodec.h (working copy) -------------------------- Patching file libavcodec/avcodec.h using Plan A... Hunk #1 succeeded at 265 (offset 6 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavformat/mpegts.c |=================================================================== |--- libavformat/mpegts.c (revision 14016) |+++ libavformat/mpegts.c (working copy) -------------------------- Patching file libavformat/mpegts.c using Plan A... Hunk #1 succeeded at 625 with fuzz 2 (offset 14 lines). Hunk #2 succeeded at 834 (offset 1 line). Hunk #3 succeeded at 967 (offset 18 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavformat/mpegts.h |=================================================================== |--- libavformat/mpegts.h (revision 14016) |+++ libavformat/mpegts.h (working copy) -------------------------- Patching file libavformat/mpegts.h using Plan A... Hunk #1 succeeded at 50 with fuzz 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavformat/mpeg.c |=================================================================== |--- libavformat/mpeg.c (revision 14016) |+++ libavformat/mpeg.c (working copy) -------------------------- Patching file libavformat/mpeg.c using Plan A... Hunk #1 succeeded at 281. Hunk #2 succeeded at 439. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavformat/mpeg.h |=================================================================== |--- libavformat/mpeg.h (revision 14016) |+++ libavformat/mpeg.h (working copy) -------------------------- Patching file libavformat/mpeg.h using Plan A... Hunk #1 succeeded at 53. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/h264.c |=================================================================== |--- libavcodec/h264.c (revision 14820) |+++ libavcodec/h264.c (working copy) -------------------------- Patching file libavcodec/h264.c using Plan A... Hunk #1 succeeded at 3377 (offset 22 lines). Hunk #2 succeeded at 7570 (offset 13 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libavcodec/mpegvideo.c |=================================================================== |--- libavcodec/mpegvideo.c (revision 14820) |+++ libavcodec/mpegvideo.c (working copy) -------------------------- Patching file libavcodec/mpegvideo.c using Plan A... Hunk #1 succeeded at 779. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ffmpeg-nodocs.patch,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $ | |--- configure.orig 2009-01-20 20:56:24.000000000 -0500 |+++ configure 2008-09-28 19:29:23.000000000 -0400 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 1784. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur ffmpeg/libavcodec/mpegaudiodec.c ffmpeg-patched/libavcodec/mpegaudiodec.c |--- ffmpeg/libavcodec/mpegaudiodec.c 2006-09-23 14:22:06.000000000 -0400 |+++ ffmpeg-patched/libavcodec/mpegaudiodec.c 2007-01-01 18:31:51.156250000 -0500 -------------------------- Patching file libavcodec/mpegaudiodec.c using Plan A... Hunk #1 succeeded at 434 (offset 33 lines). done imlib2-config: not found sdl-config: not found install prefix /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib source path /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg C compiler gcc .align is power-of-two no ARCH x86_32 (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 zmbv xan_dpcm xsub xan_wc3 zlib Enabled encoders: ac3 mpeg4 snow Enabled parsers: aac dvdsub mpegaudio aac_latm h261 mpegvideo ac3 h263 pnm cavsvideo h264 vc1 dca mjpeg vp3 dirac mlp dvbsub mpeg4video Enabled demuxers: aac ipmovie pcm_u16be ac3 lmlm4 pcm_u16le aiff m4v pcm_u24be amr matroska pcm_u24le apc mjpeg pcm_u32be ape mlp pcm_u32le asf mm pcm_u8 ass mmf pva au mov rawvideo avi mp3 redir avs mpc rl2 bethsoftvid mpc8 rm bfi mpegps roq c93 mpegts rpl daud mpegtsraw rtsp dirac mpegvideo sdp dsicin msnwc_tcp segafilm dts mtv shorten dv mvi siff dxa mxf smacker ea nsv sol ea_cdata nut str eac3 nuv swf ffm ogg thp flac oma tiertexseq flic pcm_alaw tta flv pcm_f32be txd fourxm pcm_f32le vc1 gsm pcm_f64be vc1t gxf pcm_f64le vmd h261 pcm_mulaw voc h263 pcm_s16be wav h264 pcm_s16le wc3 idcin pcm_s24be wsaud iff pcm_s24le wsvqa image2 pcm_s32be wv image2pipe pcm_s32le xa ingenient pcm_s8 yuv4mpegpipe Enabled muxers: ipod Enabled protocols: file pipe tcp http rtp udp Enabled filters: crop Enabled bsfs: Enabled indevs: Enabled outdevs: License: GPL Creating config.mak and config.h... gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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_32 -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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_32 -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -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"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libswscale/rgb2rgb.o libswscale/rgb2rgb.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libswscale/swscale.o libswscale/swscale.c In file included from libswscale/swscale.c:1020: libswscale/swscale_template.c: In function 'yuv2yuv1_MMX2': libswscale/swscale_template.c:999: warning: initialization from incompatible pointer type libswscale/swscale_template.c:999: warning: initialization from incompatible pointer type libswscale/swscale_template.c:999: warning: initialization from incompatible pointer type libswscale/swscale_template.c: In function 'rgb24ToUV_MMX2': libswscale/swscale_template.c:2098: warning: unused variable 'i' libswscale/swscale_template.c: In function 'swScale_MMX2': libswscale/swscale_template.c:3125: warning: cast from pointer to integer of different size libswscale/swscale_template.c:3133: warning: cast from pointer to integer of different size libswscale/swscale.c: In function 'sws_getCachedContext': libswscale/swscale.c:3097: warning: assignment discards qualifiers from pointer target type libswscale/swscale.c: In function 'sws_scale': libswscale/swscale.c:2679: warning: 'b' may be used uninitialized in this function libswscale/swscale.c:2679: warning: 'g' may be used uninitialized in this function libswscale/swscale.c:2679: warning: 'r' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libswscale/swscale_avoption.o libswscale/swscale_avoption.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libswscale/yuv2rgb.o libswscale/yuv2rgb.c libswscale/yuv2rgb.c:283: warning: 'yuv2rgb_c_8' defined but not used libswscale/yuv2rgb.c:338: warning: 'yuv2rgb_c_4' defined but not used libswscale/yuv2rgb.c:410: warning: 'yuv2rgb_c_4b' defined but not used rm -f libswscale/libswscale.a ar rc libswscale/libswscale.a libswscale/rgb2rgb.o libswscale/swscale.o libswscale/swscale_avoption.o libswscale/yuv2rgb.o ranlib libswscale/libswscale.a gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavdevice/alldevices.o libavdevice/alldevices.c rm -f libavdevice/libavdevice.a ar rc libavdevice/libavdevice.a libavdevice/alldevices.o ranlib libavdevice/libavdevice.a gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/allformats.o libavformat/allformats.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/cutils.o libavformat/cutils.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/os_support.o libavformat/os_support.c libavformat/os_support.c: In function 'resolve_host': libavformat/os_support.c:68: warning: implicit declaration of function 'inet_aton' gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/sdp.o libavformat/sdp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/utils.o libavformat/utils.c libavformat/utils.c:55: warning: 'AVFrac' is deprecated libavformat/utils.c:73: warning: 'AVFrac' is deprecated libavformat/utils.c: In function 'av_write_header': libavformat/utils.c:2475: warning: passing argument 1 of 'av_codec_get_tag' discards qualifiers from pointer target type libavformat/utils.c: In function 'parse_date': libavformat/utils.c:2938: warning: cast discards qualifiers from pointer target type libavformat/utils.c: In function 'av_seek_frame_binary': libavformat/utils.c:1293: warning: 'pos_min' may be used uninitialized in this function libavformat/utils.c:1293: warning: 'pos_max' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/avio.o libavformat/avio.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/aviobuf.o libavformat/aviobuf.c libavformat/aviobuf.c: In function 'url_fdopen': libavformat/aviobuf.c:540: warning: passing argument 6 of 'init_put_byte' from incompatible pointer type libavformat/aviobuf.c:540: warning: passing argument 7 of 'init_put_byte' from incompatible pointer type libavformat/aviobuf.c:540: warning: passing argument 8 of 'init_put_byte' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/raw.o libavformat/raw.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/aiff.o libavformat/aiff.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/riff.o libavformat/riff.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/amr.o libavformat/amr.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/apc.o libavformat/apc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/ape.o libavformat/ape.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/asf.o libavformat/asf.c libavformat/asf.c: In function 'asf_read_header': libavformat/asf.c:333: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/asfcrypt.o libavformat/asfcrypt.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/assdec.o libavformat/assdec.c libavformat/assdec.c: In function 'read_header': libavformat/assdec.c:146: warning: passing argument 4 of 'qsort' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/au.o libavformat/au.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/avidec.o libavformat/avidec.c libavformat/avidec.c: In function 'avi_read_header': libavformat/avidec.c:476: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/avs.o libavformat/avs.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/vocdec.o libavformat/vocdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/voc.o libavformat/voc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/bethsoftvid.o libavformat/bethsoftvid.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/bfi.o libavformat/bfi.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/c93.o libavformat/c93.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/daud.o libavformat/daud.c libavformat/daud.c:51: warning: 'daud_write_header' defined but not used libavformat/daud.c:59: warning: 'daud_write_packet' defined but not used gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/dsicin.o libavformat/dsicin.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/dv.o libavformat/dv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/dxa.o libavformat/dxa.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/eacdata.o libavformat/eacdata.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/electronicarts.o libavformat/electronicarts.c libavformat/electronicarts.c: In function 'ea_read_packet': libavformat/electronicarts.c:434: warning: 'num_samples' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/ffmdec.o libavformat/ffmdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/flic.o libavformat/flic.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/flvdec.o libavformat/flvdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/4xm.o libavformat/4xm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/gxf.o libavformat/gxf.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/idcin.o libavformat/idcin.c libavformat/idcin.c:89: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/iff.o libavformat/iff.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/img2.o libavformat/img2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/ipmovie.o libavformat/ipmovie.c libavformat/ipmovie.c:119: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/movenc.o libavformat/movenc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/isom.o libavformat/isom.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/avc.o libavformat/avc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/lmlm4.o libavformat/lmlm4.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/matroskadec.o libavformat/matroskadec.c libavformat/matroskadec.c: In function 'matroska_parse_cluster': libavformat/matroskadec.c:940: warning: 'layer' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/matroska.o libavformat/matroska.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mm.o libavformat/mm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mmf.o libavformat/mmf.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mov.o libavformat/mov.c libavformat/mov.c:144: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mp3.o libavformat/mp3.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mpc.o libavformat/mpc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mpc8.o libavformat/mpc8.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mpeg.o libavformat/mpeg.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mpegts.o libavformat/mpegts.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/msnwc_tcp.o libavformat/msnwc_tcp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mtv.o libavformat/mtv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mvi.o libavformat/mvi.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mxfdec.o libavformat/mxfdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/mxf.o libavformat/mxf.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/nsvdec.o libavformat/nsvdec.c libavformat/nsvdec.c:362:2: warning: #warning "FIXME: Byteswap buffer as needed" gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/nutdec.o libavformat/nutdec.c libavformat/nutdec.c: In function 'get_packetheader': libavformat/nutdec.c:96: warning: passing argument 2 of 'ff_crc04C11DB7_update' from incompatible pointer type libavformat/nutdec.c: In function 'decode_main_header': libavformat/nutdec.c:274: warning: passing argument 2 of 'get_buffer' discards qualifiers from pointer target type libavformat/nutdec.c: In function 'read_seek': libavformat/nutdec.c:863: warning: passing argument 3 of 'av_tree_find' from incompatible pointer type libavformat/nutdec.c:863: warning: passing argument 4 of 'av_tree_find' from incompatible pointer type libavformat/nutdec.c:872: warning: passing argument 3 of 'av_tree_find' from incompatible pointer type libavformat/nutdec.c:872: warning: passing argument 4 of 'av_tree_find' from incompatible pointer type libavformat/nutdec.c:880: warning: passing argument 3 of 'av_tree_find' from incompatible pointer type libavformat/nutdec.c: In function 'nut_read_timestamp': libavformat/nutdec.c:844: warning: control reaches end of non-void function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/nut.o libavformat/nut.c libavformat/nut.c: In function 'ff_nut_add_sp': libavformat/nut.c:65: warning: passing argument 3 of 'av_tree_insert' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/nuv.o libavformat/nuv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oggdec.o libavformat/oggdec.c libavformat/oggdec.c: In function 'ogg_packet': libavformat/oggdec.c:333: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oggparseflac.o libavformat/oggparseflac.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oggparseogm.o libavformat/oggparseogm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oggparsespeex.o libavformat/oggparsespeex.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oggparsetheora.o libavformat/oggparsetheora.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oggparsevorbis.o libavformat/oggparsevorbis.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/oma.o libavformat/oma.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/pva.o libavformat/pva.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rtsp.o libavformat/rtsp.c libavformat/rtsp.c: In function 'sdp_parse_line': libavformat/rtsp.c:405: warning: implicit declaration of function 'inet_aton' libavformat/rtsp.c: In function 'rtsp_parse_range': libavformat/rtsp.c:595: warning: cast discards qualifiers from pointer target type libavformat/rtsp.c:599: warning: cast discards qualifiers from pointer target type libavformat/rtsp.c: In function 'rtsp_parse_transport': libavformat/rtsp.c:684: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rl2.o libavformat/rl2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rmdec.o libavformat/rmdec.c libavformat/rmdec.c: In function 'ff_rm_parse_packet': libavformat/rmdec.c:453: warning: 'pos' may be used uninitialized in this function libavformat/rmdec.c:453: warning: 'len2' may be used uninitialized in this function libavformat/rmdec.c:453: warning: 'pic_num' may be used uninitialized in this function libavformat/rmdec.c:453: warning: 'seq' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/idroq.o libavformat/idroq.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rpl.o libavformat/rpl.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rdt.o libavformat/rdt.c libavformat/rdt.c: In function 'rdt_parse_packet': libavformat/rdt.c:180: warning: passing argument 2 of 'url_open_buf' discards qualifiers from pointer target type libavformat/rdt.c:184: warning: passing argument 7 of 'ff_rm_parse_packet' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rtp.o libavformat/rtp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rtpdec.o libavformat/rtpdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rtp_h264.o libavformat/rtp_h264.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/segafilm.o libavformat/segafilm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/siff.o libavformat/siff.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/smacker.o libavformat/smacker.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/sol.o libavformat/sol.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/psxstr.o libavformat/psxstr.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/swfdec.o libavformat/swfdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/thp.o libavformat/thp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/tiertexseq.o libavformat/tiertexseq.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/tta.o libavformat/tta.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/txd.o libavformat/txd.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/vc1test.o libavformat/vc1test.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/sierravmd.o libavformat/sierravmd.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/wav.o libavformat/wav.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/wc3movie.o libavformat/wc3movie.c libavformat/wc3movie.c:72: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/westwood.o libavformat/westwood.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/wv.o libavformat/wv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/xa.o libavformat/xa.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/yuv4mpeg.o libavformat/yuv4mpeg.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/framehook.o libavformat/framehook.c In file included from libavformat/framehook.c:24: libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/file.o libavformat/file.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/http.o libavformat/http.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/rtpproto.o libavformat/rtpproto.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/tcp.o libavformat/tcp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavformat/udp.o libavformat/udp.c rm -f libavformat/libavformat.a ar rc libavformat/libavformat.a libavformat/allformats.o libavformat/cutils.o libavformat/os_support.o libavformat/sdp.o libavformat/utils.o libavformat/avio.o libavformat/aviobuf.o libavformat/raw.o libavformat/aiff.o libavformat/riff.o libavformat/amr.o libavformat/apc.o libavformat/ape.o libavformat/asf.o libavformat/asfcrypt.o libavformat/assdec.o libavformat/au.o libavformat/avidec.o libavformat/avs.o libavformat/vocdec.o libavformat/voc.o libavformat/bethsoftvid.o libavformat/bfi.o libavformat/c93.o libavformat/daud.o libavformat/dsicin.o libavformat/dv.o libavformat/dxa.o libavformat/eacdata.o libavformat/electronicarts.o libavformat/ffmdec.o libavformat/flic.o libavformat/flvdec.o libavformat/4xm.o libavformat/gxf.o libavformat/idcin.o libavformat/iff.o libavformat/img2.o libavformat/ipmovie.o libavformat/movenc.o libavformat/isom.o libavformat/avc.o libavformat/lmlm4.o libavformat/matroskadec.o libavformat/matroska.o libavformat/mm.o libavformat/mmf.o libavformat/mov.o libavformat/mp3.o libavformat/mpc.o libavformat/mpc8.o libavformat/mpeg.o libavformat/mpegts.o libavformat/msnwc_tcp.o libavformat/mtv.o libavformat/mvi.o libavformat/mxfdec.o libavformat/mxf.o libavformat/nsvdec.o libavformat/nutdec.o libavformat/nut.o libavformat/nuv.o libavformat/oggdec.o libavformat/oggparseflac.o libavformat/oggparseogm.o libavformat/oggparsespeex.o libavformat/oggparsetheora.o libavformat/oggparsevorbis.o libavformat/oma.o libavformat/pva.o libavformat/rtsp.o libavformat/rl2.o libavformat/rmdec.o libavformat/idroq.o libavformat/rpl.o libavformat/rdt.o libavformat/rtp.o libavformat/rtpdec.o libavformat/rtp_h264.o libavformat/segafilm.o libavformat/siff.o libavformat/smacker.o libavformat/sol.o libavformat/psxstr.o libavformat/swfdec.o libavformat/thp.o libavformat/tiertexseq.o libavformat/tta.o libavformat/txd.o libavformat/vc1test.o libavformat/sierravmd.o libavformat/wav.o libavformat/wc3movie.o libavformat/westwood.o libavformat/wv.o libavformat/xa.o libavformat/yuv4mpeg.o libavformat/framehook.o libavformat/file.o libavformat/http.o libavformat/rtpproto.o libavformat/tcp.o libavformat/udp.o ranlib libavformat/libavformat.a gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/allcodecs.o libavcodec/allcodecs.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/audioconvert.o libavcodec/audioconvert.c libavcodec/audioconvert.c: In function 'av_audio_convert': libavcodec/audioconvert.c:110: warning: initialization discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/bitstream.o libavcodec/bitstream.c libavcodec/bitstream.c: In function 'alloc_table': libavcodec/bitstream.c:129: warning: 'ff_realloc_static' is deprecated (declared at libavcodec/bitstream.c:53) gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/bitstream_filter.o libavcodec/bitstream_filter.c libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_filter': libavcodec/bitstream_filter.c:62: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dsputil.o libavcodec/dsputil.c libavcodec/dsputil.c: In function 'dct_sad8x8_c': libavcodec/dsputil.c:3594: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/dsputil.c: In function 'dct_max8x8_c': libavcodec/dsputil.c:3659: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/dsputil.c: In function 'quant_psnr8x8_c': libavcodec/dsputil.c:3676: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/dsputil.c:3677: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/dsputil.c: In function 'rd8x8_c': libavcodec/dsputil.c:3702: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/dsputil.c: In function 'bit8x8_c': libavcodec/dsputil.c:3780: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/eval.o libavcodec/eval.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/faanidct.o libavcodec/faanidct.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/imgconvert.o libavcodec/imgconvert.c In file included from libavcodec/imgconvert.c:38: libavcodec/i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/jrevdct.o libavcodec/jrevdct.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/opt.o libavcodec/opt.c libavcodec/opt.c: In function 'av_set_string2': libavcodec/opt.c:164: warning: passing argument 2 of 'ff_eval2' discards qualifiers from pointer target type libavcodec/opt.c:164: warning: passing argument 3 of 'ff_eval2' discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/parser.o libavcodec/parser.c libavcodec/parser.c: In function 'av_parser_change': libavcodec/parser.c:191: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/raw.o libavcodec/raw.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/resample.o libavcodec/resample.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/resample2.o libavcodec/resample2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/simple_idct.o libavcodec/simple_idct.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/utils.o libavcodec/utils.c libavcodec/utils.c: In function 'avcodec_encode_audio': libavcodec/utils.c:865: warning: cast discards qualifiers from pointer target type libavcodec/utils.c: In function 'avcodec_encode_video': libavcodec/utils.c:882: warning: cast discards qualifiers from pointer target type libavcodec/utils.c: In function 'avcodec_encode_subtitle': libavcodec/utils.c:895: warning: cast discards qualifiers from pointer target type libavcodec/utils.c: In function 'av_parse_video_frame_size': libavcodec/utils.c:1455: warning: cast discards qualifiers from pointer target type libavcodec/utils.c:1458: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/fdct_mmx.o libavcodec/i386/fdct_mmx.c In file included from libavcodec/i386/fdct_mmx.c:35: libavcodec/i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. libavcodec/i386/fdct_mmx.c: In function 'ff_fdct_mmx': libavcodec/i386/fdct_mmx.c:528: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/i386/fdct_mmx.c: In function 'ff_fdct_mmx2': libavcodec/i386/fdct_mmx.c:546: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/i386/fdct_mmx.c: In function 'ff_fdct_sse2': libavcodec/i386/fdct_mmx.c:564: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/cpuid.o libavcodec/i386/cpuid.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/dsputil_mmx.o libavcodec/i386/dsputil_mmx.c In file included from libavcodec/i386/dsputil_mmx.c:31: libavcodec/i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/mpegvideo_mmx.o libavcodec/i386/mpegvideo_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/motion_est_mmx.o libavcodec/i386/motion_est_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/simple_idct_mmx.o libavcodec/i386/simple_idct_mmx.c libavcodec/i386/simple_idct_mmx.c: In function 'idct': libavcodec/i386/simple_idct_mmx.c:213: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/idct_mmx_xvid.o libavcodec/i386/idct_mmx_xvid.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/idct_sse2_xvid.o libavcodec/i386/idct_sse2_xvid.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/faandct.o libavcodec/faandct.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/jfdctfst.o libavcodec/jfdctfst.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/jfdctint.o libavcodec/jfdctint.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/aac.o libavcodec/aac.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/aactab.o libavcodec/aactab.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mdct.o libavcodec/mdct.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/fft.o libavcodec/fft.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/aasc.o libavcodec/aasc.c libavcodec/aasc.c: In function 'aasc_decode_frame': libavcodec/aasc.c:73: warning: passing argument 2 of 'ff_msrle_decode' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/msrledec.o libavcodec/msrledec.c libavcodec/msrledec.c: In function 'msrle_decode_8_16_24_32': libavcodec/msrledec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/msrledec.c: In function 'ff_msrle_decode': libavcodec/msrledec.c:138: warning: 'pix32' may be used uninitialized in this function libavcodec/msrledec.c:137: warning: 'pix16' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/eac3dec.o libavcodec/eac3dec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ac3dec.o libavcodec/ac3dec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ac3tab.o libavcodec/ac3tab.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ac3dec_data.o libavcodec/ac3dec_data.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ac3.o libavcodec/ac3.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ac3enc.o libavcodec/ac3enc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/alac.o libavcodec/alac.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/sp5xdec.o libavcodec/sp5xdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mjpegdec.o libavcodec/mjpegdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mjpeg.o libavcodec/mjpeg.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/apedec.o libavcodec/apedec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/asv1.o libavcodec/asv1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpeg12data.o libavcodec/mpeg12data.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/atrac3.o libavcodec/atrac3.c libavcodec/atrac3.c: In function 'atrac3_decode_frame': libavcodec/atrac3.c:889: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/avs.o libavcodec/avs.c libavcodec/avs.c: In function 'avs_decode_frame': libavcodec/avs.c:57: warning: 'change_map.buffer' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/bethsoftvideo.o libavcodec/bethsoftvideo.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/bfi.o libavcodec/bfi.c libavcodec/bfi.c: In function 'bfi_decode_frame': libavcodec/bfi.c:97: warning: 'offset' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/bmp.o libavcodec/bmp.c libavcodec/bmp.c: In function 'bmp_decode_frame': libavcodec/bmp.c:233: warning: passing argument 2 of 'ff_msrle_decode' from incompatible pointer type libavcodec/bmp.c:49: warning: 'rgb[0]' may be used uninitialized in this function libavcodec/bmp.c:49: warning: 'rgb[1]' may be used uninitialized in this function libavcodec/bmp.c:49: warning: 'rgb[2]' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/c93.o libavcodec/c93.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cavs.o libavcodec/cavs.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cavsdec.o libavcodec/cavsdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cavsdsp.o libavcodec/cavsdsp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/golomb.o libavcodec/golomb.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegvideo.o libavcodec/mpegvideo.c libavcodec/mpegvideo.c: In function 'ff_find_unused_picture': libavcodec/mpegvideo.c:787: warning: ISO C90 forbids mixed declarations and code gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cinepak.o libavcodec/cinepak.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cljr.o libavcodec/cljr.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cook.o libavcodec/cook.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cscd.o libavcodec/cscd.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cyuv.o libavcodec/cyuv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dca.o libavcodec/dca.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dnxhddec.o libavcodec/dnxhddec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dnxhddata.o libavcodec/dnxhddata.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dsicinav.o libavcodec/dsicinav.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dvbsubdec.o libavcodec/dvbsubdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dvdsubdec.o libavcodec/dvdsubdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dv.o libavcodec/dv.c libavcodec/dv.c: In function 'dvvideo_decode_frame': libavcodec/dv.c:1051: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dxa.o libavcodec/dxa.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/eacmv.o libavcodec/eacmv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/eatgv.o libavcodec/eatgv.c libavcodec/eatgv.c: In function 'tgv_decode_frame': libavcodec/eatgv.c:66: warning: 'offset' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/8bps.o libavcodec/8bps.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/8svx.o libavcodec/8svx.c libavcodec/8svx.c: In function 'eightsvx_decode_init': libavcodec/8svx.c:81: warning: assignment discards qualifiers from pointer target type libavcodec/8svx.c:84: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/escape124.o libavcodec/escape124.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ffv1.o libavcodec/ffv1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/rangecoder.o libavcodec/rangecoder.c libavcodec/rangecoder.c: In function 'ff_init_range_decoder': libavcodec/rangecoder.c:54: warning: cast discards qualifiers from pointer target type libavcodec/rangecoder.c:56: warning: passing argument 1 of 'bytestream_get_be16' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/huffyuv.o libavcodec/huffyuv.c libavcodec/huffyuv.c:893: warning: 'encode_bgr_bitstream' defined but not used libavcodec/huffyuv.c: In function 'decode_frame': libavcodec/huffyuv.c:1006: warning: 'lefttopv' may be used uninitialized in this function libavcodec/huffyuv.c:1006: warning: 'lefttopu' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/flac.o libavcodec/flac.c libavcodec/flac.c: In function 'flac_decode_frame': libavcodec/flac.c:274: warning: 'd' may be used uninitialized in this function libavcodec/flac.c:274: warning: 'c' may be used uninitialized in this function libavcodec/flac.c:274: warning: 'b' may be used uninitialized in this function libavcodec/flac.c:274: warning: 'a' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/flashsv.o libavcodec/flashsv.c libavcodec/flashsv.c: In function 'flashsv_decode_frame': libavcodec/flashsv.c:196: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/flicvideo.o libavcodec/flicvideo.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h263dec.o libavcodec/h263dec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h263.o libavcodec/h263.c libavcodec/h263.c: In function 'mpeg4_decode_block': libavcodec/h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/error_resilience.o libavcodec/error_resilience.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/4xm.o libavcodec/4xm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/fraps.o libavcodec/fraps.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/huffman.o libavcodec/huffman.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/gifdec.o libavcodec/gifdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/lzw.o libavcodec/lzw.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h261dec.o libavcodec/h261dec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h261.o libavcodec/h261.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h263_parser.o libavcodec/h263_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h264.o libavcodec/h264.c libavcodec/h264.c: In function 'fill_caches': libavcodec/h264.c:125: warning: assignment discards qualifiers from pointer target type libavcodec/h264.c:164: warning: assignment discards qualifiers from pointer target type libavcodec/h264.c:166: warning: assignment discards qualifiers from pointer target type libavcodec/h264.c:170: warning: assignment discards qualifiers from pointer target type libavcodec/h264.c: In function 'pred_direct_motion': libavcodec/h264.c:1052: warning: assignment from incompatible pointer type libavcodec/h264.c:1053: warning: assignment from incompatible pointer type libavcodec/h264.c: In function 'filter_mb_fast': libavcodec/h264.c:6252: warning: dereferencing type-punned pointer will break strict-aliasing rules libavcodec/h264.c: In function 'filter_mb': libavcodec/h264.c:6426: warning: initialization from incompatible pointer type libavcodec/h264.c:6427: warning: initialization from incompatible pointer type In file included from libavcodec/h264.c:7951: libavcodec/svq3.c: In function 'svq3_decode_slice_header': libavcodec/svq3.c:707: warning: cast discards qualifiers from pointer target type libavcodec/h264.c: In function 'execute_ref_pic_marking': libavcodec/h264.c:3257: warning: 'structure' may be used uninitialized in this function libavcodec/h264.c:3249: warning: 'j' may be used uninitialized in this function libavcodec/h264.c:3257: warning: 'frame_num' may be used uninitialized in this function libavcodec/h264.c:3251: warning: 'pic' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h264idct.o libavcodec/h264idct.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h264pred.o libavcodec/h264pred.c libavcodec/h264pred.c:201: warning: 'pred4x4_down_left_rv40_notop_c' defined but not used gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h264_parser.o libavcodec/h264_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cabac.o libavcodec/cabac.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/idcinvideo.o libavcodec/idcinvideo.c libavcodec/idcinvideo.c: In function 'idcin_decode_frame': libavcodec/idcinvideo.c:215: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/imc.o libavcodec/imc.c libavcodec/imc.c: In function 'imc_decode_init': libavcodec/imc.c:146: warning: assignment from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/indeo2.o libavcodec/indeo2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/indeo3.o libavcodec/indeo3.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dpcm.o libavcodec/dpcm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/interplayvideo.o libavcodec/interplayvideo.c libavcodec/interplayvideo.c: In function 'ipvideo_decode_frame': libavcodec/interplayvideo.c:884: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/jpeglsdec.o libavcodec/jpeglsdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/jpegls.o libavcodec/jpegls.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/kmvc.o libavcodec/kmvc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/loco.o libavcodec/loco.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mace.o libavcodec/mace.c libavcodec/mace.c: In function 'mace3_decode_frame': libavcodec/mace.c:250: warning: passing argument 5 of 'chomp3' from incompatible pointer type libavcodec/mace.c:253: warning: passing argument 5 of 'chomp3' from incompatible pointer type libavcodec/mace.c:256: warning: passing argument 5 of 'chomp3' from incompatible pointer type libavcodec/mace.c: In function 'mace6_decode_frame': libavcodec/mace.c:286: warning: passing argument 5 of 'chomp6' from incompatible pointer type libavcodec/mace.c:289: warning: passing argument 5 of 'chomp6' from incompatible pointer type libavcodec/mace.c:292: warning: passing argument 5 of 'chomp6' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mimic.o libavcodec/mimic.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mjpegbdec.o libavcodec/mjpegbdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mlp.o libavcodec/mlp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mlpdec.o libavcodec/mlpdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mmvideo.o libavcodec/mmvideo.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/motionpixels.o libavcodec/motionpixels.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegaudiodec.o libavcodec/mpegaudiodec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodecheader.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegaudio.o libavcodec/mpegaudio.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodata.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpeg4audio.o libavcodec/mpeg4audio.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpc7.o libavcodec/mpc7.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpc.o libavcodec/mpc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpc8.o libavcodec/mpc8.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mdec.o libavcodec/mdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpeg12.o libavcodec/mpeg12.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpeg4video_parser.o libavcodec/mpeg4video_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_enc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/motion_est.o libavcodec/motion_est.c libavcodec/motion_est.c: In function 'h263_mv4_search': libavcodec/motion_est.c:540: warning: 'P[2][0]' may be used uninitialized in this function libavcodec/motion_est.c:540: warning: 'P[2][1]' may be used uninitialized in this function libavcodec/motion_est.c:540: warning: 'P[3][0]' may be used uninitialized in this function libavcodec/motion_est.c:540: warning: 'P[3][1]' may be used uninitialized in this function libavcodec/motion_est.c:540: warning: 'P[4][0]' may be used uninitialized in this function libavcodec/motion_est.c:540: warning: 'P[4][1]' may be used uninitialized in this function libavcodec/motion_est.c: In function 'interlaced_search': libavcodec/motion_est.c:690: warning: 'P[2][0]' may be used uninitialized in this function libavcodec/motion_est.c:690: warning: 'P[2][1]' may be used uninitialized in this function libavcodec/motion_est.c:690: warning: 'P[3][0]' may be used uninitialized in this function libavcodec/motion_est.c:690: warning: 'P[3][1]' may be used uninitialized in this function libavcodec/motion_est.c:690: warning: 'P[4][0]' may be used uninitialized in this function libavcodec/motion_est.c:690: warning: 'P[4][1]' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ratecontrol.o libavcodec/ratecontrol.c libavcodec/ratecontrol.c: In function 'ff_rate_control_init': libavcodec/ratecontrol.c:109: warning: passing argument 2 of 'ff_parse' discards qualifiers from pointer target type libavcodec/ratecontrol.c:109: warning: passing argument 4 of 'ff_parse' discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/msmpeg4.o libavcodec/msmpeg4.c libavcodec/msmpeg4.c: In function 'ff_msmpeg4_encode_block': libavcodec/msmpeg4.c:777: warning: 'extquant' may be used uninitialized in this function libavcodec/msmpeg4.c: In function 'ff_msmpeg4_decode_block': libavcodec/msmpeg4.c:1612: warning: 'dc_pred_dir' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/msmpeg4data.o libavcodec/msmpeg4data.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/msrle.o libavcodec/msrle.c libavcodec/msrle.c: In function 'msrle_decode_frame': libavcodec/msrle.c:87: warning: passing argument 2 of 'ff_msrle_decode' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/msvideo1.o libavcodec/msvideo1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/lcldec.o libavcodec/lcldec.c libavcodec/lcldec.c: In function 'decode_frame': libavcodec/lcldec.c:167: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/nellymoserdec.o libavcodec/nellymoserdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/nellymoser.o libavcodec/nellymoser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/nuv.o libavcodec/nuv.c libavcodec/nuv.c: In function 'copy_frame': libavcodec/nuv.c:74: warning: passing argument 2 of 'avpicture_fill' discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/rtjpeg.o libavcodec/rtjpeg.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/pcx.o libavcodec/pcx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/png.o libavcodec/png.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/pngdec.o libavcodec/pngdec.c libavcodec/pngdec.c: In function 'png_decode_idat': libavcodec/pngdec.c:357: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ptx.o libavcodec/ptx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/qdm2.o libavcodec/qdm2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/qdrw.o libavcodec/qdrw.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/qpeg.o libavcodec/qpeg.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/qtrle.o libavcodec/qtrle.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ra144.o libavcodec/ra144.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/acelp_filters.o libavcodec/acelp_filters.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ra288.o libavcodec/ra288.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/rawdec.o libavcodec/rawdec.c libavcodec/rawdec.c: In function 'raw_decode': libavcodec/rawdec.c:125: warning: passing argument 2 of 'avpicture_fill' discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/rl2.o libavcodec/rl2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/roqvideodec.o libavcodec/roqvideodec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/roqvideo.o libavcodec/roqvideo.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/rpza.o libavcodec/rpza.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/rv10.o libavcodec/rv10.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/sgidec.o libavcodec/sgidec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/shorten.o libavcodec/shorten.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/smacker.o libavcodec/smacker.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/smc.o libavcodec/smc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/snow.o libavcodec/snow.c libavcodec/snow.c: In function 'qscale2qlog': libavcodec/snow.c:3764: warning: implicit declaration of function 'rint' libavcodec/snow.c:3764: warning: incompatible implicit declaration of built-in function 'rint' gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/sonic.o libavcodec/sonic.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/sunrast.o libavcodec/sunrast.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/svq1dec.o libavcodec/svq1dec.c libavcodec/svq1dec.c: In function 'svq1_decode_frame': libavcodec/svq1dec.c:662: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/svq1.o libavcodec/svq1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/targa.o libavcodec/targa.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp3.o libavcodec/vp3.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/xiph.o libavcodec/xiph.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp3dsp.o libavcodec/vp3dsp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/tiertexseqv.o libavcodec/tiertexseqv.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/tiff.o libavcodec/tiff.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/truemotion1.o libavcodec/truemotion1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/truemotion2.o libavcodec/truemotion2.c libavcodec/truemotion2.c: In function 'decode_frame': libavcodec/truemotion2.c:775: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/truespeech.o libavcodec/truespeech.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/tscc.o libavcodec/tscc.c libavcodec/tscc.c: In function 'decode_frame': libavcodec/tscc.c:102: warning: assignment discards qualifiers from pointer target type libavcodec/tscc.c:115: warning: passing argument 2 of 'ff_msrle_decode' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/tta.o libavcodec/tta.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/txd.o libavcodec/txd.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/s3tc.o libavcodec/s3tc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ulti.o libavcodec/ulti.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vb.o libavcodec/vb.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vc1.o libavcodec/vc1.c libavcodec/vc1.c: In function 'vc1_decode_p_blocks': libavcodec/vc1.c:3123: warning: 'pat' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vc1data.o libavcodec/vc1data.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vc1dsp.o libavcodec/vc1dsp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/intrax8.o libavcodec/intrax8.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/intrax8dsp.o libavcodec/intrax8dsp.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vcr1.o libavcodec/vcr1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vmdav.o libavcodec/vmdav.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vmnc.o libavcodec/vmnc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vorbis_dec.o libavcodec/vorbis_dec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vorbis.o libavcodec/vorbis.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vorbis_data.o libavcodec/vorbis_data.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp5.o libavcodec/vp5.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp56.o libavcodec/vp56.c libavcodec/vp56.c: In function 'vp56_decode_frame': libavcodec/vp56.c:503: warning: 'alpha_offset' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp56data.o libavcodec/vp56data.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp6.o libavcodec/vp6.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vqavideo.o libavcodec/vqavideo.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/wavpack.o libavcodec/wavpack.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/wmadec.o libavcodec/wmadec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/wma.o libavcodec/wma.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/wmv2dec.o libavcodec/wmv2dec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/wmv2.o libavcodec/wmv2.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/wnv1.o libavcodec/wnv1.c libavcodec/wnv1.c:142: warning: initialization from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ws-snd1.o libavcodec/ws-snd1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/xan.o libavcodec/xan.c libavcodec/xan.c: In function 'xan_decode_frame': libavcodec/xan.c:410: warning: 'AVPaletteControl' is deprecated gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/xl.o libavcodec/xl.c libavcodec/xl.c: In function 'decode_frame': libavcodec/xl.c:50: warning: 'c1' may be used uninitialized in this function libavcodec/xl.c:50: warning: 'c0' may be used uninitialized in this function libavcodec/xl.c:50: warning: 'y3' may be used uninitialized in this function gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/xsubdec.o libavcodec/xsubdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/zmbv.o libavcodec/zmbv.c libavcodec/zmbv.c: In function 'decode_frame': libavcodec/zmbv.c:493: warning: assignment discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/pcm.o libavcodec/pcm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/adpcm.o libavcodec/adpcm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/adxdec.o libavcodec/adxdec.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/g726.o libavcodec/g726.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/libfaad.o libavcodec/libfaad.c In file included from libavcodec/libfaad.c:31: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/faad.h:32: warning: ignoring #pragma message libavcodec/libfaad.c:334: warning: initialization from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/latmaac.o libavcodec/latmaac.c libavcodec/latmaac.c: In function 'readGASpecificConfig': libavcodec/latmaac.c:112: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c:114: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c: In function 'readAudioSpecificConfig': libavcodec/latmaac.c:160: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c: In function 'readStreamMuxConfig': libavcodec/latmaac.c:257: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c:266: warning: unused variable 'celp_table_index' libavcodec/latmaac.c:269: warning: unused variable 'hvxc_table_index' libavcodec/latmaac.c:281: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c: In function 'readAudioSyncStream': libavcodec/latmaac.c:346: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c: In function 'aac_decoder_open': libavcodec/latmaac.c:471: warning: passing argument 4 of 'NeAACDecInit2' from incompatible pointer type libavcodec/latmaac.c: In function 'aac_filter_receive': libavcodec/latmaac.c:543: warning: ISO C90 forbids mixed declarations and code libavcodec/latmaac.c: At top level: libavcodec/latmaac.c:621: warning: initialization from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/aac_parser.o libavcodec/aac_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/aac_ac3_parser.o libavcodec/aac_ac3_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/latm_parser.o libavcodec/latm_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/ac3_parser.o libavcodec/ac3_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/cavs_parser.o libavcodec/cavs_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dca_parser.o libavcodec/dca_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dirac_parser.o libavcodec/dirac_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dvbsub_parser.o libavcodec/dvbsub_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/dvdsub_parser.o libavcodec/dvdsub_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/h261_parser.o libavcodec/h261_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mjpeg_parser.o libavcodec/mjpeg_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mlp_parser.o libavcodec/mlp_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegaudio_parser.o libavcodec/mpegaudio_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/mpegvideo_parser.o libavcodec/mpegvideo_parser.c libavcodec/mpegvideo_parser.c:164: warning: 'mpegvideo_split' defined but not used gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/pnm_parser.o libavcodec/pnm_parser.c libavcodec/pnm_parser.c: In function 'pnm_parse': libavcodec/pnm_parser.c:45: warning: cast discards qualifiers from pointer target type libavcodec/pnm_parser.c:46: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/pnm.o libavcodec/pnm.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vc1_parser.o libavcodec/vc1_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/vp3_parser.o libavcodec/vp3_parser.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/pthread.o libavcodec/pthread.c yasm -f elf -DARCH_X86_32 -g dwarf2 -I libavcodec/i386/ -o libavcodec/i386/fft_mmx.o libavcodec/i386/fft_mmx.asm gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/fft_sse.o libavcodec/i386/fft_sse.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/fft_3dn.o libavcodec/i386/fft_3dn.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/fft_3dn2.o libavcodec/i386/fft_3dn2.c yasm -f elf -DARCH_X86_32 -g dwarf2 -I libavcodec/i386/ -o libavcodec/i386/dsputil_yasm.o libavcodec/i386/dsputil_yasm.asm gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/idct_mmx.o libavcodec/i386/idct_mmx.c In file included from libavcodec/i386/idct_mmx.c:25: libavcodec/i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/dsputilenc_mmx.o libavcodec/i386/dsputilenc_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/cavsdsp_mmx.o libavcodec/i386/cavsdsp_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/snowdsp_mmx.o libavcodec/i386/snowdsp_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/vc1dsp_mmx.o libavcodec/i386/vc1dsp_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/vp3dsp_mmx.o libavcodec/i386/vp3dsp_mmx.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavcodec/i386/vp3dsp_sse2.o libavcodec/i386/vp3dsp_sse2.c rm -f libavcodec/libavcodec.a ar rc libavcodec/libavcodec.a libavcodec/allcodecs.o libavcodec/audioconvert.o libavcodec/bitstream.o libavcodec/bitstream_filter.o libavcodec/dsputil.o libavcodec/eval.o libavcodec/faanidct.o libavcodec/imgconvert.o libavcodec/jrevdct.o libavcodec/opt.o libavcodec/parser.o libavcodec/raw.o libavcodec/resample.o libavcodec/resample2.o libavcodec/simple_idct.o libavcodec/utils.o libavcodec/i386/fdct_mmx.o libavcodec/i386/cpuid.o libavcodec/i386/dsputil_mmx.o libavcodec/i386/mpegvideo_mmx.o libavcodec/i386/motion_est_mmx.o libavcodec/i386/simple_idct_mmx.o libavcodec/i386/idct_mmx_xvid.o libavcodec/i386/idct_sse2_xvid.o libavcodec/faandct.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/aac.o libavcodec/aactab.o libavcodec/mdct.o libavcodec/fft.o libavcodec/aasc.o libavcodec/msrledec.o libavcodec/eac3dec.o libavcodec/ac3dec.o libavcodec/ac3tab.o libavcodec/ac3dec_data.o libavcodec/ac3.o libavcodec/ac3enc.o libavcodec/alac.o libavcodec/sp5xdec.o libavcodec/mjpegdec.o libavcodec/mjpeg.o libavcodec/apedec.o libavcodec/asv1.o libavcodec/mpeg12data.o libavcodec/atrac3.o libavcodec/avs.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bmp.o libavcodec/c93.o libavcodec/cavs.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/golomb.o libavcodec/mpegvideo.o libavcodec/cinepak.o libavcodec/cljr.o libavcodec/cook.o libavcodec/cscd.o libavcodec/cyuv.o libavcodec/dca.o libavcodec/dnxhddec.o libavcodec/dnxhddata.o libavcodec/dsicinav.o libavcodec/dvbsubdec.o libavcodec/dvdsubdec.o libavcodec/dv.o libavcodec/dxa.o libavcodec/eacmv.o libavcodec/eatgv.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/escape124.o libavcodec/ffv1.o libavcodec/rangecoder.o libavcodec/huffyuv.o libavcodec/flac.o libavcodec/flashsv.o libavcodec/flicvideo.o libavcodec/h263dec.o libavcodec/h263.o libavcodec/error_resilience.o libavcodec/4xm.o libavcodec/fraps.o libavcodec/huffman.o libavcodec/gifdec.o libavcodec/lzw.o libavcodec/h261dec.o libavcodec/h261.o libavcodec/h263_parser.o libavcodec/h264.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264_parser.o libavcodec/cabac.o libavcodec/idcinvideo.o libavcodec/imc.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/dpcm.o libavcodec/interplayvideo.o libavcodec/jpeglsdec.o libavcodec/jpegls.o libavcodec/kmvc.o libavcodec/loco.o libavcodec/mace.o libavcodec/mimic.o libavcodec/mjpegbdec.o libavcodec/mlp.o libavcodec/mlpdec.o libavcodec/mmvideo.o libavcodec/motionpixels.o libavcodec/mpegaudiodec.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudio.o libavcodec/mpegaudiodata.o libavcodec/mpeg4audio.o libavcodec/mpc7.o libavcodec/mpc.o libavcodec/mpc8.o libavcodec/mdec.o libavcodec/mpeg12.o libavcodec/mpeg4video_parser.o libavcodec/mpegvideo_enc.o libavcodec/motion_est.o libavcodec/ratecontrol.o libavcodec/msmpeg4.o libavcodec/msmpeg4data.o libavcodec/msrle.o libavcodec/msvideo1.o libavcodec/lcldec.o libavcodec/nellymoserdec.o libavcodec/nellymoser.o libavcodec/nuv.o libavcodec/rtjpeg.o libavcodec/pcx.o libavcodec/png.o libavcodec/pngdec.o libavcodec/ptx.o libavcodec/qdm2.o libavcodec/qdrw.o libavcodec/qpeg.o libavcodec/qtrle.o libavcodec/ra144.o libavcodec/acelp_filters.o libavcodec/ra288.o libavcodec/rawdec.o libavcodec/rl2.o libavcodec/roqvideodec.o libavcodec/roqvideo.o libavcodec/rpza.o libavcodec/rv10.o libavcodec/sgidec.o libavcodec/shorten.o libavcodec/smacker.o libavcodec/smc.o libavcodec/snow.o libavcodec/sonic.o libavcodec/sunrast.o libavcodec/svq1dec.o libavcodec/svq1.o libavcodec/targa.o libavcodec/vp3.o libavcodec/xiph.o libavcodec/vp3dsp.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tta.o libavcodec/txd.o libavcodec/s3tc.o libavcodec/ulti.o libavcodec/vb.o libavcodec/vc1.o libavcodec/vc1data.o libavcodec/vc1dsp.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/vcr1.o libavcodec/vmdav.o libavcodec/vmnc.o libavcodec/vorbis_dec.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp6.o libavcodec/vqavideo.o libavcodec/wavpack.o libavcodec/wmadec.o libavcodec/wma.o libavcodec/wmv2dec.o libavcodec/wmv2.o libavcodec/wnv1.o libavcodec/ws-snd1.o libavcodec/xan.o libavcodec/xl.o libavcodec/xsubdec.o libavcodec/zmbv.o libavcodec/pcm.o libavcodec/adpcm.o libavcodec/adxdec.o libavcodec/g726.o libavcodec/libfaad.o libavcodec/latmaac.o libavcodec/aac_parser.o libavcodec/aac_ac3_parser.o libavcodec/latm_parser.o libavcodec/ac3_parser.o libavcodec/cavs_parser.o libavcodec/dca_parser.o libavcodec/dirac_parser.o libavcodec/dvbsub_parser.o libavcodec/dvdsub_parser.o libavcodec/h261_parser.o libavcodec/mjpeg_parser.o libavcodec/mlp_parser.o libavcodec/mpegaudio_parser.o libavcodec/mpegvideo_parser.o libavcodec/pnm_parser.o libavcodec/pnm.o libavcodec/vc1_parser.o libavcodec/vp3_parser.o libavcodec/pthread.o libavcodec/i386/fft_mmx.o libavcodec/i386/fft_sse.o libavcodec/i386/fft_3dn.o libavcodec/i386/fft_3dn2.o libavcodec/i386/dsputil_yasm.o libavcodec/i386/idct_mmx.o libavcodec/i386/dsputilenc_mmx.o libavcodec/i386/cavsdsp_mmx.o libavcodec/i386/snowdsp_mmx.o libavcodec/i386/vc1dsp_mmx.o libavcodec/i386/vp3dsp_mmx.o libavcodec/i386/vp3dsp_sse2.o ranlib libavcodec/libavcodec.a gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/adler32.o libavutil/adler32.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/aes.o libavutil/aes.c libavutil/aes.c: In function 'subshift': libavutil/aes.c:56: warning: initialization from incompatible pointer type libavutil/aes.c:57: warning: initialization from incompatible pointer type libavutil/aes.c: In function 'crypt': libavutil/aes.c:84: warning: passing argument 2 of 'mix' from incompatible pointer type libavutil/aes.c:85: warning: passing argument 1 of 'addkey' from incompatible pointer type libavutil/aes.c:85: warning: passing argument 2 of 'addkey' from incompatible pointer type libavutil/aes.c:85: warning: passing argument 3 of 'addkey' from incompatible pointer type libavutil/aes.c:87: warning: passing argument 1 of 'subshift' from incompatible pointer type libavutil/aes.c: In function 'av_aes_crypt': libavutil/aes.c:92: warning: passing argument 1 of 'addkey' from incompatible pointer type libavutil/aes.c:92: warning: passing argument 2 of 'addkey' from incompatible pointer type libavutil/aes.c:92: warning: passing argument 3 of 'addkey' from incompatible pointer type libavutil/aes.c:94: warning: passing argument 4 of 'crypt' from incompatible pointer type libavutil/aes.c:96: warning: passing argument 1 of 'addkey' from incompatible pointer type libavutil/aes.c:96: warning: passing argument 2 of 'addkey' from incompatible pointer type libavutil/aes.c:96: warning: passing argument 3 of 'addkey' from incompatible pointer type libavutil/aes.c:99: warning: passing argument 1 of 'addkey' from incompatible pointer type libavutil/aes.c:99: warning: passing argument 2 of 'addkey' from incompatible pointer type libavutil/aes.c:99: warning: passing argument 3 of 'addkey' from incompatible pointer type libavutil/aes.c:101: warning: passing argument 1 of 'addkey' from incompatible pointer type libavutil/aes.c:101: warning: passing argument 2 of 'addkey' from incompatible pointer type libavutil/aes.c:101: warning: passing argument 3 of 'addkey' from incompatible pointer type libavutil/aes.c:102: warning: passing argument 4 of 'crypt' from incompatible pointer type libavutil/aes.c:103: warning: passing argument 1 of 'addkey' from incompatible pointer type libavutil/aes.c:103: warning: passing argument 2 of 'addkey' from incompatible pointer type libavutil/aes.c:103: warning: passing argument 3 of 'addkey' from incompatible pointer type libavutil/aes.c: In function 'av_aes_init': libavutil/aes.c:149: warning: passing argument 1 of 'init_multbl2' from incompatible pointer type libavutil/aes.c:150: warning: passing argument 1 of 'init_multbl2' from incompatible pointer type libavutil/aes.c:180: warning: passing argument 1 of 'subshift' from incompatible pointer type libavutil/aes.c:181: warning: passing argument 1 of 'mix' from incompatible pointer type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/base64.o libavutil/base64.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/crc.o libavutil/crc.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/des.o libavutil/des.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/fifo.o libavutil/fifo.c libavutil/fifo.c: In function 'av_fifo_write': libavutil/fifo.c:79: warning: cast discards qualifiers from pointer target type gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/intfloat_readwrite.o libavutil/intfloat_readwrite.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/lfg.o libavutil/lfg.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/lls.o libavutil/lls.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/log.o libavutil/log.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/lzo.o libavutil/lzo.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/mathematics.o libavutil/mathematics.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/md5.o libavutil/md5.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/mem.o libavutil/mem.c In file included from libavutil/mem.c:35: /usr/include/malloc.h:2:2: warning: #warning "this file includes which is deprecated, use instead" gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/random.o libavutil/random.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/rational.o libavutil/rational.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/rc4.o libavutil/rc4.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/sha1.o libavutil/sha1.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/string.o libavutil/string.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/tree.o libavutil/tree.c gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno -c -o libavutil/utils.o libavutil/utils.c rm -f libavutil/libavutil.a ar rc libavutil/libavutil.a libavutil/adler32.o libavutil/aes.o libavutil/base64.o libavutil/crc.o libavutil/des.o libavutil/fifo.o libavutil/intfloat_readwrite.o libavutil/lfg.o libavutil/lls.o libavutil/log.o libavutil/lzo.o libavutil/mathematics.o libavutil/md5.o libavutil/mem.o libavutil/random.o libavutil/rational.o libavutil/rc4.o libavutil/sha1.o libavutil/string.o libavutil/tree.o libavutil/utils.o ranlib libavutil/libavutil.a gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `freetype-config --cflags` -c -o vhook/fish.o vhook/fish.c In file included from vhook/fish.c:48: ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. vhook/fish.c: In function 'Configure': vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type gcc -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libpostproc -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libswscale -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavfilter -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavdevice -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavformat -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavcodec -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/fish.so -shared -Wl,-soname,fish.so vhook/fish.o gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `freetype-config --cflags` -c -o vhook/null.o vhook/null.c In file included from vhook/null.c:23: ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. gcc -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libpostproc -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libswscale -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavfilter -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavdevice -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavformat -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavcodec -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/null.so -shared -Wl,-soname,null.so vhook/null.o gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `freetype-config --cflags` -c -o vhook/watermark.o vhook/watermark.c In file included from vhook/watermark.c:63: ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. gcc -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libpostproc -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libswscale -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavfilter -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavdevice -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavformat -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavcodec -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/watermark.so -shared -Wl,-soname,watermark.so vhook/watermark.o gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `freetype-config --cflags` -c -o vhook/ppm.o vhook/ppm.c In file included from vhook/ppm.c:29: ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. vhook/ppm.c: In function 'Process': vhook/ppm.c:236: warning: 'out_height' may be used uninitialized in this function vhook/ppm.c:235: warning: 'out_width' may be used uninitialized in this function gcc -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libpostproc -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libswscale -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavfilter -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavdevice -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavformat -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavcodec -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/ppm.so -shared -Wl,-soname,ppm.so vhook/ppm.o gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -fasm -std=c99 -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno `freetype-config --cflags` -c -o vhook/drawtext.o vhook/drawtext.c In file included from vhook/drawtext.c:48: ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. gcc -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libpostproc -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libswscale -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavfilter -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavdevice -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavformat -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavcodec -Wl,-rpath-link,"/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/drawtext.so -shared -Wl,-soname,drawtext.so vhook/drawtext.o `freetype-config --libs` install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" install -m 644 libswscale/libswscale.a "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" ranlib "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libswscale.a" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" install -m 644 libavdevice/libavdevice.a "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" ranlib "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libavdevice.a" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" install -m 644 libavformat/libavformat.a "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" ranlib "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libavformat.a" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" install -m 644 libavcodec/libavcodec.a "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" ranlib "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libavcodec.a" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" install -m 644 libavutil/libavutil.a "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" ranlib "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libavutil.a" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libswscale" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libswscale"/swscale.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libswscale"/rgb2rgb.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libswscale" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libswscale/libswscale.pc "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavdevice" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavdevice"/avdevice.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavdevice" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavdevice/libavdevice.pc "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavformat" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavformat"/avformat.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavformat"/avio.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavformat"/rtsp.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavformat"/rtspcodes.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavformat" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavformat/libavformat.pc "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavcodec" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavcodec"/avcodec.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavcodec"/opt.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavcodec" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavcodec/libavcodec.pc "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavutil" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/adler32.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/avstring.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/avutil.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/base64.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/common.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/crc.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/fifo.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/intfloat_readwrite.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/log.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/lzo.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/mathematics.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/md5.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/mem.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/random.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/rational.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg/libavutil"/sha1.h "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/libavutil" install -m 644 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/ffmpeg"/libavutil/libavutil.pc "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" install -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/vhook" install -m 755 vhook/fish.so vhook/null.so vhook/watermark.so vhook/ppm.so vhook/drawtext.so "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/vhook" LibAvUtil ./lib/libavutil.a LibAvUtil ./lib/libavformat.a LibAvUtil ./lib/libswscale.a LibDCA ./lib/libdca.a Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/include/audio_out.h libdca_patched/include/audio_out.h |--- libdca/include/audio_out.h 2007-05-02 10:05:03.000000000 +0100 |+++ libdca_patched/include/audio_out.h 2007-05-02 10:09:42.000000000 +0100 -------------------------- Patching file include/audio_out.h using Plan A... Hunk #1 succeeded at 26. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/include/dca.h libdca_patched/include/dca.h |--- libdca/include/dca.h 2007-05-02 10:05:03.000000000 +0100 |+++ libdca_patched/include/dca.h 2007-05-02 10:09:36.000000000 +0100 -------------------------- Patching file include/dca.h using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 65. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_aif.c libdca_patched/libao/audio_out_aif.c |--- libdca/libao/audio_out_aif.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_aif.c 2007-05-02 10:09:41.000000000 +0100 -------------------------- Patching file libao/audio_out_aif.c using Plan A... Hunk #1 succeeded at 49. Hunk #2 succeeded at 78. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_al.c libdca_patched/libao/audio_out_al.c |--- libdca/libao/audio_out_al.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_al.c 2007-05-02 10:09:41.000000000 +0100 -------------------------- Patching file libao/audio_out_al.c using Plan A... Hunk #1 succeeded at 44. Hunk #2 succeeded at 59. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_float.c libdca_patched/libao/audio_out_float.c |--- libdca/libao/audio_out_float.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_float.c 2007-05-02 10:09:40.000000000 +0100 -------------------------- Patching file libao/audio_out_float.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 44. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_internal.h libdca_patched/libao/audio_out_internal.h |--- libdca/libao/audio_out_internal.h 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_internal.h 2007-05-02 10:09:40.000000000 +0100 -------------------------- Patching file libao/audio_out_internal.h using Plan A... Hunk #1 succeeded at 25. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_null.c libdca_patched/libao/audio_out_null.c |--- libdca/libao/audio_out_null.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_null.c 2007-05-02 10:09:39.000000000 +0100 -------------------------- Patching file libao/audio_out_null.c using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 48. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_oss.c libdca_patched/libao/audio_out_oss.c |--- libdca/libao/audio_out_oss.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_oss.c 2007-05-02 10:09:38.000000000 +0100 -------------------------- Patching file libao/audio_out_oss.c using Plan A... Hunk #1 succeeded at 68. Hunk #2 succeeded at 83. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_peak.c libdca_patched/libao/audio_out_peak.c |--- libdca/libao/audio_out_peak.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_peak.c 2007-05-02 10:09:38.000000000 +0100 -------------------------- Patching file libao/audio_out_peak.c using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 29. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_solaris.c libdca_patched/libao/audio_out_solaris.c |--- libdca/libao/audio_out_solaris.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_solaris.c 2007-05-02 10:09:37.000000000 +0100 -------------------------- Patching file libao/audio_out_solaris.c using Plan A... Hunk #1 succeeded at 47. Hunk #2 succeeded at 63. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_wav.c libdca_patched/libao/audio_out_wav.c |--- libdca/libao/audio_out_wav.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_wav.c 2007-05-02 10:09:37.000000000 +0100 -------------------------- Patching file libao/audio_out_wav.c using Plan A... Hunk #1 succeeded at 87. Hunk #2 succeeded at 157. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libao/audio_out_win.c libdca_patched/libao/audio_out_win.c |--- libdca/libao/audio_out_win.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/libao/audio_out_win.c 2007-05-02 10:09:36.000000000 +0100 -------------------------- Patching file libao/audio_out_win.c using Plan A... Hunk #1 succeeded at 55. Hunk #2 succeeded at 70. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libdca/dca_internal.h libdca_patched/libdca/dca_internal.h |--- libdca/libdca/dca_internal.h 2007-05-02 10:05:05.000000000 +0100 |+++ libdca_patched/libdca/dca_internal.h 2007-05-02 10:09:35.000000000 +0100 -------------------------- Patching file libdca/dca_internal.h using Plan A... Hunk #1 succeeded at 116. Hunk #2 succeeded at 155. Hunk #3 succeeded at 183. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libdca/downmix.c libdca_patched/libdca/downmix.c |--- libdca/libdca/downmix.c 2007-05-02 10:05:05.000000000 +0100 |+++ libdca_patched/libdca/downmix.c 2007-05-06 19:45:54.000000000 +0100 -------------------------- Patching file libdca/downmix.c using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 96. Hunk #3 succeeded at 181. Hunk #4 succeeded at 347. Hunk #5 succeeded at 355. Hunk #6 succeeded at 363. Hunk #7 succeeded at 372. Hunk #8 succeeded at 381. Hunk #9 succeeded at 393. Hunk #10 succeeded at 405. Hunk #11 succeeded at 417. Hunk #12 succeeded at 429. Hunk #13 succeeded at 463. Hunk #14 succeeded at 475. Hunk #15 succeeded at 531. Hunk #16 succeeded at 539. Hunk #17 succeeded at 576. Hunk #18 succeeded at 623. Hunk #19 succeeded at 641. Hunk #20 succeeded at 655. Hunk #21 succeeded at 726. Hunk #22 succeeded at 753. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/libdca/parse.c libdca_patched/libdca/parse.c |--- libdca/libdca/parse.c 2007-05-02 10:05:05.000000000 +0100 |+++ libdca_patched/libdca/parse.c 2007-05-02 10:09:33.000000000 +0100 -------------------------- Patching file libdca/parse.c using Plan A... Hunk #1 succeeded at 59. Hunk #2 succeeded at 80. Hunk #3 succeeded at 97. Hunk #4 succeeded at 207. Hunk #5 succeeded at 996. Hunk #6 succeeded at 1142. Hunk #7 succeeded at 1224. Hunk #8 succeeded at 1275. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdca/src/dcadec.c libdca_patched/src/dcadec.c |--- libdca/src/dcadec.c 2007-05-02 10:05:04.000000000 +0100 |+++ libdca_patched/src/dcadec.c 2007-05-02 10:09:35.000000000 +0100 -------------------------- Patching file src/dcadec.c using Plan A... Hunk #1 succeeded at 280. done configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... autotools/install-sh -c -d checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking whether gcc needs -traditional... 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 if gcc supports -Wall -g -O3 -fomit-frame-pointer -mtune=i386 flags... yes checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for correct ltmain.sh version... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly2.3.2 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 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 struct timeval... yes checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... (cached) inline checking for always_inline... yes checking for C/C++ restrict keyword... __restrict checking for __builtin_expect... yes checking for size_t... yes checking whether byte ordering is bigendian... (cached) no checking for memalign... no checking for gettimeofday... yes checking for ftime... no checking return type of signal handlers... void checking __attribute__ ((aligned ())) support... 64 configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating autotools/Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating src/Makefile config.status: creating libdca/Makefile config.status: creating libao/Makefile config.status: creating vc++/Makefile config.status: creating libdca/libdca.pc config.status: creating libdca/libdts.pc config.status: creating config.h config.status: executing depfiles commands gmake all-recursive Making all in libdca /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -fPIC -DPIC -o .libs/parse.o gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -no-undefined -version 0:0:0 -export-symbol-regex dca_.* -o libdca.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib bitstream.lo parse.lo downmix.lo -lm gcc -shared .libs/bitstream.o .libs/parse.o .libs/downmix.o -lm -mtune=i386 -Wl,-soname -Wl,libdca.so.0 -o .libs/libdca.so.0 (cd .libs && rm -f libdca.so && ln -s libdca.so.0 libdca.so) (cd .libs && rm -f libdca.so && ln -s libdca.so.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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -o dcadec dcadec.o getopt.o gettimeofday.o ../libdca/libdca.la ../libao/libao.la mkdir .libs gcc -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -o .libs/dcadec dcadec.o getopt.o gettimeofday.o ../libdca/.libs/libdca.so ../libao/.libs/libao.a -lm -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating dcadec gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -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 -mtune=i386 -o extract_dca extract_dca.o getopt.o gcc -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -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 -mtune=i386 -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 -mtune=i386 -o compare compare.o -lm mkdir .libs gcc -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../autotools/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libdca.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.so.0 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.so.0 (cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libdca.so.0 libdca.so || { rm -f libdca.so && ln -s libdca.so.0 libdca.so; }; }) (cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libdca.so.0 libdca.so || { rm -f libdca.so && ln -s libdca.so.0 libdca.so; }; }) /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdca.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake install-exec-hook ln -sf "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdca.a" "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdts.a" test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || ../autotools/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libdca.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libdca.pc' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libdts.pc' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || ../autotools/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'dcadec' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dcadec' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/dcadec /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dcadec /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'extract_dca' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dca' /scratch/multimedia/handbrake/work/.tools/bin/install -c extract_dca /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dca test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || ../autotools/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /scratch/multimedia/handbrake/work/.tools/bin/install -c 'dtsdec' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/dtsdec' /scratch/multimedia/handbrake/work/.tools/bin/install -c 'extract_dts' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_dts' test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || ../autotools/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './dcadec.1' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/dcadec.1' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './extract_dca.1' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/extract_dca.1' gmake install-data-hook for a in dcadec extract_dca; do \ oldname=`echo "$a" | sed -e 's/ca/ts/' | sed 's,x,x,'` ; \ name=`echo "$a" | sed 's,x,x,'` ; \ ln -sf "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/${name}.1" "/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || ../autotools/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dca.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dca.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dts.h' '/scratch/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 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdvdread/configure libdvdread/configure |--- libdvdread/configure 2006-10-06 04:14:24.000000000 -0400 |+++ libdvdread/configure 2008-10-04 08:51:17.153181000 -0400 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 3550. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur libdvdread/configure.in libdvdread/configure.in |--- libdvdread/configure.in 2006-10-06 04:12:31.000000000 -0400 |+++ libdvdread/configure.in 2008-10-04 08:51:26.356306000 -0400 -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 15. done configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 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... 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) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether g77 accepts -g... (cached) no checking the maximum length of command line arguments... (cached) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) 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. dragonfly2.3.2 ld.so checking how to hardcode library paths into programs... immediate checking for dlopen... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking sys/bswap.h usability... no checking sys/bswap.h presence... no checking for sys/bswap.h... no checking sys/endian.h usability... yes checking sys/endian.h presence... yes checking for sys/endian.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for limits.h... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for size_t... (cached) yes checking for uintptr_t... yes updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating dvdread/Makefile config.status: creating config.h config.status: executing depfiles commands gmake all-recursive Making all in dvdread if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_input.lo -MD -MP -MF ".deps/dvd_input.Tpo" -c -o dvd_input.lo dvd_input.c; \ then mv -f ".deps/dvd_input.Tpo" ".deps/dvd_input.Plo"; else rm -f ".deps/dvd_input.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_input.lo -MD -MP -MF .deps/dvd_input.Tpo -c dvd_input.c -o dvd_input.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_reader.lo -MD -MP -MF ".deps/dvd_reader.Tpo" -c -o dvd_reader.lo dvd_reader.c; \ then mv -f ".deps/dvd_reader.Tpo" ".deps/dvd_reader.Plo"; else rm -f ".deps/dvd_reader.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_reader.lo -MD -MP -MF .deps/dvd_reader.Tpo -c dvd_reader.c -o dvd_reader.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_udf.lo -MD -MP -MF ".deps/dvd_udf.Tpo" -c -o dvd_udf.lo dvd_udf.c; \ then mv -f ".deps/dvd_udf.Tpo" ".deps/dvd_udf.Plo"; else rm -f ".deps/dvd_udf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT dvd_udf.lo -MD -MP -MF .deps/dvd_udf.Tpo -c dvd_udf.c -o dvd_udf.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_read.lo -MD -MP -MF ".deps/ifo_read.Tpo" -c -o ifo_read.lo ifo_read.c; \ then mv -f ".deps/ifo_read.Tpo" ".deps/ifo_read.Plo"; else rm -f ".deps/ifo_read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_read.lo -MD -MP -MF .deps/ifo_read.Tpo -c ifo_read.c -o ifo_read.o 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 5:1:2 -export-symbols-regex "(DVD.*|ifo.*|nav.*|cmd.*)" dvd_input.lo dvd_reader.lo dvd_udf.lo ifo_read.lo ifo_print.lo nav_read.lo nav_print.lo cmd_print.lo md5.lo mkdir .libs ar cru .libs/libdvdread.a dvd_input.o dvd_reader.o dvd_udf.o ifo_read.o ifo_print.o nav_read.o nav_print.o cmd_print.o md5.o ranlib .libs/libdvdread.a creating libdvdread.la (cd .libs && rm -f libdvdread.la && ln -s ../libdvdread.la libdvdread.la) Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT ifo_dump.o -MD -MP -MF ".deps/ifo_dump.Tpo" -c -o ifo_dump.o ifo_dump.c; \ then mv -f ".deps/ifo_dump.Tpo" ".deps/ifo_dump.Po"; else rm -f ".deps/ifo_dump.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o ifo_dump ifo_dump.o ../dvdread/libdvdread.la mkdir .libs gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o ifo_dump ifo_dump.o ../dvdread/.libs/libdvdread.a if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT play_title.o -MD -MP -MF ".deps/play_title.Tpo" -c -o play_title.o play_title.c; \ then mv -f ".deps/play_title.Tpo" ".deps/play_title.Po"; else rm -f ".deps/play_title.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o play_title play_title.o ../dvdread/libdvdread.la gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o play_title play_title.o ../dvdread/.libs/libdvdread.a if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT title_info.o -MD -MP -MF ".deps/title_info.Tpo" -c -o title_info.o title_info.c; \ then mv -f ".deps/title_info.Tpo" ".deps/title_info.Po"; else rm -f ".deps/title_info.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o title_info title_info.o ../dvdread/libdvdread.la gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o title_info title_info.o ../dvdread/.libs/libdvdread.a if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT disc_id.o -MD -MP -MF ".deps/disc_id.Tpo" -c -o disc_id.o disc_id.c; \ then mv -f ".deps/disc_id.Tpo" ".deps/disc_id.Po"; else rm -f ".deps/disc_id.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o disc_id disc_id.o ../dvdread/libdvdread.la gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o disc_id disc_id.o ../dvdread/.libs/libdvdread.a if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT filestat.o -MD -MP -MF ".deps/filestat.Tpo" -c -o filestat.o filestat.c; \ then mv -f ".deps/filestat.Tpo" ".deps/filestat.Po"; else rm -f ".deps/filestat.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o filestat filestat.o ../dvdread/libdvdread.la gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o filestat filestat.o ../dvdread/.libs/libdvdread.a gmake[4]: Nothing to be done for `all-am'. Making install in dvdread test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libdvdread/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libdvdread.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdvdread.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libdvdread.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libdvdread.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libdvdread/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'dvd_reader.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/dvd_reader.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_types.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_types.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_read.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_read.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ifo_print.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/ifo_print.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_types.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_types.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_read.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_read.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'nav_print.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/dvdread/nav_print.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'cmd_print.h' '/scratch/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 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur faac2/include/faac.h faac3/include/faac.h |--- faac/include/faac.h 2004-07-04 13:12:06.000000000 +0100 |+++ faac/include/faac.h 2008-08-17 19:56:29.734375000 +0100 -------------------------- Patching file include/faac.h using Plan A... Hunk #1 succeeded at 50. done configure.in:11: warning: underquoted definition of MY_DEFINE configure.in:11: run info '(automake)Extending aclocal' configure.in:11: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.in:4: installing `./install-sh' configure.in:4: installing `./missing' common/mp4v2/Makefile.am: installing `./depcomp' configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking 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 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) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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 how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether g77 accepts -g... (cached) no checking the maximum length of command line arguments... (cached) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for int32_t... yes checking for int16_t... yes checking whether strcasecmp is declared... yes checking for getopt_long in -lgnugetopt... no checking whether MP4Create is declared... no checking whether MP4MetadataDelete is declared... no configure: *** Building WITHOUT mp4v2 *** checking whether byte ordering is bigendian... (cached) no checking for ANSI C header files... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for mathf.h... (cached) no checking for float.h... (cached) yes checking whether strchr is declared... yes checking whether memcpy is declared... yes checking whether strsep is declared... yes checking for sys/time.h... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for off_t... (cached) yes checking for in_port_t... yes checking for socklen_t... yes checking for fpos_t.__pos... no configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache 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 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 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c aacquant.c -o aacquant.o In file included from frame.h:49, from aacquant.c:26: psych.h:85:21: warning: no newline at end of file huffman.h:63: 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 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o In file included from frame.h:49, from bitstream.h:45, from huffman.h:35, from bitstream.c:35: psych.h:85:21: warning: no newline at end of file huffman.h:63: 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 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 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 In file included from frame.h:49, from frame.c:36: psych.h:85:21: warning: no newline at end of file huffman.h:63: 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 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 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 In file included from psychkni.c:25: psych.h:85:21: warning: no newline at end of file 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 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 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 In file included from frame.h:49, from backpred.c:31: psych.h:85:21: warning: no newline at end of file backpred.c: In function 'PredCalcPrediction': backpred.c:57: 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 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 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 In file included from frame.h:49, from filtbank.h:29, from filtbank.c:39: psych.h:85:21: warning: no newline at end of file filtbank.c: In function 'FilterBank': filtbank.c:100: warning: 'first_window' may be used uninitialized in this function filtbank.c:100: 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 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 In file included from frame.h:49, from bitstream.h:45, from huffman.h:35, from huffman.c:32: psych.h:85:21: warning: no newline at end of file 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 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 In file included from frame.h:49, from ltp.c:33: psych.h:85:21: warning: no newline at end of file 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 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 In file included from frame.h:49, from tns.c:31: psych.h:85:21: warning: no newline at end of file tns.c:40: 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib aacquant.lo bitstream.lo fft.lo frame.lo midside.lo psychkni.lo util.lo backpred.lo channels.lo filtbank.lo huffman.lo ltp.lo tns.lo -lm mkdir .libs 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 ranlib .libs/libfaac.a creating libfaac.la (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 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 mkdir .libs 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'. test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 faac.h faaccfg.h '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include' Making install in libfaac test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c libfaac.la '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaac.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libfaac.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libfaac.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[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 test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c faac '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin' /scratch/multimedia/handbrake/work/.tools/bin/install -c faac /scratch/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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for AIX... no checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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.1.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... no checking xmmintrin.h presence... no checking for xmmintrin.h... no checking linux/soundcard.h usability... no checking linux/soundcard.h presence... no checking for linux/soundcard.h... no checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking whether byte ordering is bigendian... (cached) no checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for short... yes checking size of short... 2 checking for unsigned short... yes checking size of unsigned short... 2 checking for int... yes checking size of int... 4 checking for unsigned int... yes checking size of unsigned int... 4 checking for long... yes checking size of long... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking for long long... yes checking size of long long... 8 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double with more range or precision than double... yes checking for uint8_t... yes checking for int8_t... yes checking for uint16_t... yes checking for int16_t... (cached) yes checking for uint32_t... yes checking for int32_t... (cached) yes checking for uint64_t... yes checking for int64_t... yes checking for IEEE854 compliant 80 bit floats... yes checking for ieee854_float80_t... no checking for ieee754_float64_t... no checking for ieee754_float32_t... no checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for working alloca.h... no checking for alloca... yes checking for gettimeofday... (cached) yes checking for strtol... yes checking for socket... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking ncurses/termcap.h usability... no checking ncurses/termcap.h presence... no checking for ncurses/termcap.h... no checking for initscr in -ltermcap... yes 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... no 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating libmp3lame/Makefile config.status: creating libmp3lame/i386/Makefile config.status: creating libmp3lame/vector/Makefile config.status: creating frontend/Makefile config.status: creating mpglib/Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/man/Makefile config.status: creating include/Makefile config.status: creating Dll/Makefile config.status: creating misc/Makefile config.status: creating debian/Makefile config.status: creating dshow/Makefile config.status: creating ACM/Makefile config.status: creating ACM/ADbg/Makefile config.status: creating ACM/ddk/Makefile config.status: creating ACM/tinyxml/Makefile config.status: creating lame.spec config.status: creating mac/Makefile config.status: creating macosx/Makefile config.status: creating macosx/English.lproj/Makefile config.status: creating macosx/LAME.xcodeproj/Makefile config.status: creating config.h config.status: executing depfiles commands gmake all-recursive Making all in mpglib /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 gmake[5]: Nothing to be done for `all'. /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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o mv -f .deps/bitstream.Tpo .deps/bitstream.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -o gain_analysis.o mv -f .deps/gain_analysis.Tpo .deps/gain_analysis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -o lame.o 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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -Wall -pipe -version-info 0:0 -no-undefined -o libmp3lame.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib VbrTag.lo bitstream.lo encoder.lo fft.lo gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo version.lo mpglib_interface.lo ../mpglib/libmpgdecoder.la -lm mkdir .libs rm -fr .libs/libmp3lame.lax mkdir .libs/libmp3lame.lax rm -fr .libs/libmp3lame.lax/libmpgdecoder.a mkdir .libs/libmp3lame.lax/libmpgdecoder.a (cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lame/libmp3lame/../mpglib/.libs/libmpgdecoder.a) ar cru .libs/libmp3lame.a VbrTag.o bitstream.o encoder.o fft.o gain_analysis.o id3tag.o lame.o newmdct.o presets.o psymodel.o quantize.o quantize_pvt.o reservoir.o set_get.o tables.o takehiro.o util.o vbrquantize.o version.o mpglib_interface.o .libs/libmp3lame.lax/libmpgdecoder.a/common.o .libs/libmp3lame.lax/libmpgdecoder.a/dct64_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/decode_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/interface.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o ranlib .libs/libmp3lame.a rm -fr .libs/libmp3lame.lax creating libmp3lame.la (cd .libs && rm -f libmp3lame.la && ln -s ../libmp3lame.la libmp3lame.la) Making all in frontend gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -Wall -pipe -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c 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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 -maccumulate-outgoing-args -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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libmp3lame.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp3lame.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp3lame.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp3lame.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[5]: Nothing to be done for `install-data-am'. Making install in frontend test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'lame' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/lame' /scratch/multimedia/handbrake/work/.tools/bin/install -c lame /scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html" || ../.././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'basic.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/basic.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'contributors.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/contributors.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'examples.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/examples.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'history.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/history.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'id3.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/id3.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/index.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lame.css' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/lame.css' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'modes.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/modes.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'node6.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/lame/html/node6.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'switchs.html' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || ../.././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './lame.1' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame" || .././install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/lame" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lame.h' '/scratch/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... /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... autoaux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... autoaux/install-sh -c -d checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking build system type... i386-unknown-dragonfly2.3.2 checking host system type... i386-unknown-dragonfly2.3.2 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... /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... yes checking for /scratch/multimedia/handbrake/work/.wrapper/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... 196608 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly2.3.2 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++... /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 LFS (large file support) conformance... no test: unexpected operator 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 -m32 -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 -m32 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/3gp.cpp -fPIC -DPIC -o src/.libs/libmp4v2_la-3gp.o src/3gp.cpp: In member function 'void mp4v2::impl::MP4File::MakeFtypAtom(char*, uint32_t, char**, uint32_t)': src/3gp.cpp:84: warning: dereferencing type-punned pointer will break strict-aliasing rules src/3gp.cpp:93: warning: dereferencing type-punned pointer will break strict-aliasing rules src/3gp.cpp:101: warning: dereferencing type-punned pointer will break strict-aliasing rules src/3gp.cpp:108: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 src/atom_d263.cpp: In member function 'virtual void mp4v2::impl::MP4D263Atom::Write()': src/atom_d263.cpp:76: warning: dereferencing type-punned pointer will break strict-aliasing rules src/atom_d263.cpp:82: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/isma.cpp -fPIC -DPIC -o src/.libs/libmp4v2_la-isma.o src/isma.cpp: In function 'void mp4v2::impl::CloneIntegerProperty(mp4v2::impl::MP4Descriptor*, mp4v2::impl::MP4DescriptorProperty*, const char*)': src/isma.cpp:222: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:223: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp: In member function 'void mp4v2::impl::MP4File::CreateIsmaIodFromFile(MP4TrackId, MP4TrackId, MP4TrackId, MP4TrackId, uint8_t**, uint64_t*)': src/isma.cpp:253: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:265: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:271: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:297: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:315: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:324: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:331: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:341: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:347: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:367: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:381: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:392: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:399: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp: In member function 'void mp4v2::impl::MP4File::CreateIsmaIodFromParams(uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t**, uint64_t*)': src/isma.cpp:442: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:446: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:451: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp: In member function 'void mp4v2::impl::MP4File::CreateESD(mp4v2::impl::MP4DescriptorProperty*, uint32_t, uint8_t, uint8_t, uint32_t, uint32_t, const uint8_t*, uint32_t, char*)': src/isma.cpp:606: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:610: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:614: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:618: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:622: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:626: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:631: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:638: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:643: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:648: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:653: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:657: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp: In member function 'void mp4v2::impl::MP4File::CreateIsmaODUpdateCommandFromFileForFile(MP4TrackId, MP4TrackId, MP4TrackId, uint8_t**, uint64_t*)': src/isma.cpp:702: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:706: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:717: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp: In member function 'void mp4v2::impl::MP4File::CreateIsmaODUpdateCommandFromFileForStream(MP4TrackId, MP4TrackId, uint8_t**, uint64_t*)': src/isma.cpp:759: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:767: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:773: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:788: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:795: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp:801: warning: dereferencing type-punned pointer will break strict-aliasing rules src/isma.cpp: In member function 'void mp4v2::impl::MP4File::CreateIsmaODUpdateCommandForStream(mp4v2::impl::MP4DescriptorProperty*, mp4v2::impl::MP4DescriptorProperty*, uint8_t**, uint64_t*)': src/isma.cpp:880: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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: In member function 'void mp4v2::impl::MP4File::GenerateTracks()': src/mp4file.cpp:566: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:572: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::CacheProperties()': src/mp4file.cpp:613: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:616: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:619: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddTrack(const char*, uint32_t)': src/mp4file.cpp:999: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1015: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1022: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::AddTrackToIod(MP4TrackId)': src/mp4file.cpp:1051: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1060: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::RemoveTrackFromIod(MP4TrackId, bool)': src/mp4file.cpp:1070: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1094: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::AddTrackReference(const char*, MP4TrackId)': src/mp4file.cpp:1143: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1144: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'uint32_t mp4v2::impl::MP4File::FindTrackReference(const char*, MP4TrackId)': src/mp4file.cpp:1157: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1158: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::RemoveTrackReference(const char*, MP4TrackId)': src/mp4file.cpp:1174: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1175: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::AddDataReference(MP4TrackId, const char*)': src/mp4file.cpp:1193: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1204: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddSystemsTrack(const char*)': src/mp4file.cpp:1231: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'bool mp4v2::impl::MP4File::ShallHaveIods()': src/mp4file.cpp:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1313: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1321: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddAmrAudioTrack(uint32_t, uint16_t, uint8_t, uint8_t, bool)': src/mp4file.cpp:1394: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddAudioTrack(uint32_t, MP4Duration, uint8_t)': src/mp4file.cpp:1442: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddAC3AudioTrack(uint32_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)': src/mp4file.cpp:1496: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1506: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1515: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1524: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1533: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1542: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1551: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:1566: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddEncAudioTrack(uint32_t, MP4Duration, uint8_t, uint32_t, uint16_t, uint8_t, uint8_t, bool, const char*, bool)': src/mp4file.cpp:1603: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddCntlTrackDefault(uint32_t, MP4Duration, const char*)': src/mp4file.cpp:1696: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddVideoTrackDefault(uint32_t, MP4Duration, uint16_t, uint16_t, const char*)': src/mp4file.cpp:1747: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::AddH264SequenceParameterSet(MP4TrackId, const uint8_t*, uint16_t)': src/mp4file.cpp:2025: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:2027: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::AddH264PictureParameterSet(MP4TrackId, const uint8_t*, uint16_t)': src/mp4file.cpp:2067: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:2069: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:2071: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddHintTrack(MP4TrackId)': src/mp4file.cpp:2199: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddTextTrack(MP4TrackId)': src/mp4file.cpp:2234: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddSubtitleTrack(MP4TrackId)': src/mp4file.cpp:2254: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:2273: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'MP4TrackId mp4v2::impl::MP4File::AddChapterTextTrack(MP4TrackId)': src/mp4file.cpp:2299: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::SetTrackESConfiguration(MP4TrackId, const uint8_t*, uint32_t)': src/mp4file.cpp:2991: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3000: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3011: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'void mp4v2::impl::MP4File::GetTrackH264SeqPictHeaders(MP4TrackId, uint8_t***, uint32_t**, uint8_t***, uint32_t**)': src/mp4file.cpp:3051: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3053: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3055: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3078: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3080: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp:3082: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4file.cpp: In member function 'uint8_t mp4v2::impl::MP4File::AllocRtpPayloadNumber()': src/mp4file.cpp:3209: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4meta.cpp -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4meta.o src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::CreateMetadataAtom(const char*)': src/mp4meta.cpp:133: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:144: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataString(const char*, const char*)': src/mp4meta.cpp:199: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataTrack(uint16_t, uint16_t)': src/mp4meta.cpp:271: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataDisk(uint16_t, uint16_t)': src/mp4meta.cpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataGenre(const char*)': src/mp4meta.cpp:447: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:478: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataTempo(uint16_t)': src/mp4meta.cpp:580: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataUint8(const char*, uint8_t)': src/mp4meta.cpp:627: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataCoverArt(uint8_t*, uint32_t)': src/mp4meta.cpp:675: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::SetMetadataFreeForm(const char*, const uint8_t*, uint32_t, const char*)': src/mp4meta.cpp:740: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:753: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:796: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:807: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:816: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:823: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:830: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::GetMetadataFreeForm(const char*, uint8_t**, uint32_t*, const char*)': src/mp4meta.cpp:869: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:881: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp: In member function 'bool mp4v2::impl::MP4File::DeleteMetadataFreeForm(const char*, const char*)': src/mp4meta.cpp:925: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4meta.cpp:940: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/mp4track.cpp -fPIC -DPIC -o src/.libs/libmp4v2_la-mp4track.o src/mp4track.cpp: In constructor 'mp4v2::impl::MP4Track::MP4Track(mp4v2::impl::MP4File*, mp4v2::impl::MP4Atom*)': src/mp4track.cpp:75: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:82: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:90: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:94: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:98: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:102: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:106: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:114: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:119: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:123: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:128: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:131: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:135: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:146: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:150: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:154: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:158: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:162: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:166: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:171: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:175: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:179: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:186: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:190: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:194: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:204: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:209: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:213: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:223: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:228: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp: In member function 'virtual void mp4v2::impl::MP4Track::FinishWrite()': src/mp4track.cpp:505: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:513: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:519: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp: In member function 'FILE* mp4v2::impl::MP4Track::GetSampleFile(MP4SampleId)': src/mp4track.cpp:826: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:849: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp: In member function 'void mp4v2::impl::MP4Track::UpdateRenderingOffsets(MP4SampleId, MP4Duration)': src/mp4track.cpp:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1149: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1153: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp: In member function 'void mp4v2::impl::MP4Track::UpdateSyncSamples(MP4SampleId, bool)': src/mp4track.cpp:1351: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1355: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp: In member function 'bool mp4v2::impl::MP4Track::InitEditListProperties()': src/mp4track.cpp:1562: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1565: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1568: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1571: warning: dereferencing type-punned pointer will break strict-aliasing rules src/mp4track.cpp:1575: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -I./include -I./include -I./src -I./src -Wall -g -O2 -c src/rtphint.cpp -fPIC -DPIC -o src/.libs/libmp4v2_la-rtphint.o src/rtphint.cpp: In member function 'void mp4v2::impl::MP4RtpHintTrack::InitRefTrack()': src/rtphint.cpp:83: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp: In member function 'void mp4v2::impl::MP4RtpHintTrack::InitRtpStart()': src/rtphint.cpp:100: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:110: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp: In member function 'void mp4v2::impl::MP4RtpHintTrack::SetRtpTimestampStart(MP4Timestamp)': src/rtphint.cpp:283: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp: In member function 'void mp4v2::impl::MP4RtpHintTrack::InitPayload()': src/rtphint.cpp:299: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:305: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:311: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp: In member function 'void mp4v2::impl::MP4RtpHintTrack::SetPayload(const char*, uint8_t, uint16_t, const char*, bool, bool)': src/rtphint.cpp:451: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp: In member function 'void mp4v2::impl::MP4RtpHintTrack::InitStats()': src/rtphint.cpp:684: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:685: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:686: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:687: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:688: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:689: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:690: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:691: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:697: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:698: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:699: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:700: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp:704: warning: dereferencing type-punned pointer will break strict-aliasing rules src/rtphint.cpp: In member function 'mp4v2::impl::MP4Track* mp4v2::impl::MP4RtpData::FindTrackFromRefIndex(uint8_t)': src/rtphint.cpp:1106: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -o libmp4v2.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib src/libmp4v2_la-3gp.lo src/libmp4v2_la-atom_ac3.lo src/libmp4v2_la-atom_amr.lo src/libmp4v2_la-atom_avc1.lo src/libmp4v2_la-atom_avcC.lo src/libmp4v2_la-atom_colr.lo src/libmp4v2_la-atom_d263.lo src/libmp4v2_la-atom_dac3.lo src/libmp4v2_la-atom_damr.lo src/libmp4v2_la-atom_dref.lo src/libmp4v2_la-atom_elst.lo src/libmp4v2_la-atom_enca.lo src/libmp4v2_la-atom_encv.lo src/libmp4v2_la-atom_free.lo src/libmp4v2_la-atom_ftyp.lo src/libmp4v2_la-atom_ftab.lo src/libmp4v2_la-atom_gmin.lo src/libmp4v2_la-atom_hdlr.lo src/libmp4v2_la-atom_hinf.lo src/libmp4v2_la-atom_hnti.lo src/libmp4v2_la-atom_href.lo src/libmp4v2_la-atom_mdat.lo src/libmp4v2_la-atom_mdhd.lo src/libmp4v2_la-atom_meta.lo src/libmp4v2_la-atom_mp4s.lo src/libmp4v2_la-atom_mp4v.lo src/libmp4v2_la-atom_mvhd.lo src/libmp4v2_la-atom_nmhd.lo src/libmp4v2_la-atom_ohdr.lo src/libmp4v2_la-atom_pasp.lo src/libmp4v2_la-atom_root.lo src/libmp4v2_la-atom_rtp.lo src/libmp4v2_la-atom_s263.lo src/libmp4v2_la-atom_sdp.lo src/libmp4v2_la-atom_smi.lo src/libmp4v2_la-atom_sound.lo src/libmp4v2_la-atom_standard.lo src/libmp4v2_la-atom_stbl.lo src/libmp4v2_la-atom_stdp.lo src/libmp4v2_la-atom_stsc.lo src/libmp4v2_la-atom_stsd.lo src/libmp4v2_la-atom_stsz.lo src/libmp4v2_la-atom_stz2.lo src/libmp4v2_la-atom_text.lo src/libmp4v2_la-atom_tfhd.lo src/libmp4v2_la-atom_tkhd.lo src/libmp4v2_la-atom_treftype.lo src/libmp4v2_la-atom_trun.lo src/libmp4v2_la-atom_tx3g.lo src/libmp4v2_la-atom_udta.lo src/libmp4v2_la-atom_url.lo src/libmp4v2_la-atom_urn.lo src/libmp4v2_la-atom_uuid.lo src/libmp4v2_la-atom_video.lo src/libmp4v2_la-atom_vmhd.lo src/libmp4v2_la-descriptors.lo src/libmp4v2_la-isma.lo src/libmp4v2_la-mp4.lo src/libmp4v2_la-mp4atom.lo src/libmp4v2_la-mp4container.lo src/libmp4v2_la-mp4descriptor.lo src/libmp4v2_la-mp4file.lo src/libmp4v2_la-mp4file_io.lo src/libmp4v2_la-mp4info.lo src/libmp4v2_la-mp4meta.lo src/libmp4v2_la-mp4property.lo src/libmp4v2_la-mp4track.lo src/libmp4v2_la-mp4util.lo src/libmp4v2_la-ocidescriptors.lo src/libmp4v2_la-odcommands.lo src/libmp4v2_la-qosqualifiers.lo src/libmp4v2_la-rtphint.lo src/libmp4v2_la-virtual_io.lo mkdir .libs g++ -shared -nostdlib /usr/lib/crti.o /usr/lib/gcc41/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 -L/usr/lib/gcc41/debug -L/usr/lib/gcc41 -L/usr/lib/debug -lstdc++ -lm -lc -lgcc_pic /usr/lib/gcc41/crtendS.o /usr/lib/crtn.o -m32 -Wl,-soname -Wl,libmp4v2.so.0 -o .libs/libmp4v2.so.0 (cd .libs && rm -f libmp4v2.so && ln -s libmp4v2.so.0 libmp4v2.so) (cd .libs && rm -f libmp4v2.so && ln -s libmp4v2.so.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 -m32 -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 -m32 -o mp4art util/mp4art-mp4art.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4art util/mp4art-mp4art.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4art g++ -DHAVE_CONFIG_H -m32 -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 -m32 -o mp4dump util/mp4dump-mp4dump.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4dump util/mp4dump-mp4dump.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4dump g++ -DHAVE_CONFIG_H -m32 -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 -m32 -o mp4extract util/mp4extract-mp4extract.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4extract util/mp4extract-mp4extract.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4extract g++ -DHAVE_CONFIG_H -m32 -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 -m32 -o mp4info util/mp4info-mp4info.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4info util/mp4info-mp4info.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4info g++ -DHAVE_CONFIG_H -m32 -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 -m32 -o mp4syncfiles util/mp4syncfiles-mp4syncfiles.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4syncfiles util/mp4syncfiles-mp4syncfiles.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4syncfiles g++ -DHAVE_CONFIG_H -m32 -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 util/mp4tags.cpp: In function 'int mp4v2::util::main(int, char**)': util/mp4tags.cpp:180: warning: array subscript has type 'char' util/mp4tags.cpp:181: warning: array subscript has type 'char' util/mp4tags.cpp:208: warning: array subscript has type 'char' util/mp4tags.cpp:208: warning: array subscript has type 'char' util/mp4tags.cpp:211: warning: array subscript has type 'char' util/mp4tags.cpp:211: warning: array subscript has type 'char' util/mp4tags.cpp:212: warning: array subscript has type 'char' util/mp4tags.cpp:212: warning: array subscript has type 'char' util/mp4tags.cpp:215: warning: array subscript has type 'char' util/mp4tags.cpp:215: warning: array subscript has type 'char' util/mp4tags.cpp:218: warning: array subscript has type 'char' util/mp4tags.cpp:218: warning: array subscript has type 'char' util/mp4tags.cpp:219: warning: array subscript has type 'char' util/mp4tags.cpp:219: warning: array subscript has type 'char' /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -g -O2 -m32 -o mp4tags util/mp4tags-mp4tags.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4tags util/mp4tags-mp4tags.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4tags g++ -DHAVE_CONFIG_H -m32 -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 -m32 -o mp4trackdump util/mp4trackdump-mp4trackdump.o libmp4v2.la g++ -Wall -g -O2 -m32 -o .libs/mp4trackdump util/mp4trackdump-mp4trackdump.o ./.libs/libmp4v2.so -Wl,--rpath -Wl,/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib creating mp4trackdump test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || autoaux/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libmp4v2.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.so.0 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.so.0 (cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libmp4v2.so.0 libmp4v2.so || { rm -f libmp4v2.so && ln -s libmp4v2.so.0 libmp4v2.so; }; }) (cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib && { ln -s -f libmp4v2.so.0 libmp4v2.so || { rm -f libmp4v2.so && ln -s libmp4v2.so.0 libmp4v2.so; }; }) /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmp4v2.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmp4v2.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || autoaux/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4art' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4art' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4art /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4art /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4dump' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4dump' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4dump /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4dump /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4extract' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4extract' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4extract /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4extract /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4info' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4info' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4info /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4info /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4syncfiles' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4syncfiles' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4syncfiles /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4syncfiles /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4tags' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4tags' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4tags /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4tags /bin/sh ./libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mp4trackdump' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4trackdump' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/mp4trackdump /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mp4trackdump test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || autoaux/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /bin/sh /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/mp4v2.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/mp4v2.h' /bin/sh /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/platform.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/platform.h' test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || autoaux/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /bin/sh /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libmp4v2/autoaux/install-sh -c -m 644 'include/mp4v2/project.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mp4v2/project.h' LibMkv ./lib/libmkv.a configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for correct ltmain.sh version... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /scratch/multimedia/handbrake/work/.tools/bin/install -c checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for int64_t... yes checking for size_t... (cached) yes checking for int8_t... yes checking for off_t... (cached) yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for memset... yes checking for strdup... yes configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands gmake all-recursive Making all in src /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT matroska.lo -MD -MP -MF .deps/matroska.Tpo -c -o matroska.lo matroska.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT matroska.lo -MD -MP -MF .deps/matroska.Tpo -c matroska.c -o matroska.o 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib matroska.lo tracks.lo chapters.lo ebml.lo md5.lo mkdir .libs ar cru .libs/libmkv.a matroska.o tracks.o chapters.o ebml.o md5.o ranlib .libs/libmkv.a creating libmkv.la (cd .libs && rm -f libmkv.la && ln -s ../libmkv.la libmkv.la) Making all in include gmake[4]: Nothing to be done for `all'. gmake[4]: Nothing to be done for `all-am'. Making install in src test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../config/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libmkv.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmkv.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmkv.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmkv.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || ../config/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmkv.h' '/scratch/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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... .auto/install-sh -c -d checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking whether gcc needs -traditional... (cached) no checking dependency style of gcc... gcc3 checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/timeb.h... (cached) yes checking for io.h... (cached) no checking if gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O2 flags... yes checking if gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 flags... yes checking if gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -g -O2 flags... yes checking if gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -g -O2 flags... yes checking if gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -mcpu=i386 -g -O2 flags... yes checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) no checking for X... disabled checking ddraw.h usability... no checking ddraw.h presence... no checking for ddraw.h... no checking __attribute__ ((aligned ())) support... (cached) 64 configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating libmpeg2/Makefile config.status: creating libmpeg2/convert/Makefile config.status: creating libvo/Makefile config.status: creating vc++/Makefile config.status: creating libmpeg2/libmpeg2.pc config.status: creating libmpeg2/convert/libmpeg2convert.pc config.status: creating include/config.h config.status: executing depfiles commands Making all in libmpeg2 Making all in convert /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT rgb.lo -MD -MP -MF .deps/rgb.Tpo -c rgb.c -o rgb.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT uyvy.lo -MD -MP -MF .deps/uyvy.Tpo -c uyvy.c -o uyvy.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -no-undefined -o libmpeg2convert.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib rgb.lo uyvy.lo libmpeg2convertarch.la rm -fr .libs/libmpeg2convert.lax mkdir .libs/libmpeg2convert.lax rm -fr .libs/libmpeg2convert.lax/libmpeg2convertarch.a mkdir .libs/libmpeg2convert.lax/libmpeg2convertarch.a (cd .libs/libmpeg2convert.lax/libmpeg2convertarch.a && ar x /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/mpeg2dec/libmpeg2/convert/./.libs/libmpeg2convertarch.a) ar cru .libs/libmpeg2convert.a rgb.o uyvy.o .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_mmx.o .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_vis.o ranlib .libs/libmpeg2convert.a rm -fr .libs/libmpeg2convert.lax creating libmpeg2convert.la (cd .libs && rm -f libmpeg2convert.la && ln -s ../libmpeg2convert.la libmpeg2convert.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -g -O3 -fomit-frame-pointer -fno-common -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT header.lo -MD -MP -MF .deps/header.Tpo -c header.c -o header.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT slice.lo -MD -MP -MF .deps/slice.Tpo -c slice.c -o slice.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT motion_comp.lo -MD -MP -MF .deps/motion_comp.Tpo -c motion_comp.c -o motion_comp.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c idct.c -o idct.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -no-undefined -version-info 1:0:1 -o libmpeg2.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib alloc.lo header.lo decode.lo slice.lo motion_comp.lo idct.lo libmpeg2arch.la rm -fr .libs/libmpeg2.lax mkdir .libs/libmpeg2.lax rm -fr .libs/libmpeg2.lax/libmpeg2arch.a mkdir .libs/libmpeg2.lax/libmpeg2arch.a (cd .libs/libmpeg2.lax/libmpeg2arch.a && ar x /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/mpeg2dec/libmpeg2/./.libs/libmpeg2arch.a) ar cru .libs/libmpeg2.a alloc.o header.o decode.o slice.o motion_comp.o idct.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_alpha.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_alpha.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_vis.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_arm.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-cpu_accel.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-cpu_state.o ranlib .libs/libmpeg2.a rm -fr .libs/libmpeg2.lax creating libmpeg2.la (cd .libs && rm -f libmpeg2.la && ln -s ../libmpeg2.la libmpeg2.la) Making all in include gmake all-am 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 -mcpu=i386 -g -O2 -MT video_out.o -MD -MP -MF .deps/video_out.Tpo -c -o video_out.o video_out.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -g -O2 -MT mpeg2dec.o -MD -MP -MF .deps/mpeg2dec.Tpo -c -o mpeg2dec.o mpeg2dec.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. In file included from mpeg2dec.c:31: ./getopt.h:136: warning: function declaration isn't a prototype 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 -mcpu=i386 -g -O2 -MT dump_state.o -MD -MP -MF .deps/dump_state.Tpo -c -o dump_state.o dump_state.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. In file included from getopt.c:104: getopt.h:136: warning: function declaration isn't a prototype getopt.c:211: warning: function declaration isn't a prototype getopt.c:216: warning: function declaration isn't a prototype getopt.c: In function 'my_index': getopt.c:222: warning: cast discards qualifiers from pointer target type getopt.c: In function '_getopt_internal': getopt.c:563: warning: cast discards qualifiers from pointer target type getopt.c:585: warning: cast discards qualifiers from pointer target type getopt.c: At top level: getopt.c:973: warning: function declaration isn't a prototype 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 -mcpu=i386 -g -O2 -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 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 -mcpu=i386 -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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT extract_mpeg2.o -MD -MP -MF .deps/extract_mpeg2.Tpo -c -o extract_mpeg2.o extract_mpeg2.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. In file included from extract_mpeg2.c:30: ./getopt.h:136: warning: function declaration isn't a prototype 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 -mcpu=i386 -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 -mcpu=i386 -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 -mcpu=i386 -g -O2 -MT corrupt_mpeg2.o -MD -MP -MF .deps/corrupt_mpeg2.Tpo -c -o corrupt_mpeg2.o corrupt_mpeg2.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. In file included from corrupt_mpeg2.c:31: ./getopt.h:136: warning: function declaration isn't a prototype 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 -mcpu=i386 -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 -mcpu=i386 -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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libmpeg2convert.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2convert.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2convert.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2convert.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || ../../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmpeg2convert.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/libmpeg2convert.pc' test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || ../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libmpeg2.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libmpeg2.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libmpeg2.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || ../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'libmpeg2.pc' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec" || ../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'mpeg2.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/mpeg2dec/mpeg2.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'mpeg2convert.h' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || ../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'mpeg2dec' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mpeg2dec' /scratch/multimedia/handbrake/work/.tools/bin/install -c mpeg2dec /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/mpeg2dec /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'extract_mpeg2' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_mpeg2' /scratch/multimedia/handbrake/work/.tools/bin/install -c extract_mpeg2 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/extract_mpeg2 /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'corrupt_mpeg2' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/corrupt_mpeg2' /scratch/multimedia/handbrake/work/.tools/bin/install -c corrupt_mpeg2 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/corrupt_mpeg2 test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" || ../.auto/install-sh -c -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './mpeg2dec.1' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man1/mpeg2dec.1' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 './extract_mpeg2.1' '/scratch/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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... no 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... no 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... no checking dynamic linker characteristics... no 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... no 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) 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. no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for int16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for int64_t... yes checking for short... (cached) yes checking size of short... (cached) 2 checking for int... (cached) yes checking size of int... (cached) 4 checking for long... (cached) yes checking size of long... (cached) 4 checking for long long... (cached) yes checking size of long long... (cached) 8 checking for working memcmp... yes updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/libogg/Makefile config.status: creating include/Makefile config.status: creating include/ogg/Makefile config.status: creating include/ogg/config_types.h config.status: creating win32/Makefile config.status: creating libogg.spec config.status: creating ogg.pc config.status: creating ogg-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands gmake all-recursive Making all in src if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF ".deps/framing.Tpo" -c -o framing.lo framing.c; \ then mv -f ".deps/framing.Tpo" ".deps/framing.Plo"; else rm -f ".deps/framing.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF ".deps/bitwise.Tpo" -c -o bitwise.lo bitwise.c; \ then mv -f ".deps/bitwise.Tpo" ".deps/bitwise.Plo"; else rm -f ".deps/bitwise.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -fsigned-char -g -O2 -o libogg.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 5:3:5 framing.lo bitwise.lo mkdir .libs ar cru .libs/libogg.a framing.o bitwise.o ranlib .libs/libogg.a creating libogg.la (cd .libs && rm -f libogg.la && ln -s ../libogg.la libogg.la) if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF ".deps/test_bitwise-bitwise.Tpo" -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c; \ then mv -f ".deps/test_bitwise-bitwise.Tpo" ".deps/test_bitwise-bitwise.Po"; else rm -f ".deps/test_bitwise-bitwise.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o gcc -O20 -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF ".deps/test_framing-framing.Tpo" -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c; \ then mv -f ".deps/test_framing-framing.Tpo" ".deps/test_framing-framing.Po"; else rm -f ".deps/test_framing-framing.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -fsigned-char -g -O2 -o test_framing test_framing-framing.o gcc -O20 -fsigned-char -g -O2 -o test_framing test_framing-framing.o Making all in include Making all in ogg gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libogg.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libogg.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libogg.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'config_types.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/config_types.h' test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/ogg/ogg.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'os_types.h' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'bitpacking.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/bitpacking.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'datastructures.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/datastructures.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'decoding.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/decoding.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'encoding.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/encoding.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'general.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/general.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/index.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_packet.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_packet.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_packet_clear.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_packet_clear.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_bos.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_bos.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_checksum_set.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_checksum_set.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_continued.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_continued.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_eos.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_eos.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_granulepos.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_granulepos.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_packets.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_packets.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_pageno.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_pageno.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_serialno.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_serialno.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_page_version.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_page_version.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_clear.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_clear.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_destroy.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_destroy.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_eos.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_eos.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_flush.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_flush.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_init.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_init.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetin.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetin.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetout.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetout.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_packetpeek.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_packetpeek.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_pagein.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_pagein.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_pageout.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_pageout.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_reset.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_reset.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_reset_serialno.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_reset_serialno.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_stream_state.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_stream_state.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_buffer.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_buffer.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_clear.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_clear.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_destroy.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_destroy.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_init.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_init.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_pageout.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_pageout.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_pageseek.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_pageseek.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_reset.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_reset.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_state.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_state.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg_sync_wrote.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/ogg_sync_wrote.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_adv.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_adv.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_adv1.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_adv1.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_bits.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_bits.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_buffer.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_buffer.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_bytes.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_bytes.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_get_buffer.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_get_buffer.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_look.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_look.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_look1.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_look1.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_read.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_read.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_read1.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_read1.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_readinit.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_readinit.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_reset.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_reset.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_write.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_write.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writealign.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writealign.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writeclear.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writeclear.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writecopy.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writecopy.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writeinit.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writeinit.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggpack_writetrunc.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/oggpack_writetrunc.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/overview.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/reference.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/style.css' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_comment.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg/vorbis_comment.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'framing.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/framing.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/index.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggstream.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/oggstream.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg-multiplex.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/ogg-multiplex.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stream.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/stream.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisword2.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/vorbisword2.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-ogg.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/white-ogg.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/white-xifish.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'rfc3533.txt' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libogg-1.1.3/rfc3533.txt' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'rfc3534.txt' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.m4' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal/ogg.m4' test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libogg/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ogg.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/ogg.pc' LibSampleRate ./lib/libsamplerate.a configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking target system type... i386-unknown-dragonfly2.3.2 checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking for a BSD-compatible install... /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) 4 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... negative checking for pkg-config... /scratch/multimedia/handbrake/work/.tools/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SNDFILE... no checking for FFTW3... no configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Version_script config.status: creating Win32/Makefile config.status: creating Win32/Makefile.mingw config.status: creating src/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating libsamplerate.spec config.status: creating samplerate.pc config.status: creating src/config.h config.status: executing depfiles commands -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=- Configuration summary : Version : ..................... 0.1.4 Tools : Compiler is GCC : ............. yes GCC major version : ........... 4 Extra tools required for testing and examples : Use FFTW : .................... no Have libsndfile : ............. no Installation directories : Library directory : ........... /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib Program directory : ........... /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin Pkgconfig directory : ......... /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig Compiling some other packages against libsamplerate may require the addition of "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" to the PKG_CONFIG_PATH environment variable. Making all in src gmake all-am if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT samplerate.lo -MD -MP -MF ".deps/samplerate.Tpo" -c -o samplerate.lo samplerate.c; \ then mv -f ".deps/samplerate.Tpo" ".deps/samplerate.Plo"; else rm -f ".deps/samplerate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT samplerate.lo -MD -MP -MF .deps/samplerate.Tpo -c samplerate.c -o samplerate.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_sinc.lo -MD -MP -MF ".deps/src_sinc.Tpo" -c -o src_sinc.lo src_sinc.c; \ then mv -f ".deps/src_sinc.Tpo" ".deps/src_sinc.Plo"; else rm -f ".deps/src_sinc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_sinc.lo -MD -MP -MF .deps/src_sinc.Tpo -c src_sinc.c -o src_sinc.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_zoh.lo -MD -MP -MF ".deps/src_zoh.Tpo" -c -o src_zoh.lo src_zoh.c; \ then mv -f ".deps/src_zoh.Tpo" ".deps/src_zoh.Plo"; else rm -f ".deps/src_zoh.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_zoh.lo -MD -MP -MF .deps/src_zoh.Tpo -c src_zoh.c -o src_zoh.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_linear.lo -MD -MP -MF ".deps/src_linear.Tpo" -c -o src_linear.lo src_linear.c; \ then mv -f ".deps/src_linear.Tpo" ".deps/src_linear.Plo"; else rm -f ".deps/src_linear.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT src_linear.lo -MD -MP -MF .deps/src_linear.Tpo -c src_linear.c -o src_linear.o /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o libsamplerate.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 1:4:1 samplerate.lo src_sinc.lo src_zoh.lo src_linear.lo -lm -lm mkdir .libs ar cru .libs/libsamplerate.a samplerate.o src_sinc.o src_zoh.o src_linear.o ranlib .libs/libsamplerate.a creating libsamplerate.la (cd .libs && rm -f libsamplerate.la && ln -s ../libsamplerate.la libsamplerate.la) Making all in doc gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libsamplerate.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libsamplerate.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libsamplerate.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libsamplerate.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'samplerate.h' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'sndfile-resample' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/bin/sndfile-resample' /scratch/multimedia/handbrake/work/.tools/bin/install -c sndfile-resample /scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libsamplerate/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'samplerate.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/samplerate.pc' LibVorbis ./lib/libvorbis.a configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking target system type... (cached) i386-unknown-dragonfly2.3.2 checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for correct ltmain.sh version... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 ld.so checking how to hardcode library paths into programs... immediate checking GCC version... 4.1.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... /scratch/multimedia/handbrake/work/.tools/bin/pkg-config checking for ogg >= 1.0... checking for Ogg... yes checking for oggpack_writealign... yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for working memcmp... (cached) yes configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating lib/modes/Makefile config.status: creating lib/books/Makefile config.status: creating lib/books/coupled/Makefile config.status: creating lib/books/uncoupled/Makefile config.status: creating lib/books/floor/Makefile config.status: creating doc/Makefile config.status: creating doc/vorbisfile/Makefile config.status: creating doc/vorbisenc/Makefile config.status: creating include/Makefile config.status: creating include/vorbis/Makefile config.status: creating examples/Makefile config.status: creating vq/Makefile config.status: creating libvorbis.spec config.status: creating vorbis.pc config.status: creating vorbisenc.pc config.status: creating vorbisfile.pc config.status: creating vorbis-uninstalled.pc config.status: creating vorbisenc-uninstalled.pc config.status: creating vorbisfile-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands gmake all-recursive Making all in lib Making all in modes gmake[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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF ".deps/mdct.Tpo" -c -o mdct.lo mdct.c; \ then mv -f ".deps/mdct.Tpo" ".deps/mdct.Plo"; else rm -f ".deps/mdct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF ".deps/smallft.Tpo" -c -o smallft.lo smallft.c; \ then mv -f ".deps/smallft.Tpo" ".deps/smallft.Plo"; else rm -f ".deps/smallft.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c -o smallft.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT block.lo -MD -MP -MF ".deps/block.Tpo" -c -o block.lo block.c; \ then mv -f ".deps/block.Tpo" ".deps/block.Plo"; else rm -f ".deps/block.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF ".deps/envelope.Tpo" -c -o envelope.lo envelope.c; \ then mv -f ".deps/envelope.Tpo" ".deps/envelope.Plo"; else rm -f ".deps/envelope.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c -o envelope.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT window.lo -MD -MP -MF ".deps/window.Tpo" -c -o window.lo window.c; \ then mv -f ".deps/window.Tpo" ".deps/window.Plo"; else rm -f ".deps/window.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c -o window.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF ".deps/lsp.Tpo" -c -o lsp.lo lsp.c; \ then mv -f ".deps/lsp.Tpo" ".deps/lsp.Plo"; else rm -f ".deps/lsp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c -o lsp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF ".deps/lpc.Tpo" -c -o lpc.lo lpc.c; \ then mv -f ".deps/lpc.Tpo" ".deps/lpc.Plo"; else rm -f ".deps/lpc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -o lpc.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF ".deps/analysis.Tpo" -c -o analysis.lo analysis.c; \ then mv -f ".deps/analysis.Tpo" ".deps/analysis.Plo"; else rm -f ".deps/analysis.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c -o analysis.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF ".deps/synthesis.Tpo" -c -o synthesis.lo synthesis.c; \ then mv -f ".deps/synthesis.Tpo" ".deps/synthesis.Plo"; else rm -f ".deps/synthesis.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c -o synthesis.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF ".deps/psy.Tpo" -c -o psy.lo psy.c; \ then mv -f ".deps/psy.Tpo" ".deps/psy.Plo"; else rm -f ".deps/psy.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -o psy.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo info.c; \ then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF ".deps/floor1.Tpo" -c -o floor1.lo floor1.c; \ then mv -f ".deps/floor1.Tpo" ".deps/floor1.Plo"; else rm -f ".deps/floor1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c -o floor1.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF ".deps/floor0.Tpo" -c -o floor0.lo floor0.c; \ then mv -f ".deps/floor0.Tpo" ".deps/floor0.Plo"; else rm -f ".deps/floor0.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c -o floor0.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF ".deps/res0.Tpo" -c -o res0.lo res0.c; \ then mv -f ".deps/res0.Tpo" ".deps/res0.Plo"; else rm -f ".deps/res0.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c -o res0.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF ".deps/mapping0.Tpo" -c -o mapping0.lo mapping0.c; \ then mv -f ".deps/mapping0.Tpo" ".deps/mapping0.Plo"; else rm -f ".deps/mapping0.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c -o mapping0.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF ".deps/registry.Tpo" -c -o registry.lo registry.c; \ then mv -f ".deps/registry.Tpo" ".deps/registry.Plo"; else rm -f ".deps/registry.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -o registry.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF ".deps/codebook.Tpo" -c -o codebook.lo codebook.c; \ then mv -f ".deps/codebook.Tpo" ".deps/codebook.Plo"; else rm -f ".deps/codebook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c -o codebook.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF ".deps/sharedbook.Tpo" -c -o sharedbook.lo sharedbook.c; \ then mv -f ".deps/sharedbook.Tpo" ".deps/sharedbook.Plo"; else rm -f ".deps/sharedbook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c -o sharedbook.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF ".deps/lookup.Tpo" -c -o lookup.lo lookup.c; \ then mv -f ".deps/lookup.Tpo" ".deps/lookup.Plo"; else rm -f ".deps/lookup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c -o lookup.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF ".deps/bitrate.Tpo" -c -o bitrate.lo bitrate.c; \ then mv -f ".deps/bitrate.Tpo" ".deps/bitrate.Plo"; else rm -f ".deps/bitrate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c -o bitrate.o /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o libvorbis.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 3:1:3 mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo lookup.lo bitrate.lo -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -logg -lm mkdir .libs ar cru .libs/libvorbis.a mdct.o smallft.o block.o envelope.o window.o lsp.o lpc.o analysis.o synthesis.o psy.o info.o floor1.o floor0.o res0.o mapping0.o registry.o codebook.o sharedbook.o lookup.o bitrate.o ranlib .libs/libvorbis.a creating libvorbis.la (cd .libs && rm -f libvorbis.la && ln -s ../libvorbis.la libvorbis.la) if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF ".deps/vorbisfile.Tpo" -c -o vorbisfile.lo vorbisfile.c; \ then mv -f ".deps/vorbisfile.Tpo" ".deps/vorbisfile.Plo"; else rm -f ".deps/vorbisfile.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c -o vorbisfile.o /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o libvorbisfile.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 4:1:1 vorbisfile.lo libvorbis.la ar cru .libs/libvorbisfile.a vorbisfile.o ranlib .libs/libvorbisfile.a creating libvorbisfile.la (cd .libs && rm -f libvorbisfile.la && ln -s ../libvorbisfile.la libvorbisfile.la) if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF ".deps/vorbisenc.Tpo" -c -o vorbisenc.lo vorbisenc.c; \ then mv -f ".deps/vorbisenc.Tpo" ".deps/vorbisenc.Plo"; else rm -f ".deps/vorbisenc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c -o vorbisenc.o /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o libvorbisenc.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -no-undefined -version-info 2:2:0 vorbisenc.lo libvorbis.la ar cru .libs/libvorbisenc.a vorbisenc.o ranlib .libs/libvorbisenc.a creating libvorbisenc.la (cd .libs && rm -f libvorbisenc.la && ln -s ../libvorbisenc.la libvorbisenc.la) Making all in include Making all in vorbis gmake[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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT decoder_example.o -MD -MP -MF ".deps/decoder_example.Tpo" -c -o decoder_example.o decoder_example.c; \ then mv -f ".deps/decoder_example.Tpo" ".deps/decoder_example.Po"; else rm -f ".deps/decoder_example.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o ../lib/libvorbis.la mkdir .libs gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT encoder_example.o -MD -MP -MF ".deps/encoder_example.Tpo" -c -o encoder_example.o encoder_example.c; \ then mv -f ".deps/encoder_example.Tpo" ".deps/encoder_example.Po"; else rm -f ".deps/encoder_example.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o encoder_example encoder_example.o ../lib/libvorbisenc.la ../lib/libvorbis.la gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o encoder_example encoder_example.o ../lib/.libs/libvorbisenc.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT chaining_example.o -MD -MP -MF ".deps/chaining_example.Tpo" -c -o chaining_example.o chaining_example.c; \ then mv -f ".deps/chaining_example.Tpo" ".deps/chaining_example.Po"; else rm -f ".deps/chaining_example.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o chaining_example chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o chaining_example chaining_example.o ../lib/.libs/libvorbisfile.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT vorbisfile_example.o -MD -MP -MF ".deps/vorbisfile_example.Tpo" -c -o vorbisfile_example.o vorbisfile_example.c; \ then mv -f ".deps/vorbisfile_example.Tpo" ".deps/vorbisfile_example.Po"; else rm -f ".deps/vorbisfile_example.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o vorbisfile_example vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o vorbisfile_example vorbisfile_example.o ../lib/.libs/libvorbisfile.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libogg.a -lm if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT seeking_example.o -MD -MP -MF ".deps/seeking_example.Tpo" -c -o seeking_example.o seeking_example.c; \ then mv -f ".deps/seeking_example.Tpo" ".deps/seeking_example.Po"; else rm -f ".deps/seeking_example.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o seeking_example seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la gcc -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o seeking_example seeking_example.o ../lib/.libs/libvorbisfile.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/lib/.libs/libvorbis.a -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib ../lib/.libs/libvorbis.a /scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libvorbis.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbis.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbis.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbis.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libvorbisfile.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisfile.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisfile.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisfile.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libvorbisenc.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisenc.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libvorbisenc.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libvorbisenc.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'codec.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/codec.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/vorbis/vorbisfile.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisenc.h' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'OggVorbis_File.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/OggVorbis_File.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'callbacks.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/callbacks.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'chaining_example_c.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/chaining_example_c.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'chainingexample.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/chainingexample.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'crosslap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/crosslap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'datastructures.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/datastructures.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'decoding.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/decoding.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'example.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/example.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'exampleindex.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/exampleindex.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'fileinfo.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/fileinfo.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/index.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'initialization.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/initialization.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_bitrate.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_bitrate_instant.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate_instant.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_callbacks.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_callbacks.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_clear.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_clear.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_comment.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_comment.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_crosslap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_crosslap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_info.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_info.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_open.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_open.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_open_callbacks.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_open_callbacks.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_lap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_lap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_page.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_seek_page_lap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page_lap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_tell.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_tell.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_pcm_total.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_total.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_seek.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_seek_lap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek_lap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_tell.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_tell.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_raw_total.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_total.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_read.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_read.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_read_float.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_read_float.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_seekable.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_seekable.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_serialnumber.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_serialnumber.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_streams.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_streams.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test_callbacks.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_callbacks.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_test_open.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_open.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_lap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_lap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_page.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_seek_page_lap.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page_lap.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_tell.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_tell.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'ov_time_total.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_total.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/overview.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/reference.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'return.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/return.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seekexample.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seekexample.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking_example_c.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking_example_c.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seeking_test_c.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seeking_test_c.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'seekingexample.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/seekingexample.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/style.css' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'threads.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/threads.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_comment.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_comment.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_info.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile_example_c.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisfile/vorbisfile_example_c.html' Making install in vorbisenc gmake[5]: Nothing to be done for `install-exec-am'. test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/index.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'overview.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/overview.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'reference.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/reference.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'style.css' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/style.css' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_ctl.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_ctl.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_init.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_info.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_info.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis_encode_init_vbr.html' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-kerr-avt-vorbis-rtp-03.txt' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/draft-kerr-avt-vorbis-rtp-03.txt' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'eightphase.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/eightphase.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'evenlsp.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/evenlsp.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1_inverse_dB_table.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1_inverse_dB_table.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floorval.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floorval.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'fourphase.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/fourphase.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'framing.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/framing.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'helper.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/helper.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'index.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/index.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'lspmap.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/lspmap.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oddlsp.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/oddlsp.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'oggstream.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/oggstream.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'programming.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/programming.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'squarepolar.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/squarepolar.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stereo.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/stereo.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'stream.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/stream.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'v-comment.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/v-comment.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-clip.txt' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-clip.txt' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-errors.txt' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-errors.txt' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis-fidelity.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis-fidelity.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbis.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisword2.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/vorbisword2.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'wait.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/wait.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-ogg.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-ogg.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-xifish.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'components.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/components.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-1.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-1.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-2.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-2.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-3.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-3.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'floor1-4.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/floor1-4.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'hufftree.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/hufftree.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'hufftree-under.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/hufftree-under.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'residue-pack.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/residue-pack.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'residue2.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/residue2.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'white-xifish.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/white-xifish.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'window1.png' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libvorbis-1.1.2/window1.png' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'window2.png' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.m4' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/aclocal/vorbis.m4' test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libvorbis/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbis.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbis.pc' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisenc.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbisenc.pc' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vorbisfile.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/vorbisfile.pc' LibVorbisEnc ./lib/libvorbisenc.a LibTheora ./lib/libtheora.a configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking target system type... (cached) i386-unknown-dragonfly2.3.2 checking for a BSD-compatible install... (cached) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking whether gcc and cc understand -c and -o together... (cached) yes checking for a sed that does not truncate output... (cached) /scratch/multimedia/handbrake/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep checking for egrep... (cached) /scratch/multimedia/handbrake/work/.tools/bin/grep -E checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking for /scratch/multimedia/handbrake/work/.wrapper/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) 196608 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc supports -fno-rtti -fno-exceptions... (cached) 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly2.3.2 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 (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) 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. dragonfly2.3.2 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.1.2) checking for ld used by gcc... (cached) /scratch/multimedia/handbrake/work/.wrapper/bin/ld checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking if the linker (/scratch/multimedia/handbrake/work/.wrapper/bin/ld) is GNU ld... (cached) yes checking library symbol versioning support... no checking for pkg-config... (cached) yes checking for pkg-config... (cached) /scratch/multimedia/handbrake/work/.tools/bin/pkg-config checking for ogg >= 1.1... checking for Ogg... yes checking for oggpackB_read... yes checking for vorbis >= 1.0.1... checking for Vorbis... yes checking for sdl-config... no checking for SDL - version >= 0.11.0... no *** The sdl-config script installed by SDL could not be found *** If SDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the SDL_CONFIG environment variable to the *** full path to sdl-config. configure: WARNING: *** Unable to find SDL -- Not compiling example players *** checking for sys/soundcard.h... (cached) yes checking for libpng... yes checking PNG_CFLAGS... -I/usr/pkg/include/libpng12 checking PNG_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lpng12 checking for getopt_long... yes configure: updating cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/Makefile config.status: creating include/theora/Makefile config.status: creating examples/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating doc/spec/Makefile config.status: creating tests/Makefile config.status: creating m4/Makefile config.status: creating libtheora.spec config.status: creating theora.pc config.status: creating theora-uninstalled.pc config.status: creating theoradec.pc config.status: creating theoradec-uninstalled.pc config.status: creating theoraenc.pc config.status: creating theoraenc-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands ------------------------------------------------------------------------ libtheora 1.0: Automatic configuration OK. General configuration: Encoding support: ........... yes Floating point support: ..... yes Assembly optimization: ...... 32 bit x86 Build example code: ......... no API Documentation: .......... no Format Documentation: ....... no Installation paths: libtheora: ................... /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib C header files: .............. /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora Documentation: ............... /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora Building: Type 'make' to compile libtheora. Type 'make install' to install libtheora. Type 'make check' to run test suite (Valgrind testing not enabled) Example programs will be built but not installed. ------------------------------------------------------------------------ gmake all-recursive Making all in lib if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxidct.lo -MD -MP -MF ".deps/mmxidct.Tpo" -c -o mmxidct.lo `test -f 'dec/x86/mmxidct.c' || echo './'`dec/x86/mmxidct.c; \ then mv -f ".deps/mmxidct.Tpo" ".deps/mmxidct.Plo"; else rm -f ".deps/mmxidct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxidct.lo -MD -MP -MF .deps/mmxidct.Tpo -c dec/x86/mmxidct.c -o mmxidct.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxfrag.lo -MD -MP -MF ".deps/mmxfrag.Tpo" -c -o mmxfrag.lo `test -f 'dec/x86/mmxfrag.c' || echo './'`dec/x86/mmxfrag.c; \ then mv -f ".deps/mmxfrag.Tpo" ".deps/mmxfrag.Plo"; else rm -f ".deps/mmxfrag.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxfrag.lo -MD -MP -MF .deps/mmxfrag.Tpo -c dec/x86/mmxfrag.c -o mmxfrag.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxstate.lo -MD -MP -MF ".deps/mmxstate.Tpo" -c -o mmxstate.lo `test -f 'dec/x86/mmxstate.c' || echo './'`dec/x86/mmxstate.c; \ then mv -f ".deps/mmxstate.Tpo" ".deps/mmxstate.Plo"; else rm -f ".deps/mmxstate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mmxstate.lo -MD -MP -MF .deps/mmxstate.Tpo -c dec/x86/mmxstate.c -o mmxstate.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT x86state.lo -MD -MP -MF ".deps/x86state.Tpo" -c -o x86state.lo `test -f 'dec/x86/x86state.c' || echo './'`dec/x86/x86state.c; \ then mv -f ".deps/x86state.Tpo" ".deps/x86state.Plo"; else rm -f ".deps/x86state.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT x86state.lo -MD -MP -MF .deps/x86state.Tpo -c dec/x86/x86state.c -o x86state.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT apiwrapper.lo -MD -MP -MF ".deps/apiwrapper.Tpo" -c -o apiwrapper.lo `test -f 'dec/apiwrapper.c' || echo './'`dec/apiwrapper.c; \ then mv -f ".deps/apiwrapper.Tpo" ".deps/apiwrapper.Plo"; else rm -f ".deps/apiwrapper.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT apiwrapper.lo -MD -MP -MF .deps/apiwrapper.Tpo -c dec/apiwrapper.c -o apiwrapper.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT bitpack.lo -MD -MP -MF ".deps/bitpack.Tpo" -c -o bitpack.lo `test -f 'dec/bitpack.c' || echo './'`dec/bitpack.c; \ then mv -f ".deps/bitpack.Tpo" ".deps/bitpack.Plo"; else rm -f ".deps/bitpack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT bitpack.lo -MD -MP -MF .deps/bitpack.Tpo -c dec/bitpack.c -o bitpack.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decapiwrapper.lo -MD -MP -MF ".deps/decapiwrapper.Tpo" -c -o decapiwrapper.lo `test -f 'dec/decapiwrapper.c' || echo './'`dec/decapiwrapper.c; \ then mv -f ".deps/decapiwrapper.Tpo" ".deps/decapiwrapper.Plo"; else rm -f ".deps/decapiwrapper.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decapiwrapper.lo -MD -MP -MF .deps/decapiwrapper.Tpo -c dec/decapiwrapper.c -o decapiwrapper.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decinfo.lo -MD -MP -MF ".deps/decinfo.Tpo" -c -o decinfo.lo `test -f 'dec/decinfo.c' || echo './'`dec/decinfo.c; \ then mv -f ".deps/decinfo.Tpo" ".deps/decinfo.Plo"; else rm -f ".deps/decinfo.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decinfo.lo -MD -MP -MF .deps/decinfo.Tpo -c dec/decinfo.c -o decinfo.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decode.lo -MD -MP -MF ".deps/decode.Tpo" -c -o decode.lo `test -f 'dec/decode.c' || echo './'`dec/decode.c; \ then mv -f ".deps/decode.Tpo" ".deps/decode.Plo"; else rm -f ".deps/decode.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c dec/decode.c -o decode.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dequant.lo -MD -MP -MF ".deps/dequant.Tpo" -c -o dequant.lo `test -f 'dec/dequant.c' || echo './'`dec/dequant.c; \ then mv -f ".deps/dequant.Tpo" ".deps/dequant.Plo"; else rm -f ".deps/dequant.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dequant.lo -MD -MP -MF .deps/dequant.Tpo -c dec/dequant.c -o dequant.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT fragment.lo -MD -MP -MF ".deps/fragment.Tpo" -c -o fragment.lo `test -f 'dec/fragment.c' || echo './'`dec/fragment.c; \ then mv -f ".deps/fragment.Tpo" ".deps/fragment.Plo"; else rm -f ".deps/fragment.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT fragment.lo -MD -MP -MF .deps/fragment.Tpo -c dec/fragment.c -o fragment.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT huffdec.lo -MD -MP -MF ".deps/huffdec.Tpo" -c -o huffdec.lo `test -f 'dec/huffdec.c' || echo './'`dec/huffdec.c; \ then mv -f ".deps/huffdec.Tpo" ".deps/huffdec.Plo"; else rm -f ".deps/huffdec.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT huffdec.lo -MD -MP -MF .deps/huffdec.Tpo -c dec/huffdec.c -o huffdec.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT idct.lo -MD -MP -MF ".deps/idct.Tpo" -c -o idct.lo `test -f 'dec/idct.c' || echo './'`dec/idct.c; \ then mv -f ".deps/idct.Tpo" ".deps/idct.Plo"; else rm -f ".deps/idct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c dec/idct.c -o idct.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo `test -f 'dec/info.c' || echo './'`dec/info.c; \ then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT info.lo -MD -MP -MF .deps/info.Tpo -c dec/info.c -o info.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT internal.lo -MD -MP -MF ".deps/internal.Tpo" -c -o internal.lo `test -f 'dec/internal.c' || echo './'`dec/internal.c; \ then mv -f ".deps/internal.Tpo" ".deps/internal.Plo"; else rm -f ".deps/internal.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT internal.lo -MD -MP -MF .deps/internal.Tpo -c dec/internal.c -o internal.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT quant.lo -MD -MP -MF ".deps/quant.Tpo" -c -o quant.lo `test -f 'dec/quant.c' || echo './'`dec/quant.c; \ then mv -f ".deps/quant.Tpo" ".deps/quant.Plo"; else rm -f ".deps/quant.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT quant.lo -MD -MP -MF .deps/quant.Tpo -c dec/quant.c -o quant.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT state.lo -MD -MP -MF ".deps/state.Tpo" -c -o state.lo `test -f 'dec/state.c' || echo './'`dec/state.c; \ then mv -f ".deps/state.Tpo" ".deps/state.Plo"; else rm -f ".deps/state.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT state.lo -MD -MP -MF .deps/state.Tpo -c dec/state.c -o state.o /bin/sh ../libtool --tag=CC --mode=link gcc -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheoradec.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 1:1:0 mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo mkdir .libs ar cru .libs/libtheoradec.a mmxidct.o mmxfrag.o mmxstate.o x86state.o apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o ranlib .libs/libtheoradec.a creating libtheoradec.la (cd .libs && rm -f libtheoradec.la && ln -s ../libtheoradec.la libtheoradec.la) if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_decode_mmx.lo -MD -MP -MF ".deps/dct_decode_mmx.Tpo" -c -o dct_decode_mmx.lo `test -f 'enc/x86_32/dct_decode_mmx.c' || echo './'`enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_decode_mmx.lo -MD -MP -MF .deps/dct_decode_mmx.Tpo -c enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp_mmx.lo -MD -MP -MF ".deps/dsp_mmx.Tpo" -c -o dsp_mmx.lo `test -f 'enc/x86_32/dsp_mmx.c' || echo './'`enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp_mmx.lo -MD -MP -MF .deps/dsp_mmx.Tpo -c enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp_mmxext.lo -MD -MP -MF ".deps/dsp_mmxext.Tpo" -c -o dsp_mmxext.lo `test -f 'enc/x86_32/dsp_mmxext.c' || echo './'`enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp_mmxext.lo -MD -MP -MF .deps/dsp_mmxext.Tpo -c enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT recon_mmx.lo -MD -MP -MF ".deps/recon_mmx.Tpo" -c -o recon_mmx.lo `test -f 'enc/x86_32/recon_mmx.c' || echo './'`enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT recon_mmx.lo -MD -MP -MF .deps/recon_mmx.Tpo -c enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT idct_mmx.lo -MD -MP -MF ".deps/idct_mmx.Tpo" -c -o idct_mmx.lo `test -f 'enc/x86_32/idct_mmx.c' || echo './'`enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT idct_mmx.lo -MD -MP -MF .deps/idct_mmx.Tpo -c enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT fdct_mmx.lo -MD -MP -MF ".deps/fdct_mmx.Tpo" -c -o fdct_mmx.lo `test -f 'enc/x86_32/fdct_mmx.c' || echo './'`enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT fdct_mmx.lo -MD -MP -MF .deps/fdct_mmx.Tpo -c enc/x86_32/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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_encode.lo -MD -MP -MF ".deps/dct_encode.Tpo" -c -o dct_encode.lo `test -f 'enc/dct_encode.c' || echo './'`enc/dct_encode.c; \ then mv -f ".deps/dct_encode.Tpo" ".deps/dct_encode.Plo"; else rm -f ".deps/dct_encode.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_encode.lo -MD -MP -MF .deps/dct_encode.Tpo -c enc/dct_encode.c -o dct_encode.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encode.lo -MD -MP -MF ".deps/encode.Tpo" -c -o encode.lo `test -f 'enc/encode.c' || echo './'`enc/encode.c; \ then mv -f ".deps/encode.Tpo" ".deps/encode.Plo"; else rm -f ".deps/encode.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c enc/encode.c -o encode.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_huffman.lo -MD -MP -MF ".deps/encoder_huffman.Tpo" -c -o encoder_huffman.lo `test -f 'enc/encoder_huffman.c' || echo './'`enc/encoder_huffman.c; \ then mv -f ".deps/encoder_huffman.Tpo" ".deps/encoder_huffman.Plo"; else rm -f ".deps/encoder_huffman.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_huffman.lo -MD -MP -MF .deps/encoder_huffman.Tpo -c enc/encoder_huffman.c -o encoder_huffman.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_idct.lo -MD -MP -MF ".deps/encoder_idct.Tpo" -c -o encoder_idct.lo `test -f 'enc/encoder_idct.c' || echo './'`enc/encoder_idct.c; \ then mv -f ".deps/encoder_idct.Tpo" ".deps/encoder_idct.Plo"; else rm -f ".deps/encoder_idct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_idct.lo -MD -MP -MF .deps/encoder_idct.Tpo -c enc/encoder_idct.c -o encoder_idct.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_toplevel.lo -MD -MP -MF ".deps/encoder_toplevel.Tpo" -c -o encoder_toplevel.lo `test -f 'enc/encoder_toplevel.c' || echo './'`enc/encoder_toplevel.c; \ then mv -f ".deps/encoder_toplevel.Tpo" ".deps/encoder_toplevel.Plo"; else rm -f ".deps/encoder_toplevel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_toplevel.lo -MD -MP -MF .deps/encoder_toplevel.Tpo -c enc/encoder_toplevel.c -o encoder_toplevel.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_quant.lo -MD -MP -MF ".deps/encoder_quant.Tpo" -c -o encoder_quant.lo `test -f 'enc/encoder_quant.c' || echo './'`enc/encoder_quant.c; \ then mv -f ".deps/encoder_quant.Tpo" ".deps/encoder_quant.Plo"; else rm -f ".deps/encoder_quant.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encoder_quant.lo -MD -MP -MF .deps/encoder_quant.Tpo -c enc/encoder_quant.c -o encoder_quant.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encapiwrapper.lo -MD -MP -MF ".deps/encapiwrapper.Tpo" -c -o encapiwrapper.lo `test -f 'enc/encapiwrapper.c' || echo './'`enc/encapiwrapper.c; \ then mv -f ".deps/encapiwrapper.Tpo" ".deps/encapiwrapper.Plo"; else rm -f ".deps/encapiwrapper.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT encapiwrapper.lo -MD -MP -MF .deps/encapiwrapper.Tpo -c enc/encapiwrapper.c -o encapiwrapper.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT blockmap.lo -MD -MP -MF ".deps/blockmap.Tpo" -c -o blockmap.lo `test -f 'enc/blockmap.c' || echo './'`enc/blockmap.c; \ then mv -f ".deps/blockmap.Tpo" ".deps/blockmap.Plo"; else rm -f ".deps/blockmap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT blockmap.lo -MD -MP -MF .deps/blockmap.Tpo -c enc/blockmap.c -o blockmap.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct.lo -MD -MP -MF ".deps/dct.Tpo" -c -o dct.lo `test -f 'enc/dct.c' || echo './'`enc/dct.c; \ then mv -f ".deps/dct.Tpo" ".deps/dct.Plo"; else rm -f ".deps/dct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct.lo -MD -MP -MF .deps/dct.Tpo -c enc/dct.c -o dct.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_decode.lo -MD -MP -MF ".deps/dct_decode.Tpo" -c -o dct_decode.lo `test -f 'enc/dct_decode.c' || echo './'`enc/dct_decode.c; \ then mv -f ".deps/dct_decode.Tpo" ".deps/dct_decode.Plo"; else rm -f ".deps/dct_decode.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dct_decode.lo -MD -MP -MF .deps/dct_decode.Tpo -c enc/dct_decode.c -o dct_decode.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT frarray.lo -MD -MP -MF ".deps/frarray.Tpo" -c -o frarray.lo `test -f 'enc/frarray.c' || echo './'`enc/frarray.c; \ then mv -f ".deps/frarray.Tpo" ".deps/frarray.Plo"; else rm -f ".deps/frarray.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT frarray.lo -MD -MP -MF .deps/frarray.Tpo -c enc/frarray.c -o frarray.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT frinit.lo -MD -MP -MF ".deps/frinit.Tpo" -c -o frinit.lo `test -f 'enc/frinit.c' || echo './'`enc/frinit.c; \ then mv -f ".deps/frinit.Tpo" ".deps/frinit.Plo"; else rm -f ".deps/frinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT frinit.lo -MD -MP -MF .deps/frinit.Tpo -c enc/frinit.c -o frinit.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mcomp.lo -MD -MP -MF ".deps/mcomp.Tpo" -c -o mcomp.lo `test -f 'enc/mcomp.c' || echo './'`enc/mcomp.c; \ then mv -f ".deps/mcomp.Tpo" ".deps/mcomp.Plo"; else rm -f ".deps/mcomp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT mcomp.lo -MD -MP -MF .deps/mcomp.Tpo -c enc/mcomp.c -o mcomp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT misc_common.lo -MD -MP -MF ".deps/misc_common.Tpo" -c -o misc_common.lo `test -f 'enc/misc_common.c' || echo './'`enc/misc_common.c; \ then mv -f ".deps/misc_common.Tpo" ".deps/misc_common.Plo"; else rm -f ".deps/misc_common.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT misc_common.lo -MD -MP -MF .deps/misc_common.Tpo -c enc/misc_common.c -o misc_common.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT pb.lo -MD -MP -MF ".deps/pb.Tpo" -c -o pb.lo `test -f 'enc/pb.c' || echo './'`enc/pb.c; \ then mv -f ".deps/pb.Tpo" ".deps/pb.Plo"; else rm -f ".deps/pb.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT pb.lo -MD -MP -MF .deps/pb.Tpo -c enc/pb.c -o pb.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT pp.lo -MD -MP -MF ".deps/pp.Tpo" -c -o pp.lo `test -f 'enc/pp.c' || echo './'`enc/pp.c; \ then mv -f ".deps/pp.Tpo" ".deps/pp.Plo"; else rm -f ".deps/pp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT pp.lo -MD -MP -MF .deps/pp.Tpo -c enc/pp.c -o pp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT reconstruct.lo -MD -MP -MF ".deps/reconstruct.Tpo" -c -o reconstruct.lo `test -f 'enc/reconstruct.c' || echo './'`enc/reconstruct.c; \ then mv -f ".deps/reconstruct.Tpo" ".deps/reconstruct.Plo"; else rm -f ".deps/reconstruct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT reconstruct.lo -MD -MP -MF .deps/reconstruct.Tpo -c enc/reconstruct.c -o reconstruct.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT scan.lo -MD -MP -MF ".deps/scan.Tpo" -c -o scan.lo `test -f 'enc/scan.c' || echo './'`enc/scan.c; \ then mv -f ".deps/scan.Tpo" ".deps/scan.Plo"; else rm -f ".deps/scan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c enc/scan.c -o scan.o enc/scan.c: In function 'AnalysePlane': enc/scan.c:1908: warning: 'FragScoresPtr2' may be used uninitialized in this function enc/scan.c:1907: warning: 'FragScoresPtr1' may be used uninitialized in this function enc/scan.c:1905: warning: 'DispFragPtr2' may be used uninitialized in this function enc/scan.c:1904: warning: 'DispFragPtr1' may be used uninitialized in this function enc/scan.c:1903: warning: 'DispFragPtr0' may be used uninitialized in this function enc/scan.c:1901: warning: 'PixelScoresPtr2' may be used uninitialized in this function enc/scan.c:1900: warning: 'PixelScoresPtr1' may be used uninitialized in this function enc/scan.c:1898: warning: 'PixelsChangedPtr1' may be used uninitialized in this function enc/scan.c:1897: warning: 'PixelsChangedPtr0' may be used uninitialized in this function enc/scan.c:1894: warning: 'ChLocalsPtr1' may be used uninitialized in this function enc/scan.c:1893: warning: 'ChLocalsPtr0' may be used uninitialized in this function enc/scan.c:1886: warning: 'ScoreFragIndex1' may be used uninitialized in this function enc/scan.c:1885: warning: 'FragIndex' may be used uninitialized in this function enc/scan.c:1883: warning: 'YUVDiffsPtr2' may be used uninitialized in this function enc/scan.c:1882: warning: 'YUVDiffsPtr1' may be used uninitialized in this function enc/scan.c:1881: warning: 'YUVDiffsPtr' 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/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp.lo -MD -MP -MF ".deps/dsp.Tpo" -c -o dsp.lo `test -f 'enc/dsp.c' || echo './'`enc/dsp.c; \ then mv -f ".deps/dsp.Tpo" ".deps/dsp.Plo"; else rm -f ".deps/dsp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT dsp.lo -MD -MP -MF .deps/dsp.Tpo -c enc/dsp.c -o dsp.o /bin/sh ../libtool --tag=CC --mode=link gcc -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheoraenc.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 1:1:0 -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -logg dct_decode_mmx.lo dsp_mmx.lo dsp_mmxext.lo recon_mmx.lo idct_mmx.lo fdct_mmx.lo dct_encode.lo encode.lo encoder_huffman.lo encoder_idct.lo encoder_toplevel.lo encoder_quant.lo encapiwrapper.lo blockmap.lo dct.lo dct_decode.lo frarray.lo frinit.lo mcomp.lo misc_common.lo pb.lo pp.lo reconstruct.lo scan.lo dsp.lo ar cru .libs/libtheoraenc.a dct_decode_mmx.o dsp_mmx.o dsp_mmxext.o recon_mmx.o idct_mmx.o fdct_mmx.o dct_encode.o encode.o encoder_huffman.o encoder_idct.o encoder_toplevel.o encoder_quant.o encapiwrapper.o blockmap.o dct.o dct_decode.o frarray.o frinit.o mcomp.o misc_common.o pb.o pp.o reconstruct.o scan.o dsp.o ranlib .libs/libtheoraenc.a creating libtheoraenc.la (cd .libs && rm -f libtheoraenc.la && ln -s ../libtheoraenc.la libtheoraenc.la) /bin/sh ../libtool --tag=CC --mode=link gcc -I/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheora.la -rpath /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -version-info 3:4:3 -L/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib -logg mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo dct_decode_mmx.lo dsp_mmx.lo dsp_mmxext.lo recon_mmx.lo idct_mmx.lo fdct_mmx.lo dct_encode.lo encode.lo encoder_huffman.lo encoder_idct.lo encoder_toplevel.lo encoder_quant.lo encapiwrapper.lo blockmap.lo dct.lo dct_decode.lo frarray.lo frinit.lo mcomp.lo misc_common.lo pb.lo pp.lo reconstruct.lo scan.lo dsp.lo ar cru .libs/libtheora.a mmxidct.o mmxfrag.o mmxstate.o x86state.o apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o dct_decode_mmx.o dsp_mmx.o dsp_mmxext.o recon_mmx.o idct_mmx.o fdct_mmx.o dct_encode.o encode.o encoder_huffman.o encoder_idct.o encoder_toplevel.o encoder_quant.o encapiwrapper.o blockmap.o dct.o dct_decode.o frarray.o frinit.o mcomp.o misc_common.o pb.o pp.o reconstruct.o scan.o dsp.o ranlib .libs/libtheora.a creating libtheora.la (cd .libs && rm -f libtheora.la && ln -s ../libtheora.la libtheora.la) Making all in include Making all in theora gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib" /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libtheoradec.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoradec.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoradec.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoradec.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libtheoraenc.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoraenc.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheoraenc.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheoraenc.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /scratch/multimedia/handbrake/work/.tools/bin/install -c 'libtheora.la' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.la' /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheora.lai /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.la /scratch/multimedia/handbrake/work/.tools/bin/install -c .libs/libtheora.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a ranlib /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/libtheora.a ---------------------------------------------------------------------- Libraries have been installed in: /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theora.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theora.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoradec.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theoradec.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoraenc.h' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/theora/theoraenc.h' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'codec.h' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" gmake[5]: Nothing to be done for `install-exec-am'. /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0 if test -d libtheora; then \ for dir in libtheora/*; do \ if test -d $dir; then \ b=`basename $dir`; \ /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/$b; \ for f in $dir/*; do \ /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 $f /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/$b; \ done \ fi \ done \ fi test -z "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'vp3-format.txt' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/vp3-format.txt' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'color.html' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/color.html' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-ietf-avt-rtp-theora-00.xml' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/draft-ietf-avt-rtp-theora-00.xml' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'draft-ietf-avt-rtp-theora-00.txt' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/doc/libtheora-1.0/draft-ietf-avt-rtp-theora-00.txt' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'doxygen-build.stamp' '/scratch/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 "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" || /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/libtheora/install-sh -d "/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig" /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theora.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theora.pc' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoradec.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theoradec.pc' /scratch/multimedia/handbrake/work/.tools/bin/install -c -m 644 'theoraenc.pc' '/scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib/pkgconfig/theoraenc.pc' LibX264 ./lib/libx264.a Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- x264/configure2 2008-04-12 21:45:07.000000000 +0100 |+++ x264/configure 2008-04-14 18:44:33.890625000 +0100 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 213 (offset 3 lines). done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: encoder/slicetype.c |=================================================================== |--- encoder/slicetype.c (revision 665) |+++ encoder/slicetype.c (working copy) -------------------------- Patching file encoder/slicetype.c using Plan A... Hunk #1 succeeded at 487 (offset 108 lines). done bash: not found cd `dirname ./x264.tar.gz` && CONTRIB=`pwd` && rm -rf x264 && (gzip -dc x264.tar.gz | tar xf - ) && cd x264 && patch -p1 < ../patch-x264-cygwin.patch && patch -p0 < ../patch-x264-idr.patch && bash ./configure --prefix=$CONTRIB --enable-pthread && gmake libx264.a && cp libx264.a $CONTRIB/lib/ && cp x264.h $CONTRIB/include/ && strip -S $CONTRIB/lib/libx264.a ...failed LibX264 ./lib/libx264.a ... LibXvidCore ./lib/libxvidcore.a Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur xvidcore/build/generic/configure xvidcore-patched/build/generic/configure |--- xvidcore/build/generic/configure 2005-12-30 09:45:30.000000000 -0500 |+++ xvidcore-patched/build/generic/configure 2007-01-01 18:43:27.953125000 -0500 -------------------------- Patching file build/generic/configure using Plan A... Hunk #1 succeeded at 3844. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur xvidcore/build/generic/configure.in xvidcore-patched/build/generic/configure.in |--- xvidcore/build/generic/configure.in 2005-12-30 09:45:30.000000000 -0500 |+++ xvidcore-patched/build/generic/configure.in 2007-01-01 18:43:11.453125000 -0500 -------------------------- Patching file build/generic/configure.in using Plan A... Hunk #1 succeeded at 281. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN xvidcore-orig/build/generic/configure xvidcore/build/generic/configure |--- xvidcore-orig/build/generic/configure 2006-11-01 03:39:36.000000000 -0700 |+++ xvidcore/build/generic/configure 2008-01-30 20:19:48.000000000 -0700 -------------------------- Patching file build/generic/configure using Plan A... Hunk #1 succeeded at 4015 (offset -1 lines). done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm.orig 2008-02-22 10:28:13.000000000 -0800 |+++ xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm 2008-02-22 11:08:52.000000000 -0800 -------------------------- Patching file src/dct/x86_asm/fdct_sse2_skal.asm using Plan A... Hunk #1 succeeded at 620. done configure: loading cache /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache checking build system type... (cached) i386-unknown-dragonfly2.3.2 checking host system type... (cached) i386-unknown-dragonfly2.3.2 checking target system type... (cached) i386-unknown-dragonfly2.3.2 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) /scratch/multimedia/handbrake/work/.tools/bin/install -c checking for ranlib... (cached) ranlib checking for whether to use assembly code... yes checking for architecture type... ia32 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 *... 4 checking whether byte ordering is bigendian... (cached) no checking for build extensions... Unknown OS - Using .so .a .o checking for platform specific LDFLAGS/CFLAGS... Unknown Platform (Using default -shared -lc -lm) checking for yasm... yes checking for asm object format... 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 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/config.cache configure: creating ./config.status config.status: creating platform.inc D: =build C: ./decoder.c C: ./encoder.c C: ./xvid.c C: bitstream/bitstream.c C: bitstream/cbp.c C: bitstream/mbcoding.c ../../src/bitstream/mbcoding.c: In function 'get_inter_block_h263': ../../src/bitstream/mbcoding.c:1106: warning: 'last' may be used uninitialized in this function ../../src/bitstream/mbcoding.c: In function 'get_intra_block': ../../src/bitstream/mbcoding.c:1066: warning: 'last' may be used uninitialized in this function ../../src/bitstream/mbcoding.c: In function 'get_inter_block_mpeg': ../../src/bitstream/mbcoding.c:1141: warning: 'last' may be used uninitialized in this function 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: bitstream/x86_asm/cbp_3dne.asm yasm: FATAL: unrecognized object format `../../src/bitstream/x86_asm/cbp_3dne.asm' gmake[2]: *** [bitstream/x86_asm/cbp_3dne.o] Error 1 cd `dirname ./xvidcore.tar.gz` && CONTRIB=`pwd` && rm -rf xvidcore && (gzip -dc xvidcore.tar.gz | tar xf - ) && cd xvidcore && patch -p1 < ../patch-xvidcore-cygwin.patch && patch -p1 < ../patch-xvidcore-nasm-2.00-configure.patch && patch -p1 < ../patch-xvidcore-fdct.patch && cd build/generic/ && ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache && gmake libxvidcore.a && cp ./=build/libxvidcore.a $CONTRIB/lib/ && cp ../../src/xvid.h $CONTRIB/include/ && strip -S $CONTRIB/lib/libxvidcore.a ...failed LibXvidCore ./lib/libxvidcore.a ... Zlib ./lib/libz.a Checking for gcc... Building static library libz.a version 1.2.3 with gcc. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for errno.h... Yes. Checking for mmap support... Yes. gcc -O3 -DUSE_MMAP -c -o example.o example.c gcc -O3 -DUSE_MMAP -c -o adler32.o adler32.c gcc -O3 -DUSE_MMAP -c -o compress.o compress.c gcc -O3 -DUSE_MMAP -c -o crc32.o crc32.c gcc -O3 -DUSE_MMAP -c -o gzio.o gzio.c gcc -O3 -DUSE_MMAP -c -o uncompr.o uncompr.c gcc -O3 -DUSE_MMAP -c -o deflate.o deflate.c gcc -O3 -DUSE_MMAP -c -o trees.o trees.c gcc -O3 -DUSE_MMAP -c -o zutil.o zutil.c gcc -O3 -DUSE_MMAP -c -o inflate.o inflate.c gcc -O3 -DUSE_MMAP -c -o infback.o infback.c gcc -O3 -DUSE_MMAP -c -o inftrees.o inftrees.c gcc -O3 -DUSE_MMAP -c -o inffast.o inffast.c ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o gcc -O3 -DUSE_MMAP -o example example.o -L. libz.a gcc -O3 -DUSE_MMAP -c -o minigzip.o minigzip.c gcc -O3 -DUSE_MMAP -o minigzip minigzip.o -L. libz.a cp zlib.h zconf.h /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/zlib.h /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/include/zconf.h cp libz.a /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib; chmod 755 libz.a cd /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/lib; if test -f libz.so.1.2.3; then \ rm -f libz.so libz.so.1; \ ln -s libz.so.1.2.3 libz.so; \ ln -s libz.so.1.2.3 libz.so.1; \ (ldconfig || true) >/dev/null 2>&1; \ fi cp zlib.3 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man3 chmod 644 /scratch/multimedia/handbrake/work/HandBrake-0.9.3/contrib/share/man/man3/zlib.3 BZip2 ./lib/libbz2.a If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2recover.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o Doing 6 tests (3 compress, 3 uncompress) ... If there's a problem, things might stop at this point. ./bzip2 -1 < sample1.ref > sample1.rb2 ./bzip2 -2 < sample2.ref > sample2.rb2 ./bzip2 -3 < sample3.ref > sample3.rb2 ./bzip2 -d < sample1.bz2 > sample1.tst ./bzip2 -d < sample2.bz2 > sample2.tst ./bzip2 -ds < sample3.bz2 > sample3.tst cmp sample1.bz2 sample1.rb2 cmp sample2.bz2 sample2.rb2 cmp sample3.bz2 sample3.rb2 cmp sample1.tst sample1.ref cmp sample2.tst sample2.ref cmp sample3.tst sample3.ref If you got this far and the 'cmp's didn't complain, it looks like you're in business. To install in /usr/local/bin, /usr/local/lib, /usr/local/man and /usr/local/include, type make install To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type make install PREFIX=/xxx/yyy If you are (justifiably) paranoid and want to see what 'make install' is going to do, you can first do make -n install or make -n install PREFIX=/xxx/yyy respectively. The -n instructs make to show the commands it would execute, but not actually execute them. Instructions for use are in the preformatted manual page, in the file bzip2.txt. For more detailed documentation, read the full manual. It is available in Postscript form (manual.ps), PDF form (manual.pdf), and HTML form (manual.html). You can also do "bzip2 --help" to see some helpful information. "bzip2 -L" displays the software license. if ( test ! -d /usr/local/bin ) ; then mkdir -p /usr/local/bin ; fi if ( test ! -d /usr/local/lib ) ; then mkdir -p /usr/local/lib ; fi if ( test ! -d /usr/local/man ) ; then mkdir -p /usr/local/man ; fi if ( test ! -d /usr/local/man/man1 ) ; then mkdir -p /usr/local/man/man1 ; fi if ( test ! -d /usr/local/include ) ; then mkdir -p /usr/local/include ; fi cp -f bzip2 /usr/local/bin/bzip2 cp -f bzip2 /usr/local/bin/bunzip2 cp -f bzip2 /usr/local/bin/bzcat cp -f bzip2recover /usr/local/bin/bzip2recover chmod a+x /usr/local/bin/bzip2 chmod a+x /usr/local/bin/bunzip2 chmod a+x /usr/local/bin/bzcat chmod a+x /usr/local/bin/bzip2recover cp -f bzip2.1 /usr/local/man/man1 chmod a+r /usr/local/man/man1/bzip2.1 cp -f bzlib.h /usr/local/include chmod a+r /usr/local/include/bzlib.h cp -f libbz2.a /usr/local/lib chmod a+r /usr/local/lib/libbz2.a cp -f bzgrep /usr/local/bin/bzgrep ln -s -f /usr/local/bin/bzgrep /usr/local/bin/bzegrep ln -s -f /usr/local/bin/bzgrep /usr/local/bin/bzfgrep chmod a+x /usr/local/bin/bzgrep cp -f bzmore /usr/local/bin/bzmore ln -s -f /usr/local/bin/bzmore /usr/local/bin/bzless chmod a+x /usr/local/bin/bzmore cp -f bzdiff /usr/local/bin/bzdiff ln -s -f /usr/local/bin/bzdiff /usr/local/bin/bzcmp chmod a+x /usr/local/bin/bzdiff cp -f bzgrep.1 bzmore.1 bzdiff.1 /usr/local/man/man1 chmod a+r /usr/local/man/man1/bzgrep.1 chmod a+r /usr/local/man/man1/bzmore.1 chmod a+r /usr/local/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /usr/local/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /usr/local/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /usr/local/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /usr/local/man/man1/bzcmp.1 ...failed updating 3 target(s)... ...updated 19 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