changeset 2528:b3b6d82247f5

Disable Tremor by default in the example config.mak.in
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 16 May 2020 04:35:29 +0300
parents e9a6b5fb473b
children fddee4b6a427
files config.mak.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.mak.in	Fri May 15 09:57:08 2020 +0300
+++ b/config.mak.in	Sat May 16 04:35:29 2020 +0300
@@ -11,7 +11,8 @@
 
 # Use zlib? If you say "no", zlib will be only used for
 # tools that need it, resource library decompression
-# will use internal dmzlib module.
+# will use internal dmzlib module. Zlib will still be
+# required if certain other features are enabled.
 DM_USE_ZLIB=no
 
 # Use libpng? Required for PNG read/write support in some tools.
@@ -49,7 +50,7 @@
 ###
 ### Tremor Ogg Vorbis decoder
 ###
-DM_USE_TREMOR=yes
+#DM_USE_TREMOR=yes
 
 
 ###