Changeset 360:39cf379de032 in roaraudio


Ignore:
Timestamp:
08/03/08 00:27:04 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added math.h and changed celt to correct ROAR_HAVE_LIBCELT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r359 r360  
    6363} >&3 
    6464 
    65 test_lib EsounD        esd        -- esd.h                          && echo '#define ROAR_HAVE_ESD' >&3 
    66 test_lib libao         ao         -- ao/ao.h ao/plugin.h            && echo '#define ROAR_HAVE_LIBAO' >&3 
    67 test_lib libvorbis     vorbis     -- vorbis/codec.h                 && echo '#define ROAR_HAVE_LIBVORBIS' >&3 
    68 test_lib libvorbisfile vorbisfile -- vorbis/vorbisfile.h            && echo '#define ROAR_HAVE_LIBVORBISFILE' >&3 
    69 test_lib libspeex      speex      -- speex/speex.h                  && echo '#define ROAR_HAVE_LIBSPEEX' >&3 
    70 test_lib libcelt       celt       -- celt/celt.h celt/celt_header.h && echo '#define ROAR_HAVE_LIBVORBISFILE' >&3 
    71 test_lib liboggz       oggz       -- oggz/oggz.h                    && echo '#define ROAR_HAVE_LIBOGGZ' >&3 
    72 test_lib libfishsound  fishsound  -- fishsound/fishsound.h          && echo '#define ROAR_HAVE_LIBFISHSOUND' >&3 
    73 test_lib libsndfile    sndfile    -- sndfile.h                      && echo '#define ROAR_HAVE_LIBSNDFILE' >&3 
     65test_lib 'Math Library' m          -- math.h                         && echo '#define ROAR_HAVE_LIBM' >&3 
     66test_lib EsounD         esd        -- esd.h                          && echo '#define ROAR_HAVE_ESD' >&3 
     67test_lib libao          ao         -- ao/ao.h ao/plugin.h            && echo '#define ROAR_HAVE_LIBAO' >&3 
     68test_lib libvorbis      vorbis     -- vorbis/codec.h                 && echo '#define ROAR_HAVE_LIBVORBIS' >&3 
     69test_lib libvorbisfile  vorbisfile -- vorbis/vorbisfile.h            && echo '#define ROAR_HAVE_LIBVORBISFILE' >&3 
     70test_lib libspeex       speex      -- speex/speex.h                  && echo '#define ROAR_HAVE_LIBSPEEX' >&3 
     71test_lib libcelt        celt       -- celt/celt.h celt/celt_header.h && echo '#define ROAR_HAVE_LIBCELT' >&3 
     72test_lib liboggz        oggz       -- oggz/oggz.h                    && echo '#define ROAR_HAVE_LIBOGGZ' >&3 
     73test_lib libfishsound   fishsound  -- fishsound/fishsound.h          && echo '#define ROAR_HAVE_LIBFISHSOUND' >&3 
     74test_lib libsndfile     sndfile    -- sndfile.h                      && echo '#define ROAR_HAVE_LIBSNDFILE' >&3 
    7475 
    7576# add a better test here 
Note: See TracChangeset for help on using the changeset viewer.