summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-22 19:04:16 -0500
committerpommicket <pommicket@gmail.com>2025-02-25 15:16:06 -0500
commit08c4958f4df36b2c21ae3be4397bf7582a8caff8 (patch)
tree01310210118851f7547d0bad83eeed958acd0b63 /README.md
parent2a61b4884da2781f3e2705e6b560e59fbaa478ba (diff)
write a video file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 714795d..11d237a 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ It features
# Building from source
camlet requires meson-build, a C compiler, and the development libraries
-for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), and fontconfig.
+for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), avcodec, avformat, and fontconfig.
These can all be installed on Debian/Ubuntu with
```sh
-sudo apt install clang meson libv4l-dev libudev-dev libsodium-dev libfontconfig-dev libgl-dev libsdl2-dev libsdl2-ttf-dev libjpeg-dev
+sudo apt install clang meson libv4l-dev libudev-dev libsodium-dev libfontconfig-dev libgl-dev libsdl2-dev libsdl2-ttf-dev libjpeg-dev libavcodec-dev libavformat-dev
```