comparison 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
comparison
equal deleted inserted replaced
609:153a7ffd289b 610:015b33f3e750
5 5
6 SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c 6 SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
7 OBJS=$(SRCS:.c=.o) 7 OBJS=$(SRCS:.c=.o)
8 CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o 8 CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o
9 9
10 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC) 10 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC)
11 # -I/usr/X11R6/include/ 11 # -I/usr/X11R6/include/
12 12
13 .SUFFIXES: .c .o 13 .SUFFIXES: .c .o
14 14
15 # .PHONY: all clean 15 # .PHONY: all clean