mpv/postproc
michael 664e2abbd7 bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
with #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1) -> #ifdef WORDS_BIGENDIAN by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12396 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 14:26:28 +00:00
..
.cvsignore
Makefile
cs_test.c
rgb2rgb.c attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 2004-04-26 19:38:17 +00:00
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 this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such 2004-05-01 20:15:21 +00:00
swscale.h
swscale_altivec_template.c
swscale_internal.h
swscale_template.c
yuv2rgb.c attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 2004-04-26 19:38:17 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c