mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
applemedia: fix build for objc
The obj-c api version option is required to get applemedia to build for ios, otherwise it won't find some symbols during linking
This commit is contained in:
parent
f468979dea
commit
23b2b46993
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ libgstapplemedia_la_OBJCFLAGS = \
|
|||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
||||
if HAVE_IOS
|
||||
libgstapplemedia_la_OBJCFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
|
||||
endif
|
||||
|
||||
libgstapplemedia_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue