~misterc/libva/Trunk

« back to all changes in this revision

Viewing changes to test/vainfo.c

  • Committer: Austin Yuan
  • Date: 2010-03-24 02:43:53 UTC
  • mfrom: (0.1.137)
  • Revision ID: git-v1:92e17d62fd6a9249906e284a28926010dc2c1639
Tags: 20100324_5.3.0.0000
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
23
 */
24
24
 
25
 
#ifdef IN_LIBVA
26
 
#include <va_x11.h>
27
 
#else
28
25
#include <va/va_x11.h>
29
 
#endif
30
26
 
31
27
#include <stdarg.h>
32
28
#include <stdio.h>