Skip to content
Snippets Groups Projects
Commit 230565d2 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Hugo Beauzée-Luyssen
Browse files

opengl: Makefile.am: compile filter_draw on OSX

parent 112753a6
No related branches found
No related tags found
1 merge request!610Compile OpenGL filters on MacOSX
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment