Mercurial > mplayer.hg
changeset 26682:d1355b7db297
Add . to windres include path (otherwise version.h is not found).
author | reimar |
---|---|
date | Sat, 10 May 2008 12:38:35 +0000 |
parents | 62d0831c90dc |
children | 57ee6b0e465d |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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