configure: enable ffnvcodec, nvenc, nvdec for ppc6le

Adding the support to build FFMPEG with HW accelerated decode and encode on PPC64
little endian architecture.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
Ruta Gadkari
2019-05-08 12:07:28 +02:00
committed by Timo Rothenpieler
parent 80155795bb
commit cc86982fc5
Vendored
+8
View File
@@ -6513,6 +6513,14 @@ if enabled x86; then
disable ffnvcodec cuvid nvdec nvenc disable ffnvcodec cuvid nvdec nvenc
;; ;;
esac esac
elif enabled ppc64 && ! enabled bigendian; then
case $target_os in
linux)
;;
*)
disable ffnvcodec cuvid nvdec nvenc
;;
esac
else else
disable ffnvcodec cuvid nvdec nvenc disable ffnvcodec cuvid nvdec nvenc
fi fi