On Sun, Sep 27, 2009 at 04:48, Doug Barton <[email protected]> wrote: > cc -O2 -pipe -g -fno-strict-aliasing -I./libavcodec -I./libavformat > ... > cabac.h: In function 'get_cabac_noinline': > cabac.h:525: error: can't find a register in class 'GENERAL_REGS' > while reloading 'asm' > cabac.h:525: error: 'asm' operand has impossible constraints
This error should go away if you build mplayer with -O3. Can you turn on the optimized-cflags-knob and try again? Riggs _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
