From: Duilio J. P. <dp...@fc...> - 2004-09-28 06:16:27
|
> 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... libvisual-plugins was broken until now, because of my error :-( I have fixed, and I have removed all that unncessary AC_DEFINE's. Thanks a lot, Duilio. |