Changeset 1531:639d7347480e in roaraudio


Ignore:
Timestamp:
04/12/09 00:59:03 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to set autoconf flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1528 r1531  
    216216  } else if ( strcmp(k, "cleanmeta") == 0 ) { 
    217217   streams_set_flag(stream, ROAR_FLAG_CLEANMETA); 
    218  
    219   /* ignore this for the moment ... */ 
    220218  } else if ( strcmp(k, "autoconf") == 0 ) { 
     219   streams_set_flag(stream, ROAR_FLAG_AUTOCONF); 
    221220  } else { 
    222221   ROAR_ERR("add_output(*): unknown option '%s'", k); 
Note: See TracChangeset for help on using the changeset viewer.