Mercurial > libavformat.hg
diff Makefile @ 260:f3b8a6e60e71 libavformat
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 | 59c2e84817a1 |
children | f174d9c00bce |
line wrap: on
line diff
--- a/Makefile Sun Sep 28 21:09:32 2003 +0000 +++ b/Makefile Sun Sep 28 22:53:25 2003 +0000 @@ -6,7 +6,7 @@ VPATH=$(SRC_PATH)/libavformat -CFLAGS= $(OPTFLAGS) -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE +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 OBJS= utils.o cutils.o os_support.o allformats.o PPOBJS=