Op donderdag 11 mei 2006 16:07, schreef Vivia Nikolaidou:
> Added the following (requested by Youness):
> 1 - remove unnecessary output from libng, so people stop saying "ouhh, it
> says can't find _plugin-init"
Good point, patch attached.
> 2 - enabling/disabling debug in libng is as easy as libng_debug = TRUE; so
> maybe add a EnableDebug DisableDebug functions in ::Webcamsn:: so people
> don't need to recompile with ./configure --enable-debug if they ever have
> a problem we need debug output from...
Ehm, that should be in ::Capture::, not ::Webcamsn:: ;-)
I can do it tomorrow or in the weekend.
But if anyone can do it sooner, feel free to do it!
Harry
>
> COMPLETE TODO LIST FOR 0.96
>
> - fix linflash
> - fix webcam pause + reflector
> - maybe apply holy_wood patch for saving DPs in a per_email directories in
> the cache.
> - finish proxy support
> - remove unnecessary output from libng, so people stop saying "ouhh, it
> says can't find _plugin-init"
> - enabling/disabling debug in libng is as easy as libng_debug = TRUE; so
> maybe add a EnableDebug DisableDebug functions in ::Webcamsn:: so people
> don't need to recompile with ./configure --enable-debug if they ever have
> a problem we need debug output from
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Amsn-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
*** grab-ng.c.old 2005-05-28 23:36:22.000000000 +0200
--- grab-ng.c 2006-05-11 18:32:07.000000000 +0200
***************
*** 1142,1148 ****
if (NULL == (initcall = dlsym(plugin,"ng_plugin_init"))) {
if (NULL == (initcall = dlsym(plugin,"_ng_plugin_init"))) {
- fprintf(stderr,"dlsym[%s]: %s\n",filename,dlerror());
continue;
}
}
--- 1142,1147 ----