From: Philippe Normand Date: Sun, 6 Aug 2017 12:06:45 +0000 (+0100) Subject: osxvideo: rename library according to the plugin name X-Git-Tag: 1.16.2~922 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acb50ce82e431f04755f072ca9d026d0e6e8fbc0;p=platform%2Fupstream%2Fgst-plugins-good.git osxvideo: rename library according to the plugin name https://bugzilla.gnome.org/show_bug.cgi?id=785880 --- diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am index 7bd2953..a9a3d76 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