[FFmpeg-devel] Change prototype in configure

kuangLeon leon.kuang
Wed Dec 17 14:33:29 CET 2008


Hi all,
 
    I used the latest SVN version to test rmvb. I can build it passed based on x86 and also can play rmvb file. But built it failed based on arm. 
 
   There are some errors as following:    ...    libavcoedc/mpegvideo.c    /tmp/ccw9CsQd.s: Assembler messages:    /tmp/ccw9CsQd.s:17463: Error: bad instruction 'lsrle r0,r1,#1'    make:*** [libavcodec/mpegvideo.o] Error 1 
    Could you help me on this? Thanks a lot! 
 
Regards
leon.kuang
> Date: Wed, 17 Dec 2008 14:10:25 +0100> From: mpeg.blue at free.fr> To: ffmpeg-devel at mplayerhq.hu> Subject: [FFmpeg-devel] Change prototype in configure> > Hello,> > On my platform, the last test run by configure generates a warning.> > BEGIN ffmpeg-conf-323-2844-15508.c> 1 int foo(void){ __asm__ volatile(".align 3"); }> END ffmpeg-conf-323-2844-15508.c> [...]> In function 'foo': warning: control reaches end of non-void function> > $ svn diff> Index: configure> ===================================================================> --- configure (revision 16187)> +++ configure (working copy)> @@ -512,7 +512,7 @@> asm="$2"> shift 2> check_cc "$@" <<EOF && enable $name || disable $name> -int foo(void){ __asm__ volatile($asm); }> +void foo(void){ __asm__ volatile($asm); }> EOF> }> > -- > Regards.> _______________________________________________> ffmpeg-devel mailing list> ffmpeg-devel at mplayerhq.hu> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
_________________________________________________________________
??????????MSN??????????????
http://help.cn.msn.com/Cs.html



More information about the ffmpeg-devel mailing list