From 521335c387d68e58c85572278c95ed1798be0fe5 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 23 Apr 2022 16:20:06 -0400 Subject: [PATCH] Add ffmpeg dependency --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 87870397..a5997812 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,7 @@ build: python: "3.9" apt_packages: - cmake + - ffmpeg - libboost-filesystem-dev - libboost-log-dev - libboost-thread-dev