mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
SDL: drop pulse support
This commit is contained in:
parent
a8945c3830
commit
022442002f
@ -190,14 +190,6 @@ else
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-video-opengl"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-video-opengl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-pulseaudio --enable-pulseaudio-shared"
|
|
||||||
else
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-pulseaudio --disable-pulseaudio-shared"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure_host() {
|
pre_configure_host() {
|
||||||
( cd $ROOT/$PKG_BUILD
|
( cd $ROOT/$PKG_BUILD
|
||||||
# Skip autoheader because there is a problem with AC_DEFINE's in the configure.in in SDL 1.2.14.
|
# Skip autoheader because there is a problem with AC_DEFINE's in the configure.in in SDL 1.2.14.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user