[MPlayer-cygwin] Compiling r26865 fails in mingw

rvm rvm3000 at gmail.com
Sat May 24 11:35:05 CEST 2008


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



More information about the MPlayer-cygwin mailing list