diff options
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index f3a0436786..e01594fb28 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4494,7 +4494,9 @@ create smoother and stable videos.") ("unittest++" ,unittest-cpp))) (propagated-inputs ;all referenced in installed headers `(("cppzmq" ,cppzmq) - ("ffmpeg" ,ffmpeg) + ;; libopenshot doesn't yet build with ffmpeg 4.4 (see: + ;; https://github.com/OpenShot/libopenshot/issues/676). + ("ffmpeg" ,ffmpeg-4.3) ("imagemagick" ,imagemagick) ("jsoncpp" ,jsoncpp) ("libopenshot-audio" ,libopenshot-audio) |