mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
applemedia: Fix libtool usage
--tag=CC is needed for static build
This commit is contained in:
parent
00bf61a0db
commit
72127a85f5
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ libgstapplemedia_nonpublic_la_LIBADD = \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
$(GMODULE_NO_EXPORT_LIBS)
|
$(GMODULE_NO_EXPORT_LIBS)
|
||||||
|
|
||||||
libgstapplemedia_nonpublic_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstapplemedia_nonpublic_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||||
|
|
||||||
libgstapplemedia_nonpublic_la_LDFLAGS = \
|
libgstapplemedia_nonpublic_la_LDFLAGS = \
|
||||||
$(GST_PLUGIN_LDFLAGS) \
|
$(GST_PLUGIN_LDFLAGS) \
|
||||||
|
|
|
@ -43,7 +43,7 @@ libgstapplemedia_la_LIBADD = \
|
||||||
-lgstaudio-$(GST_API_VERSION) \
|
-lgstaudio-$(GST_API_VERSION) \
|
||||||
$(GMODULE_NO_EXPORT_LIBS)
|
$(GMODULE_NO_EXPORT_LIBS)
|
||||||
|
|
||||||
libgstapplemedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstapplemedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||||
|
|
||||||
libgstapplemedia_la_LDFLAGS = \
|
libgstapplemedia_la_LDFLAGS = \
|
||||||
$(GST_PLUGIN_LDFLAGS) \
|
$(GST_PLUGIN_LDFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue