]> git.sesse.net Git - ffmpeg/commitdiff
configure: enable ffnvcodec, nvenc, nvdec for aarch64
authorManojGuptaBonda <mbonda@nvidia.com>
Thu, 23 Apr 2020 04:03:35 +0000 (09:33 +0530)
committerTimo Rothenpieler <timo@rothenpieler.org>
Thu, 23 Apr 2020 10:44:42 +0000 (12:44 +0200)
Adding the support to build FFMPEG with HW accelerated decode(nvdec) and
encode on aarch64 architecture.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
configure

index 6533b4325040e500ac76af1787362fb3ebcccf0d..080d93a129e227a2dd010ad58447dbc07b9d3c5e 100755 (executable)
--- 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)
             ;;