Remove superfluous CFLAGS declaration (is in mpcommon.mak).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21311 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 10:58:03 +00:00
parent 875b66cefe
commit 40c03f4f3a
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ LIBNAME = libMP3.a
ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
OPTFLAGS := $(OPTFLAGS:-O4=-O0)
endif
CFLAGS = -I.. $(OPTFLAGS)
SRCS = sr1.c
ifeq ($(TARGET_ARCH_X86_32),yes)