[Ffmpeg-cvslog] r5558 - in trunk/libavcodec: dsputil.c utils.c

Diego Biurrun diego
Sun Aug 6 23:23:27 CEST 2006


On Sun, Aug 06, 2006 at 10:51:30PM +0200, Guillaume POIRIER wrote:
> 
> On 8/5/06, Diego Biurrun <diego at biurrun.de> wrote:
> >On Tue, Jul 25, 2006 at 05:05:19PM +0300, Uoti Urpala wrote:
> >> On Fri, 2006-06-30 at 09:50 +0200, gpoirier wrote:
> >> > Original thread:
> >> > Date: Jun 30, 2006 1:16 AM
> >> > Subject: [Ffmpeg-devel] [PATCH] Disable w53 and w97 cmp methods when 
> >snow encoder is disabled
> >>
> >> > Modified: trunk/libavcodec/dsputil.c
> >>
> >> Moves w53_32_c etc under #ifdef CONFIG_SNOW_ENCODER, but their use in
> >> snow.c is not under any #ifdef.
> >
> >.. and now this has bitten me ..
> >
> >libavcodec/libavcodec.a(snow.o)(.text+0xb422): In function `get_block_rd':
> >/usr/src/mplayer/mplayer/libavcodec/snow.c:3129: undefined reference to 
> >`w53_32_c'
> >libavcodec/libavcodec.a(snow.o)(.text+0xb456):/usr/src/mplayer/mplayer/libavcodec/snow.c:3127: undefined reference to `w97_32_c'
> >libavcodec/libavcodec.a(snow.o)(.text+0x14374): In function `encode_init':
> >/usr/src/mplayer/mplayer/libavcodec/snow.c:4064: undefined reference to 
> >`h263_encode_init'
> >collect2: ld returned 1 exit status
> >make: *** [mplayer] Error 1
> >
> >Somehow it only got triggered when I built MPlayer with --enable-debug=3
> >and --disable-mencoder...
> 
> I'll see what I can do.... On which machine does it break? your K6,
> your G4, or both?

Both.  Try compiling MPlayer with --enable-debug=3, IIRC that triggers
the bug.

Diego




More information about the ffmpeg-cvslog mailing list