[Mesa-dev] [Bug 39537] Build error at get vlVaGetVtable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jul 26 04:37:08 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39537
Christian König <deathsimple at vodafone.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
Severity|normal |enhancement
CC| |deathsimple at vodafone.de
--- Comment #1 from Christian König <deathsimple at vodafone.de> 2011-07-26 04:37:08 PDT ---
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.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list