mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
valve: rename plugin file from libfsvalve.* to libgstvalve.*
If you're running things uninstalled, you might need to manually remove the registry to get the plugin's features to show up correctly. Also, you probably want to do a make clean to get rid of the old plugin file.
This commit is contained in:
parent
6a91eb2f48
commit
c23834eab3
3 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
|||
<plugin>
|
||||
<name>valve</name>
|
||||
<description>Valve</description>
|
||||
<filename>../../gst/valve/.libs/libfsvalve.so</filename>
|
||||
<basename>libfsvalve.so</basename>
|
||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||
<basename>libgstvalve.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>valve</name>
|
||||
|
|
|
@ -119,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstmxf.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvmnc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvideosignal.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libfsvalve.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvalve.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstautoconvert.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstliveadder.so
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugin_LTLIBRARIES = libfsvalve.la
|
||||
plugin_LTLIBRARIES = libgstvalve.la
|
||||
|
||||
libfsvalve_la_SOURCES = gstvalve.c gstvalve.h
|
||||
libgstvalve_la_SOURCES = gstvalve.c gstvalve.h
|
||||
|
||||
libfsvalve_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
|
||||
libfsvalve_la_LIBADD = $(GST_LIBS_LIBS)
|
||||
libfsvalve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
libgstvalve_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
|
||||
libgstvalve_la_LIBADD = $(GST_LIBS_LIBS)
|
||||
libgstvalve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
|
|
Loading…
Reference in a new issue