[MPlayer-users] build error latest ffmpeg + mplayer (12/22)

Zongyao Qu zongyao.qu at gmail.com
Thu Dec 15 04:25:16 CET 2011


the error occurred when compile libavcodec, 
but it seams like some macro and configure are not included, 
just my guess.

libavcodec/x86/h264_qpel_mmx.c:999:77: note: instantiated from:
static void OPNAME ## h264_qpel16_hv_lowpass_ ## MMX(uint8_t *
dst, int16_t *tmp, uint8_t ...
                                                                            ^
libavcodec/x86/dsputil_mmx.c:2551:32: error: use of undeclared 
identifier 'CONFIG_H264CHROMA'
        if (!high_bit_depth && CONFIG_H264CHROMA) {
                               ^
libavcodec/x86/dsputil_mmx.c:2655:36: error: use of undeclared 
identifier 'CONFIG_H264CHROMA'
            if (!high_bit_depth && CONFIG_H264CHROMA) {
                                   ^
libavcodec/x86/dsputil_mmx.c:2661:36: error: use of undeclared 
identifier 'CONFIG_H264CHROMA'
            if (bit_depth == 10 && CONFIG_H264CHROMA) {
                                   ^
libavcodec/x86/dsputil_mmx.c:2731:36: error: use of undeclared 
identifier 'CONFIG_H264CHROMA'
            if (!high_bit_depth && CONFIG_H264CHROMA) {
                                   ^
libavcodec/x86/dsputil_mmx.c:2784:21: error: use of undeclared 
identifier 'CONFIG_H264CHROMA'
                if (CONFIG_H264CHROMA) {
                    ^
libavcodec/x86/dsputil_mmx.c:2813:36: error: use of undeclared 
identifier 'CONFIG_H264CHROMA'
            if (!high_bit_depth && CONFIG_H264CHROMA) {



More information about the MPlayer-users mailing list