summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 23:07:10 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 23:07:10 +0100
commitd99313be4ffdebbbbafb04d21c56d874f5222946 (patch)
tree14250c09ca331ac7df2d12b09264bca705611f92
parent8c5d866903893b0ca43af8fc666555dc926882e4 (diff)
downloadxine-lib-d99313be4ffdebbbbafb04d21c56d874f5222946.tar.gz
xine-lib-d99313be4ffdebbbbafb04d21c56d874f5222946.tar.bz2
Enable the wavpack plugin.
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index fc8098175..48d0ada09 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 5.0.1), binutils (>= 2.12.90.0.9), pkg-config,
zlib1g-dev, libartsc0-dev,
liblircclient-dev, libjack0.100.0-dev,
libdirectfb-dev, libgtk2.0-dev,
- libflac-dev, libpulse-dev, libsdl1.2-dev,
+ libflac-dev, libpulse-dev, libsdl1.2-dev, libwavpack-dev,
libsmbclient-dev, libspeex-dev, libmng-dev,
libmad0-dev, libmpcdec-dev, libcdio-dev (>= 0.76-1),
w3m, transfig, gs, sgmltools-lite
diff --git a/debian/rules b/debian/rules
index e89896255..d6c917315 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,7 @@ CONFIGURE_FLAGS := --prefix=/usr \
--with-external-libmad \
--with-external-a52dec \
--with-external-libdts \
+ --with-wavpack \
$(DEB_BUILD_CONFIG_OPTIONS) \
CFLAGS="$(CFLAGS)"