vlc android编译修补错误

时间:2014-07-04 12:30:11

标签: android compilation vlc

当我尝试编译vlc android项目时,我遇到了一个问题

(cd speexdsp-git && patch -fp1) < ../../contrib/src/speexdsp/neon.patch
patching file configure.ac
Hunk #1 succeeded at 203 with fuzz 1 (offset 35 lines).
patching file libspeexdsp/resample.c
Hunk #1 FAILED at 585.

1 out of 1 hunk FAILED -- saving rejects to file libspeexdsp/resample.c.rej
patching file configure.ac
Hunk #1 succeeded at 98 with fuzz 2 (offset 17 lines).

Hunk #2 succeeded at 166 (offset 26 lines).

Hunk #3 succeeded at 196 with fuzz 1 (offset 30 lines).
patching file libspeexdsp/arch.h
Hunk #1 FAILED at 163.
1 out of 1 hunk FAILED -- saving rejects to file libspeexdsp/arch.h.rej
patching file libspeexdsp/fixed_generic.h

Hunk #1 succeeded at 56 with fuzz 2 (offset 4 lines).

根据compile vlc android error我已经下载了speex-git.tar.gz,但它不起作用。 https://trac.videolan.org/vlc/ticket/11702正式显示问题,但没有解决方案。

1 个答案:

答案 0 :(得分:0)

您可以比较路径vlc / contrib / src / speexdsp / neon.patch和https://github.com/videolan/vlc/blob/master/contrib/src/speexdsp/rules.mak之间不同的两个文件。