diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-19 00:08:24 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-19 00:08:24 +0000 |
commit | b2385bd88d2973350a0bbb7a82ecb16b0f1900a3 (patch) | |
tree | 62bfebe53e6b2d0bf439419f917d83b6e4271ea7 | |
parent | 0a121ff250996e4d372f08b0901af6acd204bd3d (diff) | |
download | xine-lib-b2385bd88d2973350a0bbb7a82ecb16b0f1900a3.tar.gz xine-lib-b2385bd88d2973350a0bbb7a82ecb16b0f1900a3.tar.bz2 |
Remove obsolete configuration options from debian/rules.
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 855abd854..f40f301ad 100755 --- a/debian/rules +++ b/debian/rules @@ -75,12 +75,6 @@ CONFIGURE_FLAGS := \ --build $(DEB_BUILD_GNU_TYPE) \ --host $(DEB_HOST_GNU_TYPE) \ --prefix=/usr \ - --with-external-libmad \ - --with-external-a52dec \ - --with-external-libdts \ - --with-external-faad \ - --with-external-ffmpeg=soft \ - --with-external-libmpcdec \ --with-freetype \ --with-wavpack \ --enable-ipv6 \ |