[MPlayer-cvslog] r28331 - in trunk/libmpcodecs: ad_hwac3.c native/rtjpegn.c vd_ffmpeg.c vf.c vf_scale.c

Uoti Urpala uoti.urpala at pp1.inet.fi
Fri Jan 16 14:09:56 CET 2009


On Fri, 2009-01-16 at 13:45 +0100, Reimar Döffinger wrote:
> On Fri, Jan 16, 2009 at 11:53:08AM +0100, Guillaume POIRIER wrote:
> > How should i fix that? Should I apply attached patch or revert my changes?
> 
> To clarify: you _will_ have to revert the BIGENDIAN changes, that one
> can only be changed (without hacks) if FFmpeg and libdvd* are changed at the same time.

Using
#if WORDS_BIGENDIAN
instead of
#ifdef WORDS_BIGENDIAN
should not cause any immediate failure though, as undefined identifiers
in #if directives are replaced by 0. Those will only give different
results if the macro is defined but the value is something that
evaluates to zero.




More information about the MPlayer-cvslog mailing list