Files
termux-packages/packages/ffmpeg
termux-pacman-bot 1c0eb1e618 feat(ffmpeg): Allow --enable-static in ffmpeg (#21776)
Current if we replace `--disable-static` with `--enable-static` in
then it fails with error:

    aarch64-linux-android-ar: not found

Fixing this error and the next one:

    make: aarch64-linux-android-ranlib: No such file or directory

So now one can just replace `--disable-static` with `--enable-static`
and it will also provide static libraries.

%ci:no-build
2024-10-16 00:50:44 +00:00
..