From 69df5d2457345ad5ae1226e7a240c375fbb03908 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Thu, 14 Sep 2017 21:22:53 -0700 Subject: debian: enable cdda and dvd stuff --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3