[MPlayer-cvslog] r26886 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue May 27 13:14:24 CEST 2008


Author: diego
Date: Tue May 27 13:14:24 2008
New Revision: 26886

Log:
Add missing -I. to fix codecs2html compilation.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 13:14:24 2008
@@ -737,7 +737,7 @@ codecs.conf.h: codec-cfg$(EXESUF) etc/co
 	./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 $@ $<



More information about the MPlayer-cvslog mailing list