Mercurial > libavformat.hg
comparison Makefile @ 2:06b1347b3c8e libavformat
fixed multidir compile
author | bellard |
---|---|
date | Fri, 29 Nov 2002 14:56:03 +0000 |
parents | 464f4e8aa417 |
children | 863c1133ba73 |
comparison
equal
deleted
inserted
replaced
1:464f4e8aa417 | 2:06b1347b3c8e |
---|---|
2 # libavformat Makefile | 2 # libavformat Makefile |
3 # (c) 2000, 2001, 2002 Fabrice Bellard | 3 # (c) 2000, 2001, 2002 Fabrice Bellard |
4 # | 4 # |
5 include ../config.mak | 5 include ../config.mak |
6 | 6 |
7 VPATH=$(SRC_PATH)/libav | 7 VPATH=$(SRC_PATH)/libavformat |
8 | 8 |
9 CFLAGS= $(OPTFLAGS) -Wall -g -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) -Wall -g -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 allformats.o | 11 OBJS= utils.o cutils.o allformats.o |
12 | 12 |