[MPlayer-cvslog] CVS: main/libaf Makefile,1.22,1.23
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Mon May 30 10:57:32 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv9750/libaf
Modified Files:
Makefile
Log Message:
- correct the argument in configure check for lrintf() to avoid a warning
- add -D_GNU_SOURCE where lrintf() is used, for the cases when -std=gnu99
isn't available
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile 21 Feb 2005 17:08:45 -0000 1.22
+++ Makefile 30 May 2005 08:57:30 -0000 1.23
@@ -9,7 +9,7 @@
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
+CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC) -D_GNU_SOURCE
ifeq ($(TARGET_OS),MINGW32)
CFLAGS += -D_IO_H_
More information about the MPlayer-cvslog
mailing list