diff options
-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 \ |