Changeset 2386:0ff0440ba500 in roaraudio for Makefile.inc


Ignore:
Timestamp:
08/16/09 05:36:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added SRC (libsamplerate) based resampler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.inc

    r2380 r2386  
    77# libroardsp: 
    88DSP_CODECLIBS   = $(lib_celt) $(lib_speex) 
    9 LIBROARDSP_NS   = $(DSP_CODECLIBS) $(LIBROAR) $(lib_m) 
     9DSP_AUXLIBS     = $(lib_samplerate) 
     10LIBROARDSP_NS   = $(DSP_CODECLIBS) $(DSP_AUXLIBS) $(LIBROAR) $(lib_m) 
    1011LIBROARDSP      = -lroardsp $(LIBROARDSP_NS) 
    1112 
Note: See TracChangeset for help on using the changeset viewer.