win7成功下編譯VLC1.0.5

想用最新版本的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
相關文章
相關標籤/搜索