asm error when building VLC
Posted: 03 Oct 2012 00:56
Hey there,
I'm trying to build the VLC fro android (as explained in the wiki), but it fails prompting the next error:
I've googled, but I haven't found anything interesting. I'm using the android-ndk-r8. Has anyone experienced the same issue? Any suggestion?
Cheers,
I'm trying to build the VLC fro android (as explained in the wiki), but it fails prompting the next error:
Code: Select all
make[1]: Entering directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg'
make[1]: Leaving directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg'
INSTALL libavformat/libavformat.a
AS libavresample/arm/audio_convert_neon.o
./libavutil/arm/asm.S: Assembler messages:
./libavutil/arm/asm.S:55: Error: expected <tag> , <value>
make[1]: *** [libavresample/arm/audio_convert_neon.o] Error 1
make[1]: Leaving directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg'
make: *** [.ffmpeg] Error 2
user@computer:~/dev/vlc-android (master)$
Cheers,