/[svn]/linuxsampler/trunk/osx/version.h
ViewVC logotype

Diff of /linuxsampler/trunk/osx/version.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1148 by schoenebeck, Fri Dec 29 20:06:14 2006 UTC revision 1149 by schoenebeck, Sat Apr 7 22:32:47 2007 UTC
# Line 6  Line 6 
6    define them manually here for now.    define them manually here for now.
7  */  */
8    
9  #define VERSION "0.3.3"  #define VERSION "0.4.0.4cvs"
10    #define PACKAGE "linuxsampler"
11    
12    #if __APPLE__ && __BIG_ENDIAN__
13    #define WORDS_BIGENDIAN 1
14    #endif
15    
16  /* Define to 1 if you want to enable hand-crafted asm optimizations. */  /* Define to 1 if you want to enable hand-crafted asm optimizations. */
17  /* #undef CONFIG_ASM */  /* #undef CONFIG_ASM */
# Line 96  Line 101 
101  /* Define voice stealing algorithm to be used. */  /* Define voice stealing algorithm to be used. */
102  #define CONFIG_VOICE_STEAL_ALGO voice_steal_algo_oldestvoiceonkey  #define CONFIG_VOICE_STEAL_ALGO voice_steal_algo_oldestvoiceonkey
103    
104    #define CONFIG_GLOBAL_ATTENUATION 0.35
105    
106  // avoid automatic inclusion of config.h in global.h, since we use version.h  // avoid automatic inclusion of config.h in global.h, since we use version.h
107  // to manually maintain all compile time configuration parameters  // to manually maintain all compile time configuration parameters
108  #define OVERRIDE_CONFIG_H  #define OVERRIDE_CONFIG_H

Legend:
Removed from v.1148  
changed lines
  Added in v.1149

  ViewVC Help
Powered by ViewVC