summaryrefslogtreecommitdiff
path: root/postproc/Makefile
diff options
context:
space:
mode:
authorJoey Parrish <joey@yunamusic.com>2002-08-22 23:29:46 +0000
committerArpi <arpi@thot.banki.hu>2002-08-22 23:29:46 +0000
commitb77eec85b36ab736c2d5ea38df9d502d7a46b1cc (patch)
treea19a27e2a6a31496eb8b8d4f90a2996fbf11676e /postproc/Makefile
parentf36db5dfd3c3cfd5d2e9feb0462c18431183cff5 (diff)
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
Diffstat (limited to 'postproc/Makefile')
-rw-r--r--postproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index 71e0ad2df6..cf2af02811 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -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