Merge pull request #147227 from mitchmindtree/ardour-video-default

ardour: Enable video support by default
This commit is contained in:
Bobby Rong
2021-11-27 09:37:37 +08:00
committed by GitHub
+1 -1
View File
@@ -52,7 +52,7 @@
, vamp-plugin-sdk
, wafHook
, xjadeo
, videoSupport ? false
, videoSupport ? true
}:
stdenv.mkDerivation rec {
pname = "ardour";