~thopiekar/emgd/libva-1.0.12-github_community

« back to all changes in this revision

Viewing changes to test/putsurface/putsurface.c

  • Committer: Austin Yuan
  • Date: 2010-03-24 02:43:53 UTC
  • mfrom: (0.1.137)
  • Revision ID: git-v1:92e17d62fd6a9249906e284a28926010dc2c1639
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:
23
23
 */
24
24
 
25
25
 
26
 
/* gcc -o putsurface putsurface.c -lva -lva-x11 -I/usr/include/va */
 
26
/* gcc -o putsurface putsurface.c -lva -lva-x11 */
27
27
 
28
28
#include <stdio.h>
29
29
#include <string.h>
39
39
#include <sys/stat.h>
40
40
#include <fcntl.h>
41
41
 
42
 
#include "va.h"
43
 
#include "va_x11.h"
 
42
#include <va/va.h>
 
43
#include <va/va_x11.h>
44
44
 
45
45
#include <assert.h>
46
46