summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDan Christiansen <danchr@daimi.au.dk>2003-10-18 18:47:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-18 18:47:06 +0000
commitcf9d24adf66bcb99ee168301d40b297266a62203 (patch)
tree39bc5f7dd980257d9d2fce196249a925c612c8c2 /libavcodec
parent2744ca9ac919d63fb8a5948c21d2e943cdd04e3d (diff)
- 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 <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9aed32c968..4ae6c3a663 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -7,7 +7,7 @@ include ../config.mak
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\