mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
lame: build as static library if $MEDIACENTER=xbmc-master
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
22ef84c903
commit
ec8efff4de
@ -50,6 +50,10 @@ 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