vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
