diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-10-19 13:44:38 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-19 13:44:38 +0200 |
commit | fff292438c00c62933a825dab99875d6365ec069 (patch) | |
tree | 3e7b21da7342939df1b25947fea10ad45a3c68c9 /gst/rtp | |
parent | a7ec281c43bf9316b22720fca0bac5cf95bede53 (diff) | |
download | gstreamer-plugins-bad-fff292438c00c62933a825dab99875d6365ec069.tar.gz |
rtpbad: Fix make dist by removing non-existing file from EXTRA_DIST
It's used by the rtp plugin in gst-plugins-good for VP8 but not needed
or used here.
Diffstat (limited to 'gst/rtp')
-rw-r--r-- | gst/rtp/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index c0620f6f2..cc4e0df21 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -24,8 +24,6 @@ noinst_HEADERS = \ gstrtph265depay.h \ gstrtph265pay.h -EXTRA_DIST = dboolhuff.LICENSE - Android.mk: Makefile.am $(BUILT_SOURCES) androgenizer \ -:PROJECT libgstrtpbad -:SHARED libgstrtpbad \ |