[vlc-commits] vout: add missing frameworks to libglconv_cvpx LDFLAGS

Marvin Scholz git at videolan.org
Mon Oct 2 12:54:38 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Oct  2 12:46:57 2017 +0200| [9acba6b739a100e23b0823d34253b8c4e6d9e580] | committer: Marvin Scholz

vout: add missing frameworks to libglconv_cvpx LDFLAGS

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

 modules/video_output/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index d2ed1f94cb..b77824944d 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -29,7 +29,8 @@ libcaopengllayer_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' \
 	-Wl,-framework,OpenGL,-framework,Cocoa,-framework,QuartzCore
 
 libglconv_cvpx_plugin_la_SOURCES += codec/vt_utils.c codec/vt_utils.h
-libglconv_cvpx_plugin_la_LDFLAGS += -Wl,-framework,IOSurface -Wl,-framework,CoreVideo
+libglconv_cvpx_plugin_la_LDFLAGS += -Wl,-framework,IOSurface \
+	-Wl,-framework,Foundation,-framework,CoreVideo,-framework,OpenGL
 vout_LTLIBRARIES += libvout_macosx_plugin.la libcaopengllayer_plugin.la \
 	libglconv_cvpx_plugin.la
 endif



More information about the vlc-commits mailing list