Changeset 5319:3ceafc779654 in roaraudio for roard


Ignore:
Timestamp:
12/01/11 19:39:47 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for new standard appsched

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/plugins.c

    r5312 r5319  
    6464  } 
    6565 } 
     66 
     67 roar_dl_appsched_trigger(plugin->lhandle, ROAR_DL_APPSCHED_FREE); 
    6668 
    6769 for (i = 0; i < MAX_PROTOS; i++) { 
     
    98100    } 
    99101   } 
     102 
     103   roar_dl_appsched_trigger(g_plugins[i].lhandle, ROAR_DL_APPSCHED_INIT); 
    100104 
    101105   _pp = NULL; 
     
    132136    } 
    133137   } 
     138   if ( roar_dl_appsched_trigger(g_plugins[i].lhandle, ROAR_DL_APPSCHED_UPDATE) == -1 ) 
     139    if ( roar_error != ROAR_ERROR_NOENT ) 
     140     ret = -1; 
    134141  } 
    135142 } 
     
    154161 } 
    155162 
    156  next->lhandle = roar_dl_open(filename, ROAR_DL_FLAG_DEFAUTS, 0 /* we delay this until plugins_init() */, para); 
     163 next->lhandle = roar_dl_open(filename, ROAR_DL_FLAG_DEFAULTS, 0 /* we delay this until plugins_init() */, para); 
    157164 roar_dl_para_unref(para); 
    158165 
Note: See TracChangeset for help on using the changeset viewer.