Opened 17 years ago
Closed 17 years ago
#1569 closed defect (fixed)
HAVE_NEON not defined
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | core |
| Version: | HEAD | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
I have the newest svn-version of Mplayer.
When compiling for the Maemo-system on ARM, compilation of libavcodec stops with an error about HAVE_NEON being undefined.
A solution that worked for me was to include:
#define HAVE_NEON 0
in libavcodec/dsputil.h
Note:
See TracTickets
for help on using tickets.

Try r29694 or later, which should autodetect the correct value.