[vlc-commits] [Git][videolan/vlc][master] 2 commits: opengl: Makefile.am: compile filter_draw on OSX

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Wed Sep 15 09:32:32 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
230565d2 by Alexandre Janniaux at 2021-09-15T09:03:11+00:00
opengl: Makefile.am: compile filter_draw on OSX

- - - - -
ee8141a7 by Alexandre Janniaux at 2021-09-15T09:03:11+00:00
opengl: Makefile.am: compile glfilter_mock on OSX

- - - - -


1 changed file:

- modules/video_output/opengl/Makefile.am


Changes:

=====================================
modules/video_output/opengl/Makefile.am
=====================================
@@ -78,6 +78,10 @@ if HAVE_GL
 libglfilter_draw_plugin_la_LIBADD = libvlc_opengl.la $(GL_LIBS)
 vout_LTLIBRARIES += libglfilter_draw_plugin.la
 endif
+if HAVE_OSX
+libglfilter_draw_plugin_la_LIBADD = libvlc_opengl.la
+vout_LTLIBRARIES += libglfilter_draw_plugin.la
+endif
 if HAVE_IOS
 libglfilter_draw_plugin_la_LIBADD = libvlc_opengles.la $(GLES2_LIBS)
 libglfilter_draw_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1
@@ -103,6 +107,11 @@ libglfilter_mock_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1
 noinst_LTLIBRARIES += libglfilter_mock_plugin.la
 endif
 
+if HAVE_OSX
+libglfilter_mock_plugin_la_LIBADD += libvlc_opengl.la
+noinst_LTLIBRARIES += libglfilter_mock_plugin.la
+endif
+
 if HAVE_ANDROID
 libglfilter_mock_plugin_la_LIBADD += libvlc_opengles.la $(GLES2_LIBS)
 libglfilter_mock_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/112753a66c0d690b81e28bd11e0077bf2affedc8...ee8141a75220c85dc026de74ea6b803baf01ef73

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/112753a66c0d690b81e28bd11e0077bf2affedc8...ee8141a75220c85dc026de74ea6b803baf01ef73
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list