alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
๐ Install libavfilter-dev
author
Gwenn Le Bihan
date
1 year ago
(Apr 4, 2025, 10:21 AM +0200)
commit
8eaf59e9
8eaf59e9803cd9d9f87841c2fe1fff3650d845b9
parent
4fdbf51f
4fdbf51ff29325a974b62a2294624dcb16442d55
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
docs.yml
+1
-1
.github/workflows/docs.yml
Reviewed
···
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
17
-
packages: clang libavcodec-dev libavformat-dev libavutil-dev pkg-config
17
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