Changeset 1136:33eebfdb5191 in roaraudio


Ignore:
Timestamp:
01/20/09 20:46:28 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also test for libspeexdsp, it's new lib name since 1.2beta3 for non codec dsp things related to speex

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1109 r1136  
    473473test_lib_defmake ROAR_HAVE_LIBVORBISENC  %            libvorbisenc  vorbisenc  -- vorbis/vorbisenc.h 
    474474test_lib_defmake ROAR_HAVE_LIBSPEEX      %            libspeex      speex      -- speex/speex.h speex/speex_stereo.h 
     475test_lib_defmake ROAR_HAVE_LIBSPEEXDSP   %            libspeexdsp   speexdsp   -- speex/speex.h speex/speex_stereo.h 
    475476test_lib_defmake ROAR_HAVE_LIBCELT       %            libcelt       celt       -- celt/celt.h celt/celt_header.h 
    476477test_lib_defmake ROAR_HAVE_LIBOGGZ       %            liboggz       oggz       -- oggz/oggz.h 
  • roard/Makefile

    r1102 r1136  
    1111INCLUDE = -I../include -I./include 
    1212CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
    13 LDFLAGS = -g -L../lib/ $(LDPATH) -lroar -lroardsp $(lib_esd) $(lib_ossaudio) $(lib_ao) $(lib_vorbisfile) $(lib_vorbisenc) $(lib_m) $(lib_celt) $(lib_speex) $(lib_vorbis) $(lib_sndfile) $(lib_shout) $(lib_fishsound) $(lib_oggz) 
     13LDFLAGS = -g -L../lib/ $(LDPATH) -lroar -lroardsp $(lib_esd) $(lib_ossaudio) $(lib_ao) $(lib_vorbisfile) $(lib_vorbisenc) $(lib_m) $(lib_celt) $(lib_speex) $(lib_speexdsp) $(lib_vorbis) $(lib_sndfile) $(lib_shout) $(lib_fishsound) $(lib_oggz) 
    1414 
    1515all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.