Mercurial > mplayer.hg
changeset 26854:eb5b4fe783a0
Add missing -I. to fix codecs2html compilation.
author | diego |
---|---|
date | Tue, 27 May 2008 11:14:24 +0000 |
parents | e65d18801796 |
children | a8a0d256c7fc |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue May 27 11:13:43 2008 +0000 +++ b/Makefile Tue May 27 11:14:24 2008 +0000 @@ -737,7 +737,7 @@ ./codec-cfg$(EXESUF) ./etc/codecs.conf > $@ codecs2html$(EXESUF): mp_msg-mencoder.o - $(CC) -DCODECS2HTML codec-cfg.c $^ -o $@ + $(CC) -I. -DCODECS2HTML codec-cfg.c $^ -o $@ osdep/mplayer-rc.o: osdep/mplayer.rc version.h $(WINDRES) -I. -o $@ $<