alsa-plugins: remove references to pulseaudio

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-19 07:47:53 +01:00
parent 7e5479d2b5
commit fedd0ddb26
2 changed files with 1 additions and 12 deletions

View File

@ -2,12 +2,6 @@
. config/options $1
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
ALSAPLUGINS_PULSEAUDIO="--enable-pulseaudio"
else
ALSAPLUGINS_PULSEAUDIO="--disable-pulseaudio"
fi
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
@ -21,7 +15,7 @@ cd $PKG_BUILD
--disable-jack \
--disable-samplerate \
--disable-avcodec \
$ALSAPLUGINS_PULSEAUDIO \
--disable-pulseaudio \
--with-speex=lib \
$MAKE

View File

@ -13,8 +13,3 @@ PKG_SHORTDESC="alsa-plugins: Advanced Linux Sound Architecture Plugins"
PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux."
PKG_IS_ADDON="no"
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS pulseaudio"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio"
fi