commit
9badc7c997
|
@ -9,10 +9,16 @@ AV1 codec.
|
|||
|
||||
Make sure libaom is installed. On typical Linux distro just run:
|
||||
|
||||
#### Debian (and derivatives):
|
||||
```bash
|
||||
sudo apt-get install libaom-dev
|
||||
```
|
||||
|
||||
#### RHEL (and derivatives):
|
||||
```bash
|
||||
sudo dnf install libaom-devel
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
To use go-avif in your Go code:
|
||||
|
|
Loading…
Reference in New Issue