summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2004-04-25 15:05:22 +0000
committerRobin KAY <komadori@users.sourceforge.net>2004-04-25 15:05:22 +0000
commiteaf081a7cc1985b4a062b1f42a79e15dd741ec92 (patch)
tree9a085975d2e1343e8187b5ad804a32a8f39dbbf8 /configure.ac
parent38590f702bed212d251851ccc63369050340e9ae (diff)
downloadxine-lib-eaf081a7cc1985b4a062b1f42a79e15dd741ec92.tar.gz
xine-lib-eaf081a7cc1985b4a062b1f42a79e15dd741ec92.tar.bz2
Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses the appropriate overlay type automatically. Misc changes.
CVS patchset: 6434 CVS date: 2004/04/25 15:05:22
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index be56c04d3..6ae201efb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -621,7 +621,6 @@ AC_CHECK_LIB(dga, XDgaGrabDrawable, [
AC_CHECK_HEADER(dga/dga.h, [
SUNDGA_CFLAGS="-I/usr/openwin/include"
SUNDGA_LIBS="-ldga"
- AC_DEFINE(HAVE_SUNDGA,1,[Define this you have Sun DGA])
ac_have_sundga=yes
],
)
@@ -2239,8 +2238,8 @@ if test x"$no_x" != "xyes"; then
echo " - OpenGL"
fi
if test x$ac_have_sunfb = "xyes"; then
- echo " - PGX64 (for Sun PGX64/PGX24 cards)"
if test x$ac_have_sundga = "xyes"; then
+ echo " - PGX64 (for Sun PGX64/PGX24 cards)"
echo " - PGX32 (for Sun PGX32 cards)"
fi
fi