Commit 32a433bb authored by arpi's avatar arpi

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

patch by Joey Parrish <joey@yunamusic.com>


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6c15c58f
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment