You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David Conrad 9655ffb59e Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. 17 years ago
..
Makefile
cs_test.c
internal_bfin.S
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c Convert asm keyword into __asm__. 17 years ago
swscale-example.c Convert asm keyword into __asm__. 17 years ago
swscale.c Convert asm keyword into __asm__. 17 years ago
swscale.h
swscale_altivec_template.c
swscale_avoption.c
swscale_bfin.c
swscale_internal.h
swscale_template.c Convert asm keyword into __asm__. 17 years ago
yuv2rgb.c
yuv2rgb_altivec.c Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. 17 years ago
yuv2rgb_bfin.c
yuv2rgb_mlib.c
yuv2rgb_template.c Convert asm keyword into __asm__. 17 years ago
yuv2rgb_vis.c Convert asm keyword into __asm__. 17 years ago