[Mplayer-cvslog] CVS: main/libaf Makefile,1.10,1.11

Sascha Sommer CVS faust3 at mplayerhq.hu
Mon Mar 31 18:56:42 CEST 2003


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv4930/libaf

Modified Files:
	Makefile 
Log Message:
workaround conflict with the MINGW32 open function

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	7 Feb 2003 22:47:48 -0000	1.10
+++ Makefile	31 Mar 2003 16:55:53 -0000	1.11
@@ -7,6 +7,11 @@
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
+
+ifeq ($(TARGET_MINGW32),yes)
+CFLAGS += -D_IO_H_
+endif
+
 .SUFFIXES: .c .o
 
 .c.o:



More information about the MPlayer-cvslog mailing list