[MPlayer-users] compilation fails: Makefile:743: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed

Antonio Olivares olivares14031 at yahoo.com
Wed Dec 23 21:22:32 EET 2015


CC      libavcodec/x86/h264_intrapred_init.o
In file included from ./libavutil/internal.h:165:0,
                 from ./libavutil/common.h:459,
                 from ./libavutil/avutil.h:288,
                 from ./libavutil/samplefmt.h:24,
                 from ./libavcodec/avcodec.h:31,
                 from libavcodec/x86/h264_intrapred_init.c:24:
./libavutil/libm.h:300:6: warning: "HAVE_EXP10" is not defined [-Wundef]
 #if !HAVE_EXP10
      ^
./libavutil/libm.h:307:6: warning: "HAVE_EXP10F" is not defined [-Wundef]
 #if !HAVE_EXP10F
      ^
CC      libavcodec/x86/h264_qpel.o
In file included from ./libavutil/internal.h:165:0,
                 from ./libavutil/common.h:459,
                 from ./libavutil/avutil.h:288,
                 from ./libavutil/avassert.h:31,
                 from ./libavcodec/put_bits.h:33,
                 from ./libavcodec/cabac.h:32,
                 from ./libavcodec/h264.h:33,
                 from libavcodec/x86/h264_qpel.c:26:
./libavutil/libm.h:300:6: warning: "HAVE_EXP10" is not defined [-Wundef]
 #if !HAVE_EXP10
      ^
./libavutil/libm.h:307:6: warning: "HAVE_EXP10F" is not defined [-Wundef]
 #if !HAVE_EXP10F
      ^
CC      libavcodec/x86/h264chroma_init.o
CC      libavcodec/x86/h264dsp_init.o
CC      libavcodec/x86/hevcdsp_init.o
In file included from ./libavutil/internal.h:165:0,
                 from ./libavutil/common.h:459,
                 from ./libavcodec/get_bits.h:31,
                 from libavcodec/x86/hevcdsp_init.c:27:
./libavutil/libm.h:300:6: warning: "HAVE_EXP10" is not defined [-Wundef]
 #if !HAVE_EXP10
      ^
./libavutil/libm.h:307:6: warning: "HAVE_EXP10F" is not defined [-Wundef]
 #if !HAVE_EXP10F
      ^
CC      libavcodec/x86/hpeldsp_init.o
In file included from ./libavutil/internal.h:165:0,
                 from ./libavutil/common.h:459,
                 from ./libavutil/avutil.h:288,
                 from ./libavutil/samplefmt.h:24,
                 from ./libavcodec/avcodec.h:31,
                 from libavcodec/x86/hpeldsp_init.c:29:
./libavutil/libm.h:300:6: warning: "HAVE_EXP10" is not defined [-Wundef]
 #if !HAVE_EXP10
      ^
./libavutil/libm.h:307:6: warning: "HAVE_EXP10F" is not defined [-Wundef]
 #if !HAVE_EXP10F
      ^
libavcodec/x86/hpeldsp_init.c: In function 'hpeldsp_init_mmxext':
libavcodec/x86/hpeldsp_init.c:222:31: error: 'put_pixels16_y2_mmxext' undeclared (first use in this function)
     c->put_pixels_tab[0][2] = put_pixels16_y2_mmxext;
                               ^
libavcodec/x86/hpeldsp_init.c:222:31: note: each undeclared identifier is reported only once for each function it appears in
libavcodec/x86/hpeldsp_init.c:224:31: error: 'avg_pixels16_mmxext' undeclared (first use in this function)
     c->avg_pixels_tab[0][0] = avg_pixels16_mmxext;
                               ^
libavcodec/x86/hpeldsp_init.c:225:31: error: 'avg_pixels16_x2_mmxext' undeclared (first use in this function)
     c->avg_pixels_tab[0][1] = avg_pixels16_x2_mmxext;
                               ^
libavcodec/x86/hpeldsp_init.c:226:31: error: 'avg_pixels16_y2_mmxext' undeclared (first use in this function)
     c->avg_pixels_tab[0][2] = avg_pixels16_y2_mmxext;
                               ^
libavcodec/x86/hpeldsp_init.c:227:31: error: 'avg_pixels16_xy2_mmxext' undeclared (first use in this function)
     c->avg_pixels_tab[0][3] = avg_pixels16_xy2_mmxext;
                               ^
libavcodec/x86/hpeldsp_init.c:238:42: error: 'put_no_rnd_pixels16_x2_mmxext' undeclared (first use in this function)
         c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_mmxext;
                                          ^
libavcodec/x86/hpeldsp_init.c:239:42: error: 'put_no_rnd_pixels16_y2_mmxext' undeclared (first use in this function)
         c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_mmxext;
                                          ^
libavcodec/x86/hpeldsp_init.c:243:35: error: 'avg_approx_pixels16_xy2_mmxext' undeclared (first use in this function)
         c->avg_pixels_tab[0][3] = avg_approx_pixels16_xy2_mmxext;
                                   ^
common.mak:60: recipe for target 'libavcodec/x86/hpeldsp_init.o' failed
make[1]: *** [libavcodec/x86/hpeldsp_init.o] Error 1
make[1]: Leaving directory '/home/olivares/Downloads/mplayer/mplayer/ffmpeg'
Makefile:743: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2


More information about the MPlayer-users mailing list