[MPlayer-cygwin] MingW build broken: SVN 26753
Jirka Jakl
jirka.jakl at email.cz
Tue May 13 07:09:15 CEST 2008
> Been getting this message for about the last 20 or so subversions.
>
> -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native
> -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -c -o
> mp3lib/dct64_mmx.o mp3lib/dct64_mmx.c
> {standard input}: Assembler messages:
> {standard input}:14: Warning: missing operand; zero assumed
> make: *** No rule to make target `libswscale/libswscale.a', needed by
> `mplayer.exe'. Stop.
>
You can manually add targets to the main makefile (if needed):
libavutil/libavutil.a:
$(MAKE) -C libavutil
libavcodec/libavcodec.a:
$(MAKE) -C libavcodec
libpostproc/libpostproc.a:
$(MAKE) -C libpostproc
libavformat/libavformat.a:
$(MAKE) -C libavformat
libswscale/libswscale.a:
$(MAKE) -C libswscale
--
jirja
More information about the MPlayer-cygwin
mailing list