openh264
openh264 copied to clipboard
make OS=android do not work debian
My goal is to build the openh264 library for the android project. For the following processor types: arm64-v8a, armeabi-v7a, x86, x86_64.
Debian GNU/Linux 10
g++ version 8.3.0
NASM version 2.14
Android SDK platform version 29_r04
Android tools version 25.2.5
Android NDK version r21
I start assembly as it is written in readme:
make OS=android NDKROOT=$ANDROID_NDK_ROOT TARGET=android-29
And I get the following error:
gcc: error: unrecognized command line option '-mfloat-abi=softfp'
gcc: error: unrecognized command line option '-mfpu=vfpv3-d16'
Please tell me what needs to be done to solve this problem.
please pick up the latest version to see this issue exists or not.