ffmpeg/libswscale
Mike Frysinger d2a4ecafbb FLAT objects cannot have multiple sections, so using the L1 attributes breaks
linking. The FDPIC relocs also break for any other format. Thus check the
compiler environment and select the appropriate sections/relocs.
patch by Mike Frysinger, vapier.adi a gmail d com

Originally committed as revision 26010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-02-16 15:17:59 +00:00
..
cs_test.c
internal_bfin.S FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
Makefile
rgb2rgb_template.c Make some assembler constants global instead of declaring them multiple times. 2008-01-29 14:58:10 +00:00
rgb2rgb.c Make some assembler constants global instead of declaring them multiple times. 2008-01-29 14:58:10 +00:00
rgb2rgb.h
swscale_altivec_template.c Remove some useless parentheses. 2008-01-17 11:07:27 +00:00
swscale_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
swscale_internal.h comment typo fixes 2007-12-21 11:47:09 +00:00
swscale_template.c Make some assembler constants global instead of declaring them multiple times. 2008-01-29 14:58:10 +00:00
swscale-example.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 2008-01-17 15:49:31 +00:00
swscale.c More explicit unsupported pixel format error messages. 2008-02-15 07:50:27 +00:00
swscale.h
yuv2rgb_altivec.c Remove non cosmetic spaces inside parentheses. 2008-01-17 08:57:15 +00:00
yuv2rgb_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c Make some assembler constants global instead of declaring them multiple times. 2008-01-29 14:58:10 +00:00
yuv2rgb_vis.c Cosmetics: whitespaces 2008-01-17 10:24:14 +00:00
yuv2rgb.c Make dither4 & dither8 const. 2008-02-09 22:57:37 +00:00