[FFmpeg-devel] [PATCH] Make vp3dsp*.c compilation optional

Aurelien Jacobs aurel
Thu May 17 00:52:23 CEST 2007


On Wed, 16 May 2007 18:37:18 -0400
"Jason Millard" <jsm174 at gmail.com> wrote:

> > > I can't reproduce here.
> >
> > I just got home and tried it again. Same issue as before.
> >
> > I will go grab SVN, try again, and let you know.
> 
> Just grabbed SVN, tried again, same errors:
> 
> ./configure --disable-demuxers --disable-decoders --disable-muxers --disable
> -encoders --disable-parsers --disable-protocols --enable-demuxer=asf --enable-d
> ecoder=wmav2 --enable-protocol=tcp --enable-protocol=http --enable-encoder=mp3l
> ame --enable-memalign-hack --disable-debug --enable-libmp3lame --enable-gpl --d
> isable-ffserver --disable-ffplay --enable-small --extra-cflags=-I/usr/local/inc
> lude --extra-ldflags=-L/usr/local/lib
> 
> 
> gcc -L"/c/svn-win32-1.4.3/bin/ffmpeg"/libavformat
> -L"/c/svn-win32-1.4.3/bin/ffmpeg"/libavcodec
> -L"/c/svn-win32-1.4.3/bin/ffmpeg"/libavutil -Wl,--warn-common
> -L/usr/local/lib
> -Wl,-rpath-link,"/c/svn-win32-1.4.3/bin/ffmpeg"/libavcodec
> -Wl,-rpath-link,"/c/svn-win32-1.4.3/bin/ffmpeg"/libavformat
> -Wl,-rpath-link,"/c/svn-win32-1.4.3/bin/ffmpeg"/libavutil -g -o
> ffmpeg_g.exe ffmpeg.o cmdutils.o -lavformat -lavcodec -lavutil -lm
> -lmp3lame -lm
> c:/svn-win32-1.4.3/bin/ffmpeg/libavcodec/libavcodec.a(dsputil_mmx.o):dsputil_mmx.c:(.text+0x164b5):
> undefined reference to `ff_vp3_idct_sse2'
> c:/svn-win32-1.4.3/bin/ffmpeg/libavcodec/libavcodec.a(dsputil_mmx.o):dsputil_mmx.c:(.text+0x164df):
> undefined reference to `ff_vp3_idct_sse2'
> c:/svn-win32-1.4.3/bin/ffmpeg/libavcodec/libavcodec.a(dsputil_mmx.o):dsputil_mmx.c:(.text+0x16509):
> undefined reference to `ff_vp3_idct_mmx'
> c:/svn-win32-1.4.3/bin/ffmpeg/libavcodec/libavcodec.a(dsputil_mmx.o):dsputil_mmx.c:(.text+0x16533):
> undefined reference to `ff_vp3_idct_mmx'
> collect2: ld returned 1 exit status
> make: *** [ffmpeg_g.exe] Error 1

Could you please retry with the attached patch applied ?

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vp3dsp.diff
Type: text/x-diff
Size: 727 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070517/ed5c981f/attachment.diff>



More information about the ffmpeg-devel mailing list