Changeset 5344:1fc66ca81759 in roaraudio for roarclients


Ignore:
Timestamp:
12/10/11 00:08:10 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support lazy binding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarpluginrunner.c

    r5341 r5344  
    9191 
    9292static int do_explain(const char * name) { 
    93  struct roar_dl_lhandle * lhandle = roar_dl_open(name, ROAR_DL_FLAG_DEFAULTS, 0, NULL); 
     93 struct roar_dl_lhandle * lhandle = roar_dl_open(name, ROAR_DL_FLAG_LAZY, 0, NULL); 
    9494 struct roar_dl_libraryinst * (*func)(struct roar_dl_librarypara * para); 
    9595 struct roar_dl_libraryinst * lib; 
Note: See TracChangeset for help on using the changeset viewer.