summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 18:00:10 +0200
committerwm4 <wm4@nowhere>2013-07-08 19:28:11 +0200
commit09250d9921304ae988de756fa9cb33d86758b519 (patch)
treed33daf7f7aa4a1f32293b5c123b74461248fa285
parent062b22b7cb0cc054c29e3616b0176a4530ed7bb0 (diff)
downloadmpv-09250d9921304ae988de756fa9cb33d86758b519.tar.bz2
mpv-09250d9921304ae988de756fa9cb33d86758b519.tar.xz
configure: make zlib non-optional
This is needed by demux_mkv to decode files with compressed tracks. Requested by nikoli.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e3fc0766fb..3168202f73 100755
--- a/configure
+++ b/configure
@@ -2468,7 +2468,7 @@ if test "$_zlib" = yes ; then
def_zlib='#define CONFIG_ZLIB 1'
libs_mplayer="$libs_mplayer -lz"
else
- def_zlib='#define CONFIG_ZLIB 0'
+ die "Unable to find development files for libass."
fi
echores "$_zlib"