hello mailinglist,<br><br>i currently try to compile ffmpeg on a 64bit fedora-core 8 machine using llvm2.3.<br>the "good" things first:<br><div style="margin-left: 40px;">everything works fine on a 32bit ubuntu-machine using llvm-2.3 (actually i do not know if that is grace to ubuntu or grace to 32bit)<br>
when using the normal gcc on the 64bit fc8 machine, everything works too.<br><br></div>now the "bad" thing: it does not work on fc8 with llvm-2.3<br>the error looks as follows:<br><br>./ffmpeg_g -i 1minute.mov -an -y /tmp/1minute.avi<br>
FFmpeg version SVN-r14075, Copyright (c) 2000-2008 Fabrice Bellard, et al.<br>  configuration: --disable-ffserver --disable-ffplay --disable-mmx --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6 --disable-iwmmxt --disable-altivec --disable-network --disable-ipv6 --disable-zlib --disable-vhook --disable-stripping --extra-cflags=-emit-llvm -c --extra-ldflags=-emit-llvm -c --enable-cross-compile --cross-prefix=llvm-<br>
  libavutil version: 49.7.0<br>  libavcodec version: 51.58.0<br>  libavformat version: 52.16.0<br>  libavdevice version: 52.0.0<br>  built on Jul  5 2008 11:20:26, gcc: 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2.3)<br>
./ffmpeg_g: unrecognized option '-i'<br><br><br>so it seems to forget about its command-line-args. i also tried SVN-r15424 - with no chance.<br><br>does anyone have a clue how i could try to resolve this issue?<br>
if you need further information - let me know.<br><br>and thank you in advance, of course :)<br><br><br><br><br>