[MPlayer-users] Linker error when building on ARM9

Siddhesh Salelkar ssiddhesh at gmail.com
Fri Jul 9 12:20:49 CEST 2010


On Fri, Jul 9, 2010 at 1:46 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>
> Perhaps you could confirm that
> config.h contains "#define HAVE_NEON 0" (it does for me on x86), you did not
> "fine-tune" any compiler option and if you do something like
> touch libavcodec/arm/h264dsp_init_arm.c && make V=1
> there is no "-O0", but "-O3" in the compiler call. (If you added O0, you are on
> your own.)

Hi Carl,

Well yes, I did check that config.h contained "#define HAVE_NEON 0".

The problem seems to be that the script which launched the build had
CFLAGS/LDFLAGS set to point to headers and libraries installed in
non-standard locations, which I suspect caused the build to go awry. I
have the standard build working now.

Thanks,
Siddhesh


More information about the MPlayer-users mailing list