[vlc-devel] [PATCH 2/5] videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define

Marvin Scholz epirat07 at gmail.com
Fri Jan 24 15:21:37 CET 2020


This was needed for older SDKs, but we no longer support building
with those.
---
 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");
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list