]> git.pld-linux.org Git - packages/xine-lib.git/blame - xine-lib-syncfb.patch
- libstk version in BR
[packages/xine-lib.git] / xine-lib-syncfb.patch
CommitLineData
39303e0e
JB
1--- xine-lib-1-rc3c/configure.ac.orig 2004-04-11 16:38:07.000000000 +0200
2+++ xine-lib-1-rc3c/configure.ac 2004-04-11 18:33:05.103846840 +0200
3@@ -407,21 +407,6 @@
4 AM_CONDITIONAL(HAVE_OPENGL, [ test x$ac_have_opengl = "xyes" -a x$ac_have_glut="xyes" -o x$ac_have_opengl = "xyes" -a x$ac_have_glu="xyes" ] )
5
6
7-dnl ---------------------------------------------
8-dnl Check for platform which supports syncfb
9-dnl ---------------------------------------------
10-
11-case "$host_or_hostalias" in
12- *linux* )
13- have_syncfb="yes"
14- ;;
15- *)
16- have_syncfb="no"
17- ;;
18-esac
19-AM_CONDITIONAL(HAVE_SYNCFB, test x"$have_syncfb" = "xyes")
20-
21-
22 dnl ----------------------------------------------
23 dnl Check for usable video-for-linux (v4l) support
24 dnl ----------------------------------------------
25@@ -494,6 +479,21 @@
26 AM_CONDITIONAL(PPC_ARCH, test x$ppc_arch = "xyes")
27
28
29+dnl ---------------------------------------------
30+dnl Check for platform which supports syncfb
31+dnl ---------------------------------------------
32+
33+case "$host_or_hostalias" in
34+ *linux* )
35+ have_syncfb="yes"
36+ ;;
37+ *)
38+ have_syncfb="no"
39+ ;;
40+esac
41+AM_CONDITIONAL(HAVE_SYNCFB, test x"$have_syncfb" = "xyes")
42+
43+
44 AC_ARG_WITH(xv-path, AC_HELP_STRING([--with-xv-path=path], [where libXv is installed]),
45 xv_path="$withval", xv_path="/usr/X11R6/$XINE_LIBNAME")
46
This page took 0.031523 seconds and 4 git commands to generate.