Add x264 codec

This commit is contained in:
Lukas Herman
2020-02-24 23:26:11 -08:00
parent 31227a18b2
commit ee73705329
3 changed files with 182 additions and 1 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ jobs:
&& sudo apt-get install --no-install-recommends -y \
libopus-dev \
libva-dev \
libvpx-dev
libvpx-dev \
libx264-dev
- name: go vet
run: go vet ./...
- name: go build