ffmpeg | branch: master | Ruta Gadkari <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
