diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-27 13:26:20 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-27 13:26:20 +0000 |
commit | 307d5a258fc5a93dfe4182419abc907ad8eacf0c (patch) | |
tree | 937f53bf2009e714b3b4d800df912f9ad0b58d43 /debian/rules | |
parent | 1cadbbbb3a78933f28c113bb8cfab12b25d92ec8 (diff) | |
download | xine-lib-307d5a258fc5a93dfe4182419abc907ad8eacf0c.tar.gz xine-lib-307d5a258fc5a93dfe4182419abc907ad8eacf0c.tar.bz2 |
Require external ffmpeg (for .deb builds).
Optionally depend on packages from debian-multimedia.
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 4e1595043..604954649 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-external-ffmpeg \ --with-freetype \ --with-wavpack \ $(DEB_BUILD_CONFIG_OPTIONS) \ |