|
|
|
@ -72,12 +72,7 @@ if HAVE_OSX |
|
|
|
vout_LTLIBRARIES += libglinterop_sw_plugin.la |
|
|
|
libglinterop_sw_plugin_la_LIBADD = libvlc_opengl.la |
|
|
|
endif |
|
|
|
if HAVE_IOS |
|
|
|
vout_LTLIBRARIES += libglinterop_sw_plugin.la |
|
|
|
libglinterop_sw_plugin_la_LIBADD = libvlc_opengles.la |
|
|
|
libglinterop_sw_plugin_la_CPPFLAGS += -DUSE_OPENGL_ES2 |
|
|
|
endif |
|
|
|
if HAVE_TVOS |
|
|
|
if HAVE_IOS_OR_TVOS |
|
|
|
vout_LTLIBRARIES += libglinterop_sw_plugin.la |
|
|
|
libglinterop_sw_plugin_la_LIBADD = libvlc_opengles.la |
|
|
|
libglinterop_sw_plugin_la_CPPFLAGS += -DUSE_OPENGL_ES2 |
|
|
|
@ -122,12 +117,7 @@ if HAVE_OSX |
|
|
|
vout_LTLIBRARIES += libglfilter_draw_plugin.la |
|
|
|
libglfilter_draw_plugin_la_LIBADD = libvlc_opengl.la |
|
|
|
endif |
|
|
|
if HAVE_IOS |
|
|
|
vout_LTLIBRARIES += libglfilter_draw_plugin.la |
|
|
|
libglfilter_draw_plugin_la_LIBADD = libvlc_opengles.la $(GLES2_LIBS) |
|
|
|
libglfilter_draw_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1 |
|
|
|
endif |
|
|
|
if HAVE_TVOS |
|
|
|
if HAVE_IOS_OR_TVOS |
|
|
|
vout_LTLIBRARIES += libglfilter_draw_plugin.la |
|
|
|
libglfilter_draw_plugin_la_LIBADD = libvlc_opengles.la $(GLES2_LIBS) |
|
|
|
libglfilter_draw_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1 |
|
|
|
@ -155,7 +145,7 @@ libglfilter_mock_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1 |
|
|
|
noinst_LTLIBRARIES += libglfilter_mock_plugin.la |
|
|
|
endif |
|
|
|
|
|
|
|
if HAVE_IOS |
|
|
|
if HAVE_IOS_OR_TVOS |
|
|
|
libglfilter_mock_plugin_la_LIBADD += libvlc_opengles.la $(GLES2_LIBS) |
|
|
|
libglfilter_mock_plugin_la_CFLAGS = -DUSE_OPENGL_ES2=1 |
|
|
|
noinst_LTLIBRARIES += libglfilter_mock_plugin.la |
|
|
|
@ -189,12 +179,7 @@ if HAVE_OSX |
|
|
|
video_filter_LTLIBRARIES += libpl_scale_plugin.la |
|
|
|
libpl_scale_plugin_la_LIBADD += libvlc_opengl.la |
|
|
|
endif |
|
|
|
if HAVE_IOS |
|
|
|
video_filter_LTLIBRARIES += libpl_scale_plugin.la |
|
|
|
libpl_scale_plugin_la_LIBADD += libvlc_opengles.la |
|
|
|
libpl_scale_plugin_la_CPPFLAGS += -DUSE_OPENGL_ES2=1 |
|
|
|
endif |
|
|
|
if HAVE_TVOS |
|
|
|
if HAVE_IOS_OR_TVOS |
|
|
|
video_filter_LTLIBRARIES += libpl_scale_plugin.la |
|
|
|
libpl_scale_plugin_la_LIBADD += libvlc_opengles.la |
|
|
|
libpl_scale_plugin_la_CPPFLAGS += -DUSE_OPENGL_ES2=1 |
|
|
|
|