[MPlayer-users] mplayer compiling issue on ARM
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Thu Aug 28 20:36:43 CEST 2014
On Thu, Aug 28, 2014 at 11:02:55AM +0200, X3fil wrote:
> I'm trying to compile mplayer. I got this error:
> ./libavutil/cpu_internal.h:25:6: error: 'HAVE_SETEND' undeclared (first use in this function)
> (HAVE_ ## cpuext ## suffix && ((flags) & AV_CPU_FLAG_ ## cpuext))
>
> Any suggestion?
Yes, should be fixed by SVN r37258.
Also, since I don't know how much experience you have compiling for ARM:
ensure that NEON support gets enabled by configure.
I usually tend to do that the lazy and hackish way, by using
--cc='gcc -mfpu=neon' as extra configure option.
More information about the MPlayer-users
mailing list