Commit 4e813243 authored by ManojGuptaBonda's avatar ManojGuptaBonda Committed by Timo Rothenpieler

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: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
parent fc8a239e
...@@ -6675,7 +6675,7 @@ if enabled x86; then ...@@ -6675,7 +6675,7 @@ if enabled x86; then
disable ffnvcodec cuvid nvdec nvenc disable ffnvcodec cuvid nvdec nvenc
;; ;;
esac esac
elif enabled ppc64 && ! enabled bigendian; then elif enabled_any aarch64 ppc64 && ! enabled bigendian; then
case $target_os in case $target_os in
linux) linux)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment