diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-02-25 09:05:36 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-02-25 09:05:36 +0000 |
commit | 072ac74a5a4ebc3c74da94bc14c1f251680cc7b3 (patch) | |
tree | 8960f5546b5c01a386ae6df0720a7c2fdb2651c2 /debian/rules | |
parent | 154426d51ab2eb7fda7b1d2a579e56a0615161a8 (diff) | |
download | xine-lib-072ac74a5a4ebc3c74da94bc14c1f251680cc7b3.tar.gz xine-lib-072ac74a5a4ebc3c74da94bc14c1f251680cc7b3.tar.bz2 |
enabling external libmad
enabling xvmc dependency
CVS patchset: 7906
CVS date: 2006/02/25 09:05:36
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d43819a00..975286110 100755 --- a/debian/rules +++ b/debian/rules @@ -51,6 +51,8 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS))) DEB_BUILD_GNU_OPTION := --build=$(DEB_BUILD_GNU_TYPE) endif +CONFIGURE_FLAGS := --prefix=/usr --mandir=\$${prefix}/share/man --with-external-libmad + configure: configure-stamp configure-stamp: dh_testdir |