Yong Huang

Results 3 comments of Yong Huang

here is my compile bash (in centos-7) ``` #!/bin/bash set -x API=19 NDK=/opt/android-ndk-r20 CPU=arm64-v8a PREFIX=/opt/ffmpeg-android/$CPU TOOLCHAIN=$NDK/toolchains/llvm/prebuilt/linux-x86_64 SYSROOT=${TOOLCHAIN}/sysroot function function_one { ./configure \ --prefix=$PREFIX \ --enable-shared \ --enable-static \ --disable-doc \...

I used file `ffmpeg`,`ffprobe` from your project, then it works well. But i don't know how to compile these files, in your project, the size of file `ffmpeg` and `ffprobe`...

我今天也遇到了这个问题,你解决了吗?年前还是好好的