compile vlc android error

2019-06-08 20:54发布

When I try to compile vlc android project, I got a issue:

cd speex-git && patch -fp1) < ../../contrib/src/speex/no-ogg.patch
patching file configure.ac
Hunk #1 succeeded at 109 with fuzz 1 (offset -3 lines).
patching file libspeex/Makefile.am
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- saving rejects to file libspeex/Makefile.am.rej
patching file src/Makefile.am
Hunk #1 FAILED at 11.
Hunk #2 FAILED at 24.
2 out of 2 hunks FAILED -- saving rejects to file src/Makefile.am.rej
make: *** [speex] Error 1

1条回答
叼着烟拽天下
2楼-- · 2019-06-08 21:24

i just solve this problem. You can download speex-git.tar.gz and put it in contrib/tarballs . Then sh compile.sh again.

查看更多
登录 后发表回答