# HG changeset patch # User michael # Date 1066502826 0 # Node ID 31cd17d771782e6eb53445aa5e495580ddad978d # Parent c77ce17451a14342cb90e230ae9a5c427f24700c - 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 c77ce17451a1 -r 31cd17d77178 Makefile --- a/Makefile Sat Oct 18 03:19:44 2003 +0000 +++ b/Makefile Sat Oct 18 18:47:06 2003 +0000 @@ -6,7 +6,7 @@ VPATH=$(SRC_PATH)/libavformat -CFLAGS= -Wall $(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE +CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE OBJS= utils.o cutils.o os_support.o allformats.o PPOBJS=