Changeset 5102:04186989eedd in roaraudio for roard


Ignore:
Timestamp:
07/24/11 16:19:28 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

roard now starts up in 32 bit mode by default. (configure option has been addded) (Closes: #48)

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/roard.h

    r4955 r5102  
    182182int g_terminate; 
    183183 
     184#ifndef ROAR_ROARD_BITS 
     185#define ROAR_ROARD_BITS 32 
     186#endif 
     187 
    184188struct roar_audio_info * g_sa, * g_max_sa; 
    185189 
  • roard/roard.c

    r5096 r5102  
    14321432 g_verbose       = ROAR_DBG_INFO_NONE; 
    14331433 
    1434  sa.bits     = ROAR_BITS_DEFAULT; 
     1434 sa.bits     = ROAR_ROARD_BITS; 
    14351435 sa.channels = ROAR_CHANNELS_DEFAULT; 
    14361436 sa.rate     = ROAR_RATE_DEFAULT; 
Note: See TracChangeset for help on using the changeset viewer.