From cf9d24adf66bcb99ee168301d40b297266a62203 Mon Sep 17 00:00:00 2001 From: Dan Christiansen Date: Sat, 18 Oct 2003 18:47:06 +0000 Subject: - Moving -Wall from the individual Makefiles to configure (and only have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen ) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhook/Makefile') diff --git a/vhook/Makefile b/vhook/Makefile index 10d22b14e3..f41aa617c2 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -2,7 +2,7 @@ include ../config.mak VPATH=$(SRC_PATH)/vhook -CFLAGS=-fPIC -Wall $(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H +CFLAGS=-fPIC $(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H ifeq ($(CONFIG_DARWIN),yes) SHFLAGS+=-bundle -flat_namespace -undefined suppress -- cgit v1.2.3