osxvideo: Fix libtool usage
--tag=CC is needed for static build
This commit is contained in:
parent
200eb7498d
commit
f56effbc81
@ -13,6 +13,6 @@ libgstosxvideosink_la_LIBADD = \
|
|||||||
-lgstvideo-$(GST_API_VERSION)
|
-lgstvideo-$(GST_API_VERSION)
|
||||||
|
|
||||||
libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
|
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
|
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user