Changeset 3603:d22315758d38 in roaraudio


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

use more correct ROAR_WITHOUT_DCOMP_EMUL_SIMPLE, not ROAR_MINIMAL

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • configure

    r3598 r3603  
    400400   WITHOUT_VIO="$WITHOUT_VIO"' dstr cmd stdio' 
    401401   WITHOUT_CF="$WITHOUT_CF"' wave' 
    402    WITHOUT_DCOMP="$WITHOUT_DCOMP"' sources ssynth cb midi light raw rdtcs cdriver emul_esd' 
     402   WITHOUT_DCOMP="$WITHOUT_DCOMP"' sources ssynth cb midi light raw rdtcs cdriver emul_esd emul_simple' 
    403403  ;; 
    404404  '--prefix') 
  • roard/emul_simple.c

    r3596 r3603  
    2626#include "roard.h" 
    2727 
    28 #ifndef ROAR_MINIMAL 
     28#ifndef ROAR_WITHOUT_DCOMP_EMUL_SIMPLE 
    2929 
    3030int emul_simple_on_connect  (int client, struct roard_listen * lsock) { 
  • roard/network.c

    r3596 r3603  
    160160#endif 
    161161#endif 
    162 #ifndef ROAR_MINIMAL 
     162#ifndef ROAR_WITHOUT_DCOMP_EMUL_SIMPLE 
    163163  case ROAR_PROTO_SIMPLE: 
    164164    if ( emul_simple_on_connect(client, lsock) == -1 ) 
  • roard/roard.c

    r3597 r3603  
    213213 printf("  esd           W      - EsounD emulation\n"); 
    214214#endif 
    215 #ifndef ROAR_MINIMAL 
     215#ifndef ROAR_WITHOUT_DCOMP_EMUL_SIMPLE 
    216216 printf("  simple        WM LRX - PulseAudio simple protocol\n"); 
    217217#endif 
Note: See TracChangeset for help on using the changeset viewer.