ffmpeg/libswscale
Diego Biurrun 49a0122c99 Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to
be protected by HAVE_MMX.

Originally committed as revision 19367 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2006-08-11 12:50:14 +00:00
..
Makefile
cs_test.c
rgb2rgb.c Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to 2006-08-11 12:50:14 +00:00
rgb2rgb.h
rgb2rgb_template.c
swscale-example.c
swscale.c Another PIX_FMT_ ---> IMGFMT_ conversion 2006-08-05 13:14:34 +00:00
swscale.h vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 2006-07-24 10:36:06 +00:00
swscale_altivec_template.c Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} 2006-07-27 19:35:30 +00:00
swscale_internal.h vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 2006-07-24 10:36:06 +00:00
swscale_template.c Replace MIN() and MAX() with FFMIN() and FFMAX() 2006-07-26 13:19:02 +00:00
yuv2rgb.c Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 2006-08-05 10:00:54 +00:00
yuv2rgb_altivec.c
yuv2rgb_mlib.c
yuv2rgb_template.c