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 \