[Libva] [PATCH] Using vaapi-vdpau-driver with noveau​

Anka Planka anka.213.bacn at gmail.com
Tue Jul 8 12:29:10 PDT 2014


Hi!

Since Nouveau now supports vdpau, it would make sense to include it in
the http://cgit.freedesktop.org/vaapi/vdpau-driver/ back-end. I have
tried adding the symlink manually, and that works for me. The
following patch should do that.

---
src/Makefile.am | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index cec36c1..6743b0d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,6 @@
DRIVERS = nvidia
DRIVERS += s3g # native VA-API driver is too old, so use VDPAU based one
+DRIVERS += nouveau

INCLUDES = \
$(VDPAU_VIDEO_CFLAGS)
--
2.0.1

Regards,
Andreas


More information about the Libva mailing list