]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- fix syncfb check (host_or_alias was set after it the test)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Apr 2004 16:43:20 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib-syncfb.patch -> 1.1

xine-lib-syncfb.patch [new file with mode: 0644]

diff --git a/xine-lib-syncfb.patch b/xine-lib-syncfb.patch
new file mode 100644 (file)
index 0000000..f93d34a
--- /dev/null
@@ -0,0 +1,46 @@
+--- xine-lib-1-rc3c/configure.ac.orig  2004-04-11 16:38:07.000000000 +0200
++++ xine-lib-1-rc3c/configure.ac       2004-04-11 18:33:05.103846840 +0200
+@@ -407,21 +407,6 @@
+ 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" ] )
+-dnl ---------------------------------------------
+-dnl Check for platform which supports syncfb
+-dnl ---------------------------------------------
+-
+-case "$host_or_hostalias" in
+-  *linux* )
+-    have_syncfb="yes"
+-    ;;
+-  *)
+-    have_syncfb="no"
+-    ;;
+-esac
+-AM_CONDITIONAL(HAVE_SYNCFB, test x"$have_syncfb" = "xyes")
+-
+-
+ dnl ----------------------------------------------
+ dnl Check for usable video-for-linux (v4l) support
+ dnl ----------------------------------------------
+@@ -494,6 +479,21 @@
+ AM_CONDITIONAL(PPC_ARCH, test x$ppc_arch = "xyes")
++dnl ---------------------------------------------
++dnl Check for platform which supports syncfb
++dnl ---------------------------------------------
++
++case "$host_or_hostalias" in
++  *linux* )
++    have_syncfb="yes"
++    ;;
++  *)
++    have_syncfb="no"
++    ;;
++esac
++AM_CONDITIONAL(HAVE_SYNCFB, test x"$have_syncfb" = "xyes")
++
++
+ AC_ARG_WITH(xv-path, AC_HELP_STRING([--with-xv-path=path], [where libXv is installed]),
+             xv_path="$withval", xv_path="/usr/X11R6/$XINE_LIBNAME")
This page took 0.104882 seconds and 4 git commands to generate.