From: Dennis S. <sy...@yo...> - 2004-09-28 05:50:33
|
On Tue, 2004-09-28 at 08:34 +0300, Vitaly V. Bursov wrote: > int visual_event_queue_free (VisEventQueue *eventqueue) > { > visual_log_return_val_if_fail (eventqueue != NULL, -1); > > visual_list_destroy (&eventqueue->events, free); > > visual_mem_free (eventqueue); > > return 0; > } Ai this is painful, I was confused and thought list_destroy only called the destroyer for the elements in the list... > PS. Dennis, are you sure your new plugin selection algo in lv-plugins > works the right way? It just visits all dirs and builts nothing. > > First, configure.ac: > AC_DEFINE([ALSALA], [input_alsa.la], [alsa input plugin dynamic library name > ALSALA=input_alsa.la # Missed (?) > AC_SUBST(ALSALA) > Is AC_DEFINE necessary? it created definition in config.h.in... > > After fixing this, only static "plugin" built. with ".a" extension... Actually I'm sure it did not work, I had the same problem, but I think Duilio has fixed it in CVS this night. Cheers, Dennis |