summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2017-08-06 13:06:45 +0100
committerPhilippe Normand <philn@igalia.com>2017-08-06 13:26:01 +0100
commitacb50ce82e431f04755f072ca9d026d0e6e8fbc0 (patch)
tree3965638f2171b92ba2e6348642bdf5304e7394a1 /sys
parentd8b18f6b8f75c13165905a40676ac6ed169db724 (diff)
osxvideo: rename library according to the plugin name
https://bugzilla.gnome.org/show_bug.cgi?id=785880
Diffstat (limited to 'sys')
-rw-r--r--sys/osxvideo/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am
index 7bd295398..a9a3d765b 100644
--- a/sys/osxvideo/Makefile.am
+++ b/sys/osxvideo/Makefile.am
@@ -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