Summary: | Build error at get vlVaGetVtable | ||
---|---|---|---|
Product: | Mesa | Reporter: | Heiher <admin> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | ckoenig.leichtzumerken |
Version: | git | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Heiher
2011-07-26 01:15:27 UTC
The va state tracker currently compiles only with VAAPI Version 0.31. There is a check for that in configure.ac, your patch makes the state tracker build with VAAPI 0.32, but also breaks building with VAAPI 0.31. If you want to really fix that (which would be very welcome), you need to add something like: #if VA_CHECK_VERSION(0,32,0) ... #else ... #endif So please fix your patch and resubmit it to the mailing list. Thanks, Christian. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.