Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 748 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 748 Bytes

FFmpeg Library

English

Description

This project builds the FFmpeg library from source with specific patches and configurations. Optimized for Allwinner T113-S3 with accelerated hardware video decoding.

Build Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Ensure you have abuild installed and configured on your system.

  3. Download the source and patches:

    wget https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/7.1.zip
    wget <patch-urls>
  4. Build the project:

    abuild -r

Installation

After building, the package can be installed using:

    sudo apk add --allow-untrusted <package-name>.apk