[FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Aug 21 11:52:17 EEST 2018
2018-08-20 18:38 GMT+02:00, Mohammed Bey Ahmed Khernache <mohbeyinfo at gmail.com>:
> ./configure
> --cross-prefix=/root/arm64-toolchains-r14b/bin/aarch64-linux-android-
> --sysroot=/root/arm64-toolchains-r14b/sysroot/ --arch=arm64
> --target-os=android --prefix="$HOME/ffmpeg_build"
> --pkg-config-flags="--static" --extra-cflags="-I$HOME/ffmpeg_build/include
> -pie" --extra-ldflags="-L$HOME/ffmpeg_build/lib -pie" --bindir="$HOME/bin"
> --enable-gpl --enable-hwaccel=auto --enable-nonfree
(-pie should not be necessary anymore.)
There is no "--enable-hwaccel=auto" configure option and I strongly
suspect you don't want to use --enable-nonfree.
More important is what hwaccels configure shows as enabled.
Carl Eugen
More information about the ffmpeg-user
mailing list