Changeset 3919:f5f82690acbd in roaraudio


Ignore:
Timestamp:
06/08/10 12:59:52 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for RSD_IDENTITY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarrsound/libroarrsound.c

    r3916 r3919  
    129129    self->rsound.port = roar_mm_strdup(param); 
    130130   break; 
     131#ifdef RSD_IDENTITY 
    131132  case RSD_IDENTITY: 
    132133    strncpy(self->rsound.identity, param, sizeof(self->rsound.identity) - 1); 
    133134    self->rsound.identity[sizeof(self->rsound.identity)-1] = 0; 
    134135   break; 
     136#endif 
    135137  // stream settings: 
    136138  case RSD_SAMPLERATE: 
Note: See TracChangeset for help on using the changeset viewer.