comparison postproc/Makefile @ 7073:b69ddd4d3bb9

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:46 +0000
parents 6eab60ea6c11
children f483ab704252
comparison
equal deleted inserted replaced
7072:113d66d78967 7073:b69ddd4d3bb9
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