Changeset 359:5e41a971217a in roaraudio


Ignore:
Timestamp:
08/02/08 17:00:41 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some more libs to check and move config.h when done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r355 r359  
    6767test_lib libvorbis     vorbis     -- vorbis/codec.h                 && echo '#define ROAR_HAVE_LIBVORBIS' >&3 
    6868test_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 
     69test_lib libspeex      speex      -- speex/speex.h                  && echo '#define ROAR_HAVE_LIBSPEEX' >&3 
    7070test_lib libcelt       celt       -- celt/celt.h celt/celt_header.h && echo '#define ROAR_HAVE_LIBVORBISFILE' >&3 
     71test_lib liboggz       oggz       -- oggz/oggz.h                    && echo '#define ROAR_HAVE_LIBOGGZ' >&3 
     72test_lib libfishsound  fishsound  -- fishsound/fishsound.h          && echo '#define ROAR_HAVE_LIBFISHSOUND' >&3 
     73test_lib libsndfile    sndfile    -- sndfile.h                      && echo '#define ROAR_HAVE_LIBSNDFILE' >&3 
    7174 
    7275# add a better test here 
     
    131134rm -f $TF_C $TF_E 
    132135 
     136mv config.h include/roaraudio/ 
     137echo 'config.h created and moved into include/roaraudio/' 
     138 
    133139#ll 
Note: See TracChangeset for help on using the changeset viewer.