From: Sven Neumann Date: Wed, 22 Jul 2009 10:33:46 +0000 (+0200) Subject: gst-plugins-good: disable aalib X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e6a0a80d21aa737fdab674fc9361630ed9a6cf9;p=buildroot.git gst-plugins-good: disable aalib Explictly disable the build of the aasink plug-in. Without this fix the plug-in would be built if the aalib headers are found on the host. Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk index 75d25c88d7..bd0cb78082 100644 --- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk +++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk @@ -20,11 +20,12 @@ GST_PLUGINS_GOOD_CONF_OPT = \ --disable-x \ --disable-xshm \ --disable-xvideo \ + --disable-aalib \ --disable-aalibtest \ + --disable-esd \ --disable-esdtest \ --disable-shout2 \ - --disable-shout2test \ - --disable-esd + --disable-shout2test GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base