# HG changeset patch # User Rohit Joshi # Date 1240419454 0 # Node ID 957267380153589e6cb8b0e252b5b8f2608f53a2 # Parent 7ece98f9ab0c81a9c965c390659fd1ecadc85ea9 fix: gst-plugins-good receipt diff -r 7ece98f9ab0c -r 957267380153 gst-plugins-good/receipt --- a/gst-plugins-good/receipt Wed Apr 22 16:48:53 2009 +0000 +++ b/gst-plugins-good/receipt Wed Apr 22 16:57:34 2009 +0000 @@ -17,7 +17,7 @@ cd $src ./configure \ --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --enable-experimental --disable-static && + --enable-experimental --disable-static --disable-speex && make && make DESTDIR=$PWD/_pkg install }