OSDN Git Service

bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 2 May 2004 14:26:28 +0000 (14:26 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 2 May 2004 14:26:28 +0000 (14:26 +0000)
commitda7f8893e3241ff5669be9df9b415a023a187d14
treef5cf30502114e559a3594226925aab97f4307571
parent0b43db144865b319edde441ba41bcf0ba6665d57
bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
with #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1) -> #ifdef WORDS_BIGENDIAN by me

Originally committed as revision 12396 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/rgb2rgb_template.c