Changeset 2568:271a25312484 in roaraudio for roarclients/roarphone.c


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

use roar_libroar_set_server()

File:
1 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"); 
Note: See TracChangeset for help on using the changeset viewer.