From 8cb6b204ced8b98ec1061c0eba799dc9b6e8deb9 Mon Sep 17 00:00:00 2001 From: "Ren, Zhaohan" Date: Thu, 26 Mar 2009 06:03:10 +0800 Subject: [PATCH] Add -DIN_LIBVA --- src/X11/Makefile.am | 2 +- src/va_backend.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4