From b77eec85b36ab736c2d5ea38df9d502d7a46b1cc Mon Sep 17 00:00:00 2001
From: Joey Parrish <joey@yunamusic.com>
Date: Thu, 22 Aug 2002 23:29:46 +0000
Subject: [PATCH] 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
---
 postproc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postproc/Makefile b/postproc/Makefile
index 71e0ad2df60..cf2af02811e 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
-- 
GitLab