hardware/intel/common/libva
修订版 | 78f1145efe07fb5437dae60548c4d079e12866f6 (tree) |
---|---|
时间 | 2010-03-08 18:24:59 |
作者 | Gwenole Beauchesne <gbeauchesne@spli...> |
Commiter | Austin Yuan |
Fix drivers build.
@@ -28,6 +28,7 @@ | ||
28 | 28 | |
29 | 29 | #include "assert.h" |
30 | 30 | #include <stdio.h> |
31 | +#include <stdlib.h> | |
31 | 32 | #include <string.h> |
32 | 33 | #include <stdarg.h> |
33 | 34 |
@@ -22,7 +22,7 @@ | ||
22 | 22 | |
23 | 23 | SUBDIRS = shaders |
24 | 24 | |
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@ | |
26 | 26 | |
27 | 27 | i965_drv_video_la_LTLIBRARIES = i965_drv_video.la |
28 | 28 | i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@ |
@@ -27,6 +27,7 @@ | ||
27 | 27 | * |
28 | 28 | */ |
29 | 29 | |
30 | +#include <stdlib.h> | |
30 | 31 | #include <string.h> |
31 | 32 | #include <assert.h> |
32 | 33 |
@@ -32,6 +32,7 @@ | ||
32 | 32 | */ |
33 | 33 | |
34 | 34 | #include <stdio.h> |
35 | +#include <stdlib.h> | |
35 | 36 | #include <string.h> |
36 | 37 | #include <assert.h> |
37 | 38 |
@@ -25,6 +25,7 @@ | ||
25 | 25 | * |
26 | 26 | **************************************************************************/ |
27 | 27 | |
28 | +#include <stdlib.h> | |
28 | 29 | #include <string.h> |
29 | 30 | #include <assert.h> |
30 | 31 |