VLC with HTTP?
Stéphane Borel
stef at via.ecp.fr
Thu May 17 13:36:08 CEST 2001
On Thu, May 17, 2001 at 04:56:21PM +0530, mayuresh at vsnl.com wrote:
> module warning: cannot open lib/dsp.so (lib/dsp.so: undefined symbol: main_GetPszVariable)
> module warning: cannot open lib/fb.so (lib/fb.so: undefined symbol: p_main)
> module warning: cannot open lib/qt.so (lib/qt.so: undefined symbol: p_main)
> module warning: cannot open lib/x11.so (lib/x11.so: undefined symbol: p_main)
It looks like a shared library problem. Could you try to compile vlc
with all modules built-in. After ./configure, you have to edit
Makefile.opts, and move the name from PLUGINS: to BUILTINS:
You should have something like that after:
# Plugins to build
# WARNING: if you do not have a dynamic loader on your platform, remove
# the plugins in this line and put them as built-ins, otherwise your
# application won't be able to load them.
#
PLUGINS :=
#
# Built-in modules to build
# WARNING: do NOT put gtk and gnome together in this rule.
#
BUILTINS := es ps ts yuv idct idctclassic motion imdct downmix dvd dummy
null rc yuvmmx idctmmx motionmmx idctmmxext motionmmxext dsp gtk x11
and then make.
--
Stef
More information about the vlc
mailing list