summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-17 13:06:12 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-17 13:06:12 +0100
commit130dc9518779eb1b389d0cdf7348802e2b25f201 (patch)
tree32686c5b876b16dab4125d6667bb0d80096d70b9 /libswscale/swscale.h
parentabf91f7fee326fae0d70ca1a481c51e8eab1dd5e (diff)
parentda5408ede972ab474f7df9023471a7bcd7092abb (diff)
downloadffmpeg-streaming-130dc9518779eb1b389d0cdf7348802e2b25f201.zip
ffmpeg-streaming-130dc9518779eb1b389d0cdf7348802e2b25f201.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: FATE: add a bink version 'b' test FATE: add a bink version 'i' test libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index ea2116c..5189787 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -85,9 +85,7 @@ const char *swscale_license(void);
*/
#define SWS_CPU_CAPS_MMX 0x80000000
#define SWS_CPU_CAPS_MMXEXT 0x20000000
-#if LIBSWSCALE_VERSION_MAJOR < 3
#define SWS_CPU_CAPS_MMX2 0x20000000
-#endif
#define SWS_CPU_CAPS_3DNOW 0x40000000
#define SWS_CPU_CAPS_ALTIVEC 0x10000000
#define SWS_CPU_CAPS_BFIN 0x01000000
OpenPOWER on IntegriCloud