mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #317 from chewitt/fix_libmad
libmad: fix 'unary operator expected' error
This commit is contained in:
commit
87df8c4f96
@ -34,7 +34,7 @@ PKG_AUTORECONF="yes"
|
|||||||
|
|
||||||
# package specific configure options
|
# package specific configure options
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||||
if [ $TARGET_ARCH == "x86_64" ] ; then
|
if [ "$TARGET_ARCH" = "x86_64" ] ; then
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-accuracy --enable-fpm=64bit"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-accuracy --enable-fpm=64bit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user