changeset 610:015b33f3e750 libavcodec

removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Thu, 22 Aug 2002 23:29:45 +0000
parents 153a7ffd289b
children 3214d3f4519e
files libpostproc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/Makefile	Thu Aug 22 19:41:39 2002 +0000
+++ b/libpostproc/Makefile	Thu Aug 22 23:29:45 2002 +0000
@@ -7,7 +7,7 @@
 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