Changeset 3596:e4694151b8e8 in roaraudio


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

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/emul_simple.c

    r3517 r3596  
    2525 
    2626#include "roard.h" 
     27 
     28#ifndef ROAR_MINIMAL 
    2729 
    2830int emul_simple_on_connect  (int client, struct roard_listen * lsock) { 
     
    7274} 
    7375 
     76#endif 
     77 
    7478//ll 
  • 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.