mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
osxvideo: rename library according to the plugin name
https://bugzilla.gnome.org/show_bug.cgi?id=785880
This commit is contained in:
parent
d8b18f6b8f
commit
acb50ce82e
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstosxvideosink.la
|
||||
plugin_LTLIBRARIES = libgstosxvideo.la
|
||||
|
||||
libgstosxvideosink_la_SOURCES = osxvideosink.m cocoawindow.m
|
||||
libgstosxvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
libgstosxvideo_la_SOURCES = osxvideosink.m cocoawindow.m
|
||||
libgstosxvideo_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstosxvideosink_la_OBJCFLAGS = $(GST_OBJCFLAGS) $(GST_BASE_CFLAGS) \
|
||||
libgstosxvideo_la_OBJCFLAGS = $(GST_OBJCFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstosxvideosink_la_LIBADD = \
|
||||
libgstosxvideo_la_LIBADD = \
|
||||
$(GST_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,OpenGL
|
||||
libgstosxvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,OpenGL
|
||||
|
||||
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
||||
|
|
Loading…
Reference in a new issue