projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e1e51
)
applemedia: fix build after gl move to -base
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 19 Dec 2017 17:56:33 +0000
(17:56 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 19 Dec 2017 17:57:22 +0000
(17:57 +0000)
sys/applemedia/Makefile.am
patch
|
blob
|
history
diff --git
a/sys/applemedia/Makefile.am
b/sys/applemedia/Makefile.am
index 9ddaf7a3e378585ad42f07b71569c38a2b083038..bde9969d374b8aa17cfbc8b4ef9b689c8d592641 100644
(file)
--- 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