mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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 \
|
||||
-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
|
||||
|
|
Loading…
Reference in a new issue