changeset 19552:b4e2c17c2bdf

Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
author diego
date Sun, 27 Aug 2006 20:17:19 +0000
parents 4186a45ce6c8
children b3cc74e28541
files libmpdemux/Makefile stream/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/Makefile	Sun Aug 27 15:33:11 2006 +0000
+++ b/libmpdemux/Makefile	Sun Aug 27 20:17:19 2006 +0000
@@ -104,7 +104,7 @@
 OBJS	= $(SRCS:.c=.o)
 OBJS   += $(CPLUSPLUSSRCS:.cpp=.o)
 INCLUDE = -I.. -I../stream -I../loader $(LIBAV_INC)
-CFLAGS  = $(INCLUDE) $(OPTFLAGS) $(XMMS_CFLAGS)
+CFLAGS  = $(INCLUDE) $(OPTFLAGS)
 CPLUSPLUSFLAGS  = $(CFLAGS) -D__STDC_LIMIT_MACROS
 CPLUSPLUS = $(CC)
 
--- a/stream/Makefile	Sun Aug 27 15:33:11 2006 +0000
+++ b/stream/Makefile	Sun Aug 27 20:17:19 2006 +0000
@@ -115,7 +115,7 @@
 
 OBJS	= $(SRCS:.c=.o)
 INCLUDE = -I.. -I../loader $(LIBAV_INC)
-CFLAGS  = $(INCLUDE) $(OPTFLAGS) $(XMMS_CFLAGS)
+CFLAGS  = $(INCLUDE) $(OPTFLAGS)
 
 .SUFFIXES: .c .o