diff libpostproc/Makefile @ 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 8f9fa4ec9cbb
children 4914252c963a
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