Changeset 362:b13b2abea6f0 in roaraudio for roard/codecfilter.c


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

only compile vorbis stuff if we have libvorbisfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r361 r362  
    1010  cf_cmd_open, NULL, NULL, NULL, NULL, NULL}, 
    1111 
     12#ifdef ROAR_HAVE_LIBVORBISFILE 
    1213 {ROAR_CODEC_OGG_VORBIS, "oggvorbis", "Ogg Vorbis decoder", NULL, 
    1314 cf_vorbis_open, cf_vorbis_close, NULL, NULL, cf_vorbis_read, NULL}, 
     15#endif 
    1416 
    1517 {ROAR_CODEC_MIDI_FILE, "MIDIFILE", "timidity MIDI synth", 
Note: See TracChangeset for help on using the changeset viewer.