Ticket #1443 (closed defect: invalid)

Opened 12 months ago

Last modified 12 months ago

MingGW: error: 'HAVE_MIPSFPU' undeclared

Reported by: redxii Owned by:
Priority: important Component: build system
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I just grabbed the latest ffmpeg and tried to build with mplayer r34999 under MinGW today and fails with:

./libavutil/libm.h:31:5: warning: "HAVE_MIPSFPU" is not defined [-Wundef]
libavcodec/acelp_filters.c: In function 'ff_acelp_filter_init':
libavcodec/acelp_filters.c:151:8: error: 'HAVE_MIPSFPU' undeclared (first use in this function)
libavcodec/acelp_filters.c:151:8: note: each undeclared identifier is reported only once for each function it appears in

make[1]: * [libavcodec/acelp_filters.o] Error 1
make[1]: Leaving directory `/home/Joshua/mplayer/ffmpeg'
make:
* [ffmpeg/libavcodec/libavcodec.a] Error 2

I am using MinGW/GCC 4.6.2, MPlayer r34999. And yes I have done 'make distclean'.

Attachments

build.log Download (446.5 KB) - added by redxii 12 months ago.
Entire build log (more spammier than usual when it gets to ffmpeg)

Change History

Changed 12 months ago by redxii

Entire build log (more spammier than usual when it gets to ffmpeg)

comment:1 in reply to: ↑ description Changed 12 months ago by cehoyos

Replying to redxii:

I am using MinGW/GCC 4.6.2, MPlayer r34999. And yes I have done 'make distclean'.

I am not sure I understand: Is this problem reproducible if you download FFmpeg and run ./configure && make ? If yes, please run make again, then run "make V=1" and post the complete, uncut output of "make V=1" here. (Please never post complete build logs.)
If you want to report an MPlayer build problem, please wait 24h, try again, then post on mplayer-users.

comment:2 Changed 12 months ago by cehoyos

  • Status changed from new to closed
  • Resolution set to invalid
Note: See TracTickets for help on using tickets.