diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 23:07:10 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 23:07:10 +0100 |
commit | d99313be4ffdebbbbafb04d21c56d874f5222946 (patch) | |
tree | 14250c09ca331ac7df2d12b09264bca705611f92 /debian/rules | |
parent | 8c5d866903893b0ca43af8fc666555dc926882e4 (diff) | |
download | xine-lib-d99313be4ffdebbbbafb04d21c56d874f5222946.tar.gz xine-lib-d99313be4ffdebbbbafb04d21c56d874f5222946.tar.bz2 |
Enable the wavpack plugin.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |