compile ffmpeg with android ndk r5b

前端 未结 6 743
栀梦
栀梦 2021-01-02 19:37

compile ffmpeg with android ndk r5b.

ffmpeg 0.6.1

android ndk r5b

cygwin 1.7

build reference url : http://www.cnblogs.com/scottwong/archive

6条回答
  •  -上瘾入骨i
    2021-01-02 20:10

    You don't set the tmp directory. You can set it in /etc/profile or just in the terminal with export TMPDIR=/your/tmp/directory. Notice: 1. If you compile with cygwin, the directory must be like D:/tmp. You can't use /cygdrive/d/tmp. 2. You must have the permission of the folder.

提交回复
热议问题