diff options
author | John Stebbins <[email protected]> | 2019-06-12 15:31:25 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-06-12 15:31:25 -0700 |
commit | c543e6e3171954ccb5fdcc2003e30d79b6fb5b82 (patch) | |
tree | 0db23a6c861a2132794f578dbde804e8450f3a5b /pkg/linux | |
parent | 8b3929235dc634173700992dd1c5249f12ce03be (diff) |
flatpak: build with QSV support enabled
A MediaSDK flatpak plugin is also necessary to enable QSV when
running the flatpak. This plugin is built as a separate flatpak when
you 'make pkg.create.flatpak'
Diffstat (limited to 'pkg/linux')
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.ghb.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/linux/flatpak/fr.handbrake.ghb.json b/pkg/linux/flatpak/fr.handbrake.ghb.json index 0741185a2..4b9c3f065 100644 --- a/pkg/linux/flatpak/fr.handbrake.ghb.json +++ b/pkg/linux/flatpak/fr.handbrake.ghb.json @@ -72,6 +72,7 @@ "no-autogen": true, "config-opts": [ "--flatpak", + "--enable-qsv", "--disable-gtk-update-checks" ], "builddir": true, |