Changeset 976:f27de4e967af in roaraudio


Ignore:
Timestamp:
12/17/08 21:08:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use ogg123 via cf cmd if ogg123 is avalible but not libvorbisfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r922 r976  
    5656#endif 
    5757 cf_vorbis_open, cf_vorbis_close, NULL, cf_vorbis_write, cf_vorbis_read, NULL}, 
     58#else 
     59#ifdef ROAR_HAVE_BIN_OGG123 
     60 {ROAR_CODEC_OGG_VORBIS, "cmd",  "ogg123", 
     61  ROAR_HAVE_BIN_OGG123 " -q -d raw -f - -", ROAR_CODECFILTER_READ, 
     62  cf_cmd_open, NULL, NULL, NULL, NULL, NULL}, 
     63#endif 
    5864#endif 
    5965 
Note: See TracChangeset for help on using the changeset viewer.