# HG changeset patch # User michael # Date 1066502826 0 # Node ID 2335dcb71152059fc4e68b69d716ad4d23af1dd6 # Parent 7542cb99b950d430da9a209c65774018e84dfa63 - 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 ) diff -r 7542cb99b950 -r 2335dcb71152 Makefile --- a/Makefile Sat Oct 18 03:19:44 2003 +0000 +++ b/Makefile Sat Oct 18 18:47:06 2003 +0000 @@ -7,7 +7,7 @@ VPATH=$(SRC_PATH)/libavcodec # NOTE: -I.. is needed to include config.h -CFLAGS= -Wall $(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE +CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE OBJS= common.o utils.o mem.o allcodecs.o \ mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\