Changeset 2568:271a25312484 in roaraudio


Ignore:
Timestamp:
09/04/09 04:49:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use roar_libroar_set_server()

Location:
roarclients
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarphone.c

    r2330 r2568  
    439439 } 
    440440 
     441 // ignore errors, maybe it will work even if this fails 
     442 // (btw. it will never fail without crashing the rest of the app ;) 
     443 roar_libroar_set_server(server); 
     444 
    441445 if ( g_conf.antiecho == AE_SPEEX ) { 
    442446  ROAR_WARN("Speex Antiecho is obsolete and may be removed in future versions. Use --antiecho roard"); 
  • roarclients/roarvorbis.c

    r1510 r2568  
    202202 } 
    203203 
     204 roar_libroar_set_server(server); 
     205 
    204206 if ( file == NULL ) { 
    205207  ROAR_ERR("No filename given."); 
Note: See TracChangeset for help on using the changeset viewer.