On Tue, Jul 29, 2014 at 7:28 PM, Oliver Fromme <[email protected]> wrote: > Oliver Fromme wrote: > > One step forward ... > > > > I just tried rebuilding ffmpeg with --disable-asm, and now it > > works. Further experimentation shows that it also works when > > I only use --disable-inline-asm. But --disable-yasm has no > > effect. > > > > So, something seems to be wrong with inline asm support on my > > platform. This is a 64bit FreeBSD 9.1 machine (amd64), not > > shiny new, but not terribly old either. The compiler is gcc > > 4.2.1 from the FreeBSD 9.1 default installation. Could this > > be the problem? > > Again, one more piece of information ... > > I found out that the "official" FreeBSD port of ffmpeg works. > However, that's not the current git version ... I'd like to > work with the current git version. > > So I tried to look at the FreeBSD port in order to find out > what it does differently, but without any luck so far. :-( > I'm basically using the same configure options. >
Use either clang or gcc 4.6+ from ports and your errors will disappear. Cheers Tom _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
