From: Ren, Zhaohan Date: Wed, 25 Mar 2009 22:03:10 +0000 (+0800) Subject: Add -DIN_LIBVA X-Git-Tag: 04032009~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cb6b204ced8b98ec1061c0eba799dc9b6e8deb9;p=platform%2Fupstream%2Flibva.git Add -DIN_LIBVA --- diff --git a/src/X11/Makefile.am b/src/X11/Makefile.am index a89f369..7413dd7 100644 --- a/src/X11/Makefile.am +++ b/src/X11/Makefile.am @@ -18,7 +18,7 @@ # otherwise. Any license under such intellectual property rights must be # express and approved by Intel in writing. -AM_CFLAGS = -DLINUX -I$(top_srcdir)/src $(DRM_CFLAGS) +AM_CFLAGS = -DLINUX -DIN_LIBVA -I$(top_srcdir)/src $(DRM_CFLAGS) noinst_LTLIBRARIES = libva_X11.la diff --git a/src/va_backend.h b/src/va_backend.h index b47e5ad..9ab4ce1 100755 --- a/src/va_backend.h +++ b/src/va_backend.h @@ -34,7 +34,7 @@ #include "X11/va_x11.h" #else #include -#include +#include #endif #include