summaryrefslogtreecommitdiffstats
path: root/gst/valve
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-04 16:46:08 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-04 20:41:10 +0000
commitc23834eab366302dc434f5c9756e16dd848cca74 (patch)
tree395f83633c3d7b6491883cb88bfc8abab16db0d0 /gst/valve
parent6a91eb2f48a44c96dc7e14a4dab7c112c8e4b0c9 (diff)
downloadgst-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.tar.gz
gst-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.tar.bz2
gst-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.zip
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.
Diffstat (limited to 'gst/valve')
-rw-r--r--gst/valve/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/valve/Makefile.am b/gst/valve/Makefile.am
index 797f6a13..0e78b5ac 100644
--- a/gst/valve/Makefile.am
+++ b/gst/valve/Makefile.am
@@ -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)