comparison config.mak.in @ 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 dcf1016f3d27
children
comparison
equal deleted inserted replaced
2527:e9a6b5fb473b 2528:b3b6d82247f5
9 # Build with additional error messages 9 # Build with additional error messages
10 DM_DEBUG=yes 10 DM_DEBUG=yes
11 11
12 # Use zlib? If you say "no", zlib will be only used for 12 # Use zlib? If you say "no", zlib will be only used for
13 # tools that need it, resource library decompression 13 # tools that need it, resource library decompression
14 # will use internal dmzlib module. 14 # will use internal dmzlib module. Zlib will still be
15 # required if certain other features are enabled.
15 DM_USE_ZLIB=no 16 DM_USE_ZLIB=no
16 17
17 # Use libpng? Required for PNG read/write support in some tools. 18 # Use libpng? Required for PNG read/write support in some tools.
18 # NOTICE!!!! _NOT_ required for simple PNG read support via dmimage, 19 # NOTICE!!!! _NOT_ required for simple PNG read support via dmimage,
19 # that is implemented via modified stb_image.c's PNG loader. 20 # that is implemented via modified stb_image.c's PNG loader.
47 48
48 49
49 ### 50 ###
50 ### Tremor Ogg Vorbis decoder 51 ### Tremor Ogg Vorbis decoder
51 ### 52 ###
52 DM_USE_TREMOR=yes 53 #DM_USE_TREMOR=yes
53 54
54 55
55 ### 56 ###
56 ### General build options for miniJSS 57 ### General build options for miniJSS
57 ### 58 ###