Opened 12 years ago

Closed 12 years ago

#1443 closed defect (invalid)

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 (1)

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

Download all attachments as: .zip

Change History (3)

by redxii, 12 years ago

Attachment: build.log added

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

in reply to:  description comment:1 by Carl Eugen Hoyos, 12 years ago

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 by Carl Eugen Hoyos, 12 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.