VLC 編譯相關問題

2021-09-01 06:49:53 字數 717 閱讀 6222

在mac os x10.7.3  + xcode4.3.2 環境下編譯vlc for ios碰到的問題可解決辦法。

$ git clone git:

$ cd mobilevlc

$ ./buildmobilevlc.sh

執行會失敗,

/usr/bin/xcodebuild  error: can't exec '/developer/usr/bin/xcodebuild' (no such file or directory)

因為xcode4.3後安裝目錄不再是/developer目錄了。

並修改buildmobilevlc.sh檔案開頭:sdk=iphoneos5.1

修改vlc/extras/package/ios/build.sh檔案開頭:sdk_version=5.1 sdk_min=5.1

如果碰到./buildmobilevlc.sh: line 23: pushd: vlc/extras/package/ios: no such file or directory

需要將vlc目錄移到importedsources目錄下覆蓋原來的空目錄。

在執行./buildmoblevlc.sh能正常編譯了有可能會碰到這樣乙個錯誤接下來。

./include/sdl_opengl.h:40:10: fatal error: 'opengl/gl.h' file not found

中斷編譯,這個還沒找到原因。。。

Android版本 編譯VLC

這裡假設你已經裝好android sdk和android ndk 配置環境變數 1.cd命令到當前使用者目錄下,開啟.bash profile檔案 cd open bash profile 如果沒有.bash profile,請touch新建乙個.bash profile touch bash pr...

Android版本 編譯VLC

2015 10 27 android 這裡記錄下編譯android版本的過程和遇到的錯誤 sudo apt get install automake ant autopoint cmake build essential libtool patch pkg config protobuf compi...

VLC3 編譯過程

1 首先是安裝64位的ubuntu系統 ubuntu 16.04.5 desktop amd64.iso 阿里的源比較快 2 先安裝所需要的依賴庫和工具 要編譯生成32位的libvlc 通過wget mingw w64 common 5.0.1 1 all.deb mingw w64 i686 de...