diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-08-05 22:50:58 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-08-05 22:50:58 +0100 |
commit | 8e334af88b6ac33adc19f6f274595b7e239684f5 (patch) | |
tree | 124ced4cea882ae8ed3646263d11a23352a18633 | |
parent | 08c9d1d6bce967a909bb55a967bf694ce29b4f48 (diff) | |
download | xine-lib-8e334af88b6ac33adc19f6f274595b7e239684f5.tar.gz xine-lib-8e334af88b6ac33adc19f6f274595b7e239684f5.tar.bz2 |
Build with mpcdec (on Debian).
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a57b00fa0..47f4a73e7 100755 --- a/debian/rules +++ b/debian/rules @@ -80,6 +80,7 @@ CONFIGURE_FLAGS := \ --with-external-a52dec \ --with-external-libdts \ --with-external-ffmpeg \ + --with-external-libmpcdec \ --with-freetype \ --with-wavpack \ --enable-ipv6 \ |