• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

hardware/intel/libva


Commit MetaInfo

Revisãob1a802f06a3c9883d7267e804ebf66cdbcf4a0fa (tree)
Hora2009-01-20 01:44:33
AutorAustin Yuan <shengquan.yuan@inte...>
CommiterAustin Yuan

Mensagem de Log

Fixed compile issue

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

Mudança Sumário

Diff

--- 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
30+AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src -I$(top_srcdir)/src/x11
3131
3232 TESTS = $(check_PROGRAMS)
3333