提交 b77eec85 编写于 作者: J Joey Parrish 提交者: Arpi

removed -W -Wall -g and other gcc-specific warning/debug options

patch by Joey Parrish <joey@yunamusic.com>

Originally committed as revision 7074 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
上级 f36db5df
......@@ -7,7 +7,7 @@ SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
OBJS=$(SRCS:.c=.o)
CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC)
# -I/usr/X11R6/include/
.SUFFIXES: .c .o
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册