Compiling r26865 fails in mingw
rvm <[email protected]> Sat, 24 May 2008 11:35:05 +0200
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
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 \
--
RVM