summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-02-16 00:33:50 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-02-16 00:33:50 +0000
commitf649e85bc9e6c6f52abcdd9fe1e5de670b0f580e (patch)
tree4d13e2c649869b9c947de19474772097da8ee399 /Makefile.am
parente3f9e854f08e82bfab11182c5a2aa6f9a0c73cd5 (diff)
downloadgstreamer-plugins-bad-f649e85bc9e6c6f52abcdd9fe1e5de670b0f580e.tar.gz
rtp: move RTP H.265 payloader/depayloader to -good
https://bugzilla.gnome.org/show_bug.cgi?id=761606
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f7bcbf04..0f2a09a12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,6 +63,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/rtp/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/rtpmux/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/rtpvp8/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/scaletempo/.libs/*.{so,dll,DLL,dylib} \
@@ -102,6 +103,7 @@ CRUFT_DIRS = \
$(top_srcdir)/gst/qtmux \
$(top_srcdir)/gst/rtpmux \
$(top_srcdir)/gst/rtpvp8 \
+ $(top_srcdir)/gst/rtp \
$(top_srcdir)/gst/scaletempo \
$(top_srcdir)/gst/selector \
$(top_srcdir)/gst/shapewipe \