I'm cross-compiling ffmpeg (through mplayer) and getting this error.

AS      libavcodec/arm/ac3dsp_arm.o
./libavutil/arm/asm.S: Assembler messages:
./libavutil/arm/asm.S:134: Warning: stray `\'
./libavutil/arm/asm.S:135: Warning: stray `\'
./libavutil/arm/asm.S:143: Warning: stray `\'
libavcodec/arm/ac3dsp_arm.S:30: Error: selected processor does not support `it 
gt'
make[1]: *** [libavcodec/arm/ac3dsp_arm.o] Error 1
make[1]: Leaving directory `/home/vsawant/latest_mplayer/mplayer_arm/ffmpeg'
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2

I tried to compile the assembly code individually, but I still see this error:

$ arm-none-linux-gnueabi-gcc -march=armv5te -I../../ -c ac3dsp_arm.S
../../libavutil/arm/asm.S: Assembler messages:
../../libavutil/arm/asm.S:134: Warning: stray `\'
../../libavutil/arm/asm.S:135: Warning: stray `\'
../../libavutil/arm/asm.S:143: Warning: stray `\'
ac3dsp_arm.S:30: Error: selected processor does not support `it gt'

I believe it's a thumb instruction, but I have disabled thumb. Is there a way 
to get around it or modify it?

Thanks,
Vikas



This e-mail message and all attachments transmitted with it may contain legally 
privileged and confidential information intended solely for the use of the 
addressee. If you are not the intended recipient, you are hereby notified that 
any reading, dissemination, distribution, copying, or other use of this message 
or its attachments is strictly prohibited.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to