Changeset 5362:1fe6471e62bc in roaraudio for libroardsp


Ignore:
Timestamp:
12/19/11 08:41:25 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some fixes for --minimal

Location:
libroardsp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter.c

    r5270 r5362  
    6969           {NULL, NULL, NULL},{NULL, NULL, NULL},{NULL, roardsp_speex_prep_calc161, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL}}}, 
    7070#endif 
     71#ifdef ROAR_HAVE_LIBM 
    7172 {ROARDSP_FILTER_RESPONSE_CURVE, "ResponseCurve", roardsp_responsecurve_init, roardsp_responsecurve_uninit, 
    7273                                                  roardsp_responsecurve_ctl, roardsp_responsecurve_reset, { 
     
    7475           {NULL, NULL, NULL},{roardsp_responsecurve_calc32, NULL, NULL} 
    7576 }}, 
     77#endif 
    7678 {-1, NULL, NULL, NULL, NULL, NULL, { 
    7779      // ?                  8Bit               16Bit              24Bit              32Bit 
  • libroardsp/filter_responsecurve.c

    r5270 r5362  
    2626#include "libroardsp.h" 
    2727 
     28#ifdef ROAR_HAVE_LIBM 
    2829int roardsp_responsecurve_init  (struct roardsp_filter * filter, struct roar_stream * stream, int id) { 
    2930 struct roardsp_responsecurve * self = roar_mm_malloc(sizeof(struct roardsp_responsecurve)); 
     
    187188 return -1; 
    188189} 
     190#endif 
    189191 
    190192//ll 
Note: See TracChangeset for help on using the changeset viewer.