Commit e3bfb627 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/ffmpeg/trunk@860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 78d40418
......@@ -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