mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
alsa-plugins: remove references to pulseaudio
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7e5479d2b5
commit
fedd0ddb26
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user