[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.45,1.46

Arpi of Ize arpi at mplayerhq.hu
Sat Dec 28 15:03:34 CET 2002


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

Modified Files:
	Makefile 
Log Message:
just quells warnings in the ".depends" generation phase.
patch by Frederick Bruckman <fredb at immanent.net>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- Makefile	27 Dec 2002 22:43:20 -0000	1.45
+++ Makefile	28 Dec 2002 14:03:30 -0000	1.46
@@ -23,7 +23,7 @@
 OBJS	= $(SRCS:.c=.o)
 OBJS   += $(CPLUSPLUSSRCS:.cpp=.o)
 INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
-CFLAGS  = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS)
+CFLAGS  = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) $(CDPARANOIA_INC)
 CPLUSPLUSFLAGS  = $(CFLAGS) $(CPLUSPLUSINCLUDE)
 CPLUSPLUS = $(CC)
 




More information about the MPlayer-cvslog mailing list