Mercurial > libavcodec.hg
changeset 1487:dfd69e00951c libavcodec
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
author | michaelni |
---|---|
date | Sun, 28 Sep 2003 22:53:25 +0000 |
parents | f22010affdce |
children | 766a2f4edbea |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Sep 28 20:34:11 2003 +0000 +++ b/Makefile Sun Sep 28 22:53:25 2003 +0000 @@ -7,7 +7,7 @@ VPATH=$(SRC_PATH)/libavcodec # NOTE: -I.. is needed to include config.h -CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE +CFLAGS= -Wall $(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\