mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
applemedia: fix build after gl move to -base
This commit is contained in:
parent
27e1e515a4
commit
3010afa976
1 changed files with 3 additions and 1 deletions
|
@ -37,8 +37,10 @@ libgstapplemedia_la_OBJCFLAGS = \
|
||||||
-I$(top_builddir)/gst-libs \
|
-I$(top_builddir)/gst-libs \
|
||||||
-fobjc-arc \
|
-fobjc-arc \
|
||||||
$(GST_OBJCFLAGS_WITH_VERSION) \
|
$(GST_OBJCFLAGS_WITH_VERSION) \
|
||||||
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
|
$(GST_GL_CFLAGS) \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS)
|
$(GST_CFLAGS)
|
||||||
|
|
||||||
if HAVE_IOS
|
if HAVE_IOS
|
||||||
libgstapplemedia_la_OBJCFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
|
libgstapplemedia_la_OBJCFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
|
||||||
|
|
Loading…
Reference in a new issue