osxvideo: rename library according to the plugin name
authorPhilippe Normand <philn@igalia.com>
Sun, 6 Aug 2017 12:06:45 +0000 (13:06 +0100)
committerPhilippe Normand <philn@igalia.com>
Sun, 6 Aug 2017 12:26:01 +0000 (13:26 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=785880

sys/osxvideo/Makefile.am

index 7bd2953..a9a3d76 100644 (file)
@@ -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