mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
applemedia-nonpublic: fix symbols redefinition for objc files
This commit is contained in:
parent
0690238c59
commit
3eaa4128cc
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ libgstapplemedia_nonpublic_la_CFLAGS = \
|
|||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
||||
|
||||
libgstapplemedia_nonpublic_la_CFLAGS = \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
||||
libgstapplemedia_nonpublic_la_OBJCFLAGS = \
|
||||
$(GST_OBJCFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue