mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(avif)
This commit is contained in:
parent
a96b008bc4
commit
d51c6034aa
1 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue