From fff292438c00c62933a825dab99875d6365ec069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 19 Oct 2014 13:44:38 +0200 Subject: [PATCH] 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. --- gst/rtp/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index c0620f6f2a..cc4e0df215 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 \