]> git.pld-linux.org Git - packages/flac.git/blame - flac-without_xmms.patch
- release 6
[packages/flac.git] / flac-without_xmms.patch
CommitLineData
7f1e43a8 1diff -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
41f0641e 4@@ -225,10 +225,6 @@
7f1e43a8 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")
1f1157d8 12
41f0641e
TP
13 dnl build FLAC++ or not
14 AC_ARG_ENABLE([cpplibs],
7f1e43a8 15diff -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
1f1157d8 18@@ -15,10 +15,6 @@
7f1e43a8 19 # restrictive of those mentioned above. See the file COPYING.Xiph in this
20 # distribution.
1f1157d8 21
22-if FLaC__HAS_XMMS
7f1e43a8 23-XMMS_DIRS = plugin_common plugin_xmms
1f1157d8 24-endif
25-
41f0641e
TP
26 if FLaC__WITH_CPPLIBS
27 CPPLIBS_DIRS = libFLAC++ test_libFLAC++
28 endif
This page took 0.100246 seconds and 4 git commands to generate.