Changeset 1104:bfe959698403 in roaraudio for libroardsp/filter_highp.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_highp.c

    r883 r1104  
    2424 
    2525#include "libroardsp.h" 
     26 
     27#ifdef ROAR_HAVE_LIBM 
    2628 
    2729int roardsp_highp_init  (struct roardsp_filter * filter, struct roar_stream * stream, int id) { 
     
    109111} 
    110112 
     113#endif 
     114 
    111115//ll 
Note: See TracChangeset for help on using the changeset viewer.