mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
various fixes
This commit is contained in:
parent
34891e6277
commit
ee94bc513d
@ -23,6 +23,10 @@ cd $BUILD/$1*
|
|||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$STRIP `find gst libs plugins -name *.so*`
|
$STRIP gst/.libs/*.so*
|
||||||
|
$STRIP libs/gst/*/.libs/*.so*
|
||||||
|
$STRIP plugins/*/.libs/*.so
|
||||||
|
|
||||||
|
#$STRIP `find gst libs plugins -name *.so*`
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -78,6 +78,8 @@ case "$2" in
|
|||||||
# Devtools for Cooreboot... (not for Release)
|
# Devtools for Cooreboot... (not for Release)
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install superiotool
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install superiotool
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install flashrom
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install flashrom
|
||||||
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install getpir
|
||||||
|
|
||||||
|
|
||||||
#[ "$EXTRACODECS" = yes ] && $SCRIPTS/install extra-codecs-nonfree $1
|
#[ "$EXTRACODECS" = yes ] && $SCRIPTS/install extra-codecs-nonfree $1
|
||||||
#[ "$EXTRAFIRMWARES" = yes ] && $SCRIPTS/install extra-firmwares-nonfree $1
|
#[ "$EXTRAFIRMWARES" = yes ] && $SCRIPTS/install extra-firmwares-nonfree $1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user