diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-10 21:16:55 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-10 21:16:55 +0000 |
commit | f29240252178f69777f7df415d3a538435f897cb (patch) | |
tree | 895c42860df1b7003ff4947ca4bf58d9a9030f08 /debian/rules | |
parent | 393039dbf092579847f43821fb694ac5789c56fb (diff) | |
download | xine-lib-f29240252178f69777f7df415d3a538435f897cb.tar.gz xine-lib-f29240252178f69777f7df415d3a538435f897cb.tar.bz2 |
Debian builds now use external libdvdnav & libdvdread.
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 85565e115..c3b30618d 100755 --- a/debian/rules +++ b/debian/rules @@ -81,6 +81,7 @@ CONFIGURE_FLAGS := \ --with-external-libdts \ --with-external-ffmpeg \ --with-external-libmpcdec \ + --with-external-dvdnav \ --with-freetype \ --with-wavpack \ --enable-ipv6 \ |