diff mbox series

[FFmpeg-devel] configure: enable ffnvcodec, nvenc, nvdec for aarch64

Message ID 20200423040335.23022-1-mbonda@nvidia.com
State Accepted
Commit 4e81324362c3ddff0b9424a41387f8e380c792c6
Headers show
Series [FFmpeg-devel] configure: enable ffnvcodec, nvenc, nvdec for aarch64 | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

ManojGuptaBonda April 23, 2020, 4:03 a.m. UTC
Adding the support to build FFMPEG with HW accelerated decode(nvdec) and
encode on aarch64 architecture.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Timo Rothenpieler April 23, 2020, 10:47 a.m. UTC | #1
On 23.04.2020 06:03, ManojGuptaBonda wrote:
> Adding the support to build FFMPEG with HW accelerated decode(nvdec) and
> encode on aarch64 architecture.

Applied, thanks
diff mbox series

Patch

diff --git a/configure b/configure
index 6533b43250..080d93a129 100755
--- a/configure
+++ b/configure
@@ -6675,7 +6675,7 @@  if enabled x86; then
             disable ffnvcodec cuvid nvdec nvenc
             ;;
     esac
-elif enabled ppc64 && ! enabled bigendian; then
+elif enabled_any aarch64 ppc64 && ! enabled bigendian; then
     case $target_os in
         linux)
             ;;