No sounds when I play vlc -- problem with libmad
Posted: 14 Dec 2004 21:59
Hi there,
I have a problem with the sounds when I play vlc.
I downloaded the source codes of vlc and tried to run it with the command line. When I configured with the libmad disabled ( ./configure --enable-gpl --enable-pp --disable-mad --with-ffmpeg-tree=ffmpeg --with-libmpeg2-tree=libmpeg2 --disable-wxwindows --disable-skins2), I can run the vlc without sound. ( The video works well, but no audio). Then I tried to enable the libmad library for getting the sounds. I configured again with the libmad enabled (./configure --enable-gpl --enable-pp --enable-shared-pp --with-mad-tree=libmad --with-ffmpeg-tree=ffmpeg --with-libmpeg2-tree=libmpeg2 --disable-wxwindows --disable-skins2). It configures and compiles well, but when running the vlc(./vlc -vvv my.mpg), I got such an error:
./vlc: error while loading shared libraries: libmad.so.0: cannot open shared object file: No such file or directory
I think the "libmad.so.0" was made after I compiled the libmad. Maybe I am wrong.
Could anybody help me to solve this problem? Thanks very much.
Sherry
I have a problem with the sounds when I play vlc.
I downloaded the source codes of vlc and tried to run it with the command line. When I configured with the libmad disabled ( ./configure --enable-gpl --enable-pp --disable-mad --with-ffmpeg-tree=ffmpeg --with-libmpeg2-tree=libmpeg2 --disable-wxwindows --disable-skins2), I can run the vlc without sound. ( The video works well, but no audio). Then I tried to enable the libmad library for getting the sounds. I configured again with the libmad enabled (./configure --enable-gpl --enable-pp --enable-shared-pp --with-mad-tree=libmad --with-ffmpeg-tree=ffmpeg --with-libmpeg2-tree=libmpeg2 --disable-wxwindows --disable-skins2). It configures and compiles well, but when running the vlc(./vlc -vvv my.mpg), I got such an error:
./vlc: error while loading shared libraries: libmad.so.0: cannot open shared object file: No such file or directory
I think the "libmad.so.0" was made after I compiled the libmad. Maybe I am wrong.
Could anybody help me to solve this problem? Thanks very much.
Sherry