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
commit dfae03cfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
, vamp-plugin-sdk
, wafHook
, xjadeo
, videoSupport ? false
, videoSupport ? true
}:
stdenv.mkDerivation rec {
pname = "ardour";