Wie Gehtz, First i compiled .6, and then .7, on my debian system. Both compiled, yet when i checked, i get this:
mpeg2dec -o YUV mpeg2dec-0.2.1-mjpegtools-0.7 - by Michel Lespinasse <[EMAIL PROTECTED]> and Aaron Holtzman Invalid video driver: YUV usage: mpeg2dec [-o <mode>] [-s [<track>]] [-t <pid>] [-c] <file> -s use program stream demultiplexer, track 0-15 or 0xe0-0xef -t use transport stream demultiplexer, pid 0x10-0x1ffe -c use c implementation, disables all accelerations -o video output mode xv x11 sdl null nullslice nullrgb16 nullrgb32 pgm pgmpipe md5 Any ideas? If i have to apply a patch of some kind, how would i do that, exactly? I attached scripts of the configure and compile output. Danke, Davros On Sat, 2003-02-22 at 11:58, Bernhard Praschinger wrote: > Hallo > > > On my Debian system, 'apt-cache search mpeg2dec' finds 2 packages with > > mpeg2dec - a gstreamer plugin and mpeg2dec. I installed mpeg2dec, but > > it seems to be missing support for the -YUV option?? > The patch we created was sent to the developer of the mpeg2dec package. > But never made it into the package. > > > I haven't tried to download and compile the tar ball - not sure which > > one to snag in any case... > > > Compiling mpeg2dec-0.2.1-mjpegtools-0.7.tar.gz on Mandrake failed as > > well - before I spend an afternoon meeting dependencies and the like, > > can someone provide some general insight as far as to which version I > > need, etc? I always thought it part of the normal mjpegtools package > > until I tried to use it :) > I would recommend that you donwload the 0.6 tar.gz package that should > work well. If you have problems with configure, or compiling please send > the output to the mailing list. > > auf hoffentlich bald, > > Berni the Chaos of Woodquarter > > Email: [EMAIL PROTECTED] [EMAIL PROTECTED] > www: http://www.lysator.liu.se/~gz/bernhard > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge
./configure checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... mawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking if gcc supports -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE flags... yes checking if gcc supports -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer flags... yes checking if gcc supports -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro flags... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for sys/time.h... yes checking for inttypes.h... yes checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for inline... inline checking for 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... (cached) yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking whether byte ordering is bigendian... no checking for memalign... yes checking return type of signal handlers... void checking for mlib_VideoColorYUV2RGB420 in -lmlib... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XShmCreateImage in -lXext... yes checking for XvShmCreateImage in -lXv... yes checking for mlib_VideoColorYUV2RGB420 in -lmlib... (cached) no checking for sdl-config... yes checking for mjpegtools-config... no checking if gcc supports -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror flags... yes checking __attribute__ ((aligned ())) support... 64 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 doc/Makefile config.status: creating src/Makefile config.status: creating libmpeg2/Makefile config.status: creating libvo/Makefile config.status: creating vc++/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged
make Making all in autotools make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/autotools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/autotools' Making all in include make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/include' cd .. \ && CONFIG_FILES= CONFIG_HEADERS=include/config.h \ /bin/sh ./config.status config.status: creating include/config.h config.status: include/config.h is unchanged make all-am make[2]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/include' make[2]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/include' make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/include' Making all in doc make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/doc' Making all in libmpeg2 make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/libmpeg2' source='decode.c' object='decode.lo' libtool=yes \ depfile='.deps/decode.Plo' tmpdepfile='.deps/decode.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o decode.lo `test -f decode.c || echo './'`decode.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c decode.c -MT decode.lo -MD -MP -MF .deps/decode.TPlo -o decode.o echo timestamp > decode.lo source='header.c' object='header.lo' libtool=yes \ depfile='.deps/header.Plo' tmpdepfile='.deps/header.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o header.lo `test -f header.c || echo './'`header.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c header.c -MT header.lo -MD -MP -MF .deps/header.TPlo -o header.o echo timestamp > header.lo source='stats.c' object='stats.lo' libtool=yes \ depfile='.deps/stats.Plo' tmpdepfile='.deps/stats.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o stats.lo `test -f stats.c || echo './'`stats.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c stats.c -MT stats.lo -MD -MP -MF .deps/stats.TPlo -o stats.o echo timestamp > stats.lo source='cpu_state.c' object='cpu_state.lo' libtool=yes \ depfile='.deps/cpu_state.Plo' tmpdepfile='.deps/cpu_state.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o cpu_state.lo `test -f cpu_state.c || echo './'`cpu_state.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c cpu_state.c -MT cpu_state.lo -MD -MP -MF .deps/cpu_state.TPlo -o cpu_state.o echo timestamp > cpu_state.lo source='slice.c' object='slice.lo' libtool=yes \ depfile='.deps/slice.Plo' tmpdepfile='.deps/slice.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o slice.lo `test -f slice.c || echo './'`slice.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c slice.c -MT slice.lo -MD -MP -MF .deps/slice.TPlo -o slice.o echo timestamp > slice.lo source='motion_comp.c' object='motion_comp.lo' libtool=yes \ depfile='.deps/motion_comp.Plo' tmpdepfile='.deps/motion_comp.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o motion_comp.lo `test -f motion_comp.c || echo './'`motion_comp.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c motion_comp.c -MT motion_comp.lo -MD -MP -MF .deps/motion_comp.TPlo -o motion_comp.o echo timestamp > motion_comp.lo source='motion_comp_mlib.c' object='motion_comp_mlib.lo' libtool=yes \ depfile='.deps/motion_comp_mlib.Plo' tmpdepfile='.deps/motion_comp_mlib.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o motion_comp_mlib.lo `test -f motion_comp_mlib.c || echo './'`motion_comp_mlib.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c motion_comp_mlib.c -MT motion_comp_mlib.lo -MD -MP -MF .deps/motion_comp_mlib.TPlo -o motion_comp_mlib.o echo timestamp > motion_comp_mlib.lo source='motion_comp_mmx.c' object='motion_comp_mmx.lo' libtool=yes \ depfile='.deps/motion_comp_mmx.Plo' tmpdepfile='.deps/motion_comp_mmx.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o motion_comp_mmx.lo `test -f motion_comp_mmx.c || echo './'`motion_comp_mmx.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c motion_comp_mmx.c -MT motion_comp_mmx.lo -MD -MP -MF .deps/motion_comp_mmx.TPlo -o motion_comp_mmx.o echo timestamp > motion_comp_mmx.lo source='motion_comp_altivec.c' object='motion_comp_altivec.lo' libtool=yes \ depfile='.deps/motion_comp_altivec.Plo' tmpdepfile='.deps/motion_comp_altivec.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o motion_comp_altivec.lo `test -f motion_comp_altivec.c || echo './'`motion_comp_altivec.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c motion_comp_altivec.c -MT motion_comp_altivec.lo -MD -MP -MF .deps/motion_comp_altivec.TPlo -o motion_comp_altivec.o echo timestamp > motion_comp_altivec.lo source='idct.c' object='idct.lo' libtool=yes \ depfile='.deps/idct.Plo' tmpdepfile='.deps/idct.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o idct.lo `test -f idct.c || echo './'`idct.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c idct.c -MT idct.lo -MD -MP -MF .deps/idct.TPlo -o idct.o echo timestamp > idct.lo source='idct_mlib.c' object='idct_mlib.lo' libtool=yes \ depfile='.deps/idct_mlib.Plo' tmpdepfile='.deps/idct_mlib.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o idct_mlib.lo `test -f idct_mlib.c || echo './'`idct_mlib.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c idct_mlib.c -MT idct_mlib.lo -MD -MP -MF .deps/idct_mlib.TPlo -o idct_mlib.o echo timestamp > idct_mlib.lo source='idct_mmx.c' object='idct_mmx.lo' libtool=yes \ depfile='.deps/idct_mmx.Plo' tmpdepfile='.deps/idct_mmx.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o idct_mmx.lo `test -f idct_mmx.c || echo './'`idct_mmx.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c idct_mmx.c -MT idct_mmx.lo -MD -MP -MF .deps/idct_mmx.TPlo -o idct_mmx.o echo timestamp > idct_mmx.lo source='idct_altivec.c' object='idct_altivec.lo' libtool=yes \ depfile='.deps/idct_altivec.Plo' tmpdepfile='.deps/idct_altivec.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -c -o idct_altivec.lo `test -f idct_altivec.c || echo './'`idct_altivec.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c idct_altivec.c -MT idct_altivec.lo -MD -MP -MF .deps/idct_altivec.TPlo -o idct_altivec.o echo timestamp > idct_altivec.lo /bin/sh ../libtool --mode=link gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -prefer-non-pic -o libmpeg2.la -rpath /usr/local/lib -no-undefined decode.lo header.lo stats.lo cpu_state.lo slice.lo motion_comp.lo motion_comp_mlib.lo motion_comp_mmx.lo motion_comp_altivec.lo idct.lo idct_mlib.lo idct_mmx.lo idct_altivec.lo mkdir .libs rm -fr .libs/libmpeg2.la .libs/libmpeg2.* .libs/libmpeg2.* ar cru .libs/libmpeg2.a decode.o header.o stats.o cpu_state.o slice.o motion_comp.o motion_comp_mlib.o motion_comp_mmx.o motion_comp_altivec.o idct.o idct_mlib.o idct_mmx.o idct_altivec.o ranlib .libs/libmpeg2.a creating libmpeg2.la (cd .libs && rm -f libmpeg2.la && ln -s ../libmpeg2.la libmpeg2.la) make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/libmpeg2' Making all in libvo make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/libvo' source='video_out.c' object='video_out.o' libtool=no \ depfile='.deps/video_out.Po' tmpdepfile='.deps/video_out.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out.c || echo './'`video_out.c source='video_out_x11.c' object='video_out_x11.o' libtool=no \ depfile='.deps/video_out_x11.Po' tmpdepfile='.deps/video_out_x11.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out_x11.c || echo './'`video_out_x11.c source='video_out_sdl.c' object='video_out_sdl.o' libtool=no \ depfile='.deps/video_out_sdl.Po' tmpdepfile='.deps/video_out_sdl.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out_sdl.c || echo './'`video_out_sdl.c source='video_out_null.c' object='video_out_null.o' libtool=no \ depfile='.deps/video_out_null.Po' tmpdepfile='.deps/video_out_null.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out_null.c || echo './'`video_out_null.c source='video_out_pgm.c' object='video_out_pgm.o' libtool=no \ depfile='.deps/video_out_pgm.Po' tmpdepfile='.deps/video_out_pgm.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out_pgm.c || echo './'`video_out_pgm.c source='video_out_mga.c' object='video_out_mga.o' libtool=no \ depfile='.deps/video_out_mga.Po' tmpdepfile='.deps/video_out_mga.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out_mga.c || echo './'`video_out_mga.c source='video_out_yuv4m.c' object='video_out_yuv4m.o' libtool=no \ depfile='.deps/video_out_yuv4m.Po' tmpdepfile='.deps/video_out_yuv4m.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f video_out_yuv4m.c || echo './'`video_out_yuv4m.c source='yuv2rgb.c' object='yuv2rgb.o' libtool=no \ depfile='.deps/yuv2rgb.Po' tmpdepfile='.deps/yuv2rgb.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f yuv2rgb.c || echo './'`yuv2rgb.c source='yuv2rgb_mlib.c' object='yuv2rgb_mlib.o' libtool=no \ depfile='.deps/yuv2rgb_mlib.Po' tmpdepfile='.deps/yuv2rgb_mlib.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f yuv2rgb_mlib.c || echo './'`yuv2rgb_mlib.c source='yuv2rgb_mmx.c' object='yuv2rgb_mmx.o' libtool=no \ depfile='.deps/yuv2rgb_mmx.Po' tmpdepfile='.deps/yuv2rgb_mmx.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -c `test -f yuv2rgb_mmx.c || echo './'`yuv2rgb_mmx.c /bin/sh ../libtool --mode=link gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -o libvo.a -rpath /usr/local/lib video_out.o video_out_x11.o video_out_sdl.o video_out_null.o video_out_pgm.o video_out_mga.o video_out_yuv4m.o yuv2rgb.o yuv2rgb_mlib.o yuv2rgb_mmx.o mkdir .libs libtool: link: warning: `-rpath' is ignored for archives ar cru libvo.a video_out.o video_out_x11.o video_out_sdl.o video_out_null.o video_out_pgm.o video_out_mga.o video_out_yuv4m.o yuv2rgb.o yuv2rgb_mlib.o yuv2rgb_mmx.o ranlib libvo.a make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/libvo' Making all in src make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/src' source='cpu_accel.c' object='cpu_accel.lo' libtool=yes \ depfile='.deps/cpu_accel.Plo' tmpdepfile='.deps/cpu_accel.TPlo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c -o cpu_accel.lo `test -f cpu_accel.c || echo './'`cpu_accel.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c cpu_accel.c -MT cpu_accel.lo -MD -MP -MF .deps/cpu_accel.TPlo -o cpu_accel.o echo timestamp > cpu_accel.lo /bin/sh ../libtool --mode=link gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -o libcpuaccel.la -rpath /usr/local/lib -no-undefined cpu_accel.lo mkdir .libs rm -fr .libs/libcpuaccel.la .libs/libcpuaccel.* .libs/libcpuaccel.* ar cru .libs/libcpuaccel.a cpu_accel.o ranlib .libs/libcpuaccel.a creating libcpuaccel.la (cd .libs && rm -f libcpuaccel.la && ln -s ../libcpuaccel.la libcpuaccel.la) source='mpeg2dec.c' object='mpeg2dec.o' libtool=no \ depfile='.deps/mpeg2dec.Po' tmpdepfile='.deps/mpeg2dec.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c `test -f mpeg2dec.c || echo './'`mpeg2dec.c source='getopt.c' object='getopt.o' libtool=no \ depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c `test -f getopt.c || echo './'`getopt.c /bin/sh ../libtool --mode=link gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -o mpeg2dec mpeg2dec.o getopt.o ../libmpeg2/libmpeg2.la ../libvo/libvo.a -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXv -L/usr/lib -lSDL -lpthread libcpuaccel.la gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -o mpeg2dec mpeg2dec.o getopt.o ../libmpeg2/.libs/libmpeg2.a ../libvo/libvo.a -lSM -lICE -L/usr/X11R6/lib -lXv -L/usr/lib /usr/lib/libSDL.so -lm -lX11 -lXext -ldl -lpthread ./.libs/libcpuaccel.a source='extract_mpeg2.c' object='extract_mpeg2.o' libtool=no \ depfile='.deps/extract_mpeg2.Po' tmpdepfile='.deps/extract_mpeg2.TPo' \ depmode=gcc3 /bin/sh ../autotools/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -c `test -f extract_mpeg2.c || echo './'`extract_mpeg2.c /bin/sh ../libtool --mode=link gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -o extract_mpeg2 extract_mpeg2.o getopt.o gcc -g -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fomit-frame-pointer -mcpu=pentiumpro -Wall -Werror -o extract_mpeg2 extract_mpeg2.o getopt.o make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/src' Making all in vc++ make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/vc++' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/vc++' Making all in test make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7/test' make[1]: Entering directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/var/tmp/mpeg2dec-0.2.1-mjpegtools-0.7'