New submission from Stefan Olsson <[email protected]>:

Dear Sir or Madame

If I download version ffmpeg-2011-03-05 (trunk) 
and issue the following configure command 

./configure --prefix=/ffp --libdir=/ffp/lib --incdir=/ffp/include
--enable-shared --enable-static --enable-pic --enable-sram
--enable-hardcoded-tables --enable-memalign-hack --disable-symver --enable-vaapi
--enable-nonfree --enable-gpl --enable-version3 --enable-hardcoded-tables
--enable-pthreads --enable-avfilter --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libdc1394 --enable-libdirac --enable-libfaac
--enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg
--enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid
--enable-libxavs --enable-frei0r

I get the following error message during make
CC      libavformat/iff.o
CC      libavformat/img2.o
CC      libavformat/ingenientdec.o
CC      libavformat/ipmovie.o
libavformat/ipmovie.c:119: warning: 'AVPaletteControl' is deprecated
/ffp/tmp/ccoLtrYs.s: Assembler messages:
/ffp/tmp/ccoLtrYs.s:12501: Error: bad immediate value for 8-bit offset (1032)
/ffp/tmp/ccoLtrYs.s:12501: Error: bad immediate value for 8-bit offset (1034)
/ffp/tmp/ccoLtrYs.s:12501: Error: bad immediate value for 8-bit offset (1028)
make: *** [libavformat/ipmovie.o] Error 1


If I add the flag --disable-asm to configure the error message dissapear

/Stefan

----------
messages: 13816
priority: normal
status: new
substatus: new
title: Error: bad immediate value for 8-bit offset
type: bug

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2646>
________________________________________________

Reply via email to