]> git.pld-linux.org Git - packages/flac.git/blob - flac-without_xmms.patch
fixes from chromium (rather minor one in md5.c)
[packages/flac.git] / flac-without_xmms.patch
1 diff -urN aaa/flac-1.1.3/configure.in flac-1.1.3/configure.in
2 --- aaa/flac-1.1.3/configure.in 2006-11-20 22:29:34.000000000 +0100
3 +++ flac-1.1.3/configure.in     2006-12-03 21:58:01.413969320 +0100
4 @@ -225,10 +225,6 @@
5         no)  enable_xmms_plugin=false ;;
6         *) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;;
7  esac],[enable_xmms_plugin=true])
8 -if test "x$enable_xmms_plugin" != xfalse ; then
9 -       AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - XMMS support will not be built]))
10 -fi
11 -AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR")
12  
13  dnl build FLAC++ or not
14  AC_ARG_ENABLE([cpplibs],
15 diff -urN aaa/flac-1.1.3/src/Makefile.am flac-1.1.3/src/Makefile.am
16 --- aaa/flac-1.1.3/src/Makefile.am      2006-10-14 05:35:42.000000000 +0200
17 +++ flac-1.1.3/src/Makefile.am  2006-12-03 21:59:27.660857800 +0100
18 @@ -15,10 +15,6 @@
19  #  restrictive of those mentioned above.  See the file COPYING.Xiph in this
20  #  distribution.
21  
22 -if FLaC__HAS_XMMS
23 -XMMS_DIRS = plugin_common plugin_xmms
24 -endif
25 -
26  if FLaC__WITH_CPPLIBS
27  CPPLIBS_DIRS = libFLAC++ test_libFLAC++
28  endif
This page took 0.03593 seconds and 3 git commands to generate.