• 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

修订版78f1145efe07fb5437dae60548c4d079e12866f6 (tree)
时间2010-03-08 18:24:59
作者Gwenole Beauchesne <gbeauchesne@spli...>
CommiterAustin Yuan

Log Message

Fix drivers build.

更改概述

差异

--- a/dummy_drv_video/dummy_drv_video.c
+++ b/dummy_drv_video/dummy_drv_video.c
@@ -28,6 +28,7 @@
2828
2929 #include "assert.h"
3030 #include <stdio.h>
31+#include <stdlib.h>
3132 #include <string.h>
3233 #include <stdarg.h>
3334
--- a/i965_drv_video/Makefile.am
+++ b/i965_drv_video/Makefile.am
@@ -22,7 +22,7 @@
2222
2323 SUBDIRS = shaders
2424
25-AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 @DRM_CFLAGS@
25+AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/va/x11 @DRM_CFLAGS@
2626
2727 i965_drv_video_la_LTLIBRARIES = i965_drv_video.la
2828 i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@
--- a/i965_drv_video/i965_drv_video.c
+++ b/i965_drv_video/i965_drv_video.c
@@ -27,6 +27,7 @@
2727 *
2828 */
2929
30+#include <stdlib.h>
3031 #include <string.h>
3132 #include <assert.h>
3233
--- a/i965_drv_video/i965_render.c
+++ b/i965_drv_video/i965_render.c
@@ -32,6 +32,7 @@
3232 */
3333
3434 #include <stdio.h>
35+#include <stdlib.h>
3536 #include <string.h>
3637 #include <assert.h>
3738
--- a/i965_drv_video/intel_batchbuffer.c
+++ b/i965_drv_video/intel_batchbuffer.c
@@ -25,6 +25,7 @@
2525 *
2626 **************************************************************************/
2727
28+#include <stdlib.h>
2829 #include <string.h>
2930 #include <assert.h>
3031