summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-18 15:24:54 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-18 15:27:10 +0000
commit493082abd7f9d1867ec1753b598576b1cab7294d (patch)
tree37930ea275e29d954afdbc1e6c6c53c0ac55d6d2
parent6e321d2d873e8c8b11c3d355c1e9bc430f6a2557 (diff)
downloadgstreamer-plugins-bad-493082abd7f9d1867ec1753b598576b1cab7294d.tar.gz
videoparsers: change plugin filename from libgsth263parse* to libgstvideoparsersbad*
Due to a registry bug you may need to manually remove your registry file to make the new plugin appear with >0 features.
-rw-r--r--Makefile.am1
-rw-r--r--gst/videoparsers/Makefile.am12
2 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 46fbdf5c9..aaa72137d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ CRUFT_FILES = \
$(top_builddir)/gst/selector/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \
$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/tests/check/elements/autocolorspace \
$(top_builddir)/tests/check/elements/capssetter \
diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am
index f50969c1a..028959d0f 100644
--- a/gst/videoparsers/Makefile.am
+++ b/gst/videoparsers/Makefile.am
@@ -1,16 +1,16 @@
-plugin_LTLIBRARIES = libgsth263parse.la
+plugin_LTLIBRARIES = libgstvideoparsersbad.la
-libgsth263parse_la_SOURCES = plugin.c \
+libgstvideoparsersbad_la_SOURCES = plugin.c \
h263parse.c gsth263parse.c \
gsth264parse.c h264parse.c \
gstdiracparse.c dirac_parse.c
-libgsth263parse_la_CFLAGS = \
+libgstvideoparsersbad_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgsth263parse_la_LIBADD = \
+libgstvideoparsersbad_la_LIBADD = \
$(top_builddir)/gst-libs/gst/baseparse/libgstbaseparse-$(GST_MAJORMINOR).la \
$(GST_BASE_LIBS) $(GST_LIBS)
-libgsth263parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgsth263parse_la_LIBTOOLFLAGS = --tag=disable-static
+libgstvideoparsersbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstvideoparsersbad_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gsth263parse.h h263parse.h \
gsth264parse.h h264parse.h \