Re: BUGREPORT - cannot compile svn 27940 - more info
John Brown <[email protected]> Thu, 2 Apr 2009 03:05:06 +0000 (UTC)
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
John Brown <johnbrown105 <at> hotmail.com> writes: In the unlikely event that anyone is interested: Correction - the revision in the original subject line was the current revision of libavcodec. The problem seems to have been introduced with r27940 of MPlayer: r27940 | bircoph | 2008-11-16 08:04:16 -0500 (Sun, 16 Nov 2008) | 4 lines Add yasm support to the build system. This allows to use yasm assembler optimizations from FFmpeg code, in particular, from libavcodec/fft.c. Make fails with the following error: gcc -DLIBTWOLAME_STATIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 - D_LARGEFILE_S OURCE -I.. -I.. -Wdisabled-optimization -Wdeclaration-after-statement - std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m - mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE - D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I/usr/local/include -c -o w32thread.o w32thread.c make[1]: *** No rule to make target `i386/fft_mmx.o', needed by `libavcodec.a'. Stop. make[1]: Leaving directory `/home/colind/mplayer/libavcodec' make: *** [libavcodec/libavcodec.a] Error 2 I have yasm: $ yasm --version yasm 0.7.2.2153 Compiled on Mar 21 2009. It is detected by the configure script. I have not tried the current sv, but nobody has responded and told me that the problem has been fixed, so ... System Configuration: Intel Core2 Duo, Vista Home Premium (64-bit), gcc-3.4.5. It's been over a year since I last compiled MPlayer on Windows, so I have no idea when the problem started. Regards, John.