[MPlayer-cvslog] r34203 - in trunk: Changelog DOCS/tech/crosscompile.txt DOCS/tech/mingw-crosscompile.txt Makefile configure gui/win32/interface.c loader/com.h mplayer.c osdep/priority.c stream/tvi_dshow.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Oct 15 21:49:10 CEST 2011


On Sat, Oct 15, 2011 at 03:20:52PM +0200, ib wrote:
> Modified: trunk/Makefile
> ==============================================================================
> --- trunk/Makefile	Sat Oct 15 13:07:29 2011	(r34202)
> +++ trunk/Makefile	Sat Oct 15 15:20:52 2011	(r34203)
> @@ -779,7 +779,7 @@ all: $(ALL_PRG-yes)
>  	$(CC) $(CC_DEPFLAGS) $(CFLAGS) -c -o $@ $<
>  
>  %-rc.o: %.rc
> -	$(WINDRES) -I. $< $@
> +	$(WINDRES) -I. $< -o $@

This does not work for me anyway:
wrc -I. osdep/mplayer.rc -o osdep/mplayer-rc.o
osdep/mplayer.rc:21:1: Error: Unable to open include file winver.h
make: *** [osdep/mplayer-rc.o] Error 1

This works though:
wrc -I/usr/include/wine/windows -I. osdep/mplayer.rc -o osdep/mplayer-rc.o

I'd conclude wrc is broken in debian-unstable libwine-dev-unstable
version...


More information about the MPlayer-cvslog mailing list