mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
resindvd: rename the lib from libresindvd to libgstresindvd
For consistency.
This commit is contained in:
parent
54f7ab5cf6
commit
afba4ce869
1 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue