This commit is contained in:
Kevin Wang 2023-01-11 03:19:07 -05:00 committed by Max Howell
parent 4a3be2188c
commit 393bce08f5

View file

@ -0,0 +1,31 @@
distributable:
url: https://aomedia.googlesource.com/aom/+archive/v{{version}}.tar.gz
versions:
- 3.5.0
build:
dependencies:
tea.xyz/gx/cc: c99
cmake.org: ^3
tea.xyz/gx/make: '*'
working-directory:
out
script: |
cmake .. $ARGS
make
make install
env:
CC: clang
ARGS:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
test:
script: |
aomenc --help
aomdec --help
provides:
- bin/aomenc
- bin/aomdec