diff Makefile.gen @ 105:d5d27f262227

Beging merging of dmsimple2-fork into the main "engine".
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 09:16:26 +0300
parents 0430f484641b
children d5cfd29c87c4
line wrap: on
line diff
--- a/Makefile.gen	Wed Oct 03 08:30:32 2012 +0300
+++ b/Makefile.gen	Wed Oct 03 09:16:26 2012 +0300
@@ -29,6 +29,12 @@
 DM_CFLAGS+=-DDM_USE_SIMD
 endif
 
+# Enable Tremor Ogg Vorbis decoder
+ifeq ($(DM_USE_TREMOR),yes)
+DM_CFLAGS+=-DDM_USE_TREMOR $(TREMOR_CFLAGS)
+DM_LDFLAGS+=$(TREMOR_LDFLAGS)
+endif
+
 
 ###
 ### Filesystem
@@ -103,6 +109,7 @@
 ### miniJSS
 ###
 ifeq ($(JSS),yes)
+DM_CFLAGS+=-DDM_USE_JSS
 
 ifeq ($(JSS_LIGHT),yes)
 DM_CFLAGS+=-DJSS_LIGHT -Os