Changeset 2209:9f5f14311465 in roaraudio for roard/include


Ignore:
Timestamp:
07/27/09 18:31:36 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only if we have gettimeofday() we also have sysclock driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver.h

    r2207 r2209  
    5858#include "driver_dmx.h" 
    5959#include "driver_pwmled.h" 
     60 
     61#ifdef ROAR_HAVE_GETTIMEOFDAY 
     62#define ROAR_HAVE_DRIVER_SYSCLOCK 
    6063#include "driver_sysclock.h" 
     64#endif 
    6165 
    6266#ifdef ROAR_HAVE_LIBAO 
Note: See TracChangeset for help on using the changeset viewer.