diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 22:54:19 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 22:54:19 +0000 |
commit | 3da56be672f9512818066fe5cad66c8482a8f5da (patch) | |
tree | dba839d620d8b9de5d7bdf840ecdc566f4d5a6de | |
parent | 255f131648030618f753c27139d4b278f11020c7 (diff) | |
download | xine-lib-3da56be672f9512818066fe5cad66c8482a8f5da.tar.gz xine-lib-3da56be672f9512818066fe5cad66c8482a8f5da.tar.bz2 |
Force external ffmpeg usage (where it's new enough) when building .debs.
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index afc201add..76b0a6c63 100755 --- a/debian/rules +++ b/debian/rules @@ -64,6 +64,7 @@ CONFIGURE_FLAGS := --prefix=/usr \ --with-external-a52dec \ --with-external-libdts \ --with-external-faad \ + --with-external-ffmpeg=soft \ --with-freetype \ --with-wavpack \ $(DEB_BUILD_CONFIG_OPTIONS) \ |