This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’š Install libavfilter-dev

+1 -1
+1 -1
.github/workflows/docs.yml
··· 14 14 uses: daaku/gh-action-apt-install@v4 15 15 with: 16 16 # https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building 17 - packages: clang libavcodec-dev libavformat-dev libavutil-dev pkg-config 17 + packages: clang libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev pkg-config 18 18 - uses: actions-rs/toolchain@v1 19 19 with: { toolchain: stable } 20 20 - uses: actions-rs/cargo@v1