2014-07-04 54 views
0

当我尝试编译VLC的Android项目,我有一个问题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但DIT不行。和https://trac.videolan.org/vlc/ticket/11702正式显示的问题,但没有解决方案。

回答