这篇文章用于记录在Mac上编译vlc-android源码的过程以及遇到的各种坑。
vlc-android源码网站:https://code.videolan.org/videolan/vlc-android
编译指导wiki网址:https://wiki.videolan.org/AndroidCompile/
下载vlc-android
使用git下载将vlc-android下载到本地。
git clone https://code.videolan.org/videolan/vlc-android.git
Android相关的工具
最好将Android SDK中的tools和platform及编译sdk更新到最新。NDK的版本需要13+,最好更新到最新版本,使用低版本的NDK会报错。
在当前用户的.bash_profile文件中将SDK和NDK的安装路径添加到path中:
export ANDROID_SDK=/xxx/xxx/android-sdk
export ANDROID_NDK=/xxx/xxx/android-ndk
export PATH=$PATH:$ANDROID_SDK/platform-tools:$ANDROID_SDK/tools
下载其它软件包
wiki上Ubantu系统上需要安装的软件包:
sudo apt-get install automake ant autopoint cmake build-essential libtool \
patch pkg-config protobuf-compiler ragel subversion unzip git \
openjdk-8-jre openjdk-8-jdk
Mac上可以参照这个安装相关的软件,如果已安装,则可以跳过。如果没有安装Homebrew,需要先安装该软件包。具体安装步骤请查看:https://brew.sh/index_zh-cn.html。然后使用brew命令安装所缺的软件包。
安装过程中遇到的一些问题:
使用brew install autopoint
安装autopoint软件包,运行结果如下:
MacBook-Air:~ $ brew install autopoint
Error: No available formula with the name "autopoint"
==> Searching for a previously deleted formula...
Warning: homebrew/core is shallow clone. To get complete histor