Mercurial > mplayer.hg
comparison Makefile @ 26854:eb5b4fe783a0
Add missing -I. to fix codecs2html compilation.
author | diego |
---|---|
date | Tue, 27 May 2008 11:14:24 +0000 |
parents | e65d18801796 |
children | a8a0d256c7fc |
comparison
equal
deleted
inserted
replaced
26853:e65d18801796 | 26854:eb5b4fe783a0 |
---|---|
735 | 735 |
736 codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf | 736 codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf |
737 ./codec-cfg$(EXESUF) ./etc/codecs.conf > $@ | 737 ./codec-cfg$(EXESUF) ./etc/codecs.conf > $@ |
738 | 738 |
739 codecs2html$(EXESUF): mp_msg-mencoder.o | 739 codecs2html$(EXESUF): mp_msg-mencoder.o |
740 $(CC) -DCODECS2HTML codec-cfg.c $^ -o $@ | 740 $(CC) -I. -DCODECS2HTML codec-cfg.c $^ -o $@ |
741 | 741 |
742 osdep/mplayer-rc.o: osdep/mplayer.rc version.h | 742 osdep/mplayer-rc.o: osdep/mplayer.rc version.h |
743 $(WINDRES) -I. -o $@ $< | 743 $(WINDRES) -I. -o $@ $< |
744 | 744 |
745 # ./configure must be rerun if it changed | 745 # ./configure must be rerun if it changed |