source: roaraudio/Makefile.inc @ 2386:0ff0440ba500

Last change on this file since 2386:0ff0440ba500 was 2386:0ff0440ba500, checked in by phi, 15 years ago

added SRC (libsamplerate) based resampler

File size: 760 bytes
RevLine 
[2379]1# libroar:
2NETLIBS         = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32)
3AUXLIBS         = $(lib_slp) $(lib_ssl) $(lib_sendfile)
[2380]4LIBROAR_NS      = $(AUXLIBS) $(NETLIBS)
5LIBROAR         = -lroar $(LIBROAR_NS)
[2379]6
7# libroardsp:
8DSP_CODECLIBS   = $(lib_celt) $(lib_speex)
[2386]9DSP_AUXLIBS     = $(lib_samplerate)
10LIBROARDSP_NS   = $(DSP_CODECLIBS) $(DSP_AUXLIBS) $(LIBROAR) $(lib_m)
[2380]11LIBROARDSP      = -lroardsp $(LIBROARDSP_NS)
[2379]12
13# libroarmidi:
[2380]14LIBROARMIDI_NS  = $(LIBROARDSP)
15LIBROARMIDI     = -lroarmidi $(LIBROARMIDI_NS)
[2379]16
17# libroarlight:
[2380]18LIBROARLIGHT_NS = $(LIBROAR) $(lib_m)
19LIBROARLIGHT    = -lroarlight $(LIBROARLIGHT_NS)
[2379]20
21# libroareio:
22EIO_CDRIVERLIBS = $(lib_ossaudio)
[2380]23LIBROAREIO_NS   = $(EIO_CDRIVERLIBS) $(LIBROAR)
24LIBROAREIO      = -lroareio $(LIBROAREIO_NS)
[2379]25
26#ll
Note: See TracBrowser for help on using the repository browser.