mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lame: remove 'XBMC=master' support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
44318f2540
commit
48331e4380
@ -33,7 +33,9 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
# package specific configure options
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-nasm \
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--disable-nasm \
|
||||
--disable-rpath \
|
||||
--disable-cpml \
|
||||
--disable-gtktest \
|
||||
@ -50,10 +52,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-nasm \
|
||||
--with-fileio=lame \
|
||||
GTK_CONFIG=no"
|
||||
|
||||
if [ "$MEDIACENTER" = "xbmc-master" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-static --disable-shared"
|
||||
fi
|
||||
|
||||
post_make_target() {
|
||||
# dont build parallel
|
||||
MAKEFLAGS=-j1
|
||||
|
Loading…
x
Reference in New Issue
Block a user