From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heidelberg Date: Wed, 21 Oct 2009 23:04:33 +0200 Subject: [Buildroot] [PATCH] gst-plugins-good: make new dependency-less plugins configurable In-Reply-To: <1256145290.19499.0.camel@sven> References: <200910200018.17071.markus.heidelberg@web.de> <87my3lq960.fsf@macbook.be.48ers.dk> <1256145290.19499.0.camel@sven> Message-ID: <200910212304.34971.markus.heidelberg@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Sven Neumann, 21.10.2009: > On Wed, 2009-10-21 at 13:27 +0200, Peter Korsgaard wrote: > > >>>>> "Sven" == Sven Neumann writes: > > > > Sven> GST_PLUGINS_GOOD_CONF_OPT = \ > > Sven> $(DISABLE_NLS) \ > > Sven> + --disable-debug \ > > Sven> --disable-examples \ > > Sven> - --disable-directdraw \ > > > > Sven> Hmm, perhaps directdraw should become an option as well, but I thought > > Sven> it's not really interesting for the buildroot target audience. > > > > Is that directdraw as in the component of Microsoft DirectX? That indeed > > doesn't seem like something we would want to enable. Why did you remove > > the line? > > Ah right, now I rememeber. It is not any longer a valid configure option > for the new release. So I removed it. Yes, directdraw moved from gst-plugins-good to gst-plugins-bad. Would be nice to add this to the commit message then as well as the rename from debug to debugutils to avoid confusion. Markus