[FFmpeg-devel] [PATCH] dct-test compile fix

Diego Biurrun diego
Tue Jun 24 22:23:52 CEST 2008


On Tue, Jun 24, 2008 at 12:22:31PM -0400, Ronald S. Bultje wrote:
> 
> On Tue, Jun 24, 2008 at 5:25 AM, Laurent Desnogues
> <laurent.desnogues at gmail.com> wrote:
> > On Tue, Jun 24, 2008 at 11:13 AM, Diego Biurrun <diego at biurrun.de> wrote:
> >> On Mon, Jun 23, 2008 at 08:11:54AM -0400, Ronald S. Bultje wrote:
> >>>
> >>> most recent svn fails to compile dct-test for me:
> >>
> >> Works fine for me on x86 and ppc, what's the problem exactly?
> >
> > If you configure FFmpeg with only C code, mm_flags will not
> > be declared in dsputil.h.
> >
> > However I don't see the AV_WN/RN errors.
> 
> My wild guess is that it's my local modification to not use
> HAVE_AV_CONFIG_H to compile test apps.

Are you still using your port of our build system to autoconf that
manages to cram less features into more lines of code? ;-p

> I'm guessing that never made it upstream (I may well never have sent
> a patch).

I don't remember a patch, send one if you still have some changes...

> This probably causes inclusion of intreadwrite.h through some random
> other include, it's hard to guess exactly. I'll have a look through
> all headers to see what exactly is going on.

Check out libavutil/common.h, it #includes internal header files
dependent on whether or not HAVE_AV_CONFIG_H is #defined.

Diego




More information about the ffmpeg-devel mailing list