fix(avif)

This commit is contained in:
Jacob Heider 2023-04-18 15:51:32 -04:00
parent a96b008bc4
commit d51c6034aa
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -32,12 +32,15 @@ provides:
- bin/avifenc
- bin/avifdec
test: |
avifenc fixture.png test.avif
test -f test.avif
test:
dependencies:
tea.xyz/gx/cc: c99
script: |
avifenc fixture.png test.avif
test -f test.avif
avifdec test.avif test.jpg
test -f test.jpg
avifdec test.avif test.jpg
test -f test.jpg
cc example.c -lavif
./a.out test.avif
cc example.c -lavif
./a.out test.avif