summaryrefslogtreecommitdiff
path: root/sys/applemedia
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-17 20:54:06 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-12-19 12:02:31 +0000
commit06e4403fdb86d481e0600e2250f3ae625ba60cb4 (patch)
treee9465c0d3cf3191e50d0bab3e62d389cfa885dc0 /sys/applemedia
parentee589cd337ffaf2c4096cdaaae44c502d7ef0cd0 (diff)
downloadgstreamer-plugins-bad-06e4403fdb86d481e0600e2250f3ae625ba60cb4.tar.gz
gl: update plugins to use GstGL from -base
Diffstat (limited to 'sys/applemedia')
-rw-r--r--sys/applemedia/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am
index 1bbab6550..9ddaf7a3e 100644
--- a/sys/applemedia/Makefile.am
+++ b/sys/applemedia/Makefile.am
@@ -18,11 +18,11 @@ libgstapplemedia_la_CPPFLAGS = \
-Dgst_core_video_buffer_get_type=gst_core_video_buffer_priv_get_type
libgstapplemedia_la_CFLAGS = \
- -I$(top_srcdir)/gst-libs \
- -I$(top_builddir)/gst-libs \
- $(GST_CFLAGS) \
+ $(GST_PLUGINS_BAD_CFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS) \
+ $(GST_GL_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS)
+ $(GST_CFLAGS)
if HAVE_IOS
GST_OBJCFLAGS_WITH_VERSION = $(GST_OBJCFLAGS)
@@ -45,12 +45,12 @@ libgstapplemedia_la_OBJCFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
endif
libgstapplemedia_la_LIBADD = \
- $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
- $(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
-lgstaudio-$(GST_API_VERSION) \
-lgstpbutils-$(GST_API_VERSION) \
+ $(GST_GL_LIBS) \
+ $(GST_BASE_LIBS) \
$(GMODULE_NO_EXPORT_LIBS)
libgstapplemedia_la_LIBTOOLFLAGS = --tag=CC