summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorManojGuptaBonda <mbonda@nvidia.com>2020-04-23 09:33:35 +0530
committerTimo Rothenpieler <timo@rothenpieler.org>2020-04-23 12:44:42 +0200
commit4e81324362c3ddff0b9424a41387f8e380c792c6 (patch)
tree87850660d681376397457c337879ef4bef9a1428 /configure
parentfc8a239e9d0a0eeadcd4f5e93a3de56bd68ac8ed (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6533b43250..080d93a129 100755
--- a/configure
+++ b/configure
@@ -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)
;;