[MPlayer-users] Latest subversion fails compilation on Fedora 25.
stan
RegBur_Flydan8 at q.com
Sat Jun 24 03:56:34 EEST 2017
I updated to the latest version in subversion, revision 37943, did a
make distclean, and ./configure, make, and the compile failed with the
errors below.
CC libavcodec/x86/hpeldsp_init.o
libavcodec/x86/hpeldsp_init.c:151:5: warning: "HAVE_X86ASM" is not defined [-Wundef]
#if HAVE_X86ASM
^~~~~~~~~~~
libavcodec/x86/hpeldsp_init.c: In function 'hpeldsp_init_mmxext':
libavcodec/x86/hpeldsp_init.c:209: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:209:31: note: each undeclared identifier is reported only once for each function it appears in
libavcodec/x86/hpeldsp_init.c:211: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:212: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:213: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:214: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:225: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:226: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:230:35: error: 'avg_approx_pixels16_xy2_mmxext' undeclared (first use in this function)
c->avg_pixels_tab[0][3] = avg_approx_pixels16_xy2_mmxext;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ffbuild/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 '/mnt/to_archive/accum/src/mplayer-stuff/mplayer/ffmpeg'
Makefile:740: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
More information about the MPlayer-users
mailing list