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
@ -22,6 +22,10 @@ libgstapplemedia_la_OBJCFLAGS = \
|
|||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS)
|
||||||
|
|
||||||
|
if HAVE_IOS
|
||||||
|
libgstapplemedia_la_OBJCFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
|
||||||
|
endif
|
||||||
|
|
||||||
libgstapplemedia_la_LIBADD = \
|
libgstapplemedia_la_LIBADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user