diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-08-16 11:26:42 +0300 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-08-16 11:26:42 +0300 |
commit | 137a423f4d8bfe0f4f8ff90c0cd223920773688e (patch) | |
tree | a3399c34e3ecc261d0407db036a0b666f41764a1 | |
parent | aec4a16e80a695dfd5c5bd62d9ab1f4d7062b18c (diff) | |
download | xine-lib-137a423f4d8bfe0f4f8ff90c0cd223920773688e.tar.gz xine-lib-137a423f4d8bfe0f4f8ff90c0cd223920773688e.tar.bz2 |
sundga: missing includes
only SUNDGA_CPPFLAGS is AC_SUBSTed, so better define that one instead of
a non-used SUNDGA_CFLAGS
-rw-r--r-- | m4/video_out.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4 index 5cd9854fd..17630758a 100644 --- a/m4/video_out.m4 +++ b/m4/video_out.m4 @@ -281,7 +281,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [ saved_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -L/usr/openwin/lib" AC_CHECK_LIB([dga], [XDgaGrabDrawable], [AC_CHECK_HEADER([dga/dga.h], - [SUNDGA_CFLAGS="-I/usr/openwin/include" + [SUNDGA_CPPFLAGS="-I/usr/openwin/include" SUNDGA_LIBS="-L/usr/openwin/lib -R/usr/openwin/lib -ldga" have_sundga=yes])]) CPPFLAGS="$saved_CPPFLAGS" LDFLAGS="$saved_LDFLAGS" |