ffmpeg-android-maker
ffmpeg-android-maker copied to clipboard
Contains a script that assembles FFmpeg library for Android
can't open https url
Sir, Your tool help me a lot, thank you very much! I have encountered some difficult problems on Android and need to debug into ffmpeg. Is there a way for...
This is somewhat a **feature request.** As you have mentioned in few issues you plan to do this, I thought having this in the tracker will help.
Hi, I am having problems with adding `--enable-gnutls` to the build. I cannot reconcile dependencies and have installed GnuTls subdependency Libnettle. Have any one succeeded in adding GnuTLS support to...
compiled and running is fine on device Android 9.0, but failed on android device 5.1, here is the error message: - java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "av_audio_fifo_peek_at" referenced by...
I encountered an issue while running in docker, which is the error "/bin/sh: 1: cd: can't cd to /mnt/ffmpeg-android-maker".
in my fork, I want to add libx265. but while I only link libx265, the binary will load `libx265.so.188`. If I add ``export FFMPEG_EXTRA_LD_FLAGS="${FFMPEG_EXTRA_LD_FLAGS} -lc++"`` in build.sh , it load...
I want to use [libopenmpt](https://lib.openmpt.org/libopenmpt/download/), and I adapted the scripts, it gives me error: ERROR: libopenmpt >= 0.2.6557 not found using pkg-config. But there is already a file created, and...
Thank you very much for this amazing script. I need a bit of help. I have looked at the build.sh script in the ffmpeg folder and it does NOT contain...