mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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:
committed by
Timo Rothenpieler
parent
80155795bb
commit
cc86982fc5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user