Changeset 298:2dc361f49fce in roaraudio


Ignore:
Timestamp:
07/24/08 16:12:05 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for esd_play_file() but without fallback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaresd/esdfile.c

    r0 r298  
    1010} 
    1111int esd_play_file( const char *name_prefix, const char *filename, int fallback ) { 
    12  return -1; 
     12 // TODO: add support for fallback 
     13 return roar_simple_play_file((char*)filename, NULL, (char*)name_prefix) == -1 ? -1 : 0; 
    1314} 
    1415int esd_file_cache( int esd, const char *name_prefix, const char *filename ) { 
Note: See TracChangeset for help on using the changeset viewer.