[MPlayer-cvslog] CVS: main/libmpdvdkit2 Makefile,1.7,1.8
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Dec 13 20:55:47 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdvdkit2
In directory mail:/var2/tmp/cvs-serv5091/libmpdvdkit2
Modified Files:
Makefile
Log Message:
libdvdread configure script defines __DARWIN__ on darwin to trigger
the definition of SYS_BSD in dvd_reader.c.
hint by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com >
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 9 Oct 2005 10:18:24 -0000 1.7
+++ Makefile 13 Dec 2005 19:55:45 -0000 1.8
@@ -43,6 +43,10 @@
CFLAGS+=-DSYS_CYGWIN
endif
+ifeq ($(TARGET_OS),Darwin)
+CFLAGS+=-D__DARWIN__
+endif
+
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<
More information about the MPlayer-cvslog
mailing list