libmad: fix 'unary operator' error

This commit is contained in:
chewitt 2016-05-07 06:46:58 +01:00
parent 0942b4f09b
commit 51fd9836a6

View File

@ -34,7 +34,7 @@ PKG_AUTORECONF="yes"
# package specific configure options
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"
fi