Changeset 3344:a4c446485e1e in roaraudio


Ignore:
Timestamp:
02/07/10 03:37:29 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for libm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roardtmf.c

    r3343 r3344  
    2424 
    2525#include <roaraudio.h> 
     26 
     27#ifdef ROAR_HAVE_LIBM 
    2628#include <math.h> 
    2729 
     
    186188} 
    187189 
     190#else 
     191int main (void) { 
     192 fprintf(stderr, "Error: No Math library support compiled in.\n"); 
     193 return 1; 
     194} 
     195#endif 
     196 
    188197//ll 
Note: See TracChangeset for help on using the changeset viewer.