Changeset 1104:bfe959698403 in roaraudio for libroardsp/filter_lowp.c


Ignore:
Timestamp:
01/11/09 02:25:42 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

disable options needing libm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_lowp.c

    r885 r1104  
    2424 
    2525#include "libroardsp.h" 
     26 
     27#ifdef ROAR_HAVE_LIBM 
    2628 
    2729int roardsp_lowp_init  (struct roardsp_filter * filter, struct roar_stream * stream, int id) { 
     
    105107} 
    106108 
     109#endif 
     110 
    107111//ll 
Note: See TracChangeset for help on using the changeset viewer.