Remove unused -D from CFLAGS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21121 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-21 11:29:26 +00:00
parent d52d16f96e
commit 7a4c86b2ca
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ SRCS += vosub_vidix.c
endif
INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC)
CFLAGS = $(INCLUDE) $(OPTFLAGS) -DMPG12PLAY
CFLAGS = $(INCLUDE) $(OPTFLAGS)
#CFLAGS += -Wall