Changeset 2751:6cc76359d728 in roaraudio


Ignore:
Timestamp:
09/22/09 12:56:54 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

first start of no compile time preselected default audio group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2737 r2751  
    836836 int    light_channels = LIGHT_CHANNELS_DEFAULT; 
    837837#endif 
     838#ifdef ROAR_DEFAULT_SOCKGRP 
    838839 char * sock_grp  = ROAR_DEFAULT_SOCKGRP; 
     840#else 
     841 char * sock_grp  = NULL; 
     842#endif 
    839843 char * sock_user = NULL; 
    840844#ifdef ROAR_SUPPORT_LISTEN 
Note: See TracChangeset for help on using the changeset viewer.