Changeset 4589:9ebd8df83f8f in roaraudio


Ignore:
Timestamp:
11/07/10 02:17:58 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for libFLAC and link it into roard, need to write cf code now

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4578 r4589  
    12671267test_lib_defmake ROAR_HAVE_LIBSNDFILE    %            libsndfile    sndfile    -- sndfile.h 
    12681268test_lib_defmake ROAR_HAVE_LIBFISHSOUND  roarfish     libfishsound  fishsound  -- fishsound/fishsound.h 
     1269test_lib_defmake ROAR_HAVE_LIBFLAC       %            libFLAC       FLAC       -- FLAC/all.h 
    12691270test_lib_defmake ROAR_HAVE_LIBSAMPLERATE %            libsamplerate samplerate -- samplerate.h 
    12701271test_lib_defmake ROAR_HAVE_LIBSHOUT      %            libshout      shout      -- shout/shout.h 
  • roard/Makefile

    r4504 r4589  
    2222DRVLIBS   = $(lib_esd) $(lib_ossaudio) $(lib_ao) $(lib_shout) $(lib_sndio) $(lib_rsound) $(lib_portaudio) $(lib_pablio) $(lib_asound) $(lib_winmm) $(lib_pulse_simple) $(lib_jack) 
    2323CODEC_CELT= $(lib_celt) $(lib_celt0) 
    24 CODECLIBS = $(lib_vorbisfile) $(lib_vorbisenc) $(lib_vorbis) $(lib_fishsound) $(lib_speex) $(lib_speexdsp) $(CODEC_CELT) 
     24CODECLIBS = $(lib_vorbisfile) $(lib_vorbisenc) $(lib_vorbis) $(lib_fishsound) $(lib_speex) $(lib_speexdsp) $(CODEC_CELT) $(lib_flac) 
    2525CONTLIBS  = $(lib_oggz) $(lib_sndfile) $(lib_ogg) $(lib_raum) 
    2626OWNLIBS   = $(LIBROAREIO) $(LIBROARLIGHT) $(LIBROARMIDI) $(LIBROARDSP) $(LIBROAR) 
Note: See TracChangeset for help on using the changeset viewer.