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 _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
