Changeset 10:6f6b9d9f73fd in roaraudio for roard/Makefile


Ignore:
Timestamp:
06/18/08 15:16:32 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added simple raw driver. do not habe any sync infos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

    r0 r10  
    22 
    33OBJ=roard.o driver.o mixer.o output.o signals.o loop.o clients.o streams.o network.o commands.o req.o sources.o 
    4 DRV=driver_esd.o driver_ao.o driver_roar.o 
     4DRV=driver_esd.o driver_ao.o driver_roar.o driver_raw.o 
    55 
    66#DEFINES        = -DDEBUG 
     7#DEFINES        = -DMONITOR_LATENCY 
    78INCLUDE = -I../include -I./include 
    89CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) 
Note: See TracChangeset for help on using the changeset viewer.