Changeset 3596:e4694151b8e8 in roaraudio for roard/network.c


Ignore:
Timestamp:
02/28/10 06:28:04 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

disable PulseAudio? Simple protocol emulation in minimal mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/network.c

    r3517 r3596  
    160160#endif 
    161161#endif 
     162#ifndef ROAR_MINIMAL 
    162163  case ROAR_PROTO_SIMPLE: 
    163164    if ( emul_simple_on_connect(client, lsock) == -1 ) 
    164165     return -1; 
    165166   break; 
     167#endif 
    166168  default: 
    167169    // OS independiend code to close the socket: 
Note: See TracChangeset for help on using the changeset viewer.