[vlc-commits] videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define
Marvin Scholz
git at videolan.org
Fri Jan 24 15:35:21 CET 2020
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Jan 24 12:49:00 2020 +0100| [44938464a592354da584aed0d3746bcafae2cf21] | committer: Marvin Scholz
videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define
This was needed for older SDKs, but we no longer support building
with those.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44938464a592354da584aed0d3746bcafae2cf21
---
modules/codec/videotoolbox.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/modules/codec/videotoolbox.c b/modules/codec/videotoolbox.c
index addcabc711..28d97703a0 100644
--- a/modules/codec/videotoolbox.c
+++ b/modules/codec/videotoolbox.c
@@ -51,16 +51,6 @@
#define ALIGN_16( x ) ( ( ( x ) + 15 ) / 16 * 16 )
#define VT_RESTART_MAX 1
-#if TARGET_OS_IPHONE
-
-/* support iOS SDKs < v9.1 */
-#ifndef CPUFAMILY_ARM_TWISTER
-#define CPUFAMILY_ARM_TWISTER 0x92fb37c8
-#endif
-
-#endif
-
-
#if (!TARGET_OS_OSX)
const CFStringRef kVTVideoDecoderSpecification_EnableHardwareAcceleratedVideoDecoder = CFSTR("EnableHardwareAcceleratedVideoDecoder");
const CFStringRef kVTVideoDecoderSpecification_RequireHardwareAcceleratedVideoDecoder = CFSTR("RequireHardwareAcceleratedVideoDecoder");
More information about the vlc-commits
mailing list