[ANN] vlc 0.1.99h is out

Samuel Hocevar sam at via.ecp.fr
Wed Aug 23 01:56:51 CEST 2000


On Wed, Aug 23, 2000, Dag B wrote:

> Built and installed w/o error. Then built and installed vlc 0.1.99h. It
> builds (and installes) sdl.so, but makes no mentioning of it:
> 
>  [...]
> 
> Shouldn't it show up in the plugin list? The output above behaves as the
> previous one on Xfree86 4.0.1

   For now, the vlc only shows plugins that have been successfully
loaded (ie, that have a valid structure, but also that could resolve all
library dependencies).

   If a plugin doesn't show up, it means that either it wasn't
requested, or it failed to initialize. To debug this, you might wan to
add the following line at line 181 of src/misc/plugins.c :

      fprintf( stderr, "%s\n", dlerror() );

   Then you'll probably know why your SDL plugin wasn't loaded.

-- 
Sam.




More information about the vlc mailing list