Changeset 4653:fb6662ea5f57 in roaraudio for libroar/config.c


Ignore:
Timestamp:
12/09/10 19:43:50 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Support option to disable OpenSLP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r4517 r4653  
    220220   if ( !strcmp(v, "use-execed") ) { 
    221221    config->workaround.workarounds |= ROAR_LIBROAR_CONFIG_WAS_USE_EXECED; 
     222   } else if ( !strcmp(v, "no-slp") ) { 
     223    config->workaround.workarounds |= ROAR_LIBROAR_CONFIG_WAS_NO_SLP; 
    222224   } else { 
    223225    ROAR_WARN("roar_libroar_config_parse(*): Unknown workaround option: %s", v); 
Note: See TracChangeset for help on using the changeset viewer.