Skip to content

Adding libvmaf and fixing auto-build #4

Adding libvmaf and fixing auto-build

Adding libvmaf and fixing auto-build #4

Workflow file for this run

---
name: Build FFMPEG
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build FFMPEG
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Install Dependencies"
run: |
sudo ./Prep_System.sh
- name: "Build FFMPEG"
run: |
./Cross-Compile_FFMPEG.sh