Opened 13 years ago
Closed 13 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)
Change History (3)
by , 13 years ago
comment:1 by , 13 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 , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Entire build log (more spammier than usual when it gets to ffmpeg)