summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRuta Gadkari <rgadkari@nvidia.com>2019-03-12 13:54:04 +0530
committerTimo Rothenpieler <timo@rothenpieler.org>2019-05-08 12:07:28 +0200
commitcc86982fc5f6ae7a25f448931dd3fc2b80c2ce0b (patch)
tree452112f6161a927d36889f4c7029e106ad29dc7a /configure
parent80155795bb433fe588a957be9fb96a0a2608a00f (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index a517d95b45..7130b4c8e9 100755
--- a/configure
+++ b/configure
@@ -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