1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

Remove XMMS_CFLAGS from CFLAGS, the variable is never set.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19558 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-27 20:17:19 +00:00
parent 0c54d750eb
commit 368bf2263b
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ endif
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)

View File

@ -115,7 +115,7 @@ endif
OBJS = $(SRCS:.c=.o)
INCLUDE = -I.. -I../loader $(LIBAV_INC)
CFLAGS = $(INCLUDE) $(OPTFLAGS) $(XMMS_CFLAGS)
CFLAGS = $(INCLUDE) $(OPTFLAGS)
.SUFFIXES: .c .o