• 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/libva


Commit MetaInfo

修订版8cb6b204ced8b98ec1061c0eba799dc9b6e8deb9 (tree)
时间2009-03-26 07:03:10
作者Ren, Zhaohan <zhaohan.ren@inte...>
CommiterRen, Zhaohan

Log Message

Add -DIN_LIBVA

更改概述

差异

--- a/src/X11/Makefile.am
+++ b/src/X11/Makefile.am
@@ -18,7 +18,7 @@
1818 # otherwise. Any license under such intellectual property rights must be
1919 # express and approved by Intel in writing.
2020
21-AM_CFLAGS = -DLINUX -I$(top_srcdir)/src $(DRM_CFLAGS)
21+AM_CFLAGS = -DLINUX -DIN_LIBVA -I$(top_srcdir)/src $(DRM_CFLAGS)
2222
2323 noinst_LTLIBRARIES = libva_X11.la
2424
--- a/src/va_backend.h
+++ b/src/va_backend.h
@@ -34,7 +34,7 @@
3434 #include "X11/va_x11.h"
3535 #else
3636 #include <va/va.h>
37-#include <X11/va_x11.h>
37+#include <va/va_x11.h>
3838 #endif
3939
4040 #include <stdlib.h>