configure: enable ffnvcodec, nvenc, nvdec for aarch64

Adding the support to build FFMPEG with HW accelerated decode(nvdec) and
encode on aarch64 architecture.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
ManojGuptaBonda 2020-04-23 09:33:35 +05:30 committed by Timo Rothenpieler
parent fc8a239e9d
commit 4e81324362

2
configure vendored
View File

@ -6675,7 +6675,7 @@ if enabled x86; then
disable ffnvcodec cuvid nvdec nvenc
;;
esac
elif enabled ppc64 && ! enabled bigendian; then
elif enabled_any aarch64 ppc64 && ! enabled bigendian; then
case $target_os in
linux)
;;