diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 17:56:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 17:57:22 +0000 |
commit | 3010afa97687d54d9b1e01d07c4d5e397271ff01 (patch) | |
tree | 348499a2baac932214dd9e3348f1447317be6526 /sys/applemedia | |
parent | 27e1e515a4666736397da161ce47a34112fd4a26 (diff) | |
download | gstreamer-plugins-bad-3010afa97687d54d9b1e01d07c4d5e397271ff01.tar.gz |
applemedia: fix build after gl move to -base
Diffstat (limited to 'sys/applemedia')
-rw-r--r-- | sys/applemedia/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am index 9ddaf7a3e..bde9969d3 100644 --- a/sys/applemedia/Makefile.am +++ b/sys/applemedia/Makefile.am @@ -37,8 +37,10 @@ libgstapplemedia_la_OBJCFLAGS = \ -I$(top_builddir)/gst-libs \ -fobjc-arc \ $(GST_OBJCFLAGS_WITH_VERSION) \ + $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_GL_CFLAGS) \ $(GST_BASE_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) + $(GST_CFLAGS) if HAVE_IOS libgstapplemedia_la_OBJCFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch |