Changeset 5427:543c052527b2 in roaraudio for roard


Ignore:
Timestamp:
03/20/12 03:40:15 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support usage of plugin path also outside plugin containers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/plugins.c

    r5381 r5427  
    161161 } 
    162162 
    163  next->lhandle = roar_dl_open(filename, ROAR_DL_FLAG_DEFAULTS, 0 /* we delay this until plugins_init() */, para); 
     163 next->lhandle = roar_dl_open(filename, ROAR_DL_FLAG_PLUGIN, 0 /* we delay this until plugins_init() */, para); 
    164164 roar_dl_para_unref(para); 
    165165 
Note: See TracChangeset for help on using the changeset viewer.