This project builds the FFmpeg library from source with specific patches and configurations. Optimized for Allwinner T113-S3 with accelerated hardware video decoding.
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Ensure you have
abuild
installed and configured on your system. -
Download the source and patches:
wget https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/7.1.zip wget <patch-urls>
-
Build the project:
abuild -r
After building, the package can be installed using:
sudo apk add --allow-untrusted <package-name>.apk