• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

修订版fd3dcfaeebaf76165e6a8ba99de4fc2b8a16d66d (tree)
时间2009-07-08 15:27:44
作者Austin Yuan <shengquan.yuan@inte...>
CommiterAustin Yuan

Log Message

Fix test build issue

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

更改概述

差异

--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -27,7 +27,7 @@ bin_PROGRAMS = vainfo
2727
2828 testdir = $(bindir)
2929
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
3131
3232 TESTS = $(check_PROGRAMS)
3333