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 | |
parent | 393039dbf092579847f43821fb694ac5789c56fb (diff) | |
download | xine-lib-f29240252178f69777f7df415d3a538435f897cb.tar.gz xine-lib-f29240252178f69777f7df415d3a538435f897cb.tar.bz2 |
Debian builds now use external libdvdnav & libdvdread.
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0a54b20b6..175db7225 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: debhelper (>= 5.0.1), binutils (>= 2.12.90.0.9), pkg-config, libflac-dev, libsdl1.2-dev, libwavpack-dev, libsmbclient-dev, libspeex-dev, libmng-dev, libmad0-dev, libmpcdec-dev, libcdio-dev (>= 0.76-1), + libdvdnav-dev, libdvdread-dev, zlib1g-dev, w3m, transfig, sgmltools-lite, ghostscript | gs-gpl | gs Standards-Version: 3.7.2 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 \ |