Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion ffmpeg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ffmpeg
version: 6.0
epoch: 1
epoch: 2
description: ffmpeg multimedia library
copyright:
- license: GPL-2.0-or-later AND LGPL-2.1-or-later
Expand All @@ -15,6 +15,12 @@ environment:
- build-base
- yasm
- x264-dev
- aom-libs
- aom
- aom-dev
- libtheora-dev
- libtheora
- libogg-dev

pipeline:
- uses: git-checkout
Expand All @@ -30,6 +36,8 @@ pipeline:
--libdir=/usr/lib \
--enable-shared \
--enable-libx264 \
--enable-libaom \
--enable-libtheora \
--enable-gpl

- uses: autoconf/make
Expand Down