summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2017-09-14 21:22:53 -0700
committerKevin Mitchell <kevmitch@gmail.com>2017-09-14 21:26:11 -0700
commit69df5d2457345ad5ae1226e7a240c375fbb03908 (patch)
tree1b6fc93202f8479546d1ca49d936e65c75cf033b
parent54c232826f96ccd52554bd7e33d6ce1d507143ce (diff)
downloadmpv-build-69df5d2457345ad5ae1226e7a240c375fbb03908.tar.bz2
mpv-build-69df5d2457345ad5ae1226e7a240c375fbb03908.tar.xz
debian: enable cdda and dvd stuff
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2114063..5115779 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,11 @@ ffmpeg_build: ffmpeg_config
# put the config in the right place and drop the local/ since it's package managed now
override_dh_auto_configure: ffmpeg_build libass_build
- scripts/mpv-config --prefix=/usr --confdir=/etc/mpv --enable-openal
+ scripts/mpv-config --prefix=/usr --confdir=/etc/mpv \
+ --enable-openal \
+ --enable-dvdread \
+ --enable-dvdnav \
+ --enable-cdda
override_dh_auto_build:
scripts/mpv-build $(WAFLAGS)