Re: Compiling r26865 fails in mingw

Reimar Döffinger <[email protected]> Sat, 24 May 2008 11:46:55 +0200
Newsgroups gmane.comp.video.mplayer.cygwin
Message-ID <[email protected]>
On Sat, May 24, 2008 at 11:35:05AM +0200, rvm wrote:
> make: *** No rule to make target `libmpcodecs/native/rtjpegn.o',
> needed by `mplayer.exe'.  Stop.
> 
> I had to make this change in the Makefile to make it compile:
> 
> Index: Makefile
> ===================================================================
> --- Makefile    (revisi¢n: 26865)
> +++ Makefile    (copia de trabajo)
> @@ -77,7 +77,7 @@
>                libmpcodecs/img_format.c \
>                libmpcodecs/mp_image.c \
>                libmpcodecs/native/nuppelvideo.c \
> -              libmpcodecs/native/rtjpegn.c \
> +              libmpcodecs/native/RTjpegN.c \
>                libmpcodecs/native/xa_gsm.c \
>                libmpcodecs/pullup.c \
>                libmpcodecs/vd.c \

Make a fresh SVN checkout. Seems like your SVN client messed up and did
not do the renaming right (probably assuming it would not matter, which
is not correct since NTFS is case-sensitive, just Windows _usually_ is not).

Greetings,
Reimar Döffinger