diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-02-22 08:08:19 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-02-22 08:08:19 +0000 |
commit | 0cb25594454dbfe8c855a4c512796897d525e5d4 (patch) | |
tree | c218aec03400fb612e3b5b97d0a99bdb0b9dc24d /libswscale/yuv2rgb.c | |
parent | b9c2fb34445864e2adc7fe766aaae98f365a0a4a (diff) | |
download | ffmpeg-0cb25594454dbfe8c855a4c512796897d525e5d4.tar.gz |
Discard two symbols from libswscale.
Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb.c')
-rw-r--r-- | libswscale/yuv2rgb.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 83a7e67cef..8b4622311c 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -170,14 +170,6 @@ static volatile uint64_t attribute_used __attribute__((aligned(8))) g5Dither; static volatile uint64_t attribute_used __attribute__((aligned(8))) g6Dither; static volatile uint64_t attribute_used __attribute__((aligned(8))) r5Dither; -DECLARE_ASM_CONST(8, uint64_t, dither4[2])={ - 0x0103010301030103LL, - 0x0200020002000200LL,}; - -DECLARE_ASM_CONST(8, uint64_t, dither8[2])={ - 0x0602060206020602LL, - 0x0004000400040004LL,}; - #undef HAVE_MMX //MMX versions |