https://bugs.freedesktop.org/show_bug.cgi?id=39537

Christian König <deathsim...@vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG
           Severity|normal                      |enhancement
                 CC|                            |deathsim...@vodafone.de

--- Comment #1 from Christian König <deathsim...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to