Hi,
I'm compiling the VLC code while exceuting the make file, getting the following error...
/home/abhijeet/Desktop/vlc-2.0.6/contrib/i686-w64-mingw32/lib/libvpx.a(onyx_if.c.o):(.text+0x3f): undefined reference to `___ms_vsnprintf'
/home/abhijeet/Desktop/vlc-2.0.6/contrib/i686-w64-mingw32/lib/libvpx.a(bitstream.c.o):(.text+0x3f): undefined reference to `___ms_vsnprintf'
/home/abhijeet/Desktop/vlc-2.0.6/contrib/i686-w64-mingw32/lib/libvpx.a(ethreading.c.o):(.text+0x3f): undefined reference to `___ms_vsnprintf'
/home/abhijeet/Desktop/vlc-2.0.6/contrib/i686-w64-mingw32/lib/libvpx.a(boolhuff.c.o):(.text+0x3f): undefined reference to `___ms_vsnprintf'
/home/abhijeet/Desktop/vlc-2.0.6/contrib/i686-w64-mingw32/lib/libvpx.a(encodemv.c.o):(.text+0x30f): undefined reference to `___ms_vsnprintf'
collect2: ld returned 1 exit status
make[5]: *** [libaccess_avio_plugin.la] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Can anybody help on this...