想用最新版本的VLC 于是编译1.0.5版本
由于有了前面的基础
只需要以下几步就OK:
关于修改
1.
 
很多人提示的
    修改libtool144行。--我的144行不是blank ,so没有更改;
2
 
2) 注释掉Makefile.am697727738行,就是行首加入#
 
# cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(win3
2_destdir)/"
#   cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_des
tdir)/mozilla/
#  cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_des
tdir)/activex/
 
 
加上#的意思是注释掉呵呵  行号可能不对 忘记了
3
修改MakeFile1970行-----我这里不是1970行--而是在2086行
echo "Error: please remove $(win32_debugdir), it is in the way"; \
false \

echo "Error: please remove $(win32_debugdir), it is in the way"; \
rm -rf $(win32_debugdir)
 
然后运行如下命令:
1 ./configure-VLC105.sh
2 make
3 make package-win32-base