x264: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 16:29:06 +00:00
parent b422f1a752
commit 9b99bc243c

View File

@ -16,7 +16,7 @@ checksum=3519e8fa3399845c7d2248d0a7297a923ac6bdc78d0ec15e85026e810670e1be
do_configure() {
case "$XBPS_TARGET_MACHINE" in
armv[56]*) args+=" --disable-asm";;
armv7*) export AS=$CC;;
armv7*) export AS=$CC;;
esac
if [ "$CROSS_BUILD" ]; then
args+=" --host=$XBPS_CROSS_TRIPLET"