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