]> granicus.if.org Git - handbrake/commitdiff
flatpak: build with QSV support enabled
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 12 Jun 2019 22:31:25 +0000 (15:31 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 12 Jun 2019 22:31:25 +0000 (15:31 -0700)
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'

pkg/linux/flatpak/fr.handbrake.ghb.json

index 0741185a2b3531b165e6620047d6ef51d7b74d73..4b9c3f065bd9456af984a13b70b8221546c3f39a 100644 (file)
@@ -72,6 +72,7 @@
             "no-autogen": true,
             "config-opts": [
                 "--flatpak",
+                "--enable-qsv",
                 "--disable-gtk-update-checks"
             ],
             "builddir": true,