mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1481513 - disable ffvpx on aarch64 windows; r=gps
There's no support for it in our local tree.
This commit is contained in:
parent
0c5d77a181
commit
b40f3ab975
@ -2933,11 +2933,18 @@ case "$CPU_ARCH" in
|
||||
fi
|
||||
;;
|
||||
arm*|aarch64)
|
||||
MOZ_FFVPX=1
|
||||
MOZ_FFVPX_FLACONLY=1
|
||||
dnl Use same conditional as MOZ_LIBVPX to enable FFmpeg's ffvpx assembly decoder.
|
||||
dnl aarch 64 FLAC decoder for now will be C only.
|
||||
FFVPX_ASFLAGS=$VPX_ASFLAGS
|
||||
case "$OS_TARGET" in
|
||||
WINNT)
|
||||
dnl don't set up anything special
|
||||
;;
|
||||
*)
|
||||
MOZ_FFVPX=1
|
||||
MOZ_FFVPX_FLACONLY=1
|
||||
dnl Use same conditional as MOZ_LIBVPX to enable FFmpeg's ffvpx assembly decoder.
|
||||
dnl aarch 64 FLAC decoder for now will be C only.
|
||||
FFVPX_ASFLAGS=$VPX_ASFLAGS
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user