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

2020-04-23 Thread Timo Rothenpieler

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
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

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

2020-04-22 Thread ManojGuptaBonda
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(-)

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)
 ;;
-- 
2.17.1


---
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
---
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".