Browse Source

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>
tags/n4.2
Ruta Gadkari Timo Rothenpieler 7 years ago
parent
commit
cc86982fc5
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      configure

+ 8
- 0
configure View File

@@ -6513,6 +6513,14 @@ if enabled x86; then
disable ffnvcodec cuvid nvdec nvenc
;;
esac
elif enabled ppc64 && ! enabled bigendian; then
case $target_os in
linux)
;;
*)
disable ffnvcodec cuvid nvdec nvenc
;;
esac
else
disable ffnvcodec cuvid nvdec nvenc
fi


Loading…
Cancel
Save