mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
vdr-sc: cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c64edc5c3c
commit
94e36df05c
6
packages/3rdparty/multimedia/vdr-sc/build
vendored
6
packages/3rdparty/multimedia/vdr-sc/build
vendored
@ -23,11 +23,13 @@
|
||||
. config/options $1
|
||||
|
||||
VDR_DIR=`basename $BUILD/vdr-[0-9]*`
|
||||
CFLAGS="$CFLAGS -Wall -fPIC -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"
|
||||
|
||||
# dont build parallel
|
||||
MAKEFLAGS=-j1
|
||||
|
||||
cd $PKG_BUILD
|
||||
make VDRDIR="../$VDR_DIR" LIBDIR="." LOCALEDIR="./locale" FLAGS="$CFLAGS"
|
||||
make VDRDIR="../$VDR_DIR" \
|
||||
LIBDIR="." \
|
||||
LOCALEDIR="./locale" \
|
||||
FLAGS="$CFLAGS -Wall -fPIC -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user