[FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for ppc6le

Ruta Gadkari git at videolan.org
Wed May 8 13:07:50 EEST 2019


ffmpeg | branch: master | Ruta Gadkari <rgadkari at nvidia.com> | Tue Mar 12 14:12:04 2019 +0530| [cc86982fc5f6ae7a25f448931dd3fc2b80c2ce0b] | committer: Timo Rothenpieler

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 at rothenpieler.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc86982fc5f6ae7a25f448931dd3fc2b80c2ce0b
---

 configure | 8 ++++++++
 1 file changed, 8 insertions(+)

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



More information about the ffmpeg-cvslog mailing list