summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-25 17:14:37 +0200
committerwm4 <wm4@nowhere>2014-10-25 17:20:18 +0200
commita10321835e23e2f4df495c73aacb3156793de6cd (patch)
treeeb1694a0df669e693bfa6fbbe0b0fd8444efcee9
parentaaa29eb81e0388b9173223290b6b15f619caa7ab (diff)
downloadmpv-a10321835e23e2f4df495c73aacb3156793de6cd.tar.bz2
mpv-a10321835e23e2f4df495c73aacb3156793de6cd.tar.xz
build: enable cdda:// by default again
Apparently people want this. (???) See #1214.
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 93bb8526f5..77ea8d8c45 100644
--- a/wscript
+++ b/wscript
@@ -319,7 +319,6 @@ If you really mean to compile without libass support use --disable-libass."
'name': '--cdda',
'desc': 'cdda support (libcdio)',
'func': check_pkg_config('libcdio_paranoia'),
- 'default': 'disable',
}, {
'name': '--enca',
'desc': 'ENCA support',