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:
parent
fc8a239e9d
commit
4e81324362
2
configure
vendored
2
configure
vendored
@ -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)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user