mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
osxvideo: Fix libtool usage
--tag=CC is needed for static build
This commit is contained in:
parent
200eb7498d
commit
f56effbc81
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ libgstosxvideosink_la_LIBADD = \
|
|||
-lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
|
||||
libgstosxvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
libgstosxvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||
|
||||
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
||||
|
|
Loading…
Reference in a new issue