ffmpeg/postproc
Michael Niedermayer da7f8893e3 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
2004-05-02 14:26:28 +00:00
..
.cvsignore
Makefile
cs_test.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-05-02 14:26:28 +00:00
swscale-example.c
swscale.c
swscale.h
swscale_altivec_template.c
swscale_internal.h
swscale_template.c
yuv2rgb.c
yuv2rgb_mlib.c
yuv2rgb_template.c