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

    r1020 r1104  
    6262    } 
    6363   break; 
     64#ifdef ROAR_HAVE_LIBM 
    6465  case ROARDSP_DOWNMIX_RMS: 
    6566    for (i = 0; i < samples; i += 2) { 
     
    7980    } 
    8081   break; 
     82#endif 
    8183  default: 
    8284   ROAR_DBG("roardsp_downmix_calc162(*) = -1 // unknown mode"); 
Note: See TracChangeset for help on using the changeset viewer.