[MPlayer-dev-eng] [PATCH] lrintf undefined in faabdct.o
Steven M. Schultz
sms at 2BSD.COM
Wed Oct 26 17:30:46 CEST 2005
On Wed, 26 Oct 2005, Diego Biurrun wrote:
> Hmm, that's strange since
>
> > --- libavcodec/faandct.c.dist Mon May 24 10:30:07 2004
The 'May 24' date is correct - I just did another 'cvs update' in
ffmpeg and that file did not change.
> > +++ libavcodec/faandct.c Tue Oct 25 21:51:59 2005
> > @@ -26,6 +26,7 @@
> > * @author Michael Niedermayer <michaelni at gmx.at>
> > */
> >
> > +#include "avcodec.h"
> > #include "dsputil.h"
> > #include "faandct.h"
>
> dsputil.h #includes avcodec.h anyway...
Yes, but for some reason the inline'd lrintf is not being seen when
the sources are copied from ffmpeg into MPlayer's source tree. I think
there's a path thru the conditionals that keep the HAVE_LRINTF from
taking effect.
Sigh - it was late and I posted to the wrong group (overlooking
that the problem was from outside MPlayer).
I'll research it some more and post to the correct group.
Steven Schultz
More information about the MPlayer-dev-eng
mailing list