[vlc-commits] Makefile.am: Remove explicit options for 10.8 minimum version

David Fuhrmann git at videolan.org
Sat Jan 13 18:46:05 CET 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jan 13 18:23:17 2018 +0100| [e6b7570717f8c95a9a5bc064069fe1c229021d33] | committer: David Fuhrmann

Makefile.am: Remove explicit options for 10.8 minimum version

VLC is now supported on 10.10 or higher, thus removing explicit
options for a minimum sdk version of 10.8.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6b7570717f8c95a9a5bc064069fe1c229021d33
---

 modules/codec/Makefile.am        | 3 ---
 modules/video_chroma/Makefile.am | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 10132a92f3..3148f30104 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -350,9 +350,6 @@ libvideotoolbox_plugin_la_SOURCES = \
 	packetizer/h264_slice.c packetizer/h264_slice.h \
 	packetizer/h264_nal.c packetizer/h264_nal.h \
 	packetizer/hevc_nal.c packetizer/hevc_nal.h
-if HAVE_OSX
-libvideotoolbox_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -mmacosx-version-min=10.8
-endif
 if HAVE_IOS
 libvideotoolbox_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -miphoneos-version-min=8.0
 endif
diff --git a/modules/video_chroma/Makefile.am b/modules/video_chroma/Makefile.am
index 723d50f564..ac3de3cb88 100644
--- a/modules/video_chroma/Makefile.am
+++ b/modules/video_chroma/Makefile.am
@@ -118,9 +118,6 @@ chroma_LTLIBRARIES += \
 endif
 
 libcvpx_plugin_la_SOURCES = codec/vt_utils.c codec/vt_utils.h video_chroma/cvpx.c
-if HAVE_OSX
-libcvpx_plugin_la_CFLAGS = $(AM_CFLAGS) -mmacosx-version-min=10.8
-endif
 if HAVE_IOS
 libcvpx_plugin_la_CFLAGS = $(AM_CFLAGS) -miphoneos-version-min=8.0
 endif



More information about the vlc-commits mailing list