Line | |
---|
1 | #
|
---|
2 | # libavutil Makefile
|
---|
3 | #
|
---|
4 | include ../config.mak
|
---|
5 |
|
---|
6 | # NOTE: -I.. is needed to include config.h
|
---|
7 | CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. \
|
---|
8 | -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
---|
9 |
|
---|
10 | OBJS= mathematics.o \
|
---|
11 | rational.o \
|
---|
12 | intfloat_readwrite.o \
|
---|
13 | crc.o \
|
---|
14 | md5.o \
|
---|
15 |
|
---|
16 | HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
|
---|
17 | intfloat_readwrite.h md5.h
|
---|
18 |
|
---|
19 | NAME=avutil
|
---|
20 | ifeq ($(BUILD_SHARED),yes)
|
---|
21 | LIBVERSION=$(LAVUVERSION)
|
---|
22 | LIBMAJOR=$(LAVUMAJOR)
|
---|
23 | endif
|
---|
24 |
|
---|
25 | include $(SRC_PATH)/common.mak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.