[MPlayer-cvslog] CVS: main Makefile,1.317,1.318

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 16 22:18:14 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17437

Modified Files:
	Makefile 
Log Message:
FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -r1.317 -r1.318
--- Makefile	15 Apr 2005 14:55:03 -0000	1.317
+++ Makefile	16 Apr 2005 20:18:12 -0000	1.318
@@ -277,7 +277,7 @@
 $(MENCODER_DEP): version.h help_mp.h
 
 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
-	$(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS)
+	$(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) $(I18NLIBS)
 
 install: $(ALL_PRG)
 ifeq ($(VIDIX),yes)




More information about the MPlayer-cvslog mailing list