diff options
author | Michael Niedermayer | 2012-11-17 13:06:12 +0100 |
---|---|---|
committer | Michael Niedermayer | 2012-11-17 13:06:12 +0100 |
commit | 130dc9518779eb1b389d0cdf7348802e2b25f201 (patch) | |
tree | 32686c5b876b16dab4125d6667bb0d80096d70b9 /libswscale | |
parent | abf91f7fee326fae0d70ca1a481c51e8eab1dd5e (diff) | |
parent | da5408ede972ab474f7df9023471a7bcd7092abb (diff) |
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')
-rw-r--r-- | libswscale/swscale.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index ea2116c1fa..5189787d05 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 |