x264 다운로드
- 사이트: http://www.videolan.org/developers/x264.html
- 다운로드
$ git clone git://git.videolan.org/x264.git
(우분투에서 git 없으면 apt-get install git 하면 될듯..)
x264 빌드
- 다운받은 디렉토리로 이동하고 아래 명령 실행.
$ ./configure --host=arm-linux --cross-prefix=arm-linux-androideabi- --enable-shared --enable-static --prefix=/opt/android-8-toolchain/sysroot/usr
$ make
$ make install
- 사이트: http://www.videolan.org/developers/x264.html
- 다운로드
$ git clone git://git.videolan.org/x264.git
(우분투에서 git 없으면 apt-get install git 하면 될듯..)
x264 빌드
- 다운받은 디렉토리로 이동하고 아래 명령 실행.
$ ./configure --host=arm-linux --cross-prefix=arm-linux-androideabi- --enable-shared --enable-static --prefix=/opt/android-8-toolchain/sysroot/usr
$ make
$ make install
(--prefix 는 안드로이드 툴체인이 있는 곳으로 설정해야하며, 하지 않을 경우 make install 시 /usr/local/include 와 /usr/local/lib에 header와 library가 위치해서 ffmpeg 빌드시에 libx264 header와 library를 찾지 못함)
테스트는 안해봤지만 빌드는 잘됨.
테스트는 안해봤지만 빌드는 잘됨.
댓글 없음:
댓글 쓰기