From afba4ce869e4fe62c7fe075daa40d1994f258a84 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 11 Jun 2012 13:10:43 +0100 Subject: [PATCH] resindvd: rename the lib from libresindvd to libgstresindvd For consistency. --- ext/resindvd/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am index 365fcb30ae..9c3651e728 100644 --- a/ext/resindvd/Makefile.am +++ b/ext/resindvd/Makefile.am @@ -1,8 +1,8 @@ # plugindir is set in configure -plugin_LTLIBRARIES = libresindvd.la +plugin_LTLIBRARIES = libgstresindvd.la -libresindvd_la_SOURCES = \ +libgstresindvd_la_SOURCES = \ plugin.c \ resindvdbin.c \ rsnaudiomunge.c \ @@ -15,15 +15,15 @@ libresindvd_la_SOURCES = \ rsnparsetter.c \ rsnwrappedbuffer.c -libresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ +libgstresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) $(DVDNAV_CFLAGS) -libresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ +libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstinterfaces-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) \ -lgstpbutils-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) $(DVDNAV_LIBS) -libresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libresindvd_la_LIBTOOLFLAGS = --tag=disable-static +libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstresindvd_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = resindvdbin.h \ rsnaudiomunge.h \