hardware/intel/libva
Revisão | b1a802f06a3c9883d7267e804ebf66cdbcf4a0fa (tree) |
---|---|
Hora | 2009-01-20 01:44:33 |
Autor | Austin Yuan <shengquan.yuan@inte...> |
Commiter | Austin Yuan |
Fixed compile issue
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
@@ -27,7 +27,7 @@ bin_PROGRAMS = vainfo | ||
27 | 27 | |
28 | 28 | testdir = $(bindir) |
29 | 29 | |
30 | -AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src | |
30 | +AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 | |
31 | 31 | |
32 | 32 | TESTS = $(check_PROGRAMS) |
33 | 33 |