[MPlayer-dev-eng] [PATCH] big-endian fixes in postproc/

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun May 2 16:00:26 CEST 2004


Hi,

>>>theres no need to duplicate the whole loop with #if/#else/#endif as only
>>>1 line is changed
>>
>>Right. New version attached.
> 
> small question, why 
> #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1)
> and not
> #ifdef WORDS_BIGENDIAN

he obviously wants to make absolutely sure. Some parts of MPlayer even 
use #if WORDS_BIGENDIAN.

configure either does
#define WORDS_BIGENDIAN 1
or
#undef WORDS_BIGENDIAN
so it is not necessary to check that extensively ;-)

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list