diff options
author | Maarten Lankhorst <[email protected]> | 2012-12-02 12:07:35 +0100 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2013-01-17 16:28:57 +0100 |
commit | 9ba7eac535d309332c4149b544ccf7e87f88c723 (patch) | |
tree | e199782d9cc22b21e30b61779ea4935648d81d59 /configure.ac | |
parent | 6eb0d3d86394699f0e3eb3df26a9623bb142e6a8 (diff) |
nvc0: add support for accelerated video decoding through the dedicated engines
Currently the use of external firmware is required, with kernel and
userspace firmware needed for all Fermi cards except nvd9. Kepler and nvd9
should only require kernel firmware.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 99a08fd060f..ba4c203e5f9 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED=2.4.40 LIBDRM_INTEL_REQUIRED=2.4.38 LIBDRM_NVVIEUX_REQUIRED=2.4.33 -LIBDRM_NOUVEAU_REQUIRED=2.4.33 +LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" DRI2PROTO_REQUIRED=2.6 GLPROTO_REQUIRED=1.4.14 LIBDRM_XORG_REQUIRED=2.4.24 |