# HG changeset patch # User reimar # Date 1210423115 0 # Node ID d1355b7db2971335effcfaa267a0861a3b7a1862 # Parent 62d0831c90dc33e267e33eec52e460aca3d90943 Add . to windres include path (otherwise version.h is not found). diff -r 62d0831c90dc -r d1355b7db297 Makefile --- a/Makefile Sat May 10 12:21:37 2008 +0000 +++ b/Makefile Sat May 10 12:38:35 2008 +0000 @@ -747,7 +747,7 @@ $(CC) -I. -DTESTING codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap -o $@ osdep/mplayer-rc.o: osdep/mplayer.rc version.h - $(WINDRES) -o $@ $< + $(WINDRES) -I. -o $@ $< # ./configure must be rerun if it changed config.mak: configure