summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-25 14:43:55 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-25 14:52:38 +0200
commit4af642a6f890ac376e140c7e0104f869ff445918 (patch)
treec7e3c7f4eee861cfcebe9484bd5861ccf693b94b /Makefile.am
parent46d7470e6e45825069c9810132b022c5556feeae (diff)
downloadgstreamer-plugins-bad-4af642a6f890ac376e140c7e0104f869ff445918.tar.gz
rawparse: Move to gst-plugins-base and keep legacy audioparse/videoparse here
https://bugzilla.gnome.org/show_bug.cgi?id=774544
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f96358d6..53f1808b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,7 @@ CRUFT_FILES = \
$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/mpeg4videoparse/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/qtmux/.libs/*.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/rawparse/.libs/libgstrawparse* \
$(top_builddir)/gst/rtp/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/rtpmux/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/rtpvp8/.libs/*.{so,dll,DLL,dylib} \
@@ -84,6 +85,8 @@ CRUFT_FILES = \
$(top_builddir)/tests/check/elements/dataurisrc \
$(top_builddir)/tests/check/elements/imagefreeze \
$(top_builddir)/tests/check/elements/qtmux \
+ $(top_builddir)/tests/check/elements/rawaudioparse \
+ $(top_builddir)/tests/check/elements/rawvideoparse \
$(top_builddir)/tests/check/elements/rtpmux \
$(top_builddir)/tests/check/elements/selector \
$(top_builddir)/tests/check/elements/valve \