hardware/intel/common/libva
修订版 | fd3dcfaeebaf76165e6a8ba99de4fc2b8a16d66d (tree) |
---|---|
时间 | 2009-07-08 15:27:44 |
作者 | Austin Yuan <shengquan.yuan@inte...> |
Commiter | Austin Yuan |
Fix test build 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 -DIN_LIBVA | |
30 | +AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA | |
31 | 31 | |
32 | 32 | TESTS = $(check_PROGRAMS) |
33 | 33 |