ffmpeg: Fix x86_64 build

This commit is contained in:
Fredrik Fornwall 2016-06-17 16:50:36 -04:00
parent d72c0a3130
commit ed0fc1fd1d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ termux_step_configure () {
# Specify --disable-asm to prevent text relocations on i686,
# see https://trac.ffmpeg.org/ticket/4928
_EXTRA_CONFIGURE_FLAGS="--disable-asm"
elif [ $TERMUX_ARCH = "x86_64" ]; then
_ARCH="x86_64"
elif [ $TERMUX_ARCH = "aarch64" ]; then
_ARCH=$TERMUX_ARCH
_EXTRA_CONFIGURE_FLAGS="--enable-neon"