]> git.pld-linux.org Git - packages/xine-lib.git/blob - xine-lib-automake_as.patch
- rel 0.rc7.2
[packages/xine-lib.git] / xine-lib-automake_as.patch
1 --- xine-lib-1-rc1/configure.ac.orig    2003-10-05 15:08:36.000000000 +0200
2 +++ xine-lib-1-rc1/configure.ac 2003-11-16 21:03:53.000000000 +0100
3 @@ -414,6 +412,7 @@
4  AC_ARG_WITH(xv-path,[  --with-xv-path=path     Where $xv_lib is installed],
5              xv_path="$withval", xv_path="/usr/X11R6/lib")
6  
7 +xv_lib="libXv.so"
8  AC_CHECK_LIB(Xv, XvShmCreateImage, 
9               [ AC_MSG_CHECKING(for $xv_lib location)
10                 if test -f "$xv_path/$xv_lib"; then
11 @@ -421,9 +420,6 @@
12                   XV_LIB="-L$xv_path -lXv"
13                  AC_DEFINE(HAVE_XV,1,[Define this if you have libXv installed])
14                  ac_have_xv="yes"
15 -                if test x$xv_lib = "xlibXv.a" ; then
16 -                  AC_DEFINE(HAVE_XV_STATIC,1,[Define this if you have libXv.a])
17 -                fi
18                 else
19                   AC_MSG_RESULT(not found in $xv_path)
20                  echo
This page took 0.056695 seconds and 3 git commands to generate.