[vlc-commits] [Git][videolan/vlc][master] codec: videotoolbox: fix incorrect target conditional define name
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Nov 11 07:48:23 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
5cf24efc by Marvin Scholz at 2024-11-11T07:14:41+00:00
codec: videotoolbox: fix incorrect target conditional define name
- - - - -
1 changed file:
- modules/codec/vt_utils.c
Changes:
=====================================
modules/codec/vt_utils.c
=====================================
@@ -408,7 +408,7 @@ cvpx_map_TransferFunction_from_vtf(video_transfer_func_t transfer_func)
}
bool cvpx_has_attachment(CVPixelBufferRef pixelBuffer, CFStringRef key) {
-#if (TARGET_OS_OSX && defined(__MAC_10_14) && MA_COS_X_VERSION_MAX_ALLOWED >= __MAC_10_12) ||\
+#if (TARGET_OS_OSX && defined(__MAC_10_14) && MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_12) ||\
(TARGET_OS_IOS && defined(__IPHONE_12_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_15_0) || \
(TARGET_OS_TV && defined(__TVOS_15_0) && __TV_OS_VERSION_MAX_ALLOWED >= __TVOS_15_0) || \
(TARGET_OS_WATCH && defined(__WATCHOS_8_0) && __WATCH_OS_VERSION_MAX_ALLOWED >= __WATCHOS_8_0)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5cf24efcf709ed696bd329b5f2a79244befc899b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5cf24efcf709ed696bd329b5f2a79244befc899b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list