Mercurial > libavformat.hg
comparison Makefile @ 285:31cd17d77178 libavformat
- 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>)
author | michael |
---|---|
date | Sat, 18 Oct 2003 18:47:06 +0000 |
parents | 1344cea6e2a8 |
children | ff595fc022ff |
comparison
equal
deleted
inserted
replaced
284:c77ce17451a1 | 285:31cd17d77178 |
---|---|
4 # | 4 # |
5 include ../config.mak | 5 include ../config.mak |
6 | 6 |
7 VPATH=$(SRC_PATH)/libavformat | 7 VPATH=$(SRC_PATH)/libavformat |
8 | 8 |
9 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 | 9 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 |
10 | 10 |
11 OBJS= utils.o cutils.o os_support.o allformats.o | 11 OBJS= utils.o cutils.o os_support.o allformats.o |
12 PPOBJS= | 12 PPOBJS= |
13 | 13 |
14 # mux and demuxes | 14 # mux and demuxes |