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

Ronald S. Bultje rsbultje
Tue Jun 24 18:22:31 CEST 2008


Hi Laurent (& Diego),

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. I'm guessing that never made it
upstream (I may well never have sent a patch). 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. (Patch should still go in, if dsputil.h uses
intreadwrite.h functions, it should include it directly, as Mans said
earlier.)

Ronald




More information about the ffmpeg-devel mailing list