[Lunar-commits] <moonbase> Revert "gst-plugins-good: disable qtdemux for now."

Zachary McGrew zmcgrew at lunar-linux.org
Wed Jun 17 06:26:02 CEST 2009


commit 26399bb3ac8b5779fa6521dad5f4ae35ad76b3b9
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Jun 16 21:26:02 2009 -0700

    Revert "gst-plugins-good: disable qtdemux for now."
    
    This reverts commit cd821c85f0a5c04d52b2a2f67d81ff70978d91e7.
    
    We don't have the latest version in moonbase, which is what has the issue.
    But if someone bumps to the 0.10.15, please disable the qtdemuxer.
---
 audio/gst-plugins-good/BUILD |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/audio/gst-plugins-good/BUILD b/audio/gst-plugins-good/BUILD
index 9b903bc..75d2630 100644
--- a/audio/gst-plugins-good/BUILD
+++ b/audio/gst-plugins-good/BUILD
@@ -4,13 +4,7 @@
   #Check at the next version bump
   sedit 's:@MKINSTALLDIRS@:mkinstalldirs:g' po/Makefile.in.in
 
-  #Please check if qtdemux is fixed at next version bump.
-  #Doesn't compile with current gstreamer -- zmcgrew 06/11/2009
-
-  OPTS="$OPTS  --disable-valgrind  \
-               --disable-debug     \
-	       --disable-qtdemux   \
-	       --disable-examples"
+  OPTS="$OPTS  --disable-valgrind  --disable-debug  --disable-examples"
 
   default_build
 


More information about the Lunar-commits mailing list