Markus Schulz wrote:
> Am Donnerstag, 2. Juni 2011 schrieben Sie:
>> Because I am undeniably lazy, could you help me out here? What I
>> would like is a small or minimal self-contained tarball with object
>> files reproducing this problem, along with a command that can be used
>> to reproduce it.
>
> extract attached archive and go to FFmpeg/libavfilter/ and type make
Thanks. I get:
$ make
CC af_anull.o
/bin/sh: 1: ccache: not found
make: *** [af_anull.o] Error 127
So I did
sed -i -e 's/ccache //' config.mak
and now I get lots of messages like
CC x86/yadif.o
x86/yadif_template.c: Assembler messages:
x86/yadif_template.c:250: Error: `(%rdx,%r11d)' is not a valid
base/index expression
probably because I am on amd64. The reason to ask for object files is
that it avoids this turning into a heisenbug if gcc's code generation
changes in the future. If I find time, I'll grab the ffmpeg sources
and make a testcase for myself.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]