lame: remove 'XBMC=master' support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-07-27 14:47:20 +02:00
parent 44318f2540
commit 48331e4380

View File

@ -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