Changeset 3826:105d7a8bf965 in roaraudio


Ignore:
Timestamp:
05/11/10 21:32:20 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected support for libroarpulse-simple

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r3612 r3826  
    203203#define ROAR_LIBS_C_ARTSC        "-lroarartsc " ROAR_LIBS 
    204204#define ROAR_LIBS_C_PULSE        "-lroarpulse " ROAR_LIBS 
     205#define ROAR_LIBS_C_PULSE_SIMPLE "-lroarpulse-simple " ROAR_LIBS_C_PULSE 
    205206#define ROAR_LIBS_C_SNDIO        "-lroarsndio " ROAR_LIBS 
    206207#define ROAR_LIBS_C_YIFF         "-lroaryiff "  ROAR_LIBS 
  • roarclients/roar-config.c

    r3811 r3826  
    4444 {"roarpulse", ROAR_CFLAGS, ROAR_LIBS_C_PULSE}, 
    4545 {"pulse",     ROAR_CFLAGS, ROAR_LIBS_C_PULSE}, 
    46  {"pulse-simple", ROAR_CFLAGS, ROAR_LIBS_C_PULSE}, 
     46 {"roarpulse-simple", ROAR_CFLAGS, ROAR_LIBS_C_PULSE_SIMPLE}, 
     47 {"pulse-simple",     ROAR_CFLAGS, ROAR_LIBS_C_PULSE_SIMPLE}, 
    4748 {"roarsndio", ROAR_CFLAGS, ROAR_LIBS_C_SNDIO}, 
    4849 {"sndio",     ROAR_CFLAGS, ROAR_LIBS_C_SNDIO}, 
Note: See TracChangeset for help on using the changeset viewer.