Changeset 2030:7e228760c81f in roaraudio


Ignore:
Timestamp:
06/20/09 14:48:07 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make libslp optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

    r1993 r2030  
    1616CODECLIBS = $(lib_vorbisfile) $(lib_vorbisenc) $(lib_vorbis) $(lib_celt) $(lib_fishsound) $(lib_speex) $(lib_speexdsp) 
    1717CONTLIBS  = $(lib_oggz) $(lib_sndfile) $(lib_ogg) 
    18 PROTOLIBS = -lslp 
     18PROTOLIBS = $(lib_slp) 
    1919LIBS      = -lroarlight -lroarmidi -lroardsp -lroar $(DRVLIBS) $(CODECLIBS) $(CONTLIBS) $(PROTOLIBS) $(lib_m) $(NETLIBS) 
    2020 
Note: See TracChangeset for help on using the changeset viewer.