mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
Rename plugin filenames to match plugin names
libgstrmdemux.so becomes libgstrealmedia.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
This commit is contained in:
parent
09f412dc3c
commit
c1e526a879
3 changed files with 11 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
|||
<plugin>
|
||||
<name>realmedia</name>
|
||||
<description>RealMedia support plugins</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>1.11.2</version>
|
||||
<filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
|
||||
<basename>libgstrealmedia.so</basename>
|
||||
<version>1.11.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
plugin_LTLIBRARIES = libgstrmdemux.la
|
||||
plugin_LTLIBRARIES = libgstrealmedia.la
|
||||
|
||||
libgstrmdemux_la_SOURCES = rademux.c rmdemux.c \
|
||||
libgstrealmedia_la_SOURCES = rademux.c rmdemux.c \
|
||||
rmutils.c rdtdepay.c rdtmanager.c \
|
||||
rtspreal.c realhash.c asmrules.c \
|
||||
rdtjitterbuffer.c gstrdtbuffer.c \
|
||||
pnmsrc.c realmedia.c
|
||||
|
||||
|
||||
libgstrmdemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstrmdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
libgstrealmedia_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstrealmedia_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstrtsp-@GST_API_VERSION@ \
|
||||
-lgstsdp-@GST_API_VERSION@ \
|
||||
-lgstpbutils-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrmdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
libgstrealmedia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrealmedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
noinst_HEADERS = rademux.h rmdemux.h rmutils.h rdtdepay.h rdtmanager.h \
|
||||
rdtjitterbuffer.h rtspreal.h realhash.h asmrules.h gstrdtbuffer.h \
|
||||
|
|
|
@ -13,7 +13,7 @@ real_sources = [
|
|||
'realmedia.c'
|
||||
]
|
||||
|
||||
gstrmdemux = library('gstrmdemux',
|
||||
gstrmdemux = library('gstrealmedia',
|
||||
real_sources,
|
||||
c_args : ugly_args,
|
||||
include_directories : [configinc, libsinc],
|
||||
|
|
Loading…
Reference in a new issue