summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-04-03 15:14:24 -0700
committerKevin Mitchell <kevmitch@gmail.com>2015-04-03 15:14:24 -0700
commit0bc9bc65d553dcd061d5f35e2aa03b790c126877 (patch)
treedb16af51df3aee071681c8bcf4bdca9d4a7e8f41
parent8697433ebb6eb1f115784ecbf76e80e5a853ced9 (diff)
downloadmpv-build-0bc9bc65d553dcd061d5f35e2aa03b790c126877.tar.bz2
mpv-build-0bc9bc65d553dcd061d5f35e2aa03b790c126877.tar.xz
debian: --enable-cdda is no longer required
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 53ca4aa..8bdc400 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ 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-cdda # --enable-sdl2
+ scripts/mpv-config --prefix=/usr --confdir=/etc/mpv # --enable-sdl2
override_dh_auto_build:
scripts/mpv-build $(WAFLAGS)