2023-05-02 19:35:56 +09:00
|
|
|
# FFmpeg Builder for ADOFAI
|
|
|
|
|
|
|
|
This project builds the LGPL 2.1 version of ffmpeg, including OpenH264
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```sh
|
|
|
|
./clean.sh # clean files generated on build
|
|
|
|
|
|
|
|
./build.sh # build ffmpeg from source
|
|
|
|
```
|
2023-05-04 16:32:39 +09:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
- mfx_dispatch patches from [vcpkg](https://github.com/microsoft/vcpkg)
|