projects
/
profile
/
ivi
/
libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2604959
)
Fix drivers build.
18/518/1
author
Gwenole Beauchesne
<gbeauchesne@splitted-desktop.com>
Mon, 8 Mar 2010 08:41:41 +0000
(09:41 +0100)
committer
Austin Yuan
<shengquan.yuan@gmail.com>
Mon, 8 Mar 2010 09:24:59 +0000
(17:24 +0800)
dummy_drv_video/dummy_drv_video.c
patch
|
blob
|
history
i965_drv_video/Makefile.am
patch
|
blob
|
history
i965_drv_video/i965_drv_video.c
patch
|
blob
|
history
i965_drv_video/i965_render.c
patch
|
blob
|
history
i965_drv_video/intel_batchbuffer.c
patch
|
blob
|
history
diff --git
a/dummy_drv_video/dummy_drv_video.c
b/dummy_drv_video/dummy_drv_video.c
index
1957f62
..
98561a9
100644
(file)
--- a/
dummy_drv_video/dummy_drv_video.c
+++ b/
dummy_drv_video/dummy_drv_video.c
@@
-28,6
+28,7
@@
#include "assert.h"
#include <stdio.h>
#include "assert.h"
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <string.h>
#include <stdarg.h>
diff --git
a/i965_drv_video/Makefile.am
b/i965_drv_video/Makefile.am
index
0a36fa8
..
88b5590
100644
(file)
--- a/
i965_drv_video/Makefile.am
+++ b/
i965_drv_video/Makefile.am
@@
-22,7
+22,7
@@
SUBDIRS = shaders
SUBDIRS = shaders
-AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/
src
/x11 @DRM_CFLAGS@
+AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/
va
/x11 @DRM_CFLAGS@
i965_drv_video_la_LTLIBRARIES = i965_drv_video.la
i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@
i965_drv_video_la_LTLIBRARIES = i965_drv_video.la
i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@
diff --git
a/i965_drv_video/i965_drv_video.c
b/i965_drv_video/i965_drv_video.c
index
260a053
..
6a60ecc
100644
(file)
--- a/
i965_drv_video/i965_drv_video.c
+++ b/
i965_drv_video/i965_drv_video.c
@@
-27,6
+27,7
@@
*
*/
*
*/
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string.h>
#include <assert.h>
diff --git
a/i965_drv_video/i965_render.c
b/i965_drv_video/i965_render.c
index
6221c52
..
4a4f041
100644
(file)
--- a/
i965_drv_video/i965_render.c
+++ b/
i965_drv_video/i965_render.c
@@
-32,6
+32,7
@@
*/
#include <stdio.h>
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string.h>
#include <assert.h>
diff --git
a/i965_drv_video/intel_batchbuffer.c
b/i965_drv_video/intel_batchbuffer.c
index
21e5719
..
9fabf6a
100644
(file)
--- a/
i965_drv_video/intel_batchbuffer.c
+++ b/
i965_drv_video/intel_batchbuffer.c
@@
-25,6
+25,7
@@
*
**************************************************************************/
*
**************************************************************************/
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string.h>
#include <assert.h>