Changeset 2485:1cbb82cde915 in roaraudio for roard/sources.c


Ignore:
Timestamp:
08/23/09 21:31:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make sources optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/sources.c

    r2290 r2485  
    2525#include "roard.h" 
    2626 
     27#ifndef ROAR_WITHOUT_DCOMP_SOURCES 
     28 
    2729struct roar_source g_source[] = { 
    2830 {"raw",  "Raw source",                  "/some/file",     SRC_FLAG_FHSEC, ROAR_SUBSYS_WAVEFORM, NULL,  sources_add_raw}, 
     
    440442} 
    441443 
     444#endif 
     445 
    442446//ll 
Note: See TracChangeset for help on using the changeset viewer.