diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-03 23:29:48 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-03 23:29:48 +0000 |
commit | 7626abc51a753ce512843e624d3bb4653ff514ce (patch) | |
tree | 3a13d4758a9bea86c5677e936ca88c01f0f39720 /debian/rules | |
parent | 4eb04918173bb229623e500b376caf391442ac0b (diff) | |
download | xine-lib-7626abc51a753ce512843e624d3bb4653ff514ce.tar.gz xine-lib-7626abc51a753ce512843e624d3bb4653ff514ce.tar.bz2 |
Allow external libfaad.
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 c6e8cbd8f..0f38fb778 100755 --- a/debian/rules +++ b/debian/rules @@ -68,6 +68,7 @@ CONFIGURE_FLAGS := --prefix=/usr \ --with-external-libmad \ --with-external-a52dec \ --with-external-libdts \ + --with-external-faad \ --with-freetype \ --with-wavpack \ $(DEB_BUILD_CONFIG_OPTIONS) \ |