diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-02-18 15:24:54 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-02-18 15:27:10 +0000 |
commit | 493082abd7f9d1867ec1753b598576b1cab7294d (patch) | |
tree | 37930ea275e29d954afdbc1e6c6c53c0ac55d6d2 /Makefile.am | |
parent | 6e321d2d873e8c8b11c3d355c1e9bc430f6a2557 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 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 \ |