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