Dear Gentlemen,
I have he following error when complie the VLC in the Fedora, because I want to enable the ALSA support, anyone know what will be the possible problem?
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cxxflags plugin mkv` -Wsign-compare -Wsign-compare -Wall -finline-limit-30000 -pipe -MT libmkv_plugin_a-mkv.o -MD -MP -MF ".deps/libmkv_plugin_a-mkv.Tpo" \
-c -o libmkv_plugin_a-mkv.o `test -f 'mkv.cpp' || echo './'`mkv.cpp; \
then mv -f ".deps/libmkv_plugin_a-mkv.Tpo" ".deps/libmkv_plugin_a-mkv.Po"; \
else rm -f ".deps/libmkv_plugin_a-mkv.Tpo"; exit 1; \
fi
mkv.cpp: In function `int Open(vlc_object_t*)':
mkv.cpp:633: error: `SCOPE_ALL_DATA' undeclared (first use this function)
mkv.cpp:633: error: (Each undeclared identifier is reported only once for each
function it appears in.)
mkv.cpp: In function `void InformationsCreate(input_thread_t*)':
mkv.cpp:2176: warning: unused variable `playlist_t*p_playlist'
make[4]: *** [libmkv_plugin_a-mkv.o] Error 1
make[4]: Leaving directory `/root/vlc-0.7.0-1/modules/demux'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/root/vlc-0.7.0-1/modules/demux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/vlc-0.7.0-1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vlc-0.7.0-1'
make: *** [all] Error 2
Thanks a lot