android - build ffmpeg library with a sample project and use it in eclipse on Linux operating system -


i want ffmpeg project in eclipse on linux operating system following link: http://dmitrydzz-hobby.blogspot.in/2012/04/how-to-build-ffmpeg-and-use-it-in.html have add ndk in eclipse still shows error in loading ffmpeg library

my logcat contains error:

building file: ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm invoking: gcc assembler  -o "jni/ffmpeg/libavcodec/x86/dct32_sse.o" "../jni/ffmpeg/libavcodec/x86/dct32_sse.asm" ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm: assembler messages: ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:1: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:2: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:3: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:4: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:5: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:6: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:7: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:7: error: no such instruction: `you can redistribute and/or' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:8: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:9: error: junk @ end of line, first unrecognized character `*' ../jni/ffmpeg/libavcodec/x86/dct32_sse.asm:9: error: no such instruction: `either' 


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -