[vlc-commits] Videotoolbox has an OS target of 10.8

Jean-Baptiste Kempf git at videolan.org
Wed Dec 21 20:25:03 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 21 20:22:41 2016 +0100| [1c35b300b5fd24343d7c16520286ec26a791c7a9] | committer: Jean-Baptiste Kempf

Videotoolbox has an OS target of 10.8

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/codec/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index ae2f912..5b56ecf 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -312,6 +312,7 @@ codec_LTLIBRARIES += $(LTLIBoggspots)
 libvideotoolbox_plugin_la_SOURCES = video_chroma/copy.c video_chroma/copy.h codec/videotoolbox.m \
                                     packetizer/h264_nal.c packetizer/h264_nal.h \
                                     packetizer/hxxx_nal.c packetizer/hxxx_nal.h
+libvideotoolbox_plugin_la_OBJCFLAGS = $(AM_CFLAGS) -mmacosx-version-min=10.8
 libvideotoolbox_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' -Wl,-framework,Foundation -Wl,-framework,VideoToolbox -Wl,-framework,CoreMedia -Wl,-framework,CoreVideo
 EXTRA_LTLIBRARIES += libvideotoolbox_plugin.la
 codec_LTLIBRARIES += $(LTLIBvideotoolbox)



More information about the vlc-commits mailing list