[gstreamer-plugins-bad-free] Remove special case for mpegtsmux that is no longer removed

Benjamin Otte company at fedoraproject.org
Wed Jan 12 08:29:45 UTC 2011


commit 49d66d0b7931c8a21b887a461cb8da5a863d58f7
Author: Benjamin Otte <otte at redhat.com>
Date:   Wed Oct 20 03:16:46 2010 +0200

    Remove special case for mpegtsmux that is no longer removed
    
    This should have been done with
    145a75c18c8ae251a57b552453f48b38a3f555e5, but was missed.

 gst-p-bad-cleanup.sh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gst-p-bad-cleanup.sh b/gst-p-bad-cleanup.sh
index 3758794..28ab2bb 100755
--- a/gst-p-bad-cleanup.sh
+++ b/gst-p-bad-cleanup.sh
@@ -133,9 +133,6 @@ for subdir in gst ext sys; do
 			echo "Removing Makefile generation for $MODULE"
 			grep -v "$dir/Makefile" configure.ac > configure.ac.new && mv configure.ac.new configure.ac
 			# Urgh
-			if test $MODULE = mpegtsmux ; then
-				grep -v "gst/mpegtsmux/tsmux/Makefile" configure.ac > configure.ac.new && mv configure.ac.new configure.ac
-			fi
 			if test $MODULE = real ; then
 				grep -v "AG_GST_DISABLE_PLUGIN(real)" configure.ac > configure.ac.new && mv configure.ac.new configure.ac
 			fi


More information about the scm-commits mailing list