Changeset 1697:da93af84493a in roaraudio for plugins/audacious


Ignore:
Timestamp:
05/14/09 13:19:36 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a test macro in order to try how to build without broken audacious API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/audacious/roar.c

    r1595 r1697  
    302302 struct roar_meta   meta; 
    303303 char empty = 0; 
    304  char * info; 
     304 char * info = NULL; 
    305305 int pos; 
    306306 
     307#ifdef _WITH_BROKEN_CODE 
    307308 pos     = audacious_remote_get_playlist_pos(g_inst.session); 
     309#endif 
    308310 
    309311 meta.value = ∅ 
     
    313315 roar_stream_meta_set(&(g_inst.con), &(g_inst.stream), ROAR_META_MODE_CLEAR, &meta); 
    314316 
     317#ifdef _WITH_BROKEN_CODE 
    315318 info = audacious_remote_get_playlist_file(g_inst.session, pos); 
    316319 
     
    337340  free(info); 
    338341 } 
     342#endif 
    339343 
    340344 meta.value = ∅ 
Note: See TracChangeset for help on using the changeset viewer.