# HG changeset patch # User Matti Hamalainen # Date 1589592929 -10800 # Node ID b3b6d82247f51cc3ef4487fa84bf86612ef013e4 # Parent e9a6b5fb473b1eceb742710691ede80ddeb22e61 Disable Tremor by default in the example config.mak.in diff -r e9a6b5fb473b -r b3b6d82247f5 config.mak.in --- 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 ###