On Tue, Jul 07, 2009 at 09:02:01AM +0200, Oliver Seitz wrote: > {standard input}:30: Error: `ff_h264_mlps_state+128(%eax)' is not a valid > 64 bit base/index expression Now that is funny. This can only come from cabac.h, line 505: "movzbl "MANGLE(ff_h264_mlps_state)"+128("ret"), "tmp" \n\t" Where "ret" is %0 from an asm block with these constraints: :"=&a"(bit) :"r"(state), "r"(c) : "%"REG_c, "%ebx", "%edx", "%esi", "memory" The only way this can end up as eax is that the compiler thinks it is compiling for 32 bit instead of 64 bit - though that should give far more errors. Are you using a working compiler or maybe the FreeBSD people applied some patches they didn't understand? _______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users